Forum Replies Created

Viewing 30 posts - 2,521 through 2,550 (of 67,463 total)
  • Author
    Posts
  • Hi!

    Thank you for the login info.

    The color section seems to be displaying correctly on our end. Could you provide a screenshot of the issue?

    ((removed screenshot))

    Cheers!
    Ismael

    in reply to: Gallery Thumbnail Location #1478533

    Hi,

    Have you tried removing the default sidebar to create more space for the gallery? As mentioned above, the option to relocate the gallery navigation is not available.

    Best regards,
    Ismael

    Hi,

    We added this code in the Quick CSS field:

     .responsive #top #wrap_all #main .products .product {
        width: 100% !important;
    }

    And removed this from the Appearance > Customize > Custom CSS field:

      .responsive #top #wrap_all #main .products .product {
        width: 48% !important;
      }

    Best regards,
    Ismael

    in reply to: Queston about support #1478530

    Hey Erin,

    Thank you for the inquiry.

    Your support license may have expired. You need to log in to your Themeforest account and renew the support license.

    Can you provide the link to the site with the issue? Please make sure that the site is updated to version 7.0.

    Best regards,
    Ismael

    in reply to: Gallery Thumbnail Location #1478529

    Hey JeffDale,

    Thank you for the inquiry.

    There is no option for this by default, but you can add this css code to adjust the width of the main image and move it to the right, effectively creating space for the thumbnails.

    #top div .avia-gallery .avia-gallery-big {
        float: right;
        width: 50%;
    }

    Result:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Similar themes to Enfold or design options #1478528

    Hi,

    Yes, you can ask us for the shortcodes. If you want to retrieve them on your own, you can set up a local installation, import the demo, set the builder to debug mode, and copy it directly from the debug field.

    Best regards,
    Ismael

    in reply to: Help with this code please #1478526

    Hey finchkelsey,

    Thank you for the inquiry.

    You may need to add the class name “equal-columns” in the Grid Row > Advanced > Developer Settings > Custom CSS Class field. Please note that the modification above is only intended for 1/1 Columns. You can provide the site or test page URL in the private field so that we can check it further.

    Best regards,
    Ismael

    in reply to: New Site #1478525

    Hey Aaron Nason ,

    Thank you for your interests in the theme.

    We don’t offer services for designing websites but you can use our theme, Enfold, to easily build and create one on your own. If you need help, you can always reach us in the forum.

    https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Ismael

    in reply to: Robot Txt error + google index #1478519

    Hey Hank,

    Thank you for the inquiry.

    1.) The robots.txt file and the sitemap are accessible when we checked. The robots meta tag of the homepage is also set to index, follow. Have you tried requesting a recrawl in your Google Search Console?

    2.) What are the errors? Your description is a bit unclear. Could you please clarify?

    Best regards,
    Ismael

    Hi,

    Did you create a temporary login as instructed above? If you want to create another login account, you can use the email we provided above ( (Email address hidden if logged out) ). However, please note that we don’t have access to this email account, so make sure to generate the password when creating the account.

    Best regards,
    Ismael

    in reply to: Background color on hover of second submenu #1478515

    Hi,

    Thank you for the info.

    We enabled the Mega Menu option for the Stage Sportif menu item. Regarding the top menu, it behaves like that because it is still essentially a link pointing to an empty anchor. If you want to completely disable it, you can add this css code.

    #top #menu-item-1302 a {
        pointer-events: none;
    }

    Best regards,
    Ismael

    in reply to: Disable Cookie Consent Messages doesn’t stick #1478514

    Hi,

    Thank you for the update.

    The issue occurs because of this hook in the functions.php file:

    add_action("wp", function() {
    	if(is_page(array(29310))) {
    		avia_update_option("cookie_consent", "hide_bar");
    	} else {
    		avia_update_option("cookie_consent", "cookie_consent");
    	}
    }, 999);

    This updates the status of cookie consent messages option on every page refresh.

    Best regards,
    Ismael

    in reply to: Mobile screen result (image) #1478513

    Hi,

    Are you trying to increase the height of the slider? If so, then you can add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .avia-slideshow.av-lu5z97j3-d1f957c8c38e449b8b56e5cb4753112f .avia-slideshow-slide img {
        min-height: 500px;
        object-fit: cover;
      }
    }

    Please note that this may partially cut off the images. Would you mind providing a screenshot of how you would like it to display on mobile view?

    Best regards,
    Ismael

    in reply to: Replace “Blog – Aktuelle Neuigkeiten” with … #1478512

    Hi,

    We can’t reproduce the same issue on our end or in any of the demo. Unfortunately, we cannot help you without the URL.

    https://kriesi.at/themes/enfold-2017/2014/08/24/a-nice-entry/

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We disabled the Linked Image Overlay in the Advanced Styling panel.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: desktop view – widget and menu alignment #1478510

    Hi,

    The screenshots from imghippo are not loading on our end. Can you use another image hosting platform like Imgur or Dropbox instead?

    Best regards,
    Ismael

    in reply to: Portfolio-item not shown #1478509

    Hi,

    Thank you for the update.

    We duplicated the section containing the text, added another Masonry Gallery to the page, and the changes displayed correctly (see private field). Would you mind providing a short clip of the issue?

    Best regards,
    Ismael

    in reply to: Tab Section Does Not Work in Mobile View #1478508

    Hi,

    We tried logging in, but the default login and admin URLs are not working. Did you change the login URL? Please include it in the private field.

    Best regards,
    Ismael

    in reply to: desktop view, Menu and burger to align with content #1478507

    Hi,

    Please try to use the following css code, toggle or temporarily disable the Enfold > Performance > File Compression settings and make sure to purge the cache.

    #top #header .av-main-nav {
        right: -10px;
    }
    

    Best regards,
    Ismael

    in reply to: Hamburger-Icon disappears after updating to v7 #1478436

    Hi,

    Thank you for the inquiry.

    it stays invisible?

    The color value is incorrectly set as “#ffffff f”. Please check the Enfold > General Styling or the Enfold > Theme Options > Transparency Header options and look for the invalid color value.

    Best regards,
    Ismael

    in reply to: Full-with slider cropping #1478435

    Hey northorie,

    Thank you for the inquiry.

    Have you tried selecting the full sizedversion of the image? Edit the element, then look for the Styling > Slides > Slideshow Image and Video Size settings and set it to “No scaling”.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Replace “Blog – Aktuelle Neuigkeiten” with … #1478434

    Hi,

    Thank you for the inquiry.

    Where can we check the issue? Please provide the site URL in the private field. If you need to disable or remove the second trail, you can add this code in the functions.php file:

    function ava_breadcrumbs_trail_mod( $trail, $args ) {
    	if ( is_single() ) {
                    unset ($trail[2]);
    	}
    	return $trail;
    }
    add_filter( 'avia_breadcrumbs_trail', 'ava_breadcrumbs_trail_mod', 50, 2 );

    We also provided this code in another thread — make sure not to duplicate the function.

    Best regards,
    Ismael

    in reply to: Disable Cookie Consent Messages doesn’t stick #1478433

    Hi,

    Thank you for the update.

    The cookie consent message is still enabled for both sites when checked again today, and the child theme is also enabled. Is this still an issue?

    Best regards,
    Ismael

    in reply to: Similar themes to Enfold or design options #1478432

    Hi,

    Unfortunately, it’s not possible to import a single element from a demo. As mentioned above, the page only contains a Portfolio Grid element, set to have a single column. If you have enabled the builder’s debug mode, you can insert this shortcode manually.

    [av_portfolio columns='1' one_column_template='special' items='-1' contents='excerpt' preview_mode='custom' image_size='featured_large' linking='' sort='yes' paginate='yes' query_orderby='date' query_order='DESC' av_uid='av-s1vx']
    
    

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

    Best regards,
    Ismael

    in reply to: Background color on hover of second submenu #1478431

    Hi,

    Thank you for the update.

    Have you tried purging the cache after enabling the Mega Menu option? Please provide the login details in the private field so that we can check the menu settings.

    Best regards,
    Ismael

    in reply to: Kritischer Fehler #1478430

    Hi,

    Thank you for the inquiry.

    We can’t access the site due to a critical error. Please make sure to extract the enfold.zip file from the downloaded package before uploading it to the site. You can also upload the theme via FTP. Please check this documentation: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    If the issue persists, please switch the installation to debug mode, then provide the WP login details in the private field: https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging

    Best regards,
    Ismael

    in reply to: Support ??? #1478429

    Hey Stacey,

    Thanks for reaching out.

    It’s possible that you’re support license has expired. Please check this link for more info on how to extend or renew: https://travelerwp.com/how-to-renew-or-extend-support-for-my-wordpress-website-on-themeforest/

    Regarding the site issue, please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, disable the plugins, then purge the cache. Make sure to remove the browser history before checking. Let us know if the issue persists.

    Best regards,
    Ismael

    Hey WorldinColor,

    Thank you for the inquiry.

    To assist you further, please provide us with your login credentials by following these steps:

    1. Install and activate the “Temporary Login Without Password” plugin. You can find it here.
    2. Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
    3. Click on “Create New” to generate a temporary login.
    4. Enter the email address for the account (you can use (Email address hidden if logged out) ) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
    5. Click “Submit” to create the temporary account.
    6. In the private section, provide us with the URL that allows us to access the temporary login and assist you.

    Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.

    If you have any further questions or concerns, please let us know.

    Best regards,
    Ismael

    in reply to: Version 7.0 – Strange search button text display #1478427

    Hi,

    Thank you for the inquiry.

    Please provide the login details in the private field. In the meantime, try adding the following code to the Quick CSS field, then toggle or temporarily disable the Enfold > Performance > File Compression settings.

    #avia-menu > li.menu-item-search-dropdown > a:after {
        content: '';
    }

    Best regards,
    Ismael

    in reply to: Accordion slider js conflict with WPRocket? #1478426

    Hi,

    At a quick glance, the accordion element doesn’t work well when the plugin is activated because it converts the img element to picture tags and switches the image format to webp. We’re not sure if the issue is caused by the picture element or the webp format, but I’d like to think it’s the former.

    Best regards,
    Ismael

Viewing 30 posts - 2,521 through 2,550 (of 67,463 total)