Forum Replies Created

Viewing 30 posts - 19,471 through 19,500 (of 35,248 total)
  • Author
    Posts
  • in reply to: Fullwidth left side bar background color #1154599

    Hi,
    Thank you for the feedback, when I look at your sidebar I do see the background-image covering the whole area, but as I understand we are not seeing the whole width of the image, see screenshot 1 below, but because of the size of the image if we force the full width it is no longer full height, see second screenshot below.
    This is the css I used to force full width:

    @media only screen and (min-width: 1024px) {
    #top #main .sidebar { 
    	background: #717377; 
    	background-image: url(/wp-content/uploads/2019/11/menu-bg.png)!important;  
    	min-height: 100%!important;
    	background-repeat: no-repeat!important; 
        background-size: contain!important; 
    }
    }

    You could change your image to 240×830, image linked below.

    Best regards,
    Mike

    in reply to: How to disable index-page from subdomain #1154587

    Hi,
    Here is an example of the code you would need, and a little more complex one but I recommend getting help with this because you could block yourself and the good traffic you want if done incorrectly.
    Thank you for your understanding.

    Best regards,
    Mike

    in reply to: add a Facebook LIKE button to my website #1154581

    Hi,
    That’s odd, because the author is there under the title and before the categories, I’m sure that you cleared your browser cache, and the only difference is that the parent container that holds the author and categories has some padding to the top of it.
    I carefully reviewed your css and removed the padding and the previous css that made the padding necessary, so now the author should be showing for your screen reader only on the posts, such as the link you sent above.
    Please clear your browser cache and check.

    I tried to investigate this possible issue and found that in Windows at least that the screen reader maybe using it’s own cache:
    In document mode, the user is interacting with a cached copy of the web page, read more here so I’m not sure if this a factor for you here, but please check if you can clear your screen reader cache.

    Best regards,
    Mike

    in reply to: Can't save the menu because it times out #1154291

    Hi,
    Thank you for the feedback, that explains why your WordPress > Tools > Site Health Status says “Some files are not writable by WordPress”
    but as I posted above I was not able to reproduce your error on your site, I was able to save your menu.
    Are you still unable to save your menu?

    Best regards,
    Mike

    in reply to: Fullwidth left side bar background color #1154288

    Hi,
    Thanks for the link, I’m not sure which background your trying to change, based on the color above it looks like the sidebar, is this correct?
    If you don’t have a layerslider try to not add the class “#after_layer_slider_1” in your css.

    Best regards,
    Mike

    in reply to: remove the standard WooCommerce Sort By #1154285

    Hi,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function remove_woo_relate_products(){  
    	remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
    }
    add_action('init', 'remove_woo_relate_products', 10);

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Masonry Rollover Text #1154284

    Hi,
    Thank you for the admin access, so the issue was that the title was being added twice by to different elements, here is the updated code that I added to solve:

    
    function remove_tooltip_title(){
      ?>
        <script>
    jQuery(window).load(function(){
            jQuery('.av-masonry-entry').removeAttr('title');
    	 jQuery('.av-masonry-image-container').removeAttr('title');
          });
    </script>
      <?php
      }
    add_action('wp_footer', 'remove_tooltip_title');

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: add a Facebook LIKE button to my website #1154276

    Hi,
    Ok, I removed the code that hid the author on single pages and added some padding to it so that it would not be hidden behind the title.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Trying to duplicate customized sales page… #1154265

    Hi,
    Glad to hear this is helpful, I didn’t remove any Quick CSS, I only copied the css I thought was needed and added it to the code block of this page so that it would be easier for you to copy in the future. So I added this css to the code block, please check.

    #top.page-id-17448 #after_full_slider_1 .template-page.content {
    	padding-top: 0px !important;
    }
    @media only screen and (max-width: 425px) { 
    #top.page-id-17448 #av_section_1 > div > div {
    	padding-top: 0px !important;
    }
    }

    Best regards,
    Mike

    in reply to: Burger menu not working for blog post pages on mobile? #1154249

    Hi,
    To remove the triangles from the menu, please add this css:

    @media only screen and (max-width: 767px){
    .responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu > li a:before {
    	display: none !important; 
    }
    }

    To only have the triangles next to parent items use this css instead:

    @media only screen and (max-width: 767px){
    .responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu > li:not(.menu-item-has-children) a:before,.responsive #top .av-switch-768 .av-menu-mobile-active .av-subnav-menu > li ul li a:before {
    	display: none !important; 
    }
    }

    For some reason the blog menu which is created with the code in your functions.php was missing the class “menu-item-has-children” for the parent items, so the css above was not working correctly, so I added the class.
    After applying the above css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to translate "I agree to the …" #1153998

    Hi,
    I found an odd issue, the da_DK doesn’t contain everything that is in the de_DE file, I guess because I had been working in the de_DE file I had looked there by mistake. So I copied this one string to your da_DK file but I’m not sure it will work.
    so, please make a copy of the files at: \enfold\lang\da_DK.po & \enfold\lang\da_DK.mo (just in case)
    then replace with the files linked below.
    If this works and you want more translations we could work on this with your help, often users help us in this thread but I didn’t find your language there.

    Best regards,
    Mike

    in reply to: add a Facebook LIKE button to my website #1153982

    Hi,
    Ok, I made this adjustment, the issue was that the original code was targeted at the home page and didn’t include the archive pages such as “tag” & “category” which is what your menu links point to. So I added this code and cleared your cache plugin.

    #top.archive span.blog-author.minor-meta,#top.archive time.date-container.minor-meta.updated,#top.archive span.comment-container.minor-meta,#top.archive span.text-sep.text-sep-comment {
    	display: none !important;
    }
    #top.archive span.post-meta-infos {
    	    margin-top: -30px;
    }
    #top.single span.blog-author.minor-meta {
    	display: none !important;
    }
    

    This includes a bonus bonus, I noticed that your posts also had the “author” included behind the post title, which was hard to see, but would probably come up with a screen reader :) alternative: 😀
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Masonry Rollover Text #1153970

    Hi,
    Thanks for the login, but it doesn’t seem to be an admin account so I can’t adjust the script. Please replace the above script with this:

    function remove_tooltip_title(){
      ?>
        <script>
    jQuery(window).load(function(){
            jQuery('.av-masonry-image-container').removeAttr('title');
          });
    </script>
      <?php
      }
    add_action('wp_footer', 'remove_tooltip_title');

    Then check again

    Best regards,
    Mike

    in reply to: Mobile main menu link issues #1153963

    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: How to disable index-page from subdomain #1153858

    Hey Hooge-AGS,
    If I understand your question correctly, you don’t want example.org directly assemble from shop.example.org, this is possible but it will take some advanced .htaccess programming which is beyond our scope here. Please consider hiring a freelancer to assist you with this.

    Best regards,
    Mike

    in reply to: Only logo loads on page after Enfold update #1153817

    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: Menu won't show #1153815

    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: Change page title for tag click results #1153813

    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: How to turn off YouTube related videos #1153808

    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: "av-screen-reader-only" link #1153806

    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: add a Facebook LIKE button to my website #1153805

    Hi,
    Ok, I removed it, please check.

    Best regards,
    Mike

    in reply to: Featured image 'title' is not as expected. #1153694

    Hi,
    Sorry, from your screenshots you showed an empty title field in the media library, so I thought you just wanted to remove the post title, so I didn’t find a solution for this and I’m asking the team for advice. Thank you for your patience.

    Best regards,
    Mike

    in reply to: Change page title for tag click results #1153691

    Hey webWahine,
    Sorry for the late reply, I tried to take a look at your site but it seems down right now, but I was able to achieve this please edit the file /enfold/tags.php and at about line 125 you will find:

    $label = apply_filters('avf_tag_label_names', $post_type_obj[$key]->labels->name);
    echo "<{$heading} class='post-title tag-page-post-type-title {$css}'>{$label}</{$heading}>";

    Please note this code is also at line 75, but you need to edit the code at 125.
    change to:

    $label = apply_filters('avf_tag_label_names', $post_type_obj[$key]->labels->name);
    $current_tag = single_tag_title("", false);
    echo "<h3 class='post-title tag-page-post-type-title'>Tag results for ".$label."<span>: ".$current_tag."</span></h3>";

    for this result:
    2019-11-04-060859
    to remove the text “Posts” use this code:

    $label = apply_filters('avf_tag_label_names', $post_type_obj[$key]->labels->name);
    $current_tag = single_tag_title("", false);
    echo "<h3 class='post-title tag-page-post-type-title'>Tag results for<span>: ".$current_tag."</span></h3>";

    for this result:
    2019-11-04-061252

    Best regards,
    Mike

    in reply to: Image will not appear on my hompage #1153680

    Hi,
    No, I would not, I checked your site again and your slide and images are showing for me, try clearing your browser cache.

    Best regards,
    Mike

    in reply to: add a Facebook LIKE button to my website #1153677

    Hi,
    The Like button page on Facebook developers website only has a few options, the numbers can be removed and the “share” can also be removed, but since the button is added via an iframe it can not be styled with css. So the standard one has black text next to the button that shows the number of people that liked it, but the black text doesn’t show well on your site, then the next two show the number, and the last option just shows the “Like” so that is the one I choose this time.
    2019-11-04-045445
    I was able to add “CONNECT WITH US” & “Become a fan on Facebook” but because the twitter and RSS feed is in the same widget that doesn’t allow text I couldn’t add that, but they already say that.
    2019-11-04-051917
    Hope this helps.

    Best regards,
    Mike

    in reply to: Burger menu not working for blog post pages on mobile? #1153663

    Hi,
    Unfortunately, you will have to go to each page, but for the posts that use the functions.php code, I corrected that for you by removing the class av-submenu-hidden from the shortcode.

    Best regards,
    Mike

    in reply to: Category widget #1153597

    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: Dont'show categories #1153595

    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: small bug #1153593

    Hi,
    Are you using mixed case words in your css? Did you add your css to the styles.css without updating the theme settings?
    I guess since you have already rolled back to v4.5.7 we won’t be able to examine your issue, but I have not seen this on other sites.
    Please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and your site will stay up and running. You can always ask your webhost to help you with setting this up if you want.

    Here are some screenshots of what it would look like:
    staging-1
    staging-2

    Then please update the staging site and see if you can recreate the error and allow us to examine.

    Best regards,
    Mike

    in reply to: How to turn off YouTube related videos #1153590

    Hey Tia,
    Sorry, this has been confirmed that removing the related videos doesn’t work anymore, YouTube has made changes as part of their business model to not allow this. You could self-host or use a paid service such as Vimeo, although it seems the have a free plan.

    Best regards,
    Mike

Viewing 30 posts - 19,471 through 19,500 (of 35,248 total)