Forum Replies Created
-
in reply to: Mobile Menu Not Working
Hi,
Kindly make sure you browser cache is deleted and try again. I was able to visit your whole website just fine even in my desktop browser and in mobile browser. Once you verify let us know ?
Thank You
in reply to: Problem with Specular UpdateHi,
Kindly, make sure you disable your captcha by now, as it’s keeping us away even after putting correct captcha.
Thank You
in reply to: Remove Header / Blog Image SitzeHi,
Kindly, have a check now as I have removed that part for you.
Thank You
in reply to: WooCommerce Cart IconHi,
Well, I have done that again. Kindly don’t forget to rate us with 5 star :)
Thank You
in reply to: Create Link on blog Carousel ElementHi,
Well, I have gone further to assist you and here is the code for you, Just find this code in your above mentioned file:
$output .= '<img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2', 'url')).'" alt="'.esc_attr__('Featured Image','specular').'">';Then just replace above code with the following one:
$output .= '<a href="'.esc_url(get_permalink()).'"><img src="'.esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'port2', 'url')).'" alt="'.esc_attr__('Featured Image','specular').'"></a>';That’s it.
Note: You will find above code at 2 places in that file so replace both with mine provided code.
If that works fine for you don’t forget to rate us with 5 star on themeforest :)
Thank You
in reply to: WP bakery update – vulnerability ExposesHi,
Kindly confirm which theme version you are currently using ?
Thank You
in reply to: Bullet point out of alignment in mobile viewHi,
Yeah you are right I checked on my Samsung Galaxy and its working. Well, let us give it a check on iPhone devices and we will be updating you on this shortly.
Thank You
in reply to: Mobile Menu Not workingHi,
You are welcome, if you like our theme and support kindly don’t forget to rate us with 5 star on themeforest :)
Thank You
in reply to: Codeless Slider – Not ‘revolving’ after updating WPHi,
I can see your slider working, can you be specific on which page your slider is not working ?
Thank You
in reply to: Problem with Specular UpdateHi,
Sure, let us know your admin credentials as a private reply so we can have a check for you.
Thank You
in reply to: Mobile Menu Not workingHi,
My friend I have verified at mine end and mobile menu is working just fine. Yes, make sure you do clear your browser cache too, so old stuff gets deleted and you can see actual results.
if you still face issue after clearing your browser cache let me know ?
Thank You
in reply to: WP bakery updateHi,
Thanks for the logins, don’t change logins until we say to change so we can have a check for you.
Thank you again
in reply to: Mobile Menu Not workingHi,
My friend I have tested this for you in my mobile and its working. Can you please make sure its not any thing related to cache ? Also which mobile operation system you are using ? Like iPhone or android ?
Thank You
in reply to: Create Link on blog Carousel ElementHi,
Overriding desired template file and setting your own things as per your own need.
Here is the template file path for you by the way:
/wp-content/themes/specular/vc_templates/latest_blog.phpThank You