Forum Replies Created
-
AuthorPosts
-
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeNovember 6, 2019 at 12:19 pm in reply to: Burger menu not working for blog post pages on mobile? #1154249Hi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHey 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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHey 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:

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>";Best regards,
MikeHi,
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,
MikeHi,
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.

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.

Hope this helps.Best regards,
MikeNovember 4, 2019 at 11:29 am in reply to: Burger menu not working for blog post pages on mobile? #1153663Hi,
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 classav-submenu-hiddenfrom the shortcode.Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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:


Then please update the staging site and see if you can recreate the error and allow us to examine.
Best regards,
MikeHey 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 -
AuthorPosts

