Forum Replies Created

Viewing 30 posts - 6,091 through 6,120 (of 67,463 total)
  • Author
    Posts
  • in reply to: Request to check page editing errors (Avia Layout Builder) #1433198

    Hi,

    Thank you for the info.

    The automatic update will no longer work with the current version (4.8) installed on your site. You will have to update the theme manually via FTP this once. Please check the link below.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Blog Single Author Small without sidebar #1433196

    Hi,

    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.

    Best regards,
    Ismael

    in reply to: ‘Special Heading’ and ‘Button Row’ Animation #1433192

    Hey bemodesign,

    Thank you for the inquiry.

    1.) The Special Heading element doesn’t have animation settings by default. However, you can achieve animation effects by adding a Column element, moving the Special Heading element inside it, and then configuring the column’s Animation settings in the Advanced tab.

    2.) Unfortunately, this is not available out of the box. You may need to use the Button element if you want them to animate separately.

    Best regards,
    Ismael

    in reply to: Enfold Theme Not Working Correctly #1433190

    Hey mateodc,

    Thank you for the inquiry.

    Did you modify any templates in your child theme, and what was the version of the theme before the upgrade? You might need to revert to a recent backup with the older version of the theme, then create a staging or development version of the site. Afterward, you can upgrade the development version first, address any errors there, and then upload it to the live site.

    Best regards,
    Ismael

    in reply to: Portfolio grid filter categories styling #1433189

    Hey Qgrafica_7,

    Thank you for the inquiry.

    You can use the following css code to adjust the style of the sorting buttons.

    #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat a, #top .av-sort-yes-tax .av-sort-by-term, #top .av-sort-yes-tax .sort_by_cat .text-sep {
        color: red;
        margin-right: 10px;
        font-size: 20px;
    }
    
    #top .av-sort-yes-tax .sort_by_cat a:hover {
        color: blue;
    }
    

    Best regards,
    Ismael

    in reply to: Vertical alignment for special headings #1433187

    Hey josikrop1,

    Thank you for the inquiry.

    The theme automatically aligns the content to the center when a minimum height for a Color Section is set. You can add this css code to adjust the alignment.

    #top #section-mobile-bergsteigen .container .content {
        vertical-align: top;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    in reply to: Visuell Editor shows no results, only text does it ? #1433185

    Hey HUHU7777,

    Thank you for the inquiry.

    The Text Block editor looks broken. Have you tried deactivating the plugins temporarily? A plugin conflict may be one of the reasons for this issue. To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Homepage is not saving. #1433184

    Hi,

    Thank you for the inquiry.

    We tried editing the page, removing content one at a time and updating, but the issue persists. We can only update the page when all content has been removed. Unfortunately, we cannot find any errors or clues as to why the issue is happening. Have you tried recreating the page from scratch?

    Please try setting the builder to debug mode so that we can check the builder shortcodes.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    in reply to: tables column widths #1433183

    Hi,

    Did you remove the previous css code? Please keep the previous css code then add the latest modification.

    Best regards,
    Ismael

    in reply to: portfolio catagory page adjust #1433182

    Hey Yaphoon,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the masonry title.

    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        margin: 0;
        font-size: 20px;
        font-family: Verdana;
    }
    

    To adjust the hover color of the menu button, add this.

    #top #wrap_all .header_color #menu-item-174:hover > a .avia-menu-text {
        background-color: #3f75e9;
        color: #ffffff;
        border-color: #3f59e9;
    }

    And to adjust the size of the images in the archive pages, you have to edit the enfold/taxonomy-portfolio_entries.php and adjust the parameters in the avia_post_grid instance around line 38.

    $grid = new avia_post_grid(
    										array(
    											'linking'			=> '',
    											'columns'			=> '3',
    											'contents'			=> 'title',
    											'sort'				=> 'no',
    											'paginate'			=> 'yes',
    											'set_breadcrumb'	=> false,
    											'preview_mode' => 'custom',
    											'image_size' => 'full'
    										));
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Filter input in iconfont #1433179

    Hey Patrick,

    Thank you for sharing this modification. We’ll push this thread to our channel or tag Guenter so that he can follow up.

    Best regards,
    Ismael

    in reply to: How to remove column spacing? #1433178

    Hi,

    Thank you for the inquiry.

    We can’t reproduce the same issue on our end. There are no spaces between the columns when we adjust the Space Between Columns settings. It’s possible that there are custom css modifications on your end that override the default styles.

    Best regards,
    Ismael

    in reply to: Strange problem with empty code-block #1433177

    Hey Bernd,

    Thank you for the inquiry.

    We don’t recommend embedding scripts or iframes in a Text or Code Block as they could break the builder or the layout of the page. Instead, you can create a custom shortcode or register the script properly using native WordPress functions.

    // https://codex.wordpress.org/Shortcode_API
    // https://developer.wordpress.org/reference/functions/wp_enqueue_script/

    Best regards,
    Ismael

    in reply to: Dropdown menu accessibility (arrow keys NOT tab) #1432985

    Hi,

    Thank you for the update.

    The error seems to be generated because of the function name. Please remove the dash or hyphen from the “sub-menu” and replace it with an underscore.

    function tab_though_menu_skipping_sub_menu_items_unless_down_or_up_arrow_keys_are_used() { ?>
    

    Best regards,
    Ismael

    in reply to: Request to check page editing errors (Avia Layout Builder) #1432969

    Hi,

    Alright! We’ll keep the thread open. Please let us know once the site is updated to version 5.6.10.

    Best regards,
    Ismael

    in reply to: ENFOLD – Portfolio Grid Option #1432968

    Hi,

    The theme already has its own Lightbox option, and the builder also includes Gallery and Masonry elements, so the plugin might not be as necessary.

    Best regards,
    Ismael

    in reply to: Fatal error with button row #1432967

    Hi,

    We were able to extract the shortcode of the home page, remove the button row shortcodes and apply it to a temp page. We also saved the content as template named “home template”. You can now delete the home page, create another page and apply the template to it. Please check the private field.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Anchor Link Positioning is Off #1432966

    Hey James,

    Thank you for the inquiry.

    The home page loaded correctly on our end, but the subpages didn’t — they showed a broken layout with no styles. Have you installed any third-party compression plugins? Please disable the cache and compression plugins temporarily.

    Best regards,
    Ismael

    in reply to: Post order with plugin doesn`t really work #1432965

    Hey rixi,

    Thank you for the inquiry.

    The theme creates custom queries or sorting for the Magazine or Blog Posts element, which cannot be adjusted by the plugin. If you want to adjust the order of the items, please use this filter in the functions.php file.

    /** adjust the magazine element query **/
    function avf_magazine_entries_query_mod($query, $params)
    {
        if(is_page(123))
        {
           $query['order'] = 'ASC';
           $query['orderby'] = 'title';
        }
        return $query;
    }
    add_filter('avf_magazine_entries_query','avf_magazine_entries_query_mod', 10, 2);
    

    You can also use the following filter to add more sorting options to the magazine element.

    // https://kriesi.at/support/topic/reversing-the-order-of-specific-blog-posts/#post-1395842

    Best regards,
    Ismael

    in reply to: I cannot import demo from demo import menu #1432964

    Hi,

    Thank you for the update.

    We may need to switch the site to debug mode in order to find the issue. Follow the instructions in the following link.

    // https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging
    // https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/

    Please make sure that WP_DEBUG_DISPLAY is set to true.

    define( 'WP_DEBUG_DISPLAY', false );
    

    Best regards,
    Ismael

    in reply to: Add X & Y axis legends to chart #1432963

    Hey James,

    Thank you for the inquiry.

    There is no dedicated option or field to add legends to the chart, but you can add more information in the Content > Chart Title, Subtitle, Position toggle. Please note that the Chart Subtitle field and Position Of Chart Title settings will only display once the Chart Title field is filled.

    Best regards,
    Ismael

    in reply to: Menu Not Displayed Entirely #1432962

    Hi,

    The modification above should adjust the breakpoint of the mobile menu and display it when the screen width is less than 1024px. You can adjust the breakpoint by editing the max-width value in this line.

    @media only screen and (max-width: 1024px) {
    

    However, instead of making the modifications above, have you considered moving the phone number above the main header to create room for the main menu? You can adjust this in the Enfold > Header > Extra Elements > Header Phone Number/Extra Info settings.

    Best regards,
    Ismael

    in reply to: Request to check page editing errors (Avia Layout Builder) #1432960

    Hi,

    Thank you for the update.

    This is not a normal behavior of the builder. Do you switch between the Classic Editor and the Advanced Layout Builder while editing? We also noticed that the site contains a very old version of the theme, 4.8. Please create a site backup, then upgrade the theme to version 5.6.10.

    Best regards,
    Ismael

    in reply to: Fatal error with button row #1432802

    Hi,

    Thank you for the info.

    We can’t reproduce the issue on our end, even after adding more than 6 items in the Button Row element. You can check the screenshot in the private field, showing 5 rows with 10 buttons each.

    Please provide the S/FTP details in the private field so that we can debug the issue further. We’ll try to extract the shortcodes of the home page so that you can apply the content on a different page.

    Best regards,
    Ismael

    in reply to: Sidebar navigation onto a full-width page. #1432800

    Hi,

    Thank you for the update.

    The style of page navigation is not that different when we add it on our own installation (check the private field). Please provide a link to the page where you added the page navigation shortcode.

    Best regards,
    Ismael

    in reply to: Center Logo at bottom above the Footer Widgets #1432799

    Hi,

    Thank you for the update.

    You can use this css code to remove the underline from the widget links.

    #main .widget a {
        text-decoration: none;
    }

    Best regards,
    Ismael

    in reply to: Tab sections on mobile #1432798

    Hi,

    There might be an extra or missing curly brace causing the CSS rule to be wrapped in a css media query. You can validate the css here: https://www.cssportal.com/css-validator/

    Best regards,
    Ismael

    in reply to: ENFOLD – Portfolio Grid Option #1432797

    Hi,

    The sorting option is actually working but since all items in the first page belongs to a single category, there’s really nothing to sort. To test it out, we increase the number of items from 9 to 18 in the portfolio grid element. It now displays items from the categories “Administration Bespoke Services” and “Operation Bespoke Services”, which can now be sorted using the category buttons.

    Best regards,
    Ismael

    in reply to: The flag of languages not appear in phone burger menu. #1432795

    Hi,

    Thank you for the info.

    We just noticed that the site still contains a very old version of the theme. Please upgrade the theme from 5.1.2 to the latest version, 5.6.10. After the upgrade, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache. Let us know if the upgrade helped fix the issue.

    Best regards,
    Ismael

    in reply to: Tables behaviour on mobile #1432794

    Hi,

    Thank you for the screenshots.

    Please add this css code to revert the style or layout of the table element on mobile view.

    @media only screen and (max-width: 769px) {
      .responsive div .avia_responsive_table .avia-data-table table {
        display: table;
      }
    
      .responsive div .avia_responsive_table .avia-data-table tbody {
        display: table-row-group;
      }
    
      .responsive div .avia_responsive_table .avia-data-table tr {
        display: table-row;
      }
    
      .responsive div .avia_responsive_table .avia-data-table td,
      .responsive div .avia_responsive_table .avia-data-table th {
        display: table-cell;
      }
    
        .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: table-cell;
    }
    }
    

    You may need to adjust this css media query as well to display the colors dots properly.

    @media only screen and (min-width: 479px) {
    .grey::before {
        content: '';
        display: inline-block;
        background-color: #918d8b;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 2px;
        margin-left: 3px;
        margin-bottom: -1px;
        position: relative;
    }
    }

    Best regards,
    Ismael

Viewing 30 posts - 6,091 through 6,120 (of 67,463 total)