Forum Replies Created
-
AuthorPosts
-
January 20, 2018 at 2:48 am in reply to: Press icons on one page to open a specific tab on another page #899931
Hey ezUpstarts,
That’s great news! We will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Which demo do you want to import? I have been working on an alternative that has been successfully for others.Best regards,
MikeHey Boris,
Es tut mir leid, dass wir das nicht anbieten, aber wir bieten Ihre Zufriedenheit oder Ihr Geld zurück.
Bitte lesen Sie: https://themeforest.net/page/customer_refund_policyBest regards,
MikeHey sve10,
Do you mean when you enter your API key? Sounds like your site is having server issues. Please contact your webhost to have them look into your server error log and resolve the issue.Best regards,
MikeHi,
Sorry I don’t see a “services” item in the menu. Please include a screenshot to point it out.Best regards,
MikeHey lmmoonlight,
In your screenshot you show a tab from you browser, the title that appears is created by WordPress to show the “page-site title”
There is not a setting for this option. Perhaps you will find a WordPress plugin to do this.Best regards,
MikeHi,
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,
Mike -
AuthorPosts