Forum Replies Created

Viewing 30 posts - 9,991 through 10,020 (of 34,993 total)
  • Author
    Posts
  • in reply to: Easy Slider title – no transformation #1373490

    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,
    Mike

    in reply to: Phone number above logo when main menu placed in a sidebar #1373487

    Hi,
    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,
    Mike

    in reply to: Standard Blog Layout #1373486

    Hi,
    That is a good idea, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Blog grid icon overlay on permanently #1373484

    Hi,
    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,
    Mike

    in reply to: background Vimeo video on homepage #1373443

    Hi,
    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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Blog grid icon overlay on permanently #1373428

    Hey 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,
    Mike

    in reply to: Mailchimp newsletter modul not working #1373426

    Hi,
    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,
    Mike

    in reply to: Pagination in Portfolios gives a 404 #1373418

    Hi,
    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,
    Mike

    in reply to: Burger menu doesn't show #1373417

    Hi,
    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,
    Mike

    in reply to: Burger menu doesn't show #1373416

    Hi,
    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,
    Mike

    in reply to: Standard Blog Layout #1373377

    Hi,
    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,
    Mike

    in reply to: Standard Blog Layout #1373374

    Hi,
    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,
    Mike

    in reply to: Fonts keep on changing #1373365

    Hi,
    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,
    Mike

    Hey 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,
    Mike

    in reply to: Styling issue on shopping cart page #1373358

    Hi,
    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,
    Mike

    in reply to: Contact form set field value #1373356

    Hi,
    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,
    Mike

    in reply to: background of a png image is displaying black #1373353

    Hey 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,
    Mike

    in reply to: Standard Blog Layout #1373351

    Hi,
    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 Business

    Best regards,
    Mike

    in reply to: Styling issue on shopping cart page #1373347

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Contact form set field value #1373346

    Hi,
    Unfortunately not, our contact form is basic, for more advanced features try the Contact Form 7 and its addons

    Best regards,
    Mike

    in reply to: bug: container after blog footer #1373341

    Hi,
    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,
    Mike

    in reply to: Hiding permanent links #1373321

    Hi,
    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,
    Mike

    in reply to: display images count format #1373319

    Hi,
    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,
    Mike

    in reply to: Hiding permanent links #1373316

    Hi,
    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,
    Mike

    in reply to: Burger menu doesn't show #1373315

    Hey 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,
    Mike

    in reply to: Hiding permanent links #1373310

    Hi,
    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 Breadcrumbs

    Best regards,
    Mike

    in reply to: pagespeed insights #1373307

    Hi,
    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,
    Mike

    in reply to: Standard Blog Layout #1373306

    Hi,
    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,
    Mike

    in reply to: pagespeed insights #1373301

    Hey 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

Viewing 30 posts - 9,991 through 10,020 (of 34,993 total)