Forum Replies Created
-
AuthorPosts
-
January 17, 2023 at 1:03 pm in reply to: Sidebar issues with Woocommerce product page + Page Templates #1388044
Hi,
On product pages that you created with the Advanced Layout Builder, you would need to use the Related Products element, so you should be able to place it where you want on the page, correct?
Perhaps I don’t understand correctly, please create an example in your sandbox sie and link to it so I can see what you mean by “bring it up”.Best regards,
MikeHi,
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,
MikeJanuary 17, 2023 at 12:55 pm in reply to: How can I display the tag above the title on post blog? #1388036Hi,
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,
MikeHi,
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,
MikeJanuary 16, 2023 at 9:13 pm in reply to: How can I display the tag above the title on post blog? #1378960Hi,
Thanks for the feedback, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function move_post_tags_above_title() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.slide-entry').each(function() { $(this).find('.post-tags').insertBefore($(this).find('.slide-entry-title.entry-title')); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'move_post_tags_above_title');
Best regards,
MikeJanuary 16, 2023 at 3:03 pm in reply to: Problem after change string before author in blog article #1378884Hi,
Ok, please let us know in a few days when we can close this thread.Best regards,
MikeHi,
Thanks for the login, I made an error in the code I posted above, I corrected and it’s now working, please check.Best regards,
MikeJanuary 16, 2023 at 2:41 pm in reply to: Create shortcode for post navigation left/right arrows portfolio entries #1378879Hi,
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,
MikeJanuary 16, 2023 at 2:40 pm in reply to: Error highlighting undefined array key "footer_option" and "footer_behavior" #1378877Hi,
@divedave please open a new thread with the url to the page in question and an admin login so we can be of more assistance. Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.
I see that you have a child theme, if you have a custom header.php or footer.php please remove them from your child theme we do not recommend adding these files to your child theme, it is the most common reason for errors when updating.Best regards,
MikeJanuary 16, 2023 at 2:31 pm in reply to: Problem after change string before author in blog article #1378876Hi,
Thanks for the login, I corrected the issue please check.
I also moved the function from your parent theme to your child theme functions.php so it won’t be lost after your next update.Best regards,
MikeJanuary 16, 2023 at 1:47 pm in reply to: Create shortcode for post navigation left/right arrows portfolio entries #1378869Hi,
Glad to hear this helped, but to get the post count “number of number” like: [1/76] will be much harder and out of the scope for this forum.
If you really need this I recommend hiring a freelancer on upwork.com
unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
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,
MikeHi,
Thanks for the feedback, I don’t see the javascript in your page source code, please ensure it is in your child theme functions.php file and that you copied the code from the forum and not an email notification so the symbols were not converted.
In the code you should see > and not >
If this looks correct please include an admin login in the Private Content area below so we can assist further.Best regards,
MikeJanuary 16, 2023 at 1:23 pm in reply to: How can I display the tag above the title on post blog? #1378858Hi,
@alex.ndu, this thread is about the placement of the “tags”, we would like to keep each thread on a single topic as it helps future users when searching for answers.
On your page you seem to have two Blog Posts Sliders, one for posts and one for products so I don’t know if you want to move the title below the excerpt for both of them, assuming that you do try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function move_title_below_excerpt() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.slide-entry').each(function() { $(this).find('.slide-entry-title.entry-title').css({'margin-top':'15px'}).insertAfter($(this).find('.slide-entry-excerpt.entry-content')); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'move_title_below_excerpt');
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
You also have some custom css that you should remove to make this look nicer:.avia-content-slider .slide-entry-title { margin-bottom: 15px!important; }
If this doesn’t help please open a new thread with the url to the page in question and further details on what you are trying to achieve so we can be of more assistance. Thanks for understanding.
Best regards,
MikeHi,
Unfortunately not, the “social buttons” element is not designed to work in the footer page.Best regards,
MikeHi,
Perhaps I misunderstood, do you want these to be “share links” or do you want them to be links to your FB page?
If you want them to be “share links” then they should not be in the footer of your site, it only works correctly if it is on a post page.
that is why the link has this in it%2Ffooter-template%2F&t=Footer%20Template
it is passing the footer page link.
the linkedin is also a “share link” the other two don’t have “share links” so they are links to your page.Best regards,
MikeHey the_digital_manager,
Try this modificationBest regards,
MikeHi,
Sorry, I didn’t know you wanted the social link black also, I couldn’t login because it asked for a code.
Try this css:#top #header.av_header_transparency .phone-info, #top #header.av_header_transparency .social_bookmarks li a { color: #000; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
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,
MikeHi,
Thanks for the feedback but the css I posted in not in your post#top #header.av_header_transparency .phone-info { color: #000; }
You have the same incorrect css twice in your post at the top and bottom, try adding my css at the very top.
If you still have trouble please include an admin login in the Private Content area so we can help.Best regards,
MikeJanuary 15, 2023 at 8:48 pm in reply to: Enfold update from (4.6.3.1) to new Version (5.2.1) is not working #1378791Hi,
If that doesn’t help please open a new thread with the url to the page in question and an admin login so we can be of more assistance. Since this is not your thread posting your login here will not be private.Best regards,
MikeJanuary 15, 2023 at 8:45 pm in reply to: Google Fonts werden nach Import und Umstellung trotzdem gefunden #1378790Hi,
Thanks for your patience, I only found:/* Popup Google Fonts */ @import url('//fonts.googleapis.com/css?family=Acme|Montserrat');
but nothttps://fonts.googleapis.com/css?family=Arimo:400,700%7CArimo
Try disabling all of your plugins and clearing your server cache, I think your font checker site is caching the results and not giving fresh results each time because this site says no google fonts are found when the popup maker is disabled.
Best regards,
MikeHi,
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,
MikeHey Axel,
Try this css:#top #header.av_header_transparency .phone-info { color: #000; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Stefan Schmidt,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHey myDEZIGN,
Thanks for the link to your page, I have checked it with my macOS Monterey with Safari 16.1 and the images show on the front page correctly, I’m updating to Ventura now but it will take half an hour.
In the meantime, I see most all of your images are youtube videos so there is a chance that your Safari is blocking these check the shield next to the address bar to see if the blocker is enabled. This article may helpBest regards,
MikeHi,
Very good, I have not seen this before typically Google obeys the rel=”nofollow” so I don’t know why in this case it is not.
Unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Typically when the theme tries to fix an error caused by a missing closing tag but adds it into the wrong place the error is hard to find and sometimes can’t be manually corrected.
I will take a look at the page and see if I can spot the error, please ensure the Avia Layout Builder Debugger is enabled and link to the page with the error and include an admin login in the Private Content area.Best regards,
MikeJanuary 15, 2023 at 7:15 pm in reply to: Memberpress Page Template has been replaced by default page template #1378771Hi,
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,
MikeHi,
Your screenshot showed the search suffix
by default the WordPress search link has the rel=”nofollow” which it meant to tell crawler to not follow:
which seems that your crawler is not obeying, based on your screenshot of the report.
So you could just ignore the report or you could remove the search link from your menu.
To remove the search link go to Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu and disable.Best regards,
Mike -
AuthorPosts