Forum Replies Created
-
AuthorPosts
-
Hi,
Did you select a page after enabling the maintenance mode? Once that options is enabled, a drop down labeled “Redirect all users to this page” will appear allowing you to select the maintenance mode page.
Best regards,
IsmaelHi,
It looks like that because of this css modification.
#top .avia-smallarrow-slider .avia-slideshow-arrows { width: 505px; height: 50px; display: block; position: absolute; top: 420px; }Try to wrap that css code inside a css media query for desktop or large screens so that it doesn’t affect the mobile view layout.
Best regards,
IsmaelHi,
I think the login token has expired. Would you mind regenerating another token?
Please note that we don’t provide support for third party plugin as stated on our support policy, so you have to keep in touch with the plugin author for additional help.Best regards,
IsmaelHi,
@philipewen: Thanks for the info. Yes, the token activation may take some time, so you have to wait for a while.
@zuziOKO: Is it working now? If it doesn’t work, please open a new thread and we’ll check it there.Best regards,
IsmaelHi,
Thank you for using Enfold.
I can’t find a copy of the theme in your installation. Please upload the theme’s zip file somewhere inside the wp-content directory.
Best regards,
IsmaelHey razaidi,
Thank you for using Enfold.
Have you tried using the builder while the plugins are disabled? One of those plugins might be causing the issue, so try to deactivate them temporarily. Or give us access to the dashboard so that we can check the settings and deactivate the plugins if necessary.
Best regards,
IsmaelHi,
Are you referring to the dark overlay? Try this css code.
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { display: none !important; }Best regards,
IsmaelHi,
I’m sorry about that. I moved the plugin here: https://github.com/KriesiMedia/enfold-library/tree/master/integration%20plugins/Enfold/Enfold%20G%20Recaptcha
Best regards,
IsmaelHi,
Edit the code and look for the tax_query. Just change the value of the “terms” field to the category of your blog. You can use an array of category id or slug.
// https://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
Best regards,
IsmaelHi,
I added the image directly in the slider’s caption field.
<img class="snap-pronosgame avia_image lazyloaded" src="https://pronosgame.fr/wp-content/uploads/2018/06/snap-pronosgame-180x180.jpg" data-lazy-src="https://pronosgame.fr/wp-content/uploads/2018/06/snap-pronosgame-180x180.jpg" alt="snap Pronosgame" title="snap-pronosgame" itemprop="thumbnailUrl" data-was-processed="true">You can remove that code.
Best regards,
IsmaelHi,
Thanks for the update.
Use this css code to remove the other mobile menu.
.responsive #header_meta .sub_menu>ul>li.av-burger-menu-main { display: none !important; }Best regards,
IsmaelHi,
Yes, I need access to your cpanel in order to open the email address. Does the “info” email address have the same login details as your gmail account?
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts
