Forum Replies Created

Viewing 30 posts - 6,121 through 6,150 (of 67,597 total)
  • Author
    Posts
  • in reply to: enfold adjust height of header on blog #1434252

    Hi,

    Thank you for the update.

    Have you added the following css code? It removes the padding above the main container, causing the header to overlap with the heading.

    .responsive #top #main {
        padding-top: 0 !important;
        margin: 0;
    }

    You can override it by adding this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 100px !important;
      }
    }

    Best regards,
    Ismael

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

    Hi,

    Thank you for the update.

    We are still not sure about how the
    tag is being generated, but it gets removed when we update the page. Please review the links provided in the private field.

    Best regards,
    Ismael

    in reply to: Schrift (Font) ändern #1434249

    Hi,

    Thank you for the inquiry.

    It might be caching or the Enfold > Performance > File Compression settings. You may need to temporarily disable the cache plugin and the Enfold > Performance > File Compression settings to make sure that the changes take effect immediately. You can re-enable it back when you’re done editing.

    Best regards,
    Ismael

    in reply to: google map api not working #1434248

    Hi,

    Alright! Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Blog: Add header (transparent) to Archive page #1434247

    Hey Sebastian,

    Thank you for the inquiry.

    We replied here: https://kriesi.at/support/topic/bootstrap-from-plugin-kills-sub-page/#post-1434246

    Best regards,
    Ismael

    in reply to: Bootstrap from Plugin kills sub page #1434246

    Hey Sebastian,

    Thank you for the inquiry.

    For some reason, we can’t reply to your latest inquiry, so we replied here.

    This is about: https://kriesi.at/support/topic/blog-add-header-transparent-to-archive-page/

    We adjusted the hook in the functions.php file and created a small script ( https://pastebin.com/L11xieeS )

     

    Best regards,
    Ismael

    in reply to: Blog: Add header (transparent) to Archive page #1434242

    Hey Sebastian,

    Thank you for the inquiry.

    We adjusted the hook in the functions.php file and created a small script ( https://pastebin.com/VCTVksmD ).

     

    Best regards,

    Ismael

    in reply to: ENFOLD – Team Member Pga Sidebar #1434241

    Hi,

    Thank you for the screenshots.

    Have you tried disabling the Enfold > Sidebar Settings > Page Sidebar Navigation option? This should disable the default menu for nested subpages. If this didn’t work, please provide the login details in the private field so that we can check the site further.

    Best regards,
    Ismael

    in reply to: Link with lightbox only content option #1434240

    Hi,

    Glad to know this has been resolved! 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: Inactive custom footer page #1434156

    Hey M-Graphics24,

    Thank you for the inquiry.

    We edited the Enfold > Footer > Default Footer & Socket Settings and deselected the Home page as Page based Footer. You might want to adjust the Footer Behavior (currently in beta) settings as well.

    Best regards,
    Ismael

    in reply to: vertically center logo in header #1434155

    Hey fogelfish,

    Thank you for the inquiry.

    The theme automatically centers the logo vertically relative to header height, but if you need to adjust the vertical alignment, you can add this css code.

    .logo img, .logo svg {
        position: relative;
        top: 100px;
    }
    
    .logo, .logo a {
        overflow: visible;
    }

    Adjust the value of the top property as you wish.

    Best regards,
    Ismael

    in reply to: Advanced Custom Fields broken since update #1434154

    Hi,

    Thank you for the update.

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. Also, make sure to purge the cache and do a hard refresh. Once you have made the required modifications, you can re-enable the file compression settings. If the changes still haven’t applied, please provide the login details in the private field.

    Best regards,
    Ismael

    Hey StarSolutions,

    Thank you for the inquiry.

    Are you trying to move the submenu closer to its the parent menu item? If so, then you can try this css code.

    .av-main-nav > li > ul {
        margin-top: -50px;
    }

    Best regards,
    Ismael

    in reply to: Link from last Table entry carrying over the next section #1434152

    Hi,

    Thank you for the info.

    The closing tag was missing from the link in the last item in the table element.

    < a href="https://site.com/living-here/"><img src="https://finditinfairport.com/wp-content/uploads/2020/03/LivingHere-FIIF.png"> <--- missing closing tag
    

    We added the closing tag to fix the issue.

    Best regards,
    Ismael

    in reply to: Formatting .Main-Title.Entry-Title #1434151

    Hi,

    Great! Glad to know that you managed to resolve the issue. Please feel free to open another thread should you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Update to 5.6.10 breaks all my widgets in footer #1434148

    Hey xuamox,

    Thank you for the inquiry.

    Did you modify any template files (header.php, footer.php etc) in the child theme? Please make sure to update the template files, then try to toggle or temporarily disable the Enfold > Performance > File Compression.

    Best regards,
    Ismael

    in reply to: Video Element not working for youtube videos #1434147

    Hi,

    Thank you for the update.

    The videos started working again after we deactivated the plugin “BIALTY – Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce”. Please contact the plugin developers for further information about the issue.

    Best regards,
    Ismael

    in reply to: reverse order latest portfolio widget #1434146

    Hi,

    You’re welcome! Please don’t hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: google map api not working #1434144

    Hi,

    Thank you for the update.

    Would you mind providing the API key in the private field so that we can test and validate it on your installation? We attempted to extract it from the screenshot, but when we tried to validate the API key, we encountered the following error, indicating that the API key is invalid.

    // https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error

    Please try to review the following documentation and generate the API key again.

    // https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key

    Best regards,
    Ismael

    in reply to: Header Transparency #1434142

    Hi,

    Thank you for the update.

    You can adjust the menu color in the Enfold > Transparency Logo Options section. Look for the Transparency Menu Color and Transparency Menu Color On Hover fields.

    Best regards,
    Ismael

    in reply to: Comment Moderation Issue #1434141

    Hi,

    Thank you for the info.

    The comment count is visible in the Comments panel, but no items are displayed. We tried to temporarily disable the plugins on the development site, but the issue persists. On further checking, we noticed that the site is still using an older version of the theme, 5.0.1. This outdated version may be contributing to the comment issue. Please try to upgrade the theme to version 5.6.10 and let us know us whether the upgrade resolves the issue.

    Best regards,
    Ismael

    in reply to: ENFOLD – Team Member Pga Sidebar #1434139

    Hey Francesco,

    Thank you for the inquiry.

    You can edit the content of the sidebar in the Appearance > Widgets panel. Add widgets to the Sidebar Pages or Displayed Everywhere widget areas to disable the dummy widgets.

    Best regards,
    Ismael

    in reply to: Overlapping Color Sections #1434138

    Hey codecanyon4148,

    Thank you for the inquiry.

    You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Change layout of category archive to masonry style #1434137

    Hi,

    Thank you for the update.

    1.) We added this filter in the functions.php file to adjust the query in the archive pages.

    add_filter( 'avia_masonry_entries_query', 'avia_masonry_query_func', 10, 2);
    function avia_masonry_query_func( $query, $params )
    {
        if ( is_tax() ) {
            global $wp_query;
            $term = $wp_query->get_queried_object();
            $tax = $term->taxonomy;
    
            $query['tax_query'] = array( 	array( 	'taxonomy' 	=> $tax,
            								'field' 	=> 'id',
            								'terms' 	=> $term->term_id,
            								'operator' 	=> 'IN'));
        }
        return $query;
    }

    2.) Please look for the “sort” parameter and set its value to “no”

    'sort' => 'yes',
    

    3.) You can also adjust the “size” parameter to change the style of the masonry element.

    'size' => 'fixed masonry',
    

    Available values are “flex”, “fixed”, “fixed masonry” and “fixed manually”.

    Best regards,
    Ismael

    in reply to: WordPress 6.4 & 6.4.1 – Unstable Environment #1434135

    Hi,

    Thank you for the info.

    We can’t access the server using the login info above. Please check the info carefully or provide another S/FTP account. Did you create a backup or restore point?

    Best regards,
    Ismael

    in reply to: Old builder content not showing #1434134

    Hey hanne,

    Thank you for the inquiry.

    What is the name of the previous builder? Please note that you cannot directly convert the existing content into elements in the Advanced Layout Builder. You will need to reconstruct the content from scratch. If there is text in the previous builder, you can copy it and paste it into a Text or Code Block element within the builder. The rest of the content might have to be added and reconfigured manually in the Advance Layout Builder.

    Best regards,
    Ismael

    in reply to: Link with lightbox only content option #1434133

    Hi,

    Thank you for the update.

    You can add the following css code to adjust the space above the post content. However, please note that this modification will also be applied to the actual post template, not just the lightbox content.

    html .postid-2243 #main {
        padding-top: 0 !important;
    }
    
    html .postid-2243 #main .container .content {
        padding-top: 10px;
    }

    Best regards,
    Ismael

    in reply to: 2Timeline – 2 Different views #1434054

    Hi,

    Great! Let us know if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Mobile Radio buttons on cart #1434053

    Hi,

    Great! Glad to know that it worked. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Advanced Custom Fields broken since update #1434047

    Hey Blaise,

    Thank you for the inquiry.

    There have been a few changes in the post meta info and the blog post elements, which might have caused the layout to change. To fix this, you can add the following css code to adjust the layout of the post meta info.

    #top .av-blog-meta-category-disabled .minor-meta.blog-categories, #top .av-blog-meta-category-disabled .text-sep-cat, #top .av-blog-meta-category-disabled .minor-meta.blog-categories, #top .av-blog-meta-category-disabled .text-sep-source {
      display: none;
    }
    
    #top .fullsize .template-blog .post-meta-infos .author {
      display: block;
      font-weight: 600;
    }

    Best regards,
    Ismael

Viewing 30 posts - 6,121 through 6,150 (of 67,597 total)