Forum Replies Created

Viewing 30 posts - 15,721 through 15,750 (of 66,839 total)
  • Author
    Posts
  • in reply to: Potential Bug in FAQ Schema Accordeon Toggle #1268042

    Hi,

    We do not see the mainEntity error in the Google Rich Results Testing Tool and most of the warnings (orange) are optional but nothing critical.

    Missing field "image" (optional)
    Missing field "headline" (optional)
    
    

    Best regards,
    Ismael

    Hi,

    Glad it works. Try to use this css code to adjust the size of the social icons in the burger menu container.

    .burger_social_bookmarks li a {
    	font-size: 16px !important;
    }
    

    Best regards,
    Ismael

    in reply to: Sidebar confusion. #1268040

    Hey Actionrev,

    Thank you for the inquiry.

    It is possible that Layout > Sidebar Setting of the pages have been set manually, or that a specific widget area has been selected for each page. Please edit the page and check the value of the Layout > Sidebar Settings.

    Best regards,
    Ismael

    in reply to: link to variation product #1268038

    Hey PilatInformatique,

    Thank you for the inquiry.

    The product gallery seems to be working properly now, showing the appropriate image for the selected variation. Did you set the Enfold > Shop Options > Product Gallery to the second option (Woocommerce 3.0 Product Gallery)?

    Best regards,
    Ismael

    in reply to: Update page and lose changes I made #1268037

    Hey soniavoice,

    Thank you for the inquiry.

    Looks like the the state of that particular page is frozen and it is not accepting any changes. Updating or saving works fine on other pages. (see private field)

    Have you tried recreating that particular page from scratch? Try to save the content as template, create a new page and apply the new template. Or better yet, try to re-create the page from scratch.

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. This seems like a duplicate of the following thread wherein we provided a possible solution.

    // https://kriesi.at/support/topic/i-would-like-an-new-text-alignement-on-my-phone-display/#post-1267668

    We will close this thread for now. Please continue on the previous post.

    Best regards,
    Ismael

    Hey peter85,

    Thank you for the inquiry.

    Which images are you referring to? If you are talking about the background images of the color section, try to use this css code to hide them on mobile view.

    @media only screen and (max-width: 767px) {
        .avia-bg-style-scroll {
    	background-image: none !important;
        }
    }
    

    Best regards,
    Ismael

    in reply to: Add Search Box to Header Socket #1268031

    Hi,

    Thank you for the screenshot.

    We can use the avia_meta_header hook to insert additional elements in the top header and the get_search_form function to render the search bar. Please add this snippet in the functions.php file.

    add_action('avia_meta_header', function() { 
    	get_search_form();
    }, 10);
    
    add_filter('avf_execute_avia_meta_header', '__return_true');
    

    It might require a few css or style adjustments.

    Best regards,
    Ismael

    in reply to: Customer login icon to main header #1268030

    Hi,

    Thank you for the inquiry.

    You can insert additional elements in the header using widgets or by editing the includes > helper-main-menu.php file directly. Please check the documentation for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    in reply to: Background video in color section is mute #1268029

    Hey Elena,

    Thank you for the inquiry.

    Where can we see the issue or the page with the color section? Please post the site or page URL in the private field so that we could check the issue. If possible, please include an administrator account and make the Appearance > Editor accessible so that we could edit the files when necessary.

    Best regards,
    Ismael

    in reply to: Unable to add icons to Mega Menu items #1268028

    Hi,


    @Dzammit
    : You might have to copy the snippet or code directly from the forum, instead of from your email.

    Best regards,
    Ismael

    in reply to: LayerSlider Question #1268027

    Hey enfold_user,

    Thank you for the inquiry.

    That may be possible by using very wide or long images in the slide and set it so that the image moves or transitions from left to right or vice versa.

    Best regards,
    Ismael

    in reply to: Wrong footer page displayed for visitors #1268026

    Hey brandreach_at,

    Thank you for the inquiry.

    It works fine when we disable the User Switching plugin. What does it do? You may need to contact the plugin authors for more info about the issue.

    Best regards,
    Ismael

    in reply to: Parallex #1268025

    Hey Actionrev,

    Thank you for the inquiry.

    It looks distorted on certain screen sizes because of this css code.

    .avia-section, .avia-section .av-parallax-inner {
    	background-size: 100% 100% !important;
    }

    You may need to wrap it inside a css media query so that it only affects screens with the same aspect ratio as the background image.

    // https://www.w3schools.com/css/css3_mediaqueries_ex.asp

    Best regards,
    Ismael

    in reply to: Custom Header #1267816

    Hi,

    You are welcome. Happy to help. The search icon is not displaying because of the following css code.

    #top #header .av-main-nav > li.menu-item {
    	display: none !important;
    }
    

    You have to add the following css code below the other to display the search icon back.

    #top #header .av-main-nav > li#menu-item-search {
    	display: block !important;
    }
    

    Best regards,
    Ismael

    in reply to: Portfolio Grid – Open to Ajax by Default #1267813

    Hi,

    Thank you for the info.

    The password for the username is incorrect, unfortunately. Please check it carefully or provide another valid account so that we could access the dashboard.

    Best regards,
    Ismael

    in reply to: Toggle a section when a button is clicked #1267811

    Hi,

    It should go inside the on function or inside the event listener. Please look for this line..

    
    jQuery(“#toggle-section”).toggleClass(“hide-me”);
    

    .. and replace it with:

    jQuery( "#toggle-section" ).animate({
        opacity: 1,
    }, 1500, function() {
    
    });
    

    Best regards,
    Ismael

    in reply to: Woocommerce Product Grid #1267684

    Hey Stefan,

    Thank you for the inquiry.

    How did you set the Product Grid element to display the categories? Please post the site or page URL so that we could inspect the element.

    We might be able to use the snippets provided in the following thread and customize it a bit so that the description displays below the product image.

    // https://stackoverflow.com/questions/19249756/how-to-display-woocommerce-category-description

    Best regards,
    Ismael

    in reply to: left to right and right to left animation modification #1267673

    Hi,

    Thank you for the update.

    The animation seems to be working as it should, the slight bounce at the end of the effect is still there. We checked the site on Chrome Windows 10 as seen in the screenshot below.

    Screenshot: https://imgur.com/a/FkYlidc

    Best regards,
    Ismael

    in reply to: I would like an new text alignement on my phone display #1267668

    Hey barabasone,

    Thank you for the inquiry.

    Try to apply a unique class name (Advanced > Developer Settings > Custom CSS Class) to the 1/5 column elements containing the descriptions, use “description-column” for example, then use the following css code to adjust the width of the columns on mobile view.

    @media only screen and (max-width: 767px) {
    .description-column {
        width: 48% !important;
        margin-left: 1%;
        float: left;
        clear: none;
    }
    }

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    But due to the columns’ predefined styles, the layout might look a bit different compare to the screenshot.

    Another solution is to create another set of text description or specifications that is fully configured for mobile view. You may need to place all text and the required html structure in a single text block and apply the custom styles accordingly. Using css flex might be of help in this case.

    // https://css-tricks.com/snippets/css/a-guide-to-flexbox/

    The html structure might look like this.

    
    <div class="left-column">
    descriptions or specifications here</div>
    <div class="right-column">
    descriptions or specifications  here</div>
    

    Best regards,
    Ismael

    Hey buerogestaltet,

    Thank you for the inquiry.

    This is a duplicate of the following post.

    // https://kriesi.at/support/topic/social-profiles-zusatzliche-icons-hinzufugen-mehrere-icons-wie-moglich

    The solution can be found in that thread. We will close this one for now.

    Best regards,
    Ismael

    in reply to: autoloaded data is too large and crashing my server #1267654

    Hi,


    @CodeSamurai
    : Thank you for the info. Did you install a different minification plugin?


    @CloudyPro
    : Have you tried using a different compression plugin? Most cache plugins also have this option by default, so you might have to test the options or the plugin settings to find out which combination works best for your server.

    Best regards,
    Ismael

    Hi,


    @Cloudypro
    : The theme’s file compression settings should be disabled if you are using another minification plugin such as Autoptimize because they are basically doing the same thing, which is to combine the scripts and stylesheets into a single minified file. The settings mentioned above will not be used or will not be in effect if the compression is disabled.

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that you have found a solution. In hindsight, using Javascript is bit of an overkill. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Display product category in a grid on start page #1267641

    Hey Resor,

    Thank you for the inquiry.

    You can use the available shortcodes from Woocommerce in a code or text block, but you might have to adjust its style a bit.

    // https://docs.woocommerce.com/document/woocommerce-shortcodes/

    If you want to do it manually, try to use the Image element, apply the link of the product category pages to the images, then separate the images using the Column elements.

    Best regards,
    Ismael

    in reply to: Hoover Button #1267638

    Hi,

    You can use this css code to apply a border around the button on mouse hover.

    #top .avia-button:hover .avia_button_background {
    	border: 1px solid green !important;
    }

    But you have to adjust this css code, and remove the top margin.

    .second-button .avia-button {
    	border: 10px solid #FFF !important;
    	z-index: 2;
    	z-index: 2;
    	float: none !important;
    	margin-top: -35px;
    }
    

    Then add this css code to pull the button upwards.

    .second-button {
    	top: -35px;
    	position: relative;
    }

    Best regards,
    Ismael

    in reply to: fullscreen slider isn't mobile-responsive #1267449

    Hi,

    Thank you for the screenshots.

    It looks fine on a device emulation, but it might be resizing that way because the background-attachment property is set to fixed. Try to add this css code to revert the background attachment back to scroll on mobile view.

    @media only screen and (max-width: 767px) {
        .avia-fullscreen-slider .avia-slideshow[data-image_attachment="fixed"] > ul > li {
    	background-attachment: scroll !important;
        }
    }
    

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We edited the snippet or filter in the functions.php file a bit, and added the spotify icon and associate the custom font icon to it. This is the adjusted filter in the functions.php file.

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['apple']	 = array( 'font' =>'newicons', 'icon' => 'uf179');
    	$icons['spotify']	 = array( 'font' =>'newicons', 'icon' => 'uf327');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['apple'] = 'apple';
    	$icons['spotify'] = 'spotify';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    

    You can now edit the spotify icon in the Enfold > Social Profiles panel.

    Best regards,
    Ismael

    in reply to: Grid Row Background Image hide on ipad #1267444

    Hi,

    Thank you for the screenshot.

    We could not reproduce the issue on our end and for some reason we cannot inspect the site using the browser inspector. Did you disable it, or install a plugin that blocks browser inspection?

    The background of the cells are probably not displaying correctly on mobile devices because they are fixed or sticky. Please try to revert the background-attachment property back to scroll on smaller screens.

    @media only screen and (max-width: 767px) {
        .flex_cell {
    	background-attachment: scroll !important;
        }
    }
    

    Best regards,
    Ismael

    in reply to: Grid Row Background Image hide on ipad #1267443

    Hi,

    Thank you for the screenshot.

    We could not reproduce the issue on our end and for some reason we cannot inspect the site using the browser inspector. Did you disable it, or install a plugin that blocks browser inspection?

    The background of the cells are probably not displaying correctly on mobile devices because it is fixed. Please try to revert the background-attachment property back to scroll on smaller screens.

    @media only screen and (max-width: 767px) {
        .flex_cell {
    	background-attachment: scroll !important;
        }
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 15,721 through 15,750 (of 66,839 total)