Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 20, 2018 at 2:14 am in reply to: How make the submenu transparent with a small border? #899922Hi,
Try:.av-main-nav ul li a { border-right-style: hidden!important; border-right-width: 0px!important; border-left-style: hidden!important; border-left-width: 0px!important; }
Best regards,
MikeHi,
Try this:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a { color: yellow !important; } }
Best regards,
MikeJanuary 20, 2018 at 2:00 am in reply to: How to change the font of the captions on a FullScreen Slider element #899918Hi,
That’s great news! Perhaps it was your cache, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Yes this can be accomplished with media queries such as:@media only screen and (max-width: 767px) { --your css rules-- }
Just change the max-width to the screen size you are looking to target.
Best regards,
MikeHi,
Sorry I missed that, It seems that one is created with the template and the other is created with the advanced layout builder, is this correct?Best regards,
MikeJanuary 20, 2018 at 12:16 am in reply to: How to make photo from a page to appear in search result? #899900Hi,
Sorry, I didn’t see the date on it, but I would imagine there would be other plugins that do. What about the other one that is from Goolge’s own knowledge base, so I would think it applies?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I added this code to the end of your functions.php file in Appearance > Editor:// custom script add_action( 'wp_footer', 'ava_custom_script_tab_section' ); function ava_custom_script_tab_section() { ?> <script type="text/javascript"> (function($) { function scrollToTab(s, e,) { $(s).on(e, function(event) { var anchor, loc, cur, hash, tab, parent, pos; if( e == 'load' ) { loc = window.location.hash; hash = loc; } else { loc = $(this).attr('href'); hash = loc.substring(loc.indexOf('#')); } tab = $('.av-section-tab-title[href='+ hash +']'); parent = tab.parents('.av-tab-section-outer-container'); pos = parent.offset(); tab.trigger('click'); if(hash) { setTimeout( function() { $(window).scrollTop( pos.top - 100 ) }, 1000 ); } }); } scrollToTab( '.menu-item a', 'click' ); scrollToTab( window, 'load' ); })(jQuery); </script> <?php }
and the links seem to work correctly now, Please clear your browser cache and check.
Best regards,
MikeHi,
Sorry, my login attempts get “invalid user” please check.
If I understand correctly, the solution you are looking for is to have the menu back on the left side panel?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I adjusted the code in your css: left: 50px!important; to left: 100px!important;
and it seems to be more like you want, Please clear your browser cache and check.
You can adjust this setting to site.Best regards,
MikeHi,
I wanted to test your page on a clean install to see if the screen options will then work, but I couldn’t edit your functions.php because of a error. Please add this code to the end of your functions.php file via ftp://set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You can read about this code here: Enable Avia Layout Builder Debug
Also please Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Since your slider is currently set to be hidden on mobile screens, this would be a good indicator to examine when disabling your plugins.Best regards,
MikeHi,
I believe that in this case this is known as a “soft release”
In a couple of days it will be pushed though the admin panel.
In this update the LayerSlider is version 6.6.7Best regards,
MikeHi,
I belief I found a solution, I added this to your quick css:@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: block!important; } .responsive .avia_responsive_table .avia-data-table td:before { display:none !important;} }
Please clear your browser cache and check.
Best regards,
MikeHi,
Please try:@media only screen and (min-width: 1439px) { #top #wrap_all h1.av-rotator-container-inner { margin-left: -5%!important; } }
Best regards,
MikeHi,
Sometimes the first few days of a new update it doesn’t show in the admin panel, try downloading from Theme Forest and Try to update manually via FTP: https://vimeo.com/67209750Best regards,
MikeHi,
It sounds like the plugin has a conflict with woocommerce, as you pointed out, it works when disabling woocommerce.
I recommend contacting the plugin author and explaining this, they might already have a fix ready from other reports.Best regards,
MikeHey xuamox,
We have just released v4.2.1, please check for an update or download the latest from Theme Forest.Best regards,
MikeHey Ghallab,
Please include the url to your site, we can see your user & password but not the url.Best regards,
MikeHi,
Yes it can, it just a matter of knowing the classes of the elements, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 480px) { .av-catalogue-container{text-align:center !important; } .av-catalogue-title{padding-right:0px!important; } .av-catalogue-content{padding-right:0px!important; } .av-catalogue-image{float:none!important; margin-right:0px!important; } }
Best regards,
MikeJanuary 19, 2018 at 6:26 am in reply to: How to make photo from a page to appear in search result? #899519Hey Gala,
Please read this article from Google: https://support.google.com/websearch/answer/175288?hl=en
And this article about a WordPress plugin to do this: https://managewp.com/blog/google-picture-search-resultsBest regards,
MikeJanuary 19, 2018 at 6:06 am in reply to: setting up enfold dark photography or enfold minimal photography #899501 -
AuthorPosts