Forum Replies Created

Viewing 30 posts - 18,271 through 18,300 (of 34,221 total)
  • Author
    Posts
  • in reply to: Social media icons #1157865

    Hi,
    Thank you for the screenshot, although it looks a little different than your site, the screenshot looks like a round “Whatsapp”
    Please see the screenshot in Private Content area.
    So typically these lines are right borders which can be removed, but in this case it looks like a “printed” text “pipe” symbol, which you should be able to remove from the Enfold Theme Options > Header > Extra Elements > Phone Number or small info text field, please see source code in screenshot in Private Content area.
    Please try this, if I’m looking at the wrong element please clarify, otherwise Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Can't change the visibility of a page #1157847

    Hey B,
    I have tested the Advanced Layout Builder with both Classic Editor & Block Editor on my localhost and I’m able to get the options:
    2019-11-18-053227
    Have you tried to disable your plugins to isolate any conflicts?
    If this doesn’t help please include an admin login in the Private Content area so we can investigate.
    Also please give us permission to deactivate your plugins for testing, note that some plugins do not retain their settings after a disable.

    Best regards,
    Mike

    in reply to: Breadcrumb above post title plus other info #1157836

    Hi,
    Thank you for the feedback, I added $('#main .avia-breadcrumbs').append('<br/>'); to solve the mobile featured image issue.
    Adding the meta author be below the breadcrumbs broke the layout, so as you asked above I put it under the featured image.

    Best regards,
    Mike

    in reply to: double title #1157824

    Hi,
    Sorry, login doesn’t work, please check
    2019-11-18-050748

    Best regards,
    Mike

    in reply to: change woocommerce button color #1157823

    Hi,
    This is because border-width & border-style have both been set to zero or none, to add this to the code above it would look like this:

    .wc-block-grid__product-add-to-cart a.wp-block-button__link {
    	background-color: red !important;
    	color: white !important;
    	border: solid 3px blue !important; 
    }
    .wc-block-grid__product-add-to-cart a.wp-block-button__link:hover {
    	background-color: green !important;
    	color: yellow !important;
    	border: solid 3px red !important; 
    }

    Please adjust to suit, after applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: ADD MAPBOX INSTEAD OF GOOGLE MAP – MUCH NICER STYLE #1157816

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Layer Slider Not Working #1157813

    Hi,
    Overwriting theme files typically causes errors like this, please let us know if this solves.

    Best regards,
    Mike

    in reply to: Grid Row Picture / Text on mobile Devices #1157808

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Edit category pages #1157806

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Accordion not working #1157804

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Link parent page above nested subpages in sidebar navigation #1157691

    Hi,
    Your code was a little off, I found this to work:
    $sidebar_menu .= "<a href='". get_the_permalink($parent) ."'> <span class='parent_nav_menu'>".get_the_title($parent)."</span></a>";
    notice I added a custom class “parent_nav_menu” to help with styling it with css, if you choose to.
    I’m using a child theme so I put this code in my child theme functions.php:

        function avia_sidebar_menu($echo = true)
        {
            $sidebar_menu = "";
        
            $subNav = avia_get_option('page_nesting_nav');
        
            
            $the_id = @get_the_ID();
            $args 	= array();
            global $post;
        
            if($subNav && $subNav != 'disabled' && !empty($the_id) && is_page())
            {
                $subNav = false;
                $parent = $post->ID;
                $sidebar_menu = "";
        
                if (!empty($post->post_parent))
                {
                    if(isset($post->ancestors)) $ancestors  = $post->ancestors;
                    if(!isset($ancestors)) $ancestors  = get_post_ancestors($post->ID);
                    $root		= count($ancestors)-1;
                    $parent 	= $ancestors[$root];
                }
        
                $args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');
        
                //enables user to change query args
                $args = apply_filters('avia_sidebar_menu_args', $args, $post);
        
                //hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden
                $display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post);
        
                $children = wp_list_pages($args);
        
                if ($children)
                {
                    $default_sidebar = false;
                    $sidebar_menu .= "<a href='". get_the_permalink($parent) ."'> <span class='parent_nav_menu'>".get_the_title($parent)."</span></a>";
                    $sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'><ul class='nested_nav'>";
                    $sidebar_menu .= $children;
                    $sidebar_menu .= "</ul></nav>";
                }
            }
        
            $sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post);
        
            if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; }
        }

    If you are not using a child theme, try the step in the post note that line numbers are probably wrong so search by text.

    Best regards,
    Mike

    in reply to: Can only see homepage when logged in as admin #1157687

    Hi,
    If the 404 option has been set, first change the “Select Your Custom Error 404 Page” to “Select Page”, so that the selection is none:
    2019-11-17-141537
    Then when you change the “Custom Error 404 Page” to “No custom 404 page selected” and the option above is hidden, it is not set to any page:
    2019-11-17-141745
    It looks like you changed the settings back to the way they were?

    Best regards,
    Mike

    in reply to: change woocommerce button color #1157686

    Hey Tilman,
    Thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .wc-block-grid__product-add-to-cart a.wp-block-button__link {
    	background-color: red !important;
    	color: white !important;
    }
    .wc-block-grid__product-add-to-cart a.wp-block-button__link:hover {
    	background-color: green !important;
    	color: yellow !important;
    }

    Please adjust the colors to suit, and after applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Website stopped loading #1157683

    Hi,
    Sorry for the late reply, I see that you have downgraded to v4.5.7 and now your site is working.
    Is there anything else we can assist with?

    Best regards,
    Mike

    in reply to: Product Grid image size #1157681

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home li.product.type-product > div > a > div.thumbnail_container {
    	height: 165px !important;
    	max-height: 165px !important; 
    }
    #top.home li.product.type-product > div > a > div.inner_product_header {
    	height: 112px !important;
    	max-height: 112px !important; 
    }

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

    Best regards,
    Mike

    in reply to: Reduce the space between top margin and first element #1157679

    Hey sanjamarinkson,
    Sorry, but I was not able to login, please check password.
    I assume that I must login to see the error, on /teaser/ correct?

    Best regards,
    Mike

    in reply to: Can only see homepage when logged in as admin #1157678

    Hi,
    I have removed your 404 redirect from the theme options, and cleared your cache and tested many of your links returning “home” each time with no errors, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: double title #1157677

    Hi,
    To remove the double titles please select this option from the “layout” column in the Classic Editor,
    2019-11-17-125201
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Grid Row Picture / Text on mobile Devices #1157675

    Hi,
    Thanks for the login, I took a look at your page and added this css to your Quick CSS:

    @media only screen and (max-width:767px){
        #top.home #av-layout-grid-2, #top.home #av-layout-grid-6,#top.home #av-layout-grid-8 {
            display: flex !important; 
            flex-direction: column-reverse !important; 
        }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Whatsapp on header (social menu) doesn't work #1157673

    Hi,
    Glad to hear this worked for you, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Area above header on mobile not showing #1157672

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 1200px) { 
    	#top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul {
        background-color: #14396c !important; 
    }
    }

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

    Best regards,
    Mike

    in reply to: Youzer Avatar in Enfold menu #1157665

    Hi,
    Sorry for the late reply and thanks for the lopgin, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #menu-item-64 a span .yz-primary-nav-area {
    	opacity: 1 !important; 
        display: inline-block !important; 
    }

    this will show the menu item when logged in, when logged out the container is empty.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: menu button color change when scrolling #1157664

    Hi,
    Sorry for the late reply, I was able to login, and I see your two icon images in the media library, but I’m not sure which menu item this should be for on the homepage, or if it’s for a different page, please advise.

    Best regards,
    Mike

    in reply to: Whatsapp on header (social menu) doesn't work #1157661

    Hi,
    Thanks for the link to your site, I notice that your Whatsapp icon has a http link like this: http://1-555-555-5555 please try using the tel link like this: tel://1-555-555-5555
    2019-11-17-093813
    Please note that the number format is important if you want it to work with both IOS & Android, please read this article.
    When I test this on my Windows localhost with Chrome, it seems to trigger the correct response:
    2019-11-17-093858
    unfortunately, I don’t have an iPhone and I can’t connect my Android to my localhost, but I believe this will help, please try.

    Best regards,
    Mike

    in reply to: Social Icons not show on tablet modus #1157654

    Hey Roger,
    Thank you for the link and screenshots, I also noticed that between 480px & 599px the social icons take space without showing pushing the language icons and burger menu over the logo, so I included a fix for this also.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    #top #header.av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
        border-color: rgba(255,255,255,.25);
        color: #fff;
    }
    #top #header.av_header_glassy #header_main .social_bookmarks li a {
        color: #9c9288 !important; 
        border-color: transparent;
        background: 0 0;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 600px){
    #top #header.av_header_glassy #header_main .social_bookmarks li a {
        color: #9c9288 !important; 
        border-color: transparent;
        background: 0 0;
    }
    #top #header #header_main .avia-menu.av_menu_icon_beside {
        margin-right: 0 !important; 
    }
    }
    @media only screen and (max-width: 599px) and (min-width: 480px){
    	#top #header.av_header_glassy #header_main .social_bookmarks {
    		display: none !important; 
    	}
    }

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

    Best regards,
    Mike

    Hi,
    Glad to hear, thanks for using Enfold.
    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start a new thread and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Back to top on mobile #1157644

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: How to delete my site #1157627

    Hey fionayoung,
    I recommend using a plugin such as Password Protected it is very easy to use. I also recommend checking the box at WordPress > Settings > Reading > Search Engine Visibility to ask Google to not index it.
    2019-11-17-061838

    Best regards,
    Mike

    Hey Jörg,
    Thanks for the link and screenshot, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.single-product p.wc-gzd-additional-info,#top.single-product .legal-price-info {
    	display:none !important; 
    }

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

    Best regards,
    Mike

Viewing 30 posts - 18,271 through 18,300 (of 34,221 total)