vinaythoke
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Autoptimize cache size showing zero suddenly.Thank you! Marking this as resolved.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize cache size showing zero suddenly.Hello Frank,
Thank you for your response. I was testing different caching solutions and turns out it gives problem only with the WP Rocket plugin.
Right now I’m using WP Fastest Cache combined with AO’s optimizations and the problem doesn’t exist anymore.
The only thing right now that annoys me is multiple numbers of minified files generated by AO, although it already has one combined .php file. Is there anything I can do to fix this?
Thank you!
Forum: Plugins
In reply to: [WebP Express] Doesn’t work on live serverMarking this topic as resolved.
Forum: Plugins
In reply to: [WebP Express] Doesn’t work on live serverHey Rosell,
Thanks so much for your prompt response.
Alright! I will see the FAQ page to know more and will try CDN friendly mode.
Glad you liked the images. I am planning to market my services using this website. I’m a web and graphics designer myself. 🙂
I will be supporting you through PayPal once I’m up and running.
Thanks for this plugin.
VinayYou don’t have to disable the “Currencies by Country” module for that. You just have to change the filter priorities. Go to both the modules’ settings page and look for the field named “Advanced: Price Filters Priority” and change the value as following:
For “Currency by Country” module, make it: 999
For “Multicurrency (Currency Switcher Module), make it: 1000This will fix the problem and both the modules will run seamlessly. I hope this helps.
Thank you!
Vinay 🙂Hi David,
You are amazing! It WORKED. Never doubted you. :p
Actually there was this parsing error on line 4 in the script you’ve given above, however I corrected it by adding one more bracket. 🙂
I’m so thankful to you. Let’s see how everything goes for a few days and I will be sending a donation your way.
Many thanks for being there for us. You have developed an amazing, much needed plugin. Kudos! And more power.
Cheers!
VinayHi David,
Many many thanks for responding. I really appreciate that you’ve taken out some time to provide a solution. I did remove the duplicate OG tags.
I did put this meta property in the header as suggested by you:
<meta property="og:image" content="<?php echo esc_attr( $image_url ); ?>" />
However, when I view the page source for any of the posts, the meta content shows nothing but just the quotes (“”)
I feel Somehow it’s not grabbing the $image_url.
You have provided me this code for the content:
$image_url = nelioefi_get_thumbnail_src( get_the_ID() );
But I don’t know where to put it. And seems that’s precisely the reason It’s not fixed yet.
I’m a complete noob, so please guide me through how to go about it. Putting which code in what file?
Here’s my functions.php file code: http://codepad.org/j2Zr4RlJ
Here’s my header.php code: http://codepad.org/zWCqyAXaThank you so much in advance,
VinayHello David,
I know you must be busy. I request you to take few moments out of your precious time to fix this. I’m sure it will just take you few minutes to create that small code and post here.
Many thanks in advance,
Vnay