Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for the info.
I can’t reproduce the issue on my browser but please try this code in the Quick CSS field.
#top .no_margin.av_one_third { width: 33.3336%; }Regards,
IsmaelHey!
Could you please provide a link to the actual page with the issue? A screenshot will help.
Cheers!
IsmaelHi!
Did you get the code from your email? I modified the code a bit. Please copy the code from the forum, not from your email. And remove browser cache before testing the page.
Best regards,
IsmaelHi pbchambers!
Thank you for using Enfold.
Please add this in the Quick CSS field.
.responsive #header { width: 100% !important; max-width: 100% !important; }Best regards,
IsmaelHey!
Please replace the code with the following.
@media only screen and (max-width: 767px) { .menu-item-language, .menu-item-language + *, .avia_current_lang { display: none !important; } }Regards,
IsmaelHey amzys!
Thank you for using Enfold.
You have to register a new menu in the functions.php file and then call it in the helper-main-menu.php file. Please refer to this previous thread for more info.
// https://kriesi.at/support/topic/mobile-menu-15/#post-346596
// https://codex.wordpress.org/Function_Reference/register_nav_menuCheers!
IsmaelHey!
Thank you for the info. Please add this in the Quick CSS field.
.avia-table { table-layout: auto !important; }Best regards,
IsmaelHey!
I’m trying to login to the site but it’s not letting me paste or copy anything to the page so I can’t input the password. It’s probably restricted by a plugin. Please disable the plugin so that we can access the site.
Cheers!
IsmaelNovember 24, 2016 at 8:12 am in reply to: Veröffentlichungsdatum (datepublished) aus den Google Suchergebnissen entfernen #716293Hi Eisi101!
Thank you for using Enfold.
If you want to remove the date, you can modify the inludes > loop-index.php file and remove this line.
echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>";Note that it may take a while before google re-index the url so it might still display in the SERPS. You can ask google to re-crawl the url.
// https://support.google.com/webmasters/answer/6065812?hl=en
Regards,
IsmaelNovember 24, 2016 at 7:49 am in reply to: Is it possible to add bullets infront of fullwith submenu items in the mobile #716292Hi,
Please use this if you want to remove the arrow.
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: ""; }I checked the “TEENUSED” and it doesn’t have any submenu.
Best regards,
IsmaelHi,
You need to add the code in the functions.php file, not the Quick CSS field. Please post the login details here if you need more help.
Best regards,
IsmaelHi,
We understand the issue clearly. Unfortunately, that is the default positioning of the grid on mobile. You need to duplicate the section and re-order the cells so that it will display properly on mobile. You can then toggle the display of the sections with css media queries as suggested in the documentation.
// http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
IsmaelHi,
Please post the login details here so that we can check the issue further. Instead of “-“, try to use a non-breaking space character.
// http://www.w3schools.com/html/html_entities.asp
Best regards,
IsmaelHey 2funky,
Thank you for using Enfold.
This is possible but, unfortunately, the option is not included in the theme by default. Please hire a freelance developer to modify the contact form script or you can just use the CF7 plugin. A lot of Enfold users are using the plugin.
Best regards,
IsmaelHi,
Instead of editing the single.php file, please add this code in the functions.php file.
add_action('ava_after_main_title', 'ava_after_main_title_mod'); function ava_after_main_title_mod() { if( is_singular('post') ) { echo do_shortcode("[av_slideshow size='no scaling' animation='slide' autoplay='false' interval='5' control_layout='av-control-default' custom_class=''][av_slide slide_type='image' id='328' video='' mobile_image='' video_ratio='' title='' link_apply='' link='lightbox' link_target=''][/av_slide][/av_slideshow]"); } }Best regards,
IsmaelHey ycoleman31,
Thank you for using Enfold.
It’s a small glitch in the advance layout builder where the sections are rendered outside the wrap_all container but it is fixable. We edited the page and move all the elements inside their own color sections.
Best regards,
IsmaelHi,
I’m sorry but I really can’t find the issue with it. We will have to advise you to contact a freelance developer to inspect the issue further. One more thing, are you purging or deleting the cache after doing our previous suggestions?
Best regards,
IsmaelHi,
We are very sorry for the confusion. In the Shop Options panel, you can enable the “Enable Banner for product category pages” and under that option is a little note.
You can enable the shop banner for all categories as well. You can also set individual banners by editing the category
Edit each product category to display a different banner image.
Best regards,
IsmaelHi,
Please try this css code.
.av-special-heading { margin-top: 0; }Best regards,
IsmaelNovember 23, 2016 at 6:04 am in reply to: Blog view distorted – only when one post per column #715716Hi,
It will display below the “Read More” link because the link is part of “the_content”. To make this simple, please provide a screenshot on where you want the signature to appear.
Happening here: http://www.houseofhuber.net/ (but only on the first “blog post” element) and here http://www.houseofhuber.net/team/
Not happening e.g. here: http://www.houseofhuber.net/blog/Again, it will not display on grid layouts or columned posts because it’s not using the “get_the_content” function which is prerequisite of using the “the_content” filter.
Best regards,
IsmaelHi,
It’s because of the retina screens. Use an image that will exactly fit the screen resolution of iPhone devices.
Note that the iPhone 6 Plus is a 3x screen. For the previous iPhones you can double the screen size values to figure out the max size of your retina image, but on the iPhone 6 Plus you’ll want to triple that value (i.e. a full screen graphic would be 1242 x 2208).
// http://www.kylejlarson.com/blog/iphone-6-screen-size-web-design-tips/
If you want to apply a different background image for each device, use css media queries.
// http://stephen.io/mediaqueries/
Best regards,
IsmaelHi,
You should set the Blog Layout > Blog Layout to use the advance layout builder and then edit the page. Insert the Blog Post element below the text and images. We adjusted the settings.
// http://www.topsigns.net/news/
Best regards,
IsmaelHi,
We added the following css code in the Quick CSS field.
@media only screen and (max-width: 767px) { .responsive #top { margin-top: -5px; } }Best regards,
IsmaelHey hsie,
Thank you for using Enfold.
I’m sorry but you cannot implement those files because the theme has its own character map configuration. And you have to modify the core or the parent files if you want to disable the default font assets from loading.
Best regards,
IsmaelNovember 23, 2016 at 5:26 am in reply to: 1/3 + 1/3 + 1/3 not looking good (on my website) on mobile #715708Hi,
Please add a top margin.
@media only screen and (max-width: 1024px) and (min-width: 768px) { .home #services .av_one_third { width: 100% !important; margin-left: 0 !important; margin-top: 50px; } }Best regards,
IsmaelHi,
Thank you for using Enfold.
Please go the Settings > Reading panel then set the “Blog pages show at most” field to 9999. This will display all post items so a pagination is not necessary.
Best regards,
IsmaelHey Wisith,
Thank you for using Enfold.
Please post the login details here so that we can check the settings. Did you add any css modifications to the site?
Best regards,
IsmaelHi,
This is not possible if the burger menu is active. A workaround is to disable the burger menu, display a default menu then re-create the burger menu manually. Please add these codes in the functions.php file.
if(!function_exists('avia_append_burger_menu_mod')) { add_filter( 'wp_nav_menu_items', 'avia_append_burger_menu_mod', 9998, 2 ); function avia_append_burger_menu_mod( $items, $args ) { if ((is_object($args) && $args->theme_location == 'avia')) { $items .= '<li id="menu-item-burger-mod" class="av-burger-menu-main-mod"> <a href="#"> <span class="av-hamburger av-hamburger--spin av-js-hamburger"> <span class="av-hamburger-box"> <span class="av-hamburger-inner"></span> <strong>'.__('Menu','avia_framework').'</strong> </span> </span> </a> </li>'; } return $items; } } add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { var nav = $('#avia-menu'), items = nav.find('li:not(".av-burger-menu-main-mod")'), burger = $('.av-burger-menu-main-mod a'); burger.click( function(e) { if(items.hasClass('burger_mod')) { items.removeClass('burger_mod'); burger.find('.av-hamburger').removeClass("is-active"); } else { items.addClass('burger_mod'); burger.find('.av-hamburger').addClass("is-active"); } e.preventDefault(); }); } a(); })(jQuery); </script> <?php }And this code in the Quick CSS field.
.av-main-nav li { opacity: 0; } .av-main-nav .av-burger-menu-main-mod { opacity: 1; } .av-main-nav li.burger_mod { opacity: 1; -webkit-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; }Best regards,
IsmaelHi,
@Sue: Could you please provide a link to the page with the issue? If you set the background attachment to parallax, please use this css code.
@media only screen and (max-width: 989px) { #unique_id .av-parallax .av-parallax-inner { background-image: none !important; } }Replace “unique_id” with the Section ID.
Best regards,
IsmaelHi,
If you’re using the advance layout builder, these elements (categories, tags, post meta info etc) will not be included automatically. You can either add them manually in a code or text block or create a custom shortcode.
@gerardbao: Please refer to these previous threads.// https://kriesi.at/support/topic/question-about-transferring-set-up-to-our-actual-site/#post-643745
// https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb/#post-588985
@DaraEmerson: Have you tried the Widget Area element for the Yoast Taxonomy Widget?Best regards,
Ismael -
AuthorPosts
