Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
I created a new project called “Enfold Google Map” in your console (https://console.cloud.google.com/apis/credentials) and generated a new API key. The map is working properly now. Please don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelJanuary 30, 2019 at 9:09 am in reply to: Submenu Logo only in ONE Submenu and not in all Submenus #1060381Hi,
Have you tried using the “submenu_logo” class or selector to adjust the logo’s position? I checked the page but I don’t see the image or logo anywhere. Please create a test page.
Best regards,
IsmaelHi,
Thanks for the update.
You can use this css code to adjust the maximum width of the mega menu container.
.avia_mega_div { max-width: 500px; }Best regards,
IsmaelHey!
Have you tried using the filter from the previous thread? I think it is not working because the “with_front” value is set as a string instead of boolean.
/* Change portfolio post type settings */ add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { $args['rewrite']['with_front'] = false; return $args; }It was set to ‘false’ instead of false previously.
This plugin might help: https://wordpress.org/plugins/custom-permalinks/
Regards,
IsmaelJanuary 30, 2019 at 8:55 am in reply to: Change with_front=true from portfolio entries (custom post type) #1060375Hi,
Please continue on that thread: https://kriesi.at/support/topic/blog-and-portfolio-categories-nested/#post-1059477
We’ll close this one now.
Best regards,
IsmaelHi,
Thanks for the update.
Yes, that should work but you have to replace the “after_body” with another hook called “wp_footer” because it’s not a valid hook.
Best regards,
IsmaelJanuary 30, 2019 at 8:47 am in reply to: LayerSlider showing 'more videos' when opened in Chrome #1060373Hi,
I’ve checked the code that is responsible for rendering the button and I found no reason for it not to display on mobile view, so I’m a bit lost as to why it’s not working in your installation. This is the code in the config-templatebuilder > aviashortcodes > av-helper-slideshow.php file:
//if we got a CTA button apply the link to the button istead of the slide if(strpos($link_apply, 'button') !== false) { $button_html .= $this->slideshow_cta_button($link1, $link_target1, $button_color, $button_label, $button_count); $tags = array('div','div'); }Did you add any custom modifications to the theme? Have you tried to work on this while the plugins are disabled?
Please upgrade the theme from version 4.5 to version 4.5.3.
Best regards,
IsmaelHi,
I would like to apologize for the late response. The login credentials are available but the dashboard or WP admin itself is not accessible.
EN
Due to protection of web servers from repeated attacks, we were forced to restrict access to administrative interface of web pages to selected countries. If you are currently in a foreign country, please sign in to WebAdmin, proceed to your domain management and disable this GeoIP filter in CMS section.Best regards,
IsmaelHi,
It looks fine on my end.
// https://imgur.com/a/rSNV77N
Are you referring to the grid images? The images were cropped because they have to fit inside the grid columns.
Best regards,
IsmaelHi,
Thanks for the update. The site is on maintenance mode though, so we can’t see anything. Please disable the maintenance mode or post the login details in the private so that we can see the page. A screenshot will help as well. You can use imgur or dropbox.
Best regards,
IsmaelHi,
Thanks for the update.
Did you manually upload the theme files via FTP? I think the issue occurs because some of the theme files are corrupted or incomplete. Please get a fresh copy of the theme and upload it again.
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts
