Forum Replies Created
-
AuthorPosts
-
March 28, 2020 at 1:09 pm in reply to: Adding social media icons to mobile menu on mobiles only #1198561
Hi Dominic,
Please try the code like this:
// add social icons inside the mobile menu function ava_custom_script_mod_social(){ ?> <script> (function($){ var int = ''; function a() { var htmlString = $('#header_main .social_bookmarks:first').find('li a'), mobileMenu = $('.av-burger-overlay'), socialString = []; if(!avia_is_mobile) return; if($('.burger-social').length) clearInterval(int); htmlString.each(function() { var socialClass = $(this).parent('li').attr('class'), socialItems = $(this).wrap('<li class="'+ socialClass + ' av-active-burger-items burger-social"></div>').parent().unwrap(); socialString.push(socialItems); }); $(socialString).each(function() { $(this).appendTo('#av-burger-menu-ul'); }); } $('#header').on('mousedown', '.av-main-nav-wrap', function() { int = setInterval(function() { a(); }, 500); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod_social');Best regards,
VictoriaHey adxdigitalmarketing,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1024px) { nav.main_menu, #menu-item-search { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2020 at 12:51 pm in reply to: Getting strange navigation results when scrolling down #1198557Hi hostworks,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header .av-main-nav > li.current-menu-item.av-menu-button > a, #top #header .av-main-nav > li.current-menu-item.av-menu-button > a .avia-menu-text { color: #fff; }If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2020 at 12:46 pm in reply to: Change default rows in pricing table font color to black #1198556Hey jolynndeal,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi Manon,
It’s really weird. You might want to write to Google support.
Best regards,
VictoriaHi condonpb,
Please update to the latest version, this should fix your issue.
Here is the changelog:
https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelogIf you need further assistance please let us know.
Best regards,
VictoriaHey Joe,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaMarch 28, 2020 at 12:23 pm in reply to: Edit Masonry files to preselect a different category/filter #1198548Hi Leofiori,
The way images are loaded is mostly decided by the browser, not by the WordPress theme.
The file you might want to look at is /config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php
If you need further assistance please let us know.
Best regards,
VictoriaHi Marco,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaMarch 26, 2020 at 5:30 pm in reply to: Make Magazine Sorting Text Links Look Like Theme Buttons #1198129Hi santanin,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi cmeurer,
Best regards,
VictoriaHi d2356897,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHi tkroeplin,
No, you’re not missing a step, but we cannot really help you with that.
Best regards,
VictoriaHi vantagepointmg,
No, not really, can you please explain in some more detail?
Best regards,
VictoriaMarch 26, 2020 at 5:23 pm in reply to: Beitragsbild eines Blogbeitrags automatisch anzeigen #1198121Hey Nazarii,
Change to what or how(font-size, color, etc)?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMarch 26, 2020 at 5:17 pm in reply to: Compatibility problem Enfold / produduct bundles Plugin #1198118Hi Sebastian,
Credentials did not work for me. Could you please update the credentials?
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
VictoriaHi Joaodefig,
Thank you for letting us know.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Here are the steps to take to update the theme in your case:
Best regards,
VictoriaHi Joaodefig,
Thank you for letting us know.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Here are the steps to take to update the theme in your case:
Best regards,
VictoriaHi obimedia2,
Thank you.
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
VictoriaHi pietro_fanciulli,
You have a lot of white space in the image around the logo, you need to crop it, first of all.
Best regards,
VictoriaHey KingGeo,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Can you share the zip with us that you’re trying to upload?
You can upload it to a service like Dropbox or http://imgur.com and give us the links here.
Best regards,
VictoriaMarch 26, 2020 at 4:53 pm in reply to: Mobile: (i) search icon too low relative to burger and (ii) more space below? #1198108Hi Magnus,
This code needs to work on big screens only and so needs to be wrapped in the media query:
.av-main-nav > li > a { bottom: -35px; position: relative; }like this:
@media only screen and (min-width:990px){ .av-main-nav > li > a { bottom: -35px; position: relative; } }Best regards,
VictoriaMarch 26, 2020 at 4:49 pm in reply to: Menu item that is "Button Style (Colored)" doesn't show text #1198105Hi bagha,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Carolina,
Well, you can look here
https://wordpress.org/plugins/tags/scrolling/Maybe you can find the plugin that works for you.
Best regards,
VictoriaHey Maureen,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-cookie-consent .avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button { padding: 0.4em 1.1em; }If you need further assistance please let us know.
Best regards,
VictoriaHi mbosse99,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Buro Staal,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaMarch 26, 2020 at 4:40 pm in reply to: Make Magazine Sorting Text Links Look Like Theme Buttons #1198096Hey santanin,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color .av-sort-by-term a { background-color: #719430; color: #ffffff; border-color: #507210; display: inline-block; margin: 3px; padding: 0 5px; border-radius: 5px; } .main_color .av-sort-by-term a.active_sort { color: #0d0404; }If you need further assistance please let us know.
Best regards,
VictoriaHey Koogie_14,
What picture do you mean? Please describe in more detail what the issue is?
Best regards,
Victoria -
AuthorPosts

