vladimirbauer
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Watermark] Can’t load images in media libraryNice! It’s working now.
Thank you!
Forum: Plugins
In reply to: [Easy Watermark] Watermarks not showing up on mobile devicesMaybe you’re using different image sizes for mobile devices. Check if these sizes are selected under “Applying Rules” tab when editing your watermark.
Forum: Plugins
In reply to: [Easy Watermark] Can’t load images in media libraryHello Kuba,
I tried to disable all plugins, so I figured out that there is some conflict between this plugin and advanced custom fields. It’s okay if ACF is disabled.
Edit: Now I tried to enable your plugin on another website with ACF plugin enabled. Same situation, same issue.
- This reply was modified 5 years, 2 months ago by vladimirbauer.
Oh, I think I found a soulution a few minutes after asked you.
Well, I’m using multiple Filters without “target” attribute. https://connekthq.com/plugins/ajax-load-more/examples/filtering/multiple-filters/So everything is ok when I changed this
ajaxloadmore.filter('fade', 250, {postIn:resp,id:"ajax-top"});
to this
ajaxloadmore.filter('fade', 250, {postIn:resp,target:"ajax-top"});
- This reply was modified 5 years, 3 months ago by vladimirbauer.
Forum: Plugins
In reply to: [AMP] Menu in classic template modeThanks Pascal,
I resolved this problem by copying templates folder from plugin to my theme root and add this in functions.php:
add_filter( 'amp_post_template_dir', 'lc_custom_amp_templates' ); function lc_custom_amp_templates() { $file = dirname( __FILE__ ) . '/amp'; }
So now I can customize amp templates (add navigation) etc.
- This reply was modified 5 years, 10 months ago by vladimirbauer.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Error on plugin activationIt’s working with your plugin version @beingsmart
Thank you!Forum: Plugins
In reply to: [Contact Form 7] Validation not working because of wrong hashI resolved the issue by enabling ajax.
There is some conflict between js. I’m using autoptimize so I just excluded cf7 scripts from optimization and that’s it. Maybe there is some connection between optimization and wrong _wpcf7_unit_tag…Forum: Plugins
In reply to: [Contact Form 7] Validation not working because of wrong hashThanks Takayuki!
But, as you can see, that’s not my actual problem.
It’s working without ajax when I have proper _wpcf7_unit_tag.
So, do you know what causing this maybe? What is the purpose of _wpcf7_unit_tag?Thanks!