Forum Replies Created

Viewing 30 posts - 23,671 through 23,700 (of 66,052 total)
  • Author
    Posts
  • in reply to: Menu Swapper Not Showing Burger on Mobile #1060400

    Hi,

    You’re welcome. We’ll close the thread now. Please open a new one if you need anything else.

    Best regards,
    Ismael

    in reply to: Unable to set browser caching.May be because of theme? #1060399

    Hi,

    Thanks for the update. Can you post the content of the .htaccess file on pastebin.com? We would like to check it.

    Best regards,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Tab Section Icon image larger and more spaced out #1060395

    Hi,

    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,
    Ismael

    in reply to: Recaptcha Plugin #1060394

    Hi,

    Alright. Please let us know if it’s working or not. We’ll probably add V3 in the next version.

    Best regards,
    Ismael

    in reply to: image link #1060393

    Hi,

    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,
    Ismael

    in reply to: Upgrade to 4.5.2 breaks element placement #1060392

    Hi,

    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,
    Ismael

    in reply to: Google Maps API Key just wont work #1060390

    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,
    Ismael

    in reply to: Submenu Logo only in ONE Submenu and not in all Submenus #1060381

    Hi,

    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,
    Ismael

    in reply to: Resize MegaMenu #1060380

    Hi,

    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,
    Ismael

    in reply to: Blog and Portfolio categories nested #1060378

    Hey!

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Google tag manager #1060374

    Hi,

    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,
    Ismael

    in reply to: LayerSlider showing 'more videos' when opened in Chrome #1060373

    Hi,

    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,
    Ismael

    in reply to: Cookie Consent Message constantly showing up #1060371

    Hi,

    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,
    Ismael

    in reply to: picture problem #1060370

    Hi,

    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,
    Ismael

    in reply to: masonry blog styling enfold 2017 #1060368

    Hi,

    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,
    Ismael

    in reply to: Parse error, unexpected T_FUNCTION #1060367

    Hi,

    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,
    Ismael

    in reply to: Maintenance Mode – Enfold 4.3 + Yoast SEO #1060365

    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,
    Ismael

    in reply to: Re: Issue with Ticket #1051026 (already closed) #1060362

    Hi,

    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,
    Ismael

    in reply to: onetrust gdpr Cookiebar not working #1060359

    Hi,

    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,
    Ismael

    in reply to: Envato private token doesn't work #1060357

    Hi,


    @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,
    Ismael

    in reply to: Issues installing enfold #1060355

    Hi,

    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,
    Ismael

    in reply to: Enfold Theme – Advance layout builder broken #1060354

    Hey 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,
    Ismael

    in reply to: image link #1059531

    Hi,

    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,
    Ismael

    in reply to: Recaptcha Plugin #1059530

    Hi,

    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,
    Ismael

    in reply to: Problem about rel next/ previous in pagination #1059529

    Hi,

    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,
    Ismael

    in reply to: Moving elements #1059528

    Hi,

    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,
    Ismael

    in reply to: Menu Swapper Not Showing Burger on Mobile #1059527

    Hi,

    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

    in reply to: Google Maps API Key just wont work #1059526

    Hi,

    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,
    Ismael

Viewing 30 posts - 23,671 through 23,700 (of 66,052 total)