Forum Replies Created

Viewing 30 posts - 901 through 930 (of 66,033 total)
  • Author
    Posts
  • in reply to: Hide default WPML language switcher #1479759

    Hey Christopher,

    Thank you for the inquiry.

    We added this code in the Quick CSS field to hide the extra language switcher in the main header.

    #header_main .avia_wpml_language_switch {
        display: none;
    }

    Please make sure to purge the cache before testing.

    Best regards,
    Ismael

    in reply to: Table Heading Row Colors #1479686

    Hey Lance,

    Thank you for the inquiry.

    The heading row uses the color set in the Enfold > General Styling > Main Content > Primary Color field. If you need to adjust it manually, you can also use this css code:

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
        background-color: red;
        color: blue;
        border-color: gray;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    We can’t reproduce the same issue on our installation. We noticed that there’s a progress bar that animates when scrolling down the page. What happens when this option is disabled?

    Best regards,
    Ismael

    in reply to: ACF oEmbed and file not working with Enfold #1479684

    Hi,

    Sorry for the delay. The site burlagepete25 is not available and we can’t login to the main site using the credentials provided. Please check the info carefully.

    Best regards,
    Ismael

    in reply to: Issue with Events Calendar Pro and categories #1479682

    Hi,

    We get a 403 forbidden error when we try to access the wp-login or wp-admin page. Did you change the login URL?

    Best regards,
    Ismael

    in reply to: Disable Enfold Language Switcher (flags) #1479681

    Hi,

    Try to replace the code in the functions.php file with this:

    //--------------------------------------------------------------
    // Remove Enfold Language Switcher
    //--------------------------------------------------------------
    function avia_remove_main_menu_flags(){
    	global $avia_WPML;
    
    	add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9999, 2 );
        remove_filter( 'wp_nav_menu_items', [ 'avia_WPML', 'handler_append_lang_flags' ], 9998, 2 );
    	remove_filter( 'avf_fallback_menu_items', [ 'avia_WPML', 'handler_append_lang_flags' ], 9998, 2 );
    	remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10 );
    	remove_action( 'ava_main_header_sidebar', 'avia_wpml_language_switch', 10 );
    }
    add_action('init','avia_remove_main_menu_flags', 9999);

    If the issue persists, please open another thread.

    Best regards,
    Ismael

    in reply to: Mobile Slider image skewed on homepage #1479680

    Hey Stretchspot,

    Thank you for the inquiry.

    The slider looks fine on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: URL Issues #1479679

    Hey djsmbd,

    Thank you for the inquiry.

    Both links redirect to the same page or layout. Did you figure this out? Please make sure that the homepage is set in Enfold > Theme Options > Frontpage Settings.

    Best regards,
    Ismael

    in reply to: Website Not Loading #1479678

    Hey djsmbd,

    Thank you for the inquiry.

    The site seems to be loading correctly on our end. We tested it across multiple browsers.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Why do some of my portfolio items have a grey line? #1479677

    Hi,

    Thank you for the update.

    You could set a minimum height to the title container to keep the grid consistent.

    .grid-content {
        min-height: 68px;
    }

    Best regards,
    Ismael

    in reply to: strange Gap between content and Header #1479676

    Hi,

    Thank you for the short clip.

    The extra space is caused by this css rule:

    .html_header_top #top #main {
        padding-top: 300px !important;
    }

    Adjusting the top padding to 230px should remove the unwanted space.

    Best regards,
    Ismael

    in reply to: Blog page isn’t viewing correctly in Safari #1479675

    Hi,

    2FA is still enabled.

    View post on imgur.com


    Best regards,
    Ismael

    in reply to: Help with Theme registration #1479674

    Hey Rowin Klerks,

    Thank you for the inquiry.

    You will need to ask the previous developer for the purchase code or access to the account used to purchase the theme. Otherwise, you’ll have to create your own account and purchase another license to generate a private token and register the theme.

    https://kriesi.at/documentation/enfold/theme-registration/

    You could try asking ThemeForest if you have the receipts or necessary credentials to prove that you purchased the theme.

    Best regards,
    Ismael

    in reply to: Post Order #1479673

    Hi,

    Unfortunately, this is not possible without significant modifications to the theme. If you’re interested, you can contact our partner, Codeable, for this type of customization.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Copyright output changed? #1479672

    Hey emilconsor,

    Thank you for the inquiry.

    The site is using a custom footer page, which is why the default copyright text is not displayed. You need to add this information manually to your custom footer page.

    Best regards,
    Ismael

    in reply to: Creating buttons above main menu items #1479671

    Hey TheConduitLondon,

    Thank you for the inquiry.

    You could insert widgets inside the main header area. Please check this documentation for more info: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    in reply to: Submenu transparent in 50% #1479670

    Hi,

    No problem! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    Hi,

    It seems to be working correctly on our end. The images take a while to load and transition because there are many items on one page. We recommend enabling pagination or removing the other Masonry gallery.

    Best regards,
    Ismael

    in reply to: ava_cron_post_css_delete_files #1479595

    Hi,

    Thank you for the update.

    According to @Guenter, it doesn’t matter if this cron event doesn’t run, as it only deletes outdated post css files. These files will also be overridden when saving the theme options or after updating the theme.

    Best regards,
    Ismael

    in reply to: Adjusting Flip Box height #1479594

    Hi,

    You may need to remove the text from the background images and add it to the flipback element as actual text. Make sure to set the background image to stretch to fit so that it covers the entire container.

    Best regards,
    Ismael

    in reply to: Portfolio Masonry #1479593

    Hi,

    Isotope is a third-party script widely used by many themes and websites. Unfortunately, it’s not possible to control how it resizes or positions the items. If the order of the items is important, you can use the Post Slider or, as suggested above, adjust the Size Settings for the Masonry element.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The custom content widget is covering the search icon. Please add this css code to adjust the height of the custom content widget.

    #header_main_alternate .custom_content {
        max-height: 140px;
    }

    Best regards,
    Ismael

    in reply to: Issue with Events Calendar Pro and categories #1479591

    Hi,

    Sorry for the late response. Where did you place the login details? Please include the info in the private field.

    Best regards,
    Ismael

    in reply to: Submenu transparent in 50% #1479590

    Hey rixi,

    Thank you for the inquiry.

    You can add this css code to adjust the background color of the submenu items:

    #top .av-main-nav ul a {
        background: rgba(255, 255, 255, 0.5) !important;
    }

    Best regards,
    Ismael

    in reply to: portfolio grid side navigation #1479589

    Hi,

    We added the filter again in the functions.php file.

    View post on imgur.com

    Please make sure to purge the cache before testing.

    Best regards,
    Ismael

    in reply to: problems with portfolio elements #1479588

    Hi,

    Would you mind providing a screenshot of the issue along with the login details for the site? 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: strange Gap between content and Header #1479586

    Hi,

    The screenshot is still not available. Please make sure the image has finished uploading before retrieving the share links from Imgur. You can also try Savvyify or Dropbox.

    Best regards,
    Ismael

    in reply to: Buttons don’t align #1479585

    Hi,

    The buttons are now aligned correctly when we checked. Did you manage to fix this?

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: form doesn’t display properly #1479584

    Hey ausgesonnen,

    Thank you for the inquiry.

    Looks like you’re using a third-party plugin or script for the form. Please contact the plugin developers for additional assistance.

    Best regards,
    Ismael

    in reply to: Product Filters for WooCommerce – Uncaught TypeError #1479583

    Hey Rustum,

    Thank you for the inquiry.

    Please edit the enfold/js/avia-js.js file. Look for this code around line 70:

    let obj = window['wp'].hooks;
    
    				obj.applyFilters = this.wpHooks_applyFilters;
    				obj.doAction = this.wpHooks_applyFilters;
    				obj.hasFilter = this.wpHooks_hasFilters;
    				obj.hasAction = this.wpHooks_hasFilters;

    Replace it with this code:

     let obj = window['wp']?.hooks;
    
                    if (obj && typeof obj === 'object')
                    {
                        obj.applyFilters = this.wpHooks_applyFilters;
                        obj.doAction = this.wpHooks_applyFilters;
                        obj.hasFilter = this.wpHooks_hasFilters;
                        obj.hasAction = this.wpHooks_hasFilters;
                    } else
                    {
                        console.warn("wp.hooks is not an object or is undefined.");
                    }
    

    Let us know the result.

    Best regards,
    Ismael

Viewing 30 posts - 901 through 930 (of 66,033 total)