Forum Replies Created
-
AuthorPosts
-
Hey spavli2,
Thanks for your question, to change the case Please try this code in the General Styling ▸ Quick CSS field#top div .slideshow_caption h2 { text-transform: capitalize; }After applying the css, please clear your browser cache and check.
Best regards,
MikeNovember 22, 2022 at 12:45 pm in reply to: Phone number above logo when main menu placed in a sidebar #1373487Hi,
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,
MikeHi,
That is a good idea, 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,
I didn’t see the YouTube watermark, but your other option is to upload the video to your site and host it yourself.Best regards,
MikeNovember 22, 2022 at 1:47 am in reply to: Thumbnails of embedded YouTube videos are displayed in an incorrrect format #1373442Hi,
On the page that you have linked to the video is in a WordPress block editor element, so I assume that the page is created with the WordPress block editor and not the Enfold Advanced Layout Builder like the other page.Best regards,
MikeHey Richard,
Thanks for the link to your site try adding this css:.image-overlay.overlay-type-video { top: 0px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the login, I only tested the second site because I found the error.
While you had your Mailchimp API in the theme settings correctly, you didn’t choose the list to use in the Mailchimp element in the footer page.
Please choose the list and you will see all of your fields will show instead of just the email field. Please check the one I fixed for you.Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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 login, I see that you are using the YellowPencil plugin, I don’t have any experience with this plugin, but when I deactivate it the mobile menu works correctly, so I assume it has been used to customize the menu.
Please try deactivating yourself to see that the mobile menu works correctly and then try to un-do any customization it did, otherwise it would seem that it is conflicting with the theme.Best regards,
MikeHi,
Thanks for the login, I see that you are using the YellowPencil plugin, I don’t have any experience with this plugin, but when I deactivate it the mobile menu works correctly, so I assume it has been used to customize the menu.
Please try deactivating yourself to see that the mobile menu works correctly and then try to un-do any customization it did, otherwise it would seem that it is conflicting with the theme.Best regards,
MikeHi,
You can also use one of these presets, try these codes in your child theme functions.php, only one at a time and then check your category page://change category page layout to blog single small style
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }//change category page layout to blog single big style
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-big'; return $layout; }//change category page layout to blog grid style
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }//change category page layout to bloglist excerpt
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'bloglist-excerpt'; return $layout; }Best regards,
MikeHi,
Please choose from one of the 3 options at Enfold Theme Options ▸ Blog Layout
Or you can manually edit the archive.php file, but you would need to know advanced PHP there is not an easy way to do this.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,
MikeNovember 21, 2022 at 1:23 pm in reply to: Browser cache keep bugging me – any suggestions/solutions? #1373362Hey Chrilles,
Thanks for your question, is this because you are still creating your site or because of the nature of your site that you expect to always be making a lot of changes?
I recommend disabling your server cache until you are done with your site, it sounds like that is the main issue.
You can also disable your cache plugin and the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression if you are still struggling.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,
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 trustedone,
Thanks for your question, please link to an example page so we can investigate, could the black be your background color?
If you are using any image optimization plugins try disabling them.Best regards,
MikeHi,
I’m still not sure what you mean, are you trying to style the category pages and you call it “kategorie” like the one linked below?
You can not manually change their layout, the option you are talking about is to change the layout of a blog page by creating one with the elements, but it doesn’t change the archive pages like categories. Your category pages will follow the 3 options at Enfold Theme Options ▸ Blog Layout:
Default (Business)
Elegant
Modern BusinessBest regards,
MikeHi,
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Unfortunately not, our contact form is basic, for more advanced features try the Contact Form 7 and its addonsBest 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,
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,
MikeHi,
Thanks for the screenshot, the message in the screenshot says to add a fallback image in the slider to be used on mobile when the video doesn’t play.
The makers of the browsers don’t let videos auto-play on mobile so you have to show an image.Best regards,
MikeHey mtilinca,
Thanks for the link to your site, I see that in your menu item “Leistungen” you have a large amount of subtext, I’m not sure if this is the cause or if it is something else, please try removing this subtext and if that doesn’t help then include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Oh I see that is the page title you can hide it for all pages in the theme option Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and BreadcrumbsBest 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 your question, looking at your /kategorien/ page it looks like you have disabled some of the meta options and now have some unwanted borders, to haide these please add this CSS to your General Styling ▸ Quick CSS field:#top.page-id-3564 .main_color.fullsize .template-blog .post_delimiter, #top.page-id-3564 .main_color.fullsize .template-blog .post-meta-infos { border: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey AuroraArcus,
Thanks for your question, but you link goes to a 404 error and your screenshot requires a login, you can add screenshots by uploading your images to a screenshot host and pasting the HTML code or link in your post or the Private Content area.Best regards,
Mike -
AuthorPosts
