katrinkleeblatt
Forum Replies Created
-
Sad. Thanks very much for your help!
Thanks a lot! Is there anywhere, where I can find the default custom field keys?
Forum: Plugins
In reply to: [Appointment Booking Calendar] Startdate not working in E-MailThank you! Seems indeed to be the wrong documentation that I got there.
https://abc.dwbooster.com/documentation#form-settings this is what I get when I access the documentation via Help in the Plugins Quickmenu and then go via “support” on the website > Documentation. I just noticed the FAQ is the right document and documentation seems to be wrong then.Thanks again for clarifying!
Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode for todays visitorsThat works now, thanks! I guess the thread is resolved then =)
Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode for todays visitorsHmmm it doesn’t work if I try it, it keeps telling me the overall number? (sorry for the trouble…)
Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode for todays visitorsWorks now, thanks!
However, I’m kind of confused by the number, because I can’t see it anywhere in the backend.
Like the visitors this month, the number equals the visitors in the overview in the backend.
The number for today says something completely different than the one I get with the shortcode (although the shortcode one is more likely – is the one in the overview maybe based on a different parameter? like shortcode is ip and backend is pageviews or something?)Excuse me for being a noob, I ususally understand synthax quite fine when I read it, but I’m too stupid to come up with it. Is it ok if I ask here another question (just to prevent so many different topics)?
Cause I know it must be possible because you can offset results – so if I want the shortcode to get me all views from a specific date, something like this:
[slimstat f=’count-all’ w=’id’]strotime starting insert-a-date[/slimstat]Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode for todays visitorsAh, thank you very much! Sorry for not replying during the last two days, they were full of appointments! Will try we the re-download this morning =)
Forum: Plugins
In reply to: [SlimStat Analytics] Shortcode for todays visitorsYep I’m using this version. It tells me 0 for today, but I know through the log that there have been more.
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat 4 shortcodesHi!
I updated the plugin just now and switched the shortcodes, and they work fine apart from this one you posted above:Today’s pageviews: [slimstat f=’count’ w=’id’]strtotime equals today[/slimstat]
I looked through the FAQs, and couldn’t figure out a way to do it (thanks for the filterlist btw, it would just be nice if there was a description for example for strotime, I have no idea what it could be 😉 ). The value today also doesn’t seem to exist in this list.
Forum: Fixing WordPress
In reply to: Assign "current" class to current submenuSadly it’s at the moment all on my local computer…but yes, I’m using the default custom menu. The above piece of code + creating a menu in design>menu, and then adding this in the widget area via custom menu.
So basicly I could use stuff that applies to wp_nav_menu?
Forum: Fixing WordPress
In reply to: Assign "current" class to current submenuOk, since it’s only two lines I might be save without pastebin ;D
if ( function_exists('register_sidebar') ) register_sidebar();And then……well, heading to design>menus in the backend >.<
In the Template:
<ul class="navicat"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : endif; ?> </ul>Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.11 gives redirect error…Hi,
I’m facing a similar problem. When I want to log in to my installation I get a redirect loop (I’m not even able to see the loginpage). Since it gives me this adress in the browser http://www.domain.de/subfolder/wp-login.php?redirect_to=http%3A%2F%2Fwww.domain.de%2Fsubfolder%2Fwp-admin%2Fadmin.php%3Fpage%3Dbackwpupabout&reauth=1
it kind of lets me feel that it’s connected to backwpup XDI tried – renaming the pluginfolder, putting the lines as above in the code, deleting the folder, deleting the database tables for wpbackup (properbly a stupid thing to do…..), clear cache, clear cookies
The possibilty to update the version wasn’t even there since I can’t even get the login page…
EDIT
solved by deactivation the plugin in the database via phpmyadmin….Thank you very very much for the fast update!
Uhm yes, that would properbly help >.< http://i465.photobucket.com/albums/rr18/katrinkleeblatt/screen.jpg
Thanks for the answer =) I solved it with an exclusive sidebar for it for now =)