Viewing 30 results - 23,401 through 23,430 (of 244,498 total)
  • Author
    Search Results
  • #1363271

    Hey Raphaela,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    .av-tab-section-outer-container .avia-slideshow-arrows a::before, .av-tab-section-outer-container .avia-slideshow-arrows a::after {
      background: rgba(255,200,112,0.7);
      color: red;
    }}
    

    255,200,112 is RGB value of the color and 0.7 is opacity level that you can set between 0-1.

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    #1363270

    In reply to: confused

    Hey Bob,

    Thanks for contacting us!

    It looks like you have inserted Personal Token instead of your Purchase code. Please refer to screenshot below to find your purchase code

    You can register here – https://kriesi.at/support/register/ and then go to https://kriesi.at/support/forum/enfold#new-post to start new threads :)

    Regards,
    Yigit

    #1363259
    cyrilbedel
    Participant

    Hi there!

    What are the best practices to implement YOAST SEO Breadcrumbs on the whole site except on the home page in Enfold?

    Are there means to custom the breadcrumbs such as alignment or colors for instance?

    Thanks!

    Olivier

    #1363255

    Hi Tim,

    1- Please add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/ and replace page IDs (59 and 89) to match your page IDs

    add_action('ava_after_main_container','new_ava_after_main_container');
    function new_ava_after_main_container(){
    	if ( is_page( [59,89] ) ) {
    		$bc_sc = Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
    		echo '<div class="stretch_full container_wrap alternate_color light_bg_color title_container"><div class="container">' . $bc_sc . '</div></div>';
    	}
    }

    2- And add following code to functions.php file to change “You are here” text

    
    add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1);
    function avia_change_pre_text_breadcrumb($args){
    $args['before'] = '<span class="breadcrumb-title">' . __( 'Your custom text:', 'avia_framework' ) . '</span>';
    return $args;
    }
    

    Best regards,
    Yigit

    • This reply was modified 3 years, 7 months ago by Yigit.
    • This reply was modified 3 years, 7 months ago by Yigit.

    Hey,

    Thanks for contacting us!

    Please try using Enfold’s own Mega Menu – https://kriesi.at/documentation/enfold/mega-menu/ :)

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    #1363234

    Hey Alan,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .widget_nav_menu ul ul li:before {
      display: none; 
    }

    Best regards,
    Rikard

    #1363230

    In reply to: Transparent Header

    Well – i use nearly almost the quick css – the only thing that always bothers me is that the window widths are limited. I’m now working on a high-resolution 4k 32” monitor. So I want to be able to take advantage of that.

    I put in my child-theme functions.php file:

    function admin_head_mod() {
    echo '<style type="text/css">
      #avia_options_page .live_bg_wrap .main_h3 { font-size: 36px !important; }
      #avia_options_page .content_p, #avia_options_page .bg2 { font-size: 24px; }
      #avia_quick_css .avia_description {float: none;margin-bottom: 20px !important;padding-left: 0 !important;width: 98%}
      #avia_quick_css .avia_control {float: left;max-width: 98% !important;width: 98% !important}
      .avia_footer_links li {float: left;padding-right: 20px}
      .avia_footer .avia_footer_save {float: left}
      .avia_reset {display: none !important } 
      #avia_options_page { max-width: 3000px!important}
    </style>';
    }
    add_action('admin_head', 'admin_head_mod');

    however, the latest enfold versions now have a “Theme Reset All Options” button on the import/export tab – I already include this in the code as seen above.

    #1363219

    Hi Mike

    We have updated all installations to Enfold 5.1.1. Now the effect is no longer visible. Why this occurred is now probably impossible to find out. But anyway, the thread can be closed.

    Regards,
    Mike

    #1363214

    What version of Enfold are you using?
    As far as I am aware this issue was addressed a few versions ago. Originally the Post-xxx.css files did not have a version query at the end. They do in the current version of Enfold.

    If you have remove query strings turned on then the cache wont ever update. The team at Enfold made it so that the built in remove queries excludes the post css folder. But other plugins or even server side caches may be set to remove query strings.

    • This reply was modified 3 years, 7 months ago by thinkjarvis.
    Imperato Pauline
    Guest

    Hello, I would like to add a mega menu on my website using Enfold and Max Mega Menu but nothing working… Please help me

    #1363205

    Hi Rikard,

    thanks for the input. It was more work than with OMGF, but i like that it is a build in feature of enfold.

    Best regards,
    Mike

    #1363199

    Thanks for the information. I just updated to the current enfold version, but still the same behaviour of the “home” page.

    #1363197

    Hi Rikard,
    I have checked on the Enfold theme update in Enfold settings and it says that I have the most updated version.
    Why would the update not be showing on the wp backend?
    Thanks!

    Hi I have a problem with some product images displayed in the category images. They are 400px x 400px and the size is not set neither on Woocomerce nor on WordPress.

    Hi Ismael

    Thank you for your reply and the suggested solution.

    Sorry, I didn’t mention that we need a solution also for users who refuse cookies. As I’m sure you know, for Google Enhanced Conversion Tracking this is important. So it needs a server side integration. Is this even possible with the Enfold Contact form? We have found an alternative solution with Contact Form 7:

    https://www.linkedin.com/pulse/google-ads-enhanced-conversions-tracking-contact-form-ryan-parkes?trk=articles_directory

    Thanks for your support.

    #1363154

    In reply to: Transparent Header

    allthough Rikards css is correct – the enfold original css has two ID’s in the selector. An ID has a much more higher specifity than the classes – so try:

    #top.page-id-591 #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
       color: #000
    }

    Hi Ismael,
    i want to implement the consentmanager plugin to handle all the cookies. It works fine, only the recaptcha from google does not work on the contact form.
    To adjust the default Cookie Behaviour I have only 2 options – activate or deactivate. Even if i try to make the enfold-cookie banner visible (which makes no sense, cause i want the consentmanager) and allow external scripts – recaptcha doesnt work.
    I want that the Cookie Handling to be made by the consentmanager plugin. Is this possible? I really hope so, cause i want to implement this plugin on about 30 enfold-sites ;) Otherwise i have to take another plugin for the form.
    Any ideas how i can manipulate the cookie handling by enfold? Or deactivate it generally in functions?
    Thanks in advance.
    add_theme_support( 'avia_supress_cookie_modal_html_creation' );
    didnt work either

    • This reply was modified 3 years, 7 months ago by xxtita.
    #1363136

    Hi,

    Thank you for the update.

    If user hover at the category title, it does not shows the title name but shows strange code

    We are not getting that issue anymore, the title attribute of the category title is now set accordingly. This is what shows on hover.

    Permanent Link: Category: Restaurant
    

    We are not yet sure why the category title doesn’t have the correct link, so we modified the functions-enfold.php file temporarily and added this code around line 650 within the avia_title function.

    		if ( is_tax() || is_category() || is_tag() || is_archive() )
    		{
    			global $wp_query;
    
    			$term = $wp_query->get_queried_object();
    			$link = get_term_link( $term );
    		}
    

    Best regards,
    Ismael

    #1363131

    Hi,

    Thank you for the info.

    Looks like the site contains an older version of the theme (v4.9), which might be the reason for the redirect issue. Please create a site backup or a restore point, then upgrade the theme to version 5.1.1 and WordPress to 6.0.1. After the upgrade, try to temporarily disable the 404 redirect and temporarily turn off the Enfold > Performance > File Compression settings, purge the cache afterwards.

    Best regards,
    Ismael

    #1363129

    Hey Thomas,

    Thank you for the inquiry.

    You can edit the enfold/includes/helper-social-media.php code file and around line 751 you will see the html for the social share links.

    $this->html .=		"
     	<li class='av-share-link av-social-link-{$key}' >";
    				$this->html .=			"<a {$blank} {$aria_label} href='" . esc_url( $url ) . "' " . av_icon_string( $icon, false ) . " title='' data-avia-related-tooltip='{$name}'>";
    				$this->html .=				"<span class='avia_hidden_link_text'>{$name}</span>";
    				$this->html .=			'</a>';
    				$this->html .=		'</li>
    ';
    

    The $name variable should contain the text “Share on xx” or “Link to xx”.

    Best regards,
    Ismael

    #1363125

    Hey Vangone,

    Thank you for the inquiry.

    Yes, this should be possible. You can use the following script in the functions.php file, which should trigger or activate a sort button based on the value of the sort URL parameter.

    // activates a sort button based on the sort query parameter
    function ava_activate_sort_button()
    {
        if (NULL == $_GET["sort"]) {
            return;
        }	
        ?>
    		<script>
            (function($){	
                $(document).ready(function() {
                   <?php echo '$(".'. $_GET["sort"] .'_sort_button").trigger("click");'; ?>
                });	
            })(jQuery);
            </script>
    <?php
    }
    add_action('wp_head', 'ava_activate_sort_button');

    Example of the URL with the sort parameter.

    https://kriesi.at/portfolio?sort=enfold
    

    Visiting the above URL will trigger the category sort item named enfold.

    Best regards,
    Ismael

    #1363124

    Hi,

    Thank you for the inquiry.

    Did you check the plugins in the client’s site? We added the following code in the functions.php file and all functions return the appropriate values.

    add_action('wp_head', function() {
    	global $template, $post;
    	echo '<pre>' . var_export($template, true) . '</pre>'; // returns single.php
    	echo '<pre>' . var_export(get_post_type(get_the_ID()), true) . '</pre>'; // returns post
    	echo '<pre>' . var_export(get_single_template() , true) . '</pre>'; // returns single.php
    	echo '<pre>' . var_export(get_query_template('single'), true) . '</pre>'; // returns single.php
    });
    

    Tested on Enfold 5.1.1 and WordPress 6.0.1.

    Best regards,
    Ismael

    Hey xxtita,

    Thank you for the inquiry.

    You may have to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior settings to the first or second option to allow the Google-reCAPTCHA-API scripts. The API doesn’t work because the privacy option blocks the scripts in order to prevent any cookies from being stored in the users’ browser storage without their consent. Adjusting the default cookie behavior should allow external scripts even without the users’ explicit consent or without them accepting the cookies first.

    Best regards,
    Ismael

    #1363115

    In reply to: Color Section Overlay

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1363112
    Edurne
    Guest

    https://pagespeed.web.dev
    When it comes to checking my web speed, I get an error

    #1363110
    EDURNE
    Guest

    https://pagespeed.web.dev
    When it comes to checking my web speed, I get an error

    #1363108
    EDURNE
    Guest

    https://pagespeed.web.dev
    When it comes to checking my web speed, I get an error

    #1363102
    This reply has been marked as private.
    #1363094

    In reply to: Same Pictures in Slide

    Hi Vangone,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 results - 23,401 through 23,430 (of 244,498 total)