Forum Replies Created
-
AuthorPosts
-
Hi,
You can open a new ticket here: https://kriesi.at/support/forum/enfold/
As for your inquiry, try to resize the image based on the standard mobile screen sizes.
// http://gs.statcounter.com/screen-resolution-stats/mobile/worldwide
Best regards,
IsmaelHi,
Thanks for the update. I think you forgot the login credentials though. Where can we see one of the products?
You can use this css code to increase the width of the image container..single-product-main-image { width: 50%; }
Default width value is 33%.
Best regards,
IsmaelHi,
Add a color section above the grid row element, apply a background color, make sure that it has the same height and then pull the grid row upwards with css like this:
#av-grid-custom-width { margin: -150px auto; }
Best regards,
IsmaelHi,
The only difference I see between the sliders is the inline styling, which sets the height of the slider. You can try this css code to override that inline style.
.html_header_transparency #top .avia-builder-el-0.avia-layerslider { height: auto !important; }
Best regards,
IsmaelHi,
Thanks for the update.
We can’t check settings with the current account. Please set the user role to admin and post the FTP details in the private field if possible.
Best regards,
IsmaelHi,
You have to remove the margin between the tab section title and decrease the image. Remove this css code:
#top .av-section-tab-title { margin: 0px 25px; }
And then adjust the size of the image:
.av-tab-section-image { width: 90px; height: 90px; margin: 0 auto; }
Best regards,
IsmaelHi,
Thanks for the update. There are no other shipping method aside from “free shipping” in the woocommerce settings. Why do you need that filter?
Best regards,
IsmaelHey orideith,
Thank you for using Enfold.
Did you translate the products? You need a separate plugin in order to translate the products with polylang.
// https://polylang.pro/polylang-for-woocommerce/
// https://polylang.pro/downloads/polylang-for-woocommerce/Best regards,
IsmaelHi,
Thanks. I think you forgot to put the site url and it’s not visible in the screenshot either. Please add it in the private field.
Best regards,
IsmaelJanuary 25, 2019 at 11:37 am in reply to: An error occurred while updating Enfold: Download failed. A valid URL was not pr #1058622Hi,
Great! Glad it helps. We’ll close the thread now.
Thank you for using Enfold. Have a nice day.
Best regards,
IsmaelJanuary 25, 2019 at 11:36 am in reply to: Submenu Logo only in ONE Submenu and not in all Submenus #1058621Hi,
Try this script:
// submenu logo function ava_custom_script() { ?> <script type="text/javascript"> (function($) { function a() { $('#top .av-submenu-container #menu-sub_landroid #menu-item-74740').append("<a href='URL' class='submenu_logo'><img src='//thymeforachef.com.au/wp-content/uploads/2017/01/Megara-logo-340x156.png' /></a>"); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script');
Adjust the href and src attribute value.
Best regards,
IsmaelJanuary 25, 2019 at 11:31 am in reply to: Exclude one portfolio item on list of portfolio items #1058617Hi,
You’re welcome. Please open a new thread if you need anything else. We’ll close this one for now.
Have a nice day.
Best regards,
IsmaelHi,
@Innovie: Have you tried disabling the plugins? Please create a new thread and post the login details in the private field. We’ll check it there.Best regards,
IsmaelHi,
Sorry for the confusion. I mean the WordPress dashboard. I need the login details for it so that I can see the settings.
Best regards,
IsmaelHi,
What is the problem? Please be more specific or provide a screenshot.
Best regards,
IsmaelHi,
Did you disable the secondary menu? Please enable it back so that we can inspect the menus. Maybe, we can use css to hide the second one.
Best regards,
IsmaelHi,
I need to pass the second verification in order to access that account. Can we access the (Email address hidden if logged out) email account from your cpanel?
Best regards,
IsmaelHi,
I would like to apologize for the late response. I still don’t have an idea what’s causing the issue, so if it would be nice if we could access the file server. Please post the FTP details in the private field. And regenerate a new login token.
Best regards,
IsmaelHey 1lizcollins!
Thank you for opening a new thread.
It was previously suggested that I place an image and have it link to Vimeo
The users will not have to go away from the site because the video will open inside a lightbox. Have you tried doing that? Just insert an image element and use the vimeo link as url. Unfortunately, adding these customizations take time and are usually beyond the scope of support. I’ve taken the time to create a custom script to make your requests work on desktop view but it will take more to make that same script work on mobile devices. You may need to hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Cheers!
IsmaelJanuary 25, 2019 at 9:12 am in reply to: Submenu Logo only in ONE Submenu and not in all Submenus #1058564Hi,
Thanks for the info. Try the “#menu-sub_landroid” id or selector instead. You can insert the logo to that container, or to the first menu item inside that container.
Best regards,
IsmaelHi,
Are you referring to the lightbox images? You can’t assign a different image or image size on mobile view. That option is not available out of the box. Have you tried installing a different lightbox plugin? I’m not sure if there is a lightbox plugin with that option, but it’s worth a try.
Best regards,
IsmaelHi,
You’re welcome. Please open a new thread if you need anything else.
Best regards,
IsmaelHi,
Yes, the file is there but it’s not loaded or the scripts are minified. Please give us access to the dashboard.
Best regards,
IsmaelHi,
The password is incorrect. Please check the login details carefully.
FYI, I updated the plugin a bit. Please delete the whole “enfold-recaptcha” directory and replace it with this:// https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
Best regards,
IsmaelHi,
Thanks for the update.
The header in the site is not responding as it should. The “header-scrolled” indicator or class attribute is always enabled even if you haven’t scrolled yet. Please disable the plugins temporarily and then update the theme to version 4.5.3.
Best regards,
IsmaelHi,
The theme’s mobile menu script is located in the js > avia.js file. Look for this code and comment it out, if you want to disable the mobile/hamburger menu.
//activates the hamburger mobile menu avia_hamburger_menu();
Best regards,
IsmaelHi,
Thanks for the update.
Did you minify or compress the scripts? I can’t find the “avia-snippet-cookieconsent.js” anywhere and I tried to get to the dashboard but it’s not accessible.
Best regards,
IsmaelHi,
Thanks. I modified the code a bit. It’s now displaying the “rel=prev” without the “rel=next” attribute on the last page.
Best regards,
IsmaelHi,
You can use this one if you want to remove the overlay completely.
.avia-image-overlay-wrap a.avia_image .image-overlay { display: none !important; }
Best regards,
Ismael -
AuthorPosts