Forum Replies Created
-
AuthorPosts
-
March 4, 2025 at 6:03 am in reply to: Theme options set to Full Width but Content still Boxed #1478536
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!
IsmaelHi,
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,
IsmaelMarch 4, 2025 at 5:44 am in reply to: Single Product Slider and/or Product Grid Plugin Additions #1478532Hi,
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,
IsmaelHey 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,
IsmaelHey 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:
Best regards,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelMarch 4, 2025 at 4:44 am in reply to: Theme options set to Full Width but Content still Boxed #1478518Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelMarch 4, 2025 at 4:05 am in reply to: images that are links to appear with a round arrow in a small circle above #1478511Hi,
Thank you for the info.
We disabled the Linked Image Overlay in the Advanced Styling panel.
Best regards,
IsmaelHi,
The screenshots from imghippo are not loading on our end. Can you use another image hosting platform like Imgur or Dropbox instead?
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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”.
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelMarch 3, 2025 at 5:56 am in reply to: Theme options set to Full Width but Content still Boxed #1478428Hey WorldinColor,
Thank you for the inquiry.
To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- 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.
- Click “Submit” to create the temporary account.
- 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,
IsmaelHi,
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,
IsmaelHi,
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 -
AuthorPosts
