Forum Replies Created
-
AuthorPosts
-
Hi,
You’re welcome. We’ll close the thread now. Please open a new one if you need anything else.
Best regards,
IsmaelJanuary 30, 2019 at 9:54 am in reply to: Unable to set browser caching.May be because of theme? #1060399Hi,
Thanks for the update. Can you post the content of the .htaccess file on pastebin.com? We would like to check it.
Best regards,
IsmaelJanuary 30, 2019 at 9:50 am in reply to: improved: added rel='nofollow' ? Excuse me? What? This is the biggest nonsense #1060398Hi,
Yes, we’ve had a short discussion regarding the issue and our developers decided to add a filter called “avf_nav_search_icon_nofollow” so that users can modify the attribute of the search link if they wanted to.
$nofollow = apply_filters( 'avf_nav_search_icon_nofollow', 'rel="nofollow"', $items, $args );
It can be used like this:
add_filter( 'avf_nav_search_icon_nofollow', function( $att ) { $att = ''; return $att; }, 10, 1 );
That code will remove the rel attribute of the search link. These changes are not implemented yet, so you have to remove the attribute manually for now as suggested on the previous reply.
Best regards,
IsmaelHi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Alright. Please let us know if it’s working or not. We’ll probably add V3 in the next version.
Best regards,
IsmaelHi,
The previous css code should have removed that overlay and arrow. Did you add the previous css code?
.avia-image-overlay-wrap a.avia_image .image-overlay { display: none !important; }
Please provide a screenshot of the “white overlay or the arrow”.
Best regards,
IsmaelHi,
The css is added as an inline style, so it doesn’t come from any external css files or stylesheets. I’m not sure which script is adding that inline css code though.
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts