Forum Replies Created

Viewing 30 posts - 13,561 through 13,590 (of 34,594 total)
  • Author
    Posts
  • in reply to: content 100% viewport on mobile landscape #1323901

    Hi,
    I believe part of your issue may be due to using the same element IDs multiple times, I see you are using id=’desktop’ 6 times on the frontpage and id=’mobile’ also 6 times and id=’mobil’ 2 times. Each element id should be unique, so instead of using IDs to style your element please use classes.
    Please also disable all caching including Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
    Based on your screenshot it looks like this missing background is occurring for you around 1100px, but I’m unable to reproduce this which is how I found the duplicate ids.
    Don’t forget that while testing with Safari you will also need to Clear the History to properly clear the cache.

    Best regards,
    Mike

    in reply to: Top header small bar menu and formatting #1323889

    Hi,
    Thanks for the feedback, please try this css and also note to check while logged out so the admin toolbar doesn’t interfere

    @media only screen and (max-width: 767px) { 
    #top #header_meta #menu-item-1093 > a,
    #top #header_meta #menu-item-1094 > a {
        color:#fff;
    }
    #top #header_meta #menu-item-1093 {
        border-right-style: none;
    }
    #top #wrap_all #header #header_meta {
        padding-top: 15px;
    }
    }
    @media only screen and (max-width: 420px) { 
    #top #wrap_all #header #header_meta > .container {
        width: 100%;
        max-width: 100%;
    }
    }
    @media only screen and (max-width: 354px) { 
    #top #header_meta #menu-item-1093 > a,
    #top #header_meta #menu-item-1094 > a {
        font-size: 20px !important;
    }
    }

    After applying the css, please clear your browser cache and check and also see the expected results screenshot below.

    Best regards,
    Mike

    in reply to: Top header small bar menu and formatting #1323767

    Hey John,
    Thank you for the link to your site, for your first question it looks like the 5px padding is a little too much, 2px would correct. Your css file is merged so I believe this is custom css in your Quick CSS, if so please adjust and clear your cache
    2021-10-06_003.png
    If you can’t find it try adding this css:

    #header_meta .phone-info {
        padding: 2px 0
    }

    To add a border around your two buttons try this css:

    #top #header_meta #menu-item-1093 > a,
    #top #header_meta #menu-item-1094 > a {
        border: 2px solid;
        border-radius: 2px;
        border-color: #fff;
        padding: 0px 3px;
    }

    but you will need to increase your header_meta for the new border to show, so add this:

    #top #wrap_all #header_meta {
        min-height: 50px;
        padding-top: 10px;
    }

    After applying the css, please clear your browser cache and check the expected results screenshot below.

    Best regards,
    Mike

    in reply to: Need Two columns on WooCommerce checkout page #1323765

    Hi,
    Thank you for your patience, the css above that you found contains a page ID that probably didn’t match your site, please try this css.

    #top.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details {
        width: 48%;
    }
    
    #top.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-1,
    #top.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details .col-2 {
        float: none;
        width: 100%;
    }
    
    #top.woocommerce-checkout form.checkout.woocommerce-checkout #order_review, 
    #top.woocommerce-checkout form.checkout.woocommerce-checkout #order_review_heading {
        clear: none;
        float: right;
        width: 48%;
    }

    This is the expected results:
    2021-10-06_002.png
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: content 100% viewport on mobile landscape #1323752

    Hi,
    Sorry, for the orange background width I can’t reproduce it with Safari on Mac, as in the screenshots above, and I don’t have an iPhone 12, so I’m going to ask the rest of the team to check with their devices, thank you for your patience.
    For the blue div try this css:

    @media only screen and (max-width: 430px) {
    .responsive #top #wrap_all #zamma-content-mobil .flex_column.avia-builder-el-23 {
    	width: 101vw;
    	left: -9%;
    }
    .responsive #top #wrap_all #zamma-content-mobil .app-links2 {
        justify-content: center;
    }
    }

    Please see the screenshot in the Private Content area of the expected results.
    For the logo on Safari desktop, I don’t see anything different affecting it compared to Chrome, try this css, which should help with desktop and iPad.

    @media only screen and (min-width: 768px) {
    .responsive.avia-safari #top #wrap_all span.logo {
    	width: 278px;
    }
    }

    Best regards,
    Mike

    in reply to: Random order in footer Latest Post widget #1323742

    Hi,
    Glad to hear you were able to sort this out with the plugins, 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: Product slider breaks into 2 rows #1323615

    Hi,
    Glad to hear that you found the issue, thanks for sharing. 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: Product slider breaks into 2 rows #1323460

    Hi,
    Very good, we will leave this thread open to hear back from you.

    Best regards,
    Mike

    in reply to: content 100% viewport on mobile landscape #1323459

    Hi,
    Thanks for the feedback, do you mean the width of the orange background or the blue bar at the top? I thought we were looking at the orange background. I don’t have an iPhone but I checked the page on a Mac with Safari in Responsive Design Mode using iPhone 8 plus and iPads in portrait and landscape and the background was full width, Please see the screenshots in the Private Content area.
    Try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Cookie Hinweis mehrsprachige Website #1323454

    Hi,
    The only time I saw the cookie message was when the “Enable cookie consent messages” was activated, isn’t this what you meant? Perhaps I misunderstood. With Polylang I believe you need to use the Strings Translations to change the text language, I don’t believe it’s going to change automatically because Polylang changed the language codes.

    Best regards,
    Mike

    in reply to: Horizontal Scrolling Text in Header #1323450

    Hi,
    Thanks for tring , above you wrote “last woocommerce update which was faulty” and the error says “No such file or directory” so try deactivating your plugins and reinstalling woocommerce, perhaps a manual installation via FTP might be easiest. Perhaps you should also make a backup of your site.

    Best regards,
    Mike

    in reply to: Footer gone #1323362

    Hi,
    Glad Nikko was 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: RankMath not working with the Enfold editor #1323361

    Hey misterman,
    Thank you for your request, I submitted it to the Dev Team for review.

    Best regards,
    Mike

    in reply to: Horizontal Scrolling Text in Header #1323359

    Hi,
    I see that you are using PHP v8.0.10 on your server, please try downgrading to v7.x
    and then clear your caches. You may also want to deactivate your other WooCommerce plugins before re-activating the main WooCommerce plugin.

    Best regards,
    Mike

    in reply to: Color changes by headlines and symbol box for no reason #1323358

    Hey acardell887,
    Thanks for the login, I see you are using a caching and minifying plugin with the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression settings also active. When you make a chage please be sure to clear your caches, I logged into your first site abd cleared your plugin cache and the icon returned to red.
    2021-10-03_003.png
    It would be best to disable all of your caches while you are making changes to your site.

    Best regards,
    Mike

    in reply to: content 100% viewport on mobile landscape #1323356

    Hey Paul,
    Thanks for the feedback but I’m not seeing that your width is not 100% for landscape, but I do see that you have an un-closed media query rule at:

    /*---START I-PAD-PRO-STYLES---*/
    
    	@media only screen and (max-width: 1400px) {
    		/* Add your iPAD-PRO Styles here */

    this max-width: 1400px rule includes all of your other rules, so there is a good chance that if you are using Safari this is messing up the rest of your css.
    I’m using Chrome on Windows which is a little more forgiving.
    Try checking all of your css for other errors also, it may help to remove unused rules instead of commenting them out and removing extra comments.

    Best regards,
    Mike

    in reply to: Shortcodes not working in text widget anymore #1323355

    Hi,
    Glad to hear this helped, for the widget titles please try:

    #wrap_all .main_color h3.widgettitle {
    	color: #fff;
    }

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

    Best regards,
    Mike

    in reply to: Header Layout: Logo left, Widgets right, menu below #1323354

    Hi,
    Thank you for your patience and the link to your site, in order to replate the Header Layout: Logo left, Widgets right, menu below on your site I had to change your header widget function from ava_main_menu to ava_after_main_menu for the widgets to be placed in the correct place.

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( 'header' );
    }

    and the order of this css needed to be 5, instead of 1

    .responsive #top #header #header_main .inner-container .main_menu {
        order: 5;

    now your header looks like the example, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: TOC widget content disappers after update to 4.8.6.3 #1323350

    Hi,
    Glad Rikard could 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: My Google Analytics does not work #1323348

    Hi,
    Glad Rikard could 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

    Hi,
    For the search icon option please look at Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu
    2021-10-03_001.png
    and for the menu option please under the menus
    2021-10-03_002.png

    Best regards,
    Mike

    in reply to: boxed layout #1323345

    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: Shortcodes not working in text widget anymore #1323344

    Hi,
    Thank you for your patience, to exclude your function from certain pages try changing to this:

    add_action('ava_before_footer','avia_footer_top_column');
    function avia_footer_top_column(){
    	if( ! is_page( array( 74, 76, 504 ) ) ) {
    	ob_start();
    	dynamic_sidebar( 'footertop' );
    	$footertop = ob_get_clean();
    
    	$output  = "<div class='container_wrap footer_color' id='footertop'>";
    	$output .= "<div class='container'>";
    	$output .= do_shortcode($footertop);
    	$output .= "</div>";
    	$output .= "</div>";
    	echo $output;
    	}
    }

    and edit the array page IDs to the ones you want to exclude: 74, 76, 504

    Best regards,
    Mike

    in reply to: Cookie Hinweis mehrsprachige Website #1323341

    Hi,
    Thank you for your patience and the login to your site, I found that for your custom shortcode [polylang_cookie_message]
    the language codes didn’t match your site, typically I would see en_US & de_DE as in your function but when I examined your site it was using en & de so I changed your function to this and nw it works correctly:

    add_shortcode( 'polylang_cookie_message', 'avia_polylang_cookie_message' );
    function avia_polylang_cookie_message() 
    {
    	$message = 'I agree to the terms and conditions laid out in the <a href="https://mywebsite.com/privacy/">Privacy Policy</a>';
    
        	$lang = pll_current_language('locale');
    		switch ($lang)
    		{
    			case 'en':
    			$message = 'I agree to the terms and conditions laid out in the <a href="https://mywebsite.com/privacy/">Privacy Policy</a>';
    			break;
    			case 'de':
    			$message = 'Durch die Nutzung unserer Angebote erklären Sie sich mit dem Setzen von Cookies einverstanden. Mehr erfahren Sie in unserer <a href="https://mywebsite.com/datenschutz/">Datenschutzerklärung</a>.';
    			break;
    		}
    
    	return $message;
    }

    It looks like your Polylang plugin allows you to manually set the language codes.

    Best regards,
    Mike

    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: boxed layout #1323336

    Hi,
    Thanks for the feedback, in this example I have added media queries because I note that this is not needed for smaller devices before the boxed layout takes effect, and as the screen width becomes larger the percentage needs to change. So give this a try and if you notice a certain size that needs more percentage you can add it with a media query.

    @media only screen and (min-width: 989px) and (max-width: 1460px) { 
    #top.page-id-26118 #wrap_all #header {
    	margin-left: -5% !important;
    }
    }
    @media only screen and (min-width: 1461px) { 
    #top.page-id-26118 #wrap_all #header {
    	margin-left: -7% !important;
    }
    }
    

    If you do find a certain size and your media query is not working as expected, then let us know so we can help.

    Best regards,
    Mike

    in reply to: widget format #1323332

    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

    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: undefined index error after update to Enfold 4.8.6.3 #1323312

    Hi,
    Thank you for the login, I corrected by editing \enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
    line 544:
    if( 'disabled' == $atts['img_scrset'] )
    changed to:
    if( isset( $atts['img_scrset'] ) && 'disabled' == $atts['img_scrset'] )
    please clear your browser cache and check.
    This was found and corrected by the Dev Team and will be in the next update.

    Best regards,
    Mike

    in reply to: Sticky Header Mobile – Massive Gap Up Top #1323310

    Hi,
    Glad Rikard could 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

Viewing 30 posts - 13,561 through 13,590 (of 34,594 total)