Forum Replies Created

Viewing 30 posts - 1,411 through 1,440 (of 1,778 total)
  • Author
    Posts
  • in reply to: Meta Infos in Blog Beiträgen individuell entfernen #790094

    You’re welcome, Dennis!

    If you have any other questions, feel free to post them here on the forum and we will gladly try to help you.

    Have a great day, and thank you for using Enfold.

    Sarah

    Hi L,

    Do you still need our help with this, or was the plugin change the solution that worked? :)
    Best regards,
    Sarah

    in reply to: Meta Infos in Blog Beiträgen individuell entfernen #790087

    I see! Thank you for clarifying. Okay, let’s change the solution. :)

    Please use this instead:

    .post-meta-infos .date-container {display:none;}
    .page-id-480 .date-container {display: inline !important;}

    The first line removes the date for the whole site. The second line makes sure that the date appears on the news page only.

    Best regards,
    Sarah

    in reply to: 100% Full Height Page #790081

    Hello,

    Thank you for link and the access. The page in question is the About Page, right?

    I think the best solution is to edit your content so that it fits inside the smallest screen size you want to consider. I advise making the image smaller, or take a 2/3 container, maybe, instead of the 1/2 one. This way, the content fits inside the small screen, and then when it’s in a bigger screen, the content will fill the full height as well.

    You can also consider making the image as the background of the color section. This way, it will not eat up space on the left and force the text to have smaller width and more height.

    By the way: I also checked on my mobile phone, and given the text that you have, the user will need to scroll. Even making the font size small for mobile is not advisable because then it will not be readable. :(

    I hope my suggestions are clear and helpful. Please do let us know if you need additional help.

    Best regards,
    Sarah

    in reply to: Meta Infos in Blog Beiträgen individuell entfernen #790073

    Hi Dennis,

    Thank you for the links. If Catalog is the only page where you don’t want the date, you can use this in the Quick CSS section under Enfold > General Styling.

    .page-id-401 .post-meta-infos .date-container {display:none;}

    .page-id-401 is the unique class of the page that you gave. You will be able to see it in the body tag of the page. :) If you want to do the same thing for Catalog blog posts in another page, you can get the unique class of the page and follow the code above.

    Or, you can use something like this:

    article.category---2 .post-meta-infos .date-container { display:none; }

    Please let us know if you need additional help.

    Best regards,
    Sarah

    in reply to: Logo Resizing and lost resolution #790051

    Hi Lauren,

    I’ll chime in here if it’s okay. :)

    The theme doesn’t resize the logo, but it does display it at the dimensions that you set. But, as Nikko said, a very large image forced to be displayed as a smaller image will appear wrong. For example, right now your logo is 2471 x 743. When we see it as it is now, in a 831 x 250 space, we are not seeing it in its best form. Also, a large image takes a LOT of time to load, so it’s not good for your website, either, and should be avoided if possible.

    We suggest creating a version for those dimensions specifically for the header area.

    Here’s an article about creating the right image sizes vs. resizing through code: Why You Should Never Let Browsers Resize Your Photos.

    And here’s an article about resizing images without losing sharpness. There are a lot more about the topic in the web. :)

    Can you try creating a 831px x 250px version of the logo?

    Best regards,
    Sarah

    in reply to: 100% Full Height Page #789975

    Hi there,

    Can you give us the link to the page in question so we can take a look? If possible, please also grant us admin access, just in case we need to log in. You may put this information in the Private Content section of your reply.

    Best regards,
    Sarah

    in reply to: Update header social icons #789965

    Hey oiser,

    Can you try the steps in our tutorial for adding icon fonts? http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    This article might also be of help to you.

    Let us know if you need further assistance.
    Best regards,
    Sarah

    in reply to: Side Bar Custom Menu #789961

    Hi Tim,

    We’re glad that Victoria was able to help you. If we can help you anything else, please let us know here in the forums.

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Thank you for using Enfold.

    Cheers!
    Sarah

    in reply to: comments isnt showing up on post pages #789958

    Hi Rodrigo,

    We’re glad that the problem is fixed now!

    If you have other questions or need help with anything, feel free to post them here on the forum and we will try to help you.

    Thank you for using Enfold.

    Cheers!
    Sarah

    in reply to: sub-menu font size controls? #789957

    Hi Ed,

    Please add this code as well:

    #top #header .mega_menu_title a {
        font-size: 12px;
    }

    And adjust the font size value.

    Best regards,
    Sarah

    in reply to: Changing CSS on a specific page only #789682

    Hi mmsdev,

    For that page, the class is postid-48111.

    Can you try to use that class instead? If it doesn’t take effect, please try adding the !important rule.

    If that still doesn’t work, please provide us with temporary admin access to we can take a closer look.

    Best regards,
    Sarah

    in reply to: Formatting Page Titles set by Enfold #789676

    Hi tonyska,

    We’re glad you were able to sort it out. :D

    Do you need additional assistance, or can we close this thread?

    Cheers!
    Sarah

    in reply to: read more link for blog post not visible #789671

    You’re welcome, Sander.

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold!

    Sarah

    Hey Steve,

    It’s possible to add a widget area to the header. You can read about it here so you can try it out: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    If you need additional help, can we have a link to the website in question so we can take a look? We’ll like to see which header layout you’re using so we can assist you better.

    Best regards,
    Sarah

    in reply to: read more link for blog post not visible #789657

    Hey Sander,

    Please add this in the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file: 

    .slide-entry-excerpt {
      padding-bottom:25px;
    }

    You can change the value to fit your preference.

    Please let us know if you need help with anything else.

    Best regards,
    Sarah

    • This reply was modified 7 years, 7 months ago by Sarah. Reason: changed solution from overflow to padding
    in reply to: Anchor Issue #789650

    Hi!

    Have you tried deactivating all the plugins and reactivating them one by one to see if one of them is causing it?

    Also, may we have login access into your Dashboard so we can take a closer look?

    Best regards,
    Sarah

    Hi,

    Yes! :) This is essentially the same page, it’s just paginated.

    To verify, you can view the source of the page (right click, “View Source”, depending on your browser), and you can see the unique class in the body tag. For your blog overview page, the body tag looks like this:

    <body id="top" class="page-template-default page page-id-259 stretched caveat open_sans  cookies-not-accepted" itemscope="itemscope" itemtype="https://schema.org/WebPage">

    You will notice that all subpages of your blog overview has the same assigned class, page-id-259.

    In case you need to apply the CSS to other pages, you can just get their class! :D

    I hope that’s clear and helpful. Please do let us know if you need further assistance.

    Best regards,
    Sarah

    in reply to: Change menu to drop down #789530

    Hey OnlineSupport,

    Can you try going to Enfold > Header, then under Display of menu items, and choose “Display as icon”? Is this the solution you’re looking for? :)

    Best regards,
    Sarah

    in reply to: Content slider arrows not showing on mobile #789470

    You’re welcome! We’re happy to help.

    If you don’t need further assistance with this issue, may we close this thread? :)

    Best regards,
    Sarah

    in reply to: remove #top anchor from current menu item #789467

    Hey coolpaie,

    May we have the URL of the website in question so we can take a closer look? If possible, please give us admin access as well, just in case we need to investigate further.

    Best regards,
    Sarah

    Hi Vlad,

    The Fullscreen Slider is best used when you want the slider to take up the whole screen. http://kriesi.at/themes/enfold-2017/elements/fullscreen-slider/

    The Fullwidth Easy Slider is best used when you want the slider to take up the whole width of the available space, and you want to specify the height of the slider as well. http://kriesi.at/themes/enfold-2017/elements/easy-slider/

    So in the case of the image that you gave, the Fullwidth Easy Slider is the better choice.

    I hope that helps!

    Sarah

    Hey Maaster,

    If you need to change it in just that page, please use this code:

    .page-id-259 h3.entry-title { font-size: 20px !important; }

    And adjust the value as needed.

    Best regards,
    Sarah

    in reply to: border on special Heading #789441

    Thank you, we’re glad to be able to help. :)

    If you don’t need further help with this, can we close this thread?

    If you need assistance with anything else, feel free to open another topic.

    Best regards,
    Sarah

    in reply to: topbar colour #789437

    You’re welcome! We’re glad to help.

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold.

    Cheers!
    Sarah

    in reply to: Onepage Menü #789435

    Hi Tim,

    Our teammate Nikko was able to fix the menu. We put /#apartments in the URL, as opposed to the standard method of putting the full URL. We did this for all your menu items that are anchor links. The menu works properly now! :)

    But please note that, as Andy said, what you originally did should have worked. There might be a script or something in your website that conflicts with the behavior.

    Best regards,
    Sarah

    in reply to: Space above and below the navigation menu #789411

    You’re welcome, Haiko!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold.

    Cheers!
    Sarah

    in reply to: topbar colour #789404

    Hi Monika,

    I have changed the code in your Quick CSS to include the color for the email in mobile phones.

    @media only screen and (max-width: 767px) {
       .responsive .phone-info,
       #header.av_header_transparency a.email {
          color:#35383c !important;
       }
    }

    Let us know if you need further help.

    Best regards,
    Sarah

    in reply to: Onepage Menü #789372

    Hi Tim,

    Thanks for the access! :D

    Hm…. This is strange. You did everything right, from what I can see from the WordPress dashboard.

    Did you install any scripts, by any chance? Can we possibly have FTP access, as well, just so we can check if there’s anything causing this?

    Best regards,
    Sarah

    in reply to: Trying to Mimic a Page – Need Help #789350

    Hi Dexter,

    For the alignment, can you please use this code instead:

    body a.lightbox-added.alignleft {
       margin-top:10px !important;
       margin-right:75px !important;
       margin-bottom:25px !important;
    }
    body a.lightbox-added.alignright {
       margin-top:10px !important;
       margin-left:75px !important;
       margin-bottom:25px !important;
    }
    

    The difference is that we’ll set margins for the link that wraps around the image, instead of setting margins for just the image. I hope that helps.

    For the team to try to help you with responsive images, can you provide login access? You may put it in the Private Content section of your reply.

    Sarah

Viewing 30 posts - 1,411 through 1,440 (of 1,778 total)