christian70
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Dynamichidden not workingOk I found it, if I don’t set dynamichidden as required it works again.
Forum: Plugins
In reply to: [W3 Total Cache] Disable cache for mobile and tabletOk thank you for your support.
Forum: Plugins
In reply to: [W3 Total Cache] Minify path errorsI must apologize because you were completely right: it does work well online, while it did not locally. Thanks again.
Forum: Plugins
In reply to: [W3 Total Cache] Minify path errorsI’m going online with the site, so I will test it there, even if it sounds a little weird it doesn’t work locally. I’ll let you know soon. Thanks.
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Issue with jquery smoothscrollYes, you’re right, it works in the end, but to me the js error I reported occurs in consolle everytime I click ok. Well it doesn’t seem to block the plugin functionality, but I can’t get what it is due to.
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] Issue with jquery smoothscrollI’m pretty sure it is not caused by minified js because it occurs also locally on xampp where W3 Total Cache is not installed. Anyway I disabled W3 plugin and you can check the result here: https://tao-hc.com/. Everytime I click on OK that error comes out. I can’t fix that. Thanx. P.S. I’m using jQuery v1.11.1
Forum: Plugins
In reply to: [Fluid Video Embeds] Any luck with Video PRO embeds?Hi. I’m having the same issue with a Vimeo Plus video. I think it’s the same problem, because the plugin works perfectly with all the free Vimeo videos I tested with. Any suggestion about how to fix that? Thanks!
Forum: Plugins
In reply to: [qTranslate META] meta fields don't displayi guess this is not the right place to talk about homepages and permalinks. anyway for what i’ve understood you can’t set a post as homepage. you can decide either to choose a static page as homepage or show all posts on it. i’ve always coded my own homepage in a front-page.php file, so i might be wrong. besides i suggest you to change the permalink settings from numbers to slugs according to seo rules.
Forum: Plugins
In reply to: [qTranslate META] meta fields don't displaythe qtranslate meta field is supposed to appear beneath the main content in all your pages and posts in the backend, obviously. just be sure on your screen options (check it out in the hidden panel above). i’ve never used seo by yost, i’ve always made it by myself by using qtranslate and qtranslate slug plugins. now for the newer versions of wp i quit also qtranslate meta plugin, because i’m using the excerpt field (native with wp) as meta description field (it comes to be naturally available in all languages installed with qtranslate): i’ve just renamed it as ‘metadescription max 160 characters’ in php functions and made it display in the header of my pages or posts. i quit any meta keywords field because they are almost useless nowadays.
Forum: Fixing WordPress
In reply to: How to disable scripts loaded on init?I made an attempt according to what you suggested me but it didn’t word… where am I wrong? I guess I’ll have to keep those damned files in all pages of my site…
if (strpos($_SERVER['SCRIPT_NAME'], 'index.php') !== false) { add_action('init','lbg_zoominoutslider_load_scripts'); }
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?the beta version available on GitHub seems to duplicate the files already uploaded into the media library. so you can select any file from it and attach it to different posts but each time it’s been duplicated. or at least this is what happens to me…
Forum: Plugins
In reply to: [File Gallery] Attach images already in media libraryi installed the new files and everything seems to work perfectly. at the beginning i thought it didn’t work well because when you click ‘attach selected images to post’ nothing seems to happen, but you just have to close the window and refresh attachments and it’s ok. thanx a lot.
Forum: Plugins
In reply to: [File Gallery] Attach images already in media librarythank you so much! i’ll check it right away.
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] Cannot get XML file to workSame problem here. The plugin works perfectly with usual gallery images but if I try to use the xml file in a page (by inserting the correct xml file name in the proper custom field) it doesn’t have any affect. Any suppgestion please?
Forum: Plugins
In reply to: [qTranslate META] meta fields don't displayhonestly i use a specific front-page as home-page, so i added static meta tags manually in it.