Forum Replies Created

Viewing 30 posts - 8,161 through 8,190 (of 34,913 total)
  • Author
    Posts
  • in reply to: recent posts from parent and same category #1403249

    Hi,
    Your developer can examine the file at \enfold\includes\related-posts.php it uses tags to show the related posts.
    Another option would be to create your tags specific to the items you want to show.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshots please include a link to your page so we can examine, an admin login in the Private Content area may also be helpful.

    Best regards,
    Mike

    in reply to: Parallax Pules Z-Index #1403247

    Hey envisageiam,
    Thank you for the link to your site I see that you are using two sliders and two sections below them, one set for mobile and one set for desktop please try arranging the elements so they are like this:
    mobile slider
    mobile section
    desktop slider
    desktop section
    I believe this will correct the z-index issue.

    Best regards,
    Mike

    Hey Illingco,
    Thanks for your patience and the link to your site, as I understand your question you would like to add a full-width sub-menu element to all of your single product pages.
    First you will need the shortcode for the full-width sub-menu element, to get this Enable the Avia Layout Builder Debugger and on a new page use the Advanced Layout Builder to create your full-width sub-menu element, then in the debugger field below the ABL you will see the shortcode, save this to a plain text editor and discard the page. Then remove any line breaks in the shortcode and add it to this function in your child theme functions.php:

    add_action('ava_after_main_container', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if(is_product()) {
    		echo do_shortcode("[your submenu shortcode here]");
    	}
    }

    The expected results
    Enfold_Support_787.jpeg

    Best regards,
    Mike

    in reply to: Parallax Rules Section Padding #1403242

    Hey envisageiam,
    Thanks for your patience and the link to your site, do you mean the space under “Now Hiring” and before your white footer? How much space do you want there?
    Please include an admin login in the Private Content area so we can examine.

    Best regards,
    Mike

    in reply to: Shortcode Contact Form in Mega Menu #1403241

    Hey jaimemerz,
    Please include a link to your page and an admin login so we can examine.

    Best regards,
    Mike

    in reply to: Third Level Layout Elements Not Loading/Saving #1403239

    Hey forestrygy,
    Thank you for the link to your site and the screenshots but I’m not sure which page this is for, please include a direct link to the page.
    I tested some random elements on random pages and all seemed to work correctly.

    Best regards,
    Mike

    in reply to: ‘Add to cart’ button on shop page #1403238

    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

    in reply to: Change Shop #2 #1403237

    Hey Oriano,
    Thanks for the screenshots, the attribute Autore is set in your WooCommerce ▸ Attributes please see this post
    Enfold_Support_354.jpeg
    *Note that the screenshot says Author but this is where you added Autore on your site.
    so you need to change this to your new text di

    Best regards,
    Mike

    in reply to: Category page with Headline and 2 columns #1403236

    Hey spee65,
    Thank you for your patience to change the archive pages to two columns please try going to \wp-content\themes\enfold\archive.php on line 61 look for ‘columns’ => 3; and change to 2 (Enfold v5.5)
    2021-10-24_003.jpg
    To add a heading go to WordPress ▸ Posts ▸ Categories ▸ Edit Category ▸ Description and add your heading, or go to Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs and choose to show the header title.

    Best regards,
    Mike

    in reply to: Please, Please, PLEASE sort out image uploads #1403234

    Hey Cliffy,
    Thank you for your patience, currently the theme doesn’t include this option so you would need to use a function or a plugin, I have submitted your feature request to the Dev Team for their review. I will reply when I hear back from them.

    Best regards,
    Mike

    in reply to: ‘Add to cart’ button on shop page #1403232

    Hi,
    Thanks for your patience and the link to your site, I see your page includes product slider elements and I assume that you want to show “add to cart” below each item.
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action( 'after_setup_theme', function() {
         add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 12 );
    }, 999);

    Best regards,
    Mike

    Hey Taber,
    Thanks for your patience and the link to your site, please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top a.avia_image:hover img {
      filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    }
    #top .avia_transform a:hover .image-overlay {
        opacity: 0!important;
    }
    #top .all_colors .image-overlay {
        background-color: transparent !important;
    }

    After applying the css, please clear your browser cache and check.
    If you only want this effect on this page please add the page ID class to the css .page-id-15718

    Best regards,
    Mike

    in reply to: active state / selected menu item #1403226

    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

    in reply to: I messed Up the Z-Index and cant find the problem :D #1403225

    Hey Monika,
    Thank you for your patience, please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-883 #av_section_3.hintergrund-05 {
        z-index: 2;
        position: relative;
        margin-top: -200px;
        background-image: unset;
    }
    #top.page-id-883 #av_section_3.hintergrund-05.main_color {
    	background: transparent;
    } 
    .html_stretched #top.page-id-883 #wrap_all {
        background-image: url(https://boxstudio-andres.de/wp-content/uploads/2023/02/kachel-1.jpg);
        background-repeat: repeat;
        background-position: left top;
        position: relative;
        overflow: auto;
    }

    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: sort the displayed articles by popularity #1403223

    Hi,
    Thanks for sharing the code snippet but I don’t see a way to use this with the Enfold elements, I have opened a feature request for this option, but I’m not sure when it may be available, but I will reply back when I hear from the Dev Team, Thank you for your patience.

    Best regards,
    Mike

    in reply to: active state / selected menu item #1403220

    Hi,
    Thanks for the screenshots, try this css instead:

    #top #wrap_all #av-burger-menu-ul .current_page_item > a {
    	background-color: #eee;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the url to your site so we can take a closer look.

    Best regards,
    Mike

    in reply to: OnePage menu link without visible scroll #1403218

    Hi,
    Thank you for your patience, I toggled the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and now the buttons sponsors & press jump to the IDs on the homepage quickly, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I believe that you are referring to the two buttons My A-Wise and Call Us stacking on the mobile version of the test site, but today the test site is not loading please check.
    Since the live site is working correctly and it is using Enfold 5.4.1, compare the settings and the custom css to find the difference.

    Best regards,
    Mike

    in reply to: Product-grid is still showing out-of-stock-products #1403213

    Hi,
    Thanks for the feedback I have submitted this to the Dev Team for their review. Please leave the staging site access active for them to test and reply here, otherwise, I will reply when I hear back. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Admin-Seite wählt Hauptmenü nicht an #1403211

    Hi,
    I see that your post Ein Step-by-Step guide was created with the Block Editor, you can either open the page or post you want to copy, click on the three dots at the top of the post, than then press “Copy all content” in the Tools section. Then create a new post or page, and paste using “Ctrl+V” or right-click on an empty page field and select “Paste.” Or try the Yoast Duplicate Post plugin. As far as I know the Block Editor doesn’t have a built-in option to create templates.
    For your news page masonry items, the four items you want to only show in the first masonry add the category “first” to these items and the in the masonry element choose the category “first” then in the second masonry element choose the other categories you want to show but not the category “first”.

    Best regards,
    Mike

    Hi,
    For the pagination your site rayball.co.uk/blog/ the site is using Enfold v3.3.2 with WordPress v5.1.15, this version of Enfold doesn’t support WP v5+ and needs to be updated, thus the cause for the pagination issue.
    The four sites you listed above range in versions between v3.3.2 & 4.2.6 all of these will need to be manually updated following the steps I posted earlier.
    I see that you have posted that you purchased a new license please register for the support forum here and open a new support thread here.

    Best regards,
    Mike

    in reply to: Style WPML Custom language switcher #1403209

    Hi,
    Thanks for the feedback, I didn’t realize that your footer page is actually a layerslider and it’s style is overriding the WPML style so you will need to use some additional css, as I understand what needs to be changed from the current style, the font needs to be #007ec3 and the border needs to be removed, so in that case Please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #lang_sel_footer .icl_lang_sel_native {
    	color: #007ec3;
    }
    #lang_sel_footer.wpml-ls-legacy-list-horizontal {
        border: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: active state / selected menu item #1403208

    Hi,
    Try this css instead:

    #av-burger-menu-ul .current_page_item {
    	background-color: #eee;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Blog issues #1403161

    Hi,
    On I’m seeing the Verdana font in the page source now, but you know this is not a Google Font and it’s not loaded from the site, it is dependent on the user’s computer, and if the font is not found then the browser will choose a different system font. You can’t force certain system fonts if it’s not available on the target computer or if the target computer browser has a different default font selected.
    Perhaps I have misunderstood your goal, do you only want to use system fonts on your site and not load any fonts? If so please note that Windows and Mac will show different fonts, similar, but different.

    Best regards,
    Mike

    in reply to: link directly to the anchor #1403157

    Hi,
    Ok, 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

    in reply to: Slider isues #1403134

    Hi,
    Thanks for your patience and the link to your site, to make the three icons line up in your columns I changed the Row Layout ▸ Vertical Alignment in the first column to Top
    Enfold_Support_782.jpeg
    when this is set to center it center the content, but your content is more in some columns so the icons are not in line.
    To make the columns smaller on mobile when the columns are stacked please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.home #av_section_2 .flex_column p {
    	margin: 0.15em 0;
    	line-height: 17px;
    	
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Transparent header on mobile #1403128

    Hi,
    Thanks for your patience and the link to your site please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 767px) and (max-width: 989px) { 
      .responsive #top #main {margin-top: -90px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }
      @media only screen and (max-width: 989px){
    .html_mobile_menu_tablet .header_color.av_header_transparency div .av-hamburger-inner, .html_mobile_menu_tablet .header_color.av_header_transparency div .av-hamburger-inner:before, .html_mobile_menu_tablet .header_color.av_header_transparency div .av-hamburger-inner:after {
        background-color: #fff;
    }
    }
      #top #wrap_all .av_header_transparency #menu-item-search a:before {
      	color: #fff;
      }

    After applying the css, please clearing your Autoptimize plugin and your browser cache and check.

    Best regards,
    Mike

    in reply to: Woocommerce VAT-suffix #1403126

    Hi,
    Thanks for your patience and the link to your site to hide the exkl. MwSt. below the buy button on single product pages please try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-product .wc-gzd-additional-info.tax-info {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Style WPML Custom language switcher #1403123

    Hi,
    Thanks for your patience and the link to your site I see in your WPML settings Custom language switchers that the expected language selector should be a white button with a border and black text:
    Enfold_Support_778.jpeg
    and this is what I see on your frontend:
    Enfold_Support_780.jpeg
    If you are not seeing this please try clearing your browser cache and check again.

    Best regards,
    Mike

Viewing 30 posts - 8,161 through 8,190 (of 34,913 total)