Forum Replies Created

Viewing 30 posts - 1,621 through 1,650 (of 1,778 total)
  • Author
    Posts
  • Hi welswebmaster,

    Thank you for that alert. This thread is a year old, so the plugin recommendations might not be current.

    You can try the plugins that have good ratings here: https://wordpress.org/plugins/search/horizontal+timeline/

    Best regards,
    Sarah

    in reply to: Disable Title / Filename Box over Images on Hoover #783908

    Hey Mike,

    I think what you’re talking about is the tooltip for the title of the image. It’s best to include a title that describes the image. However, if you really want to remove it, you can either keep the title field blank for your images, OR remove the attribute entirely by following the instructions here: https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Best regards,
    Sarah

    Hey deanodv8,

    The Blog posts Element, when set to “Full Content”, uses WordPress’ the_content function (instead of the the_excerpt function). As it says here in WordPress’ documentation:

    If the quicktag <!--more--> is used in a post to designate the “cut-off” point for the post to be excerpted, the_content() tag will only show the excerpt up to the <!--more--> quicktag point on non-single/non-permalink post pages.

    You used the More ktag, that’s why the article gets cut off. To solve this, please remove the quicktag. If you need for the post to have an excerpt, please put that text in the Excerpt field so you can use it elsewhere. 

    I hope that helps! You can read more about exerpts and the More tag here: https://en.support.wordpress.com/more-tag/

    Best regards,
    Sarah

    in reply to: Fix white space under Tab Sections #783872

    Hi luckylobo10,

    The Tab Section takes the height of the section with the longest/tallest content. In your case, that’s the “Kart” tab. If you can somehow make the content shorter, you’ll see that the extra space for the rest of the tabs disappear, as well. For example, you can make the maps to be smaller, and perhaps provide a link to a larger map. The best way is to have all the tab sections be roughly the same height.

    I hope that helps!

    Best regards,
    Sarah

    in reply to: Title Bar Settings not working need help? #783856

    Hi ekarindoti,

    We’re happy to be of help! Do you still need our help with anything?
    Best regards,
    Sarah

    in reply to: Page content not showing #783855

    Hi there!

    We’re glad you were able to figure out a solution! Is there anything else we can help you with?

    Best regards,
    Sarah

    in reply to: change fullwidth sub menu font size #783854

    Hey georgesociel,

    You can do this through Enfold > Advanced Styling. Select Main Menu Links as the element to customize, and set the font size.

    Best regards,
    Sarah

    in reply to: Blog Title #783844

    Hey epipipharoo,

    By any chance, did you create this using the Advanced Layout Builder? If you did, please know that all default elements including post meta info, featured image, title, etc will be removed when you use the advance layout builder for posts. You need to add them manually. 

    May we have temporary access into your Dashboard so we can take a closer look?

    Best regards,
    Sarah

    Hey Tia,

    You can try http://www.microlancer.com/ or contact the werkpress devs here: http://kriesi.at/contact/customization

    I can’t be sure if they’re in Ireland, though!
    Best regards,
    Sarah

    in reply to: Remove "sidebar" on product page #783826

    We’re happy to help! Let us know here in the forums if you need help with anything else.

    Best regards,
    Sarah

    in reply to: I'd like to add the date to a post grid #783810

    Hey satucker,

    When you create your Post Slider, set the Title and Excerpt to display. Then you can hide the other elements you don’t want to display using the Quick CSS under Enfold > General Styling. You can use this code:

    .page-id-310 .avia-content-slider.avia-builder-el-2 .blog-categories, 
    .page-id-310 .avia-content-slider.avia-builder-el-2 .slide-entry-excerpt,
    .page-id-310 .avia-content-slider.avia-builder-el-2 .slide-meta slide-meta-comments,
    .page-id-310 .avia-content-slider.avia-builder-el-2 .slide-meta .slide-meta-del {
       display:none!important;
    }

    I’ve made it so that this only happens on this page, and not on any slider on any other page. That’s what you’d like, right? :)

    Best regards,
    Sarah

    in reply to: current menu item color #783766

    Hey peanuttario,

    Can you try this code instead?

    #top .widget_nav_menu .current-menu-item>a, #top .widget_nav_menu .current_page_item>a {
     color: #a81010 !important;
     font-weight: normal !important;
    }

    Best regards,
    Sarah

    in reply to: Header – reduce space between main menu and slider #783765

    Hey Lyse,

    Thank you for providing a link to your website. It seems to me that your slider is right after your header. Can you provide us a screenshot that shows specifically how you want your website to look like?

    Best regards,
    Sarah

    in reply to: category tab not displaying on blog post element #783761

    Hello,

    It seems that I can’t get into your website! I’ve posted the error message in the Private Content of this reply. There’s an email submission form there for you to get more details, or maybe this is something you can ask your server for help. I can check again in a few hours.

    Cheers!
    Sarah

    in reply to: Title on mobile homepage is very small #783759

    Hi Monique,

    Can you give us temporary login access into your Dashboard so we can take a closer look?

    Cheers!
    Sarah

    in reply to: Problem with Layout #783615

    Hey alvestaquara,

    It looks like the text x85393& has been attached to your links to the CSS, javascript, and some image files, even files that have nothing to do with Enfold. (But don’t worry! Your files seem to be intact.)

    What was the last thing you did before the website became like this?

    Best regards,
    Sarah

    in reply to: category tab not displaying on blog post element #783611

    Hey CPM_usa,

    Can you please give us the link where they should be displayed? I can’t seem to find your blog in your website, sorry!
    Best regards,
    Sarah

    in reply to: Remove image on full page blog posts #783591

    Hey bittenbyazebra,

    Can you try adding this line to your CSS as well?

    .template-blog .small-preview {display:none !important;}

    Best regards,
    Sarah

    in reply to: Can not see any content when editing #783583

    Hello!

    Did the problem mysteriously go away, then? :D Do you still need our help with anything?
    Best regards,
    Sarah

    Hey Paul,

    By any chance, did you use the Advanced Layout Builder for your blog posts? All default elements including post meta info, featured image, title, etc. will be removed when you use the advance layout builder for posts. You need to add it manually using an image element or sliders.

    If you didn’t use the Advanced Layout Builder, then can you possibly give us temporary login access so we can take a closer look?

    Best regards,
    Sarah

    in reply to: Hide header and footer on a single product #783571

    Hi Annemarie,

    Can you add this code as well?

    .postid-5527 #header-right, .postid-5527 #footer {
    display: none!important;
    }
    

    I included your footer, too, since you mentioned it in your original post.

    If that doesn’t work, can you show us a screenshot of what you can see, as well as temporary login access into your site so we can take a closer look?

    Best regards,
    Sarah

    in reply to: Adding separate menu to blog page #783554

    Hi! We’re glad you were able to sort this out. Thank you for sharing the solution you found, too.

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

    Cheers!
    Sarah

    in reply to: Title on mobile homepage is very small #783551

    Hey Monique,

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

     @media only screen and (max-width: 479px) {
       .responsive #top .slideshow_caption h2{
          font-size: 30px !important;
       }
    }

    You may edit the value of the font size to fit your preference.

    Best regards,
    Sarah

    in reply to: Main Menu Left Sidebar setup question #783539

    Hey Carlos,

    For the menu, if you’d like the lines between the menu items, use this instead of the code that I gave you:

    .html_header_sidebar #header .av-main-nav {  border-bottom: 1px solid #00b3ff; }
    .html_header_sidebar #header .av-main-nav > li {margin: 0 !important; padding: 0 39px !important; border-top: 1px solid #00b3ff; }
    .html_header_sidebar #header .av-main-nav > li:hover {background-color:#00b3ff;}
    

    If you’d like the hover animation where the text and background moves, that’s also possible but would require some custom CSS to make it happen. You can look for code that does that, or hire someone to help you.

    Best regards,
    Sarah

    in reply to: Call-to-Action Button in one line #783530

    All right. Please let us know if you need additional help!
    Best regards,
    Sarah

    in reply to: How to Edit size and colour of 'Out of stock' text #783513

    You’re welcome, Antonio! Do let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

    in reply to: How to Edit size and colour of 'Out of stock' text #783506

    Hi Antonio,

    I’ve edited the code in my previous reply, and took the liberty to edit your Quick CSS using the login you gave us earlier this month. You’ll see that the code works now, and you can go ahead and edit it to suit your preferences.

    Best regards,
    Sarah

    in reply to: topbar colour #783496

    Hi Monika,

    I have edited my previous reply. Can you try the code that is there now?

    Best regards,
    Sarah

    in reply to: Call-to-Action Button in one line #783490

    Hi Christian,

    Unfortunately, the columns that you have are not like tables, where you can vertically align their contents automatically. The elements are stacked on top of each other, and respond to the browser’s size. I think the best you can do is adjust the text descriptions so that they display in a similar length. This is why I suggested the line break so that the paragraphs have equal number of lines. (But the number of lines might also change as the browser gets smaller!)

    I suppose you can also got to Enfold > General Styling > Quick CSS to set the minimum height of the text blocks in the first two columns like this:

    .avia-builder-el-41 .avia_textblock p, .avia-builder-el-49 .avia_textblock p {min-height:164px;}

    But, again, the alignment may break depending on the screen size, anyway.

    I hope my explanation is clear and helpful. Please do let us know if you need clarification. 

    Best regards,
    Sarah

    in reply to: How to Edit size and colour of 'Out of stock' text #783418

    Hi,

    Can you try this one, instead?
    .stock.out-of-stock { font-size: 1em !important; color: red !important; }
    Best regards,
    Sarah

Viewing 30 posts - 1,621 through 1,650 (of 1,778 total)