simpleXX
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] SessoinID after links in cached pagesthe links looks like this
https://domain.de/car/?PHPSESSID=c061a870dc0ab15144be0beabcdee61dForum: Plugins
In reply to: [Thumbs Rating] ReferenceError: thumbs_rating_ajax is not definedI disabled all plugins … same error.
Maybe my WP is too modified ^^
Forum: Plugins
In reply to: [Thumbs Rating] ReferenceError: thumbs_rating_ajax is not definedi dont know why but this code dotn work.
wp_localize_script( 'thumbs_rating_scripts', 'thumbs_rating_ajax', array( 'ajax_url' => admin_url( 'admin-ajax.php' ), 'nonce' => wp_create_nonce( 'thumbs-rating-nonce' ) ) );
but is not a problem, i have on every page an ajax request (to fix supercache bugs). I receive now the nonce from this call.
$responseObj['nonce'] = wp_create_nonce( 'thumbs-rating-nonce' ) ; echo json_encode($responseObj);
Thanks for the rly fast answer!
Forum: Plugins
In reply to: [Thumbs Rating] ReferenceError: thumbs_rating_ajax is not definedI send you an email. Did you check my site?
I have the neweset WP and the newest version of the plugin.Forum: Fixing WordPress
In reply to: Add .html and index.html to all pagesHi Cyril,
thanks for the fast answer!If this is your reason, then you should know that it is a total myth supported by zero evidence
Yes, this is the reason.
The customer want this and he allow no argument :/Hope someone has a good solution for this.
Forum: Fixing WordPress
In reply to: Add .html and index.html to all pagesnot possible? :/
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Filtering by using custom fieldsThank you very much!
Forum: Plugins
In reply to: [WP Super Cache] If Modified Since – Not workingi forgott
– my webspace supports “If Modified Since”
– i use “PHP to serve cache files”Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Break in WidgetYes, you must create a new Template in
WP-Admin > GD Star Rating > T2 Templates
for example:
- %TITLE%
after that go to
WP-Admin > widgets and selecte in the GD Star rating the new templatethats it ??
Forum: Plugins
In reply to: [GD Star Rating] GD Star Rating Widgetit was the “Minimum votes:”
Just set it to 1 … -.-Forum: Plugins
In reply to: [GD Star Rating] GD Star Rating WidgetMe too .. pls tell us :/ -> What did you do?