Felix Hirschfeld
Forum Replies Created
-
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Duplicate queriesYes this is really an issue. terrible for our website performance.
You just have to delete your Google Maps API Key in the settings of The Events Calendar and then it works, cause then it uses an iframe for embedding.
Yes this does not work with The Events Calendar. cheers
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Modal text link not workingSame problem Here
Forum: Plugins
In reply to: [Popups for Divi] Plugin Broken with Divi 3.16or find
{if(!et_animation_data||!et_animation_data.length>0)return!1;
and replace with
{if(!et_animation_data||!et_animation_data.length>0)var et_animation_data = [];Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Could not create labelmanually did work
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Could not create labelevery address does not work. doesn’t matter ??
i try it manually
Forum: Plugins
In reply to: [Smart Slider 3] Youtube privacy-enhanced modeit works, thank you. but i had to set the z-index of the iframe cause the preview image is now above.
Forum: Plugins
In reply to: [Smart Slider 3] Youtube privacy-enhanced modeThat should be fine, thanks for the quick response! ??
Forum: Plugins
In reply to: [Advanced Woo Search] Wrong search resultsHey there,
I purchased the pro version and also wrote you an e-mail on this. thanks for the reply.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Try the New MailPoet 3 DEMO!Looks awesome! Do you have a beta or RC download?
Forum: Fixing WordPress
In reply to: Strange sticky posts and posts per page calculationOK now it all makes sense ??
Thanks!
Forum: Fixing WordPress
In reply to: Strange sticky posts and posts per page calculationi disabled all plugins and using the deafult 2012 theme.
i tested this:
3 stickys, 12 posts per page, 15 displayed
4 stickys, 12 posts per page, 15 displayed
3 stickys, 20 posts per page, 21 displayed
9 stickys, 12 posts per page, 15 displayed
9 stickys, 20 posts per page, 21 displayed
i really don’t understand this
Forum: Plugins
In reply to: [WP Permalauts] [Plugin: WP Permalauts] FehlermeldungYou’re right. manage_options is way better.
Forum: Plugins
In reply to: [WP Permalauts] [Plugin: WP Permalauts] FehlermeldungSearch for this line:
$plugin_page = add_options_page( 'WP Permalauts', '[*] Permalauts', 8, __FILE__, 'wpl_options_page');
You need to replace the 8 with ‘editpages’
Then it should look like this:
$plugin_page = add_options_page( 'WP Permalauts', '[*] Permalauts', 'edit_pages', __FILE__, 'wpl_options_page');