Forum Replies Created
-
AuthorPosts
-
Hi!
Can you try this solution: https://kriesi.at/support/topic/text-instead-of-logo-in-header-2/#post-486471
Let me know if it works for you.
Changes in the Quick CSS section gets stored inside the file wp-content/uploads/dynamic_avia/enfold.css. Please see this documentation for more info about Custom and Quick CSS: http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
Best regards,
SarahHi!
I see. Sorry about that.
First, please use this code instead of the one I gave you previously:
.sub_menu>ul>li>a:hover { text-decoration:none!important; } .sub_menu>ul>li.current-menu-item>a { text-decoration:underline; }
That solves only your submenu request.
Then, for the main menu, you can go to Enfold > Header. For the Header Style, choose “Default (with borders, active menu indicator and slightly transparent)”.
If you need help customizing it further, please let us know.
Best regards,
SarahHey kilimats,
Yes, we can do all that. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.sub_menu>ul>li>a:hover { text-decoration:none!important; } .main_menu ul:first-child>li.current-menu-item>a, .sub_menu>ul>li.current-menu-item>a { text-decoration:underline; }
Best regards,
SarahHi wolfblast,
Do let us know if you need help with anything else.
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/
Best regards,
SarahHi,
Please add this code as well:
.page-id-41 #services .av-tab-arrow-container { width: 149px; }
Best regards,
SarahHi buscoseo,
Please edit your Layerslider. In the Slide Options tab, click on the “Show More Options” button. Under Parallax Defaults, set Axes to None.
Please let us know if you need additional help.
Best regards,
SarahHi,
Please use this in Quick CSS, and adjust to your preference:
.main_color .iconlist_content a {color:red!important;}
Best regards,
SarahHi Sigmund,
I edited the code above. Please try that one.
I also removed the border of the div
title_container
.Best regards,
SarahHi Samuel,
May we direct you to a previous thread that discusses the same thing? Please see the discussion here https://kriesi.at/support/topic/pricing-table-color/ and adjust the values to fit your preference.
If you need further help for customizing the colors of your pricing table, let us know.
Best regards,
SarahAccording to the plugin’s support forums, it should already be included in the release. You can also try the solution presented here: https://wordpress.org/support/topic/mont-name-translation-date_i18n/
Since you’re working with the plugin now, perhaps the folks in the plugin’s forum will be more helpful to you. :)
Best regards,
SarahHi Sigmund,
Please use this code instead of the one I previously gave you:
.bbpress #main, .bbpress .title_container { background-image: url("https://cic-mindline.de/wp-content/uploads/2017/03/Holz2_XL.jpg"); } .bbpress .title_container { border:none; }
That one will now apply to ALL pages that have to do with bbpress, not just single forum or single topic pages. The white bar above topic pages should also be gone.
Best regards,
Sarah- This reply was modified 7 years, 7 months ago by Sarah.
May 3, 2017 at 12:49 pm in reply to: woocommerce products slider and related products – font size and style #787094Hi Thomas!
From what I can see, the product name of related products are 13px. Am I looking at the right page? I’ll put the link in Private Content. Do you still need help with this? :) If so, please give us a link of a product page we should check.
Sarah
Hi! We’re glad that the solution worked for you.
Please let us know here in the forums if you need help with anything else.
Best regards,
SarahYou’re very welcome.
Please let us know here in the forums if we can help you with anything else.
Cheers!
SarahHey codecreative,
Have you tried setting the Color Section’s minimum height? :) You can select “Custom height in pixel”, and then set the height you want.
Best regards,
SarahHi Antonio,
Ah sorry, I missed that specification! :) Please ignore my first answer, then.
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: 480px) { #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 25% !important; } }
If you wanted this for iPads, too, you can replace
max-width: 480px
withmax-width: 767px
.Best regards,
SarahHi Sigmund,
Please try this code for the page that you linked:
.postid-344 .container_wrap_first { background-image: url("image.jpg"); }
You mentioned that you want to apply this to all other pages in the forum. If so, you can use this instead:
.single-forum .container_wrap_first { background-image: url("image.jpg"); }
Please make sure you use the correct filename and path.
Best regards,
SarahHey Antonio,
Yes, you have options for your gallery. You can set your Thumbnail Columns to 4.
Let us know if you need further help.
Best regards,
SarahHey michelleist,
Are you okay with using plugins? You can try Better Archives Widget https://wordpress.org/plugins/better-archives-widget/ or something similar.
Best regards,
SarahYou have a wonderful day as well. :) Let us know if the solution works for you.
Cheers!
SarahHi onastvar,
I went inside your Dashboard and moved the line of code higher in the Quick CSS. It works now. :)
Sorry, what did you mean by item list? The code I gave you works on any list that’s inside a Text Block element.Best regards,
SarahOkay, let us know how it goes. :D
You can also try this plugin that automatically assigns your first image as your post thumbnail/featured image: https://wordpress.org/plugins/auto-post-thumbnail/
Best regards,
SarahHi!
The filter already adds a span around the “Company Name” or whatever you’ll replace it with. So there’s no need to add another span tag. Plus, the divs around the text already have classes. So adding styles in Quick CSS is the best option. Please try using this in Quick CSS:
.av-logo-container .subtext {font-size: 15px; font-weight: bold;}
If you use an h1 with the “Company Name” like in one of the options in our documentation, you can use this:
.av-logo-container .subtext h1 {font-size: 15px; font-weight: bold;}
Please let us know if you need additional help.
Best regards,
SarahHey Francisco,
Can you try the solution of one of our users @mensmaximus?
Basic Solution
Enhanced SolutionHis solution has helped others with a problem similar to yours.
Best regards,
SarahMay 3, 2017 at 8:35 am in reply to: Change menu-icon when header is set to "Display as icon"? #786967Hey emilgandersson,
Can you give us more details about what you would like to do? What kind of change would you like?
Maybe the solutions in this thread will be helpful to you: https://kriesi.at/support/topic/changing-mobile-menu-icons-using-entypo-fontello/
Or perhaps this one: https://kriesi.at/support/topic/possible-to-change-the-mobile-menu-icon/If not, please let us know how we can help.
Best regards,
SarahHey onastvar,
Please try this in Quick CSS:
.main_color .avia_textblock a {color:red !important;}
I made it so that the color only applies to links inside the
avia_textblock
div, and not affect the “Our Borrower NMTC Services” button. Is this what you would like to happen?Let us know if you need the CSS to be adjusted.
Best regards,
SarahHi onastvar,
I checked the page you linked, but it seems like the bullet points are indented now. Do you still need our assistance with anything?
This is what I can see:Best regards,
SarahHello!
I can see it in your page editor. :)
Please let us know if you encounter any problems using it or putting inside a Tab Section.
Best regards,
SarahHi iriad,
Just to clarify: are the images currently the Featured Image in each of your posts, or did you put them inside the actual blog post content?
If they aren’t the Featured Image, please try that. :) Here’s a tutorial for how to do it.
If they are already the Featured Image, may we have temporary access into your website so we can take an even close look please? You may put the credentials in the Private Content section of your reply.
Thank you!
Best regards,
SarahYou’re welcome! We’re happy to help.
Let us know here in the forums if you need assistance with anything else.
Cheers!
Sarah -
AuthorPosts