Solution for this topic
Update: I found a way to do that. Clone the javascript function below and paste in the scripts.js file under my child theme.
$(‘.sh-recent-posts-carousel .blog-list’).slick({
dots: false,
arrows: true,
autoplaySpeed: 2000,
…
});
Thanks a lot friends. Ticket solved.
Have a good day!
Thanks for your quick reply.
So Jevelin are not including SEO tools anymore, it should be necessary to clarify this in the themeforest description.
Best regards!
Thanks for your recommendations. “Bootstrap 3 Shortcodes” works great!
But “Easy Bootstrap Shortcodes” doesn’t plug fine. It cause problems with Visual Editor from Unyson. Its behavior is similar to “Events Manager” plugin, it breaks editor.
It would be great if you can have a forum post with a list of plugins not compatible to Jevelin.
Regards,
Update. I have disabled Mega Menu in Unyson, and the font FontAwesome was removed too. Just for your information!
Thanks for the link. I have checked the information and it seems that it was fixed for WP 4.5 and later, but I still have this issue.
If you can test on your side to confirm the bug. If so, maybe you, as a theme developer, can report it to Unyson.
Regards,
Juan Carlos
I’ve made the changes, but stil there is some differences. On Firefox/Chrome is fine, but in IExplorer/Edge is not aligned.
I did a research in order to fix IE only, and I applied these rules in CSS:
_:-ms-lang(x), .sh-nav li.menu-item { padding: 0 76.6px 0 0; } /* for IE11 / IE 10 */
_:-webkit-full-screen, .sh-nav li.menu-item { padding: 0 76.6px 0 0; } /* for Edge */
Ok, find the screenshots, one for Firefox and the other one with Edge (Internet Explorer).
Sample URL: http://wp.magicswitzerland.com/destinations/interlaken/
Thanks. Please set this topic as solved.
Yes, sub menu opening effect.
Is possible to change animation?
Where can I change speed?
Thanks
Looks better, thanks!
I have applied the theme update. Now I can’t get admin access, just an error message “<b>Fatal error</b>: Call to undefined function is_plugin_active() in <b>/home/domain/public_html/wp-content/themes/jevelin/inc/hooks.php</b> on line <b>128</b>”
This is the ‘table element’. But I am reporting the ‘Pricing table’ element.
Have a look the sidebar image:
Great, it is fixed. Thanks
Thanks for your support. Problem solved using the code in jevelin child theme.
About disable error debugging, I am using this code in wp-config, but error kept showing:
define('WP_DEBUG', false); error_reporting(E_ERROR | E_PARSE);
Now, I have no error thanks to jevelin theme code.