Forum Replies Created
-
AuthorPosts
-
April 27, 2017 at 10:26 am in reply to: Suggestions for creating a horizontal timeline or process? #783911
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,
SarahHey 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,
SarahApril 27, 2017 at 9:40 am in reply to: Post Category Page with widget not showing 'Full Post' Despite being set to. #783897Hey deanodv8,
The Blog posts Element, when set to “Full Content”, uses WordPress’
the_content
function (instead of thethe_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,
SarahHi 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,
SarahHi ekarindoti,
We’re happy to be of help! Do you still need our help with anything?
Best regards,
SarahHi there!
We’re glad you were able to figure out a solution! Is there anything else we can help you with?
Best regards,
SarahHey 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,
SarahHey 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,
SarahApril 27, 2017 at 7:59 am in reply to: Looking for a wordpress / woocommerce developer in Ireland #783838Hey 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,
SarahWe’re happy to help! Let us know here in the forums if you need help with anything else.
Best regards,
SarahHey 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,
SarahHey 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,
SarahHey 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,
SarahHello,
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!
SarahHi Monique,
Can you give us temporary login access into your Dashboard so we can take a closer look?
Cheers!
SarahHey 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,
SarahHey 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,
SarahHey bittenbyazebra,
Can you try adding this line to your CSS as well?
.template-blog .small-preview {display:none !important;}
Best regards,
SarahHello!
Did the problem mysteriously go away, then? :D Do you still need our help with anything?
Best regards,
SarahApril 26, 2017 at 4:20 pm in reply to: Questions regarding featured images and comments on blog posts #783578Hey 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,
SarahHi 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,
SarahHi! 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!
SarahHey 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,
SarahHey 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,
SarahAll right. Please let us know if you need additional help!
Best regards,
SarahYou’re welcome, Antonio! Do let us know here in the forums if you need help with anything else.
Cheers!
SarahHi 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,
SarahHi Monika,
I have edited my previous reply. Can you try the code that is there now?
Best regards,
SarahHi 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,
SarahHi,
Can you try this one, instead?
.stock.out-of-stock { font-size: 1em !important; color: red !important; }
Best regards,
Sarah -
AuthorPosts