Forum Replies Created

Viewing 30 posts - 8,971 through 9,000 (of 67,449 total)
  • Author
    Posts
  • in reply to: Main Shop Banner Image Size #1396129

    Hey ovrit,

    Thank you for the inquiry.

    The size of the background image in the shop demo is 1500x997px and it works well because the image doesn’t have a focal point.

    // https://kriesi.at/themes/enfold-shop/shop/

    Try to adjust the height of the banner using this css.

    #av_product_description {
        min-height: 400px;
    }
    

    Best regards,
    Ismael

    in reply to: Blog Homepage Issue #1396127

    Hey jedediahzilberberg,

    Thank you for the inquiry.

    You have to set the Enfold > Blog Layout > Blog Layout settings to the “Use the advance layout builder..” in order to display the content from the layout builder.

    Best regards,
    Ismael

    Hey Ryan,

    Thank you for the inquiry.

    Which one of the images in the gallery is webp? Most of the items in the gallery are jpgs, and the arrow in the lightbox seems to be displaying correctly.

    Best regards,
    Ismael

    in reply to: Fatal error: buttonrow #1396124

    Hey simturin,

    Thank you for the inquiry.

    Did you override the template of the Button element in the child theme? Please try to remove the modification or manually upgrade the theme to version 5.4. Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Overlay/slideout menu links suddenly dissapeared #1396122

    Hey Marcel,

    Thank you for the inquiry.

    The fix for this issue has been included on version 5.4. Please upgrade the theme as soon as possible.

    Related thread: https://kriesi.at/support/topic/menu-links-in-overlay-slide-out-not-available-under-advanced-styling/#post-1378104

    Best regards,
    Ismael

    in reply to: Navigation button/ text color #1395983

    Hi,

    To adjust the hover style, you can use this css code.

    #top #wrap_all .header_color #menu-item-453:hover > a .avia-menu-text {
    	background-color: red;
    	color: blue;
    	border-color: green;
    }

    Best regards,
    Ismael

    in reply to: Secondary Menu Styling (font style & size) #1395982

    Hi,

    Thank you for the link.

    You can use this css code to adjust the style of the submenu items.

    #top .av-subnav-menu > li > a {
    	padding: 0px 10px 0px 12px;
    	display: block;
    	border-left-style: solid;
    	border-left-width: 1px;
    	font-weight: 600;
    	font-size: 1.5em;
    }

    Best regards,
    Ismael

    in reply to: Woocommerce images always stay square #1395981

    Hi,

    Great! Glad to know that you have found the solution. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: create different footer for different pages #1395980

    Hey NicomIT,

    Thank you for the inquiry.

    Are you trying to control the visibility of the widgets in the footer, or display different sets of widgets on certain pages? If so, you can try the following plugins.

    // https://wordpress.org/plugins/if-widget/
    // https://wordpress.org/plugins/widget-logic/

    You can also display a page based footer (Enfold > Footer > Default Footer & Socket Settings) and control the visibility of the content using css.

    Best regards,
    Ismael

    in reply to: Style inserted by Layout-Architect #1395979

    Hey mkuzman,

    Thank you for the inquiry.

    The inline styles should not be affecting the layout of the elements. But if you want to disable them, you can add this code in the functions.php file.

    function avf_post_css_create_file_mod( $create )
    {
    	return false;
    }
    add_filter( 'avf_post_css_create_file', 'avf_post_css_create_file_mod', 10, 1 );
    

    Best regards,
    Ismael

    in reply to: Blog: too much space between image and text #1395978

    Hey Bonnie,

    Thank you for the inquiry.

    The issue occurs because there is a div or container in the post content with the ID “main”. This ID is already taken or is already applied to a default element and should not be used again. To fix the issue or to remove the gap, you have to remove the ID attribute or add this css code.

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top .container #main {
        padding: 0;
    }
    

    Best regards,
    Ismael

    in reply to: Sticky Sidebar #1395977

    Hey Graham,

    Thank you for the inquiry.

    There is no option for this in the theme by default, but there are available plugins that should allow you to make the sidebar or any elements sticky. Please check the links below.

    // https://wordpress.org/plugins/mystickysidebar/
    // https://wordpress.org/plugins/search/sticky+sidebar/

    Best regards,
    Ismael

    in reply to: Wallpaper full size #1395976

    Hey schweg33,

    Thank you for the inquiry.

    Have you tried adjusting the minimum height of the color section to “100% of the browser window height”? Please look for the Section Minimum Height in the Layout > Section Height settings.

    Best regards,
    Ismael

    in reply to: Portfolio Item & Folders plugin Metadata #1395534

    Hi,

    UPDATE: I was checking the live site instead of the test domain. Sorry about that. The css seems to be working correctly now. Please check the link below.

    Best regards,
    Ismael

    • This reply was modified 3 years, 1 month ago by Ismael.
    in reply to: Portfolio Item & Folders plugin Metadata #1395533

    Hi,

    When we disabled the Performance > File Compression, the site still loads the compressed and merged files, which tells us that there is a server cache or a feature that preserves the site and database data. Same thing happens when we check the site on private or incognito mode. You might have to keep in touch with your hosting provider and ask them for more information about this.

    Best regards,
    Ismael

    in reply to: enfold Cloudinary background image not showing #1395530

    Hi,

    Thank you for the short clip.

    We are not yet sure what is causing the issue, but it might be due to the post css styles. The styles for the color section including the background image are generated correctly but the image URL still points to the local domain instead of Cloudinary. This is the generated style for the color section.

    .avia-section.av-l7a1c31a-38c7edcd1656db1258c1a6ad67074612 {
        background-repeat: no-repeat;
        background-image: url(https://sitename.ca/wp-content/uploads/2022/07/optipath-stanley1.png);
        background-position: 100% 100%;
        background-attachment: fixed;
    }
    

    We will forward the issue to our channel. For the meantime, you can add the above css in the Quick CSS field and adjust the URL manually using the image URL from Cloudinary.

    Best regards,
    Ismael

    in reply to: frame as circle #1395529

    Hey!

    Glad we could be of help. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Regards,
    Ismael

    in reply to: reCaptcha #1395527

    Hi,

    Thank you for the update.

    We may need to access the dashboard and check the settings in order to debug the issue further. Please provide the login details in the private field. For the meantime, please try to deactivate the plugins temporarily and check if the issue persists.

    Best regards,
    Ismael

    in reply to: Enfold Update from 4.8.3 #1395502

    Hey paolam111,

    Thank you for the inquiry.

    The automatic update will not work on version 4.8.3, so you will have to update the theme manually via FTP just this once. You should be able to do an automatic update in the future with your token after that. Please check the documentation below for more info on how to manually update the theme via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    in reply to: Different image on Mobile vs Desktop #1395501

    Hi,

    No problem. Let us know in a different thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: not working #1395500

    Hey Filipp Fuchs,

    Thank you for the inquiry.

    The automatic updater is not compatible with the version (4.5.6) your current installation is in. You should be able to use your token and do an automatic in the future, in the later versions of the theme but unfortunately, this time you will have to update the theme manually via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    in reply to: Contact Submit Text Color #1395498

    Hey carlosTLM98,

    Thank you for the inquiry.

    The text is not displaying because the value attribute of the submit button is empty. Did you modify any of the template files, or install any plugins related to the contact form? Another thing that might be causing this is a custom script. Did you add any scripts recently?

    Best regards,
    Ismael

    in reply to: Navigation button/ text color #1395497

    Hey carlosTLM98,

    Thank you for the inquiry.

    You can add this css code to adjust the hover style of the menu button.

    #top #header .av-main-nav .av-menu-button:hover > a .avia-menu-text {
        background: #97040b;
        color: #ffffff;
    }

    Best regards,
    Ismael

    in reply to: Space between 2 button in navigation menu #1395496

    Hey carlosTLM98,

    Thank you for the inquiry.

    Adding this css code should create some space between the buttons.

    li#menu-item-453 {
        margin-left: 18px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    in reply to: Eintrag löschen #1395494

    Hey Violeta Goschler,

    Thank you for the inquiry.

    Which data are you referring to? If this is a data in the search results, unfortunately, we won’t be able to help you with it. You will have to remove the data from the page or the site and wait for Google or other search engines to recrawl the site. This process will take a while.

    Best regards,
    Ismael

    in reply to: Video Shortcode Page corrupt #1395490

    Hey Internetlink,

    Thank you for the inquiry.

    We set the builder in your installation to debug mode but we didn’t find anything unusual with the shortcodes or elements. We then tried to replicate the content on our installation, but we are not able to reproduce the same layout issue.

    Have you tried to disable the plugins temporarily? One of the plugins might be rendering elements in the page, which might be causing the layout issue.

    Best regards,
    Ismael

    Hey Franz Sumnitsch,

    Thank you for the inquiry.

    We cannot reproduce the same issue on our end. The order of the items is the same every time we refresh the page. Would you mind providing a short clip of the issue?

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    To apply the same link to the full article or item, please add this script in the functions.php file.

    
    // blog posts link
    function ava_custom_script_blog_link()
    {
        ?>
        <script type="text/javascript">
            (function($) {
                $('.rt-tpg-container.blog-posts .rt-grid-item').on('click', function(e) {
                    e.preventDefault();
                    var title = $(this).find('.entry-title a');
                    var link = title.attr('href');
                    window.location.href = link;
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action( 'wp_footer', 'ava_custom_script_blog_link', 9999 );
    

    And add this css code to switch the cursor to a pointer when hovering the article.

    .rt-tpg-container.blog-posts .rt-grid-item {
        cursor: pointer;
    }

    Best regards,
    Ismael

    in reply to: slider on store like home #1395487

    Hey schweg33,

    Thank you for the inquiry.

    Yes, this is possible. First, you have to set the builder to debug mode by adding this code in the functions.php file.

    /**
     * Enable Avia Layout Builder Debug
     * @link http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
     * 
     * @return string
     */
    function builder_set_debug() 
    {
        return 'debug';
    }
    
    add_action( 'avia_builder_mode', 'builder_set_debug' );
    

    After switching to debug mode, you will have access to the shortcodes field just below the Advance Layout Builder. You can then extract the actual shortcode of the slider from this field and use it to replace the value of the do_shortcode function below.

    // render something after the main container
    add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 );
    function ava_after_main_container_mod() {
    	$output  = '';
    	$output .= do_shortcode("PLACE THE SLIDER SHORTCODE HERE");
    	echo $output;
    }
    

    This will render the slider after the main container for every page, so you will have to add a few conditions in order to control the visibility of the slider.

    // https://woocommerce.com/document/conditional-tags/#:~:text=The%20conditional%

    Best regards,
    Ismael

    in reply to: Upgrade to 5.4 removed Large Gap on Masonry? #1395486

    Hey!

    Great! Glad to know that the modification is working correctly. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 8,971 through 9,000 (of 67,449 total)