Forum Replies Created
-
AuthorPosts
-
What exactly? Is there an “ideal” configuration?
OK, thank you.
By the way, when I enable “compress CSS files”, I can’t edit my style.css from the child theme. Well, I edit it, but the changes do not apply. I tried this on different sites made with Enfold, and everywhere have the same problem. So I always have to disable the compression.Thank you for the reply.
I´m afraid the suggested theme’s settings somehow don’t work for me. Also I don’t want to install another plugin.
Would you be so kind to simply tell me where can I manually add a timestamp to the style.css of the child theme?I’ve finally tested it, and it looks like there really was a conflict with one of the plugins. Thank your for the advice!
If it’s possible to keep this thread open, please don’t close it. Just in case.
Thanks for your quick answer!
As soon as I don’t use iPhone, I will try it this weekend and will let you know.Mike, thank you very much! It really works!
On mobile, it’s cut even more:
Yes, I did everything. I even tried it in 5 different browsers.
It still doesn’t work. Anyway, thank you for the attempt to help me with this trouble.
You should add this feature by default in your next updates. Sometimes it’s very necessary.- This reply was modified 4 years, 2 months ago by grabowski.
Yes, I removed that “custom” script. Without that script it works even worse than with it.
But the most important thing is that at the top of the page there’s a canvas animation. So I need to place links to the tabs inside this animation. I’d like to have some “universal” script to do that.
Admin details are in the private content.
Ismael, thank you for your response!
No, it doesn’t work. Moreover, when with this snippet, the menu remains open.
What a wonderful support forum! Anyone is going to help me???
OK, this code helps (more o less) to scroll to the desired tab:
function custom_id_script(){ ?> <script> (function($){ $(document).ready(function(){ $("a.av-section-tab-title").each(function() { var $this = $(this); var _href = $this.attr("href"); var itemId = _href.substring(1, _href.length); $this.attr("id", itemId); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_id_script');
The URL in the address bar changes, but the tab itself doesn’t open.
Any ideas please?Vinay, your CSS works perfectly, thank you!
But I still can’t achive this effect: https://www.templatemonster.com/demo/62269.html — like a 3-D effect, when the corners of the image are visible.
Would you be so kind to help me with that? Or maybe suggest some plugin that will work? -
AuthorPosts