Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for those links. Sorry, can you also provide us with admin access to your site so we can take a look at how you set it up? Thank you!
Best regards,
SarahHi,
If it’s open to the public but is already online, you can give us a link and admin access in the Private Content of your reply. :)
Best regards,
SarahHey envisageiam,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a { padding-right: 13px !important; } .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx { padding-right:0px !important; }
Best regards,
SarahHey bmeikaas,
May we have the link to the page in questions so we can take a look?
Best regards,
SarahHi Krissie,
If you check your code, each Masonry item has a unique class. You can find this by right-your the post you want to apply the CSS for, then selecting “Inspect”. Take the unique class, and then apply it to the code. For example, for the NHS one, it will be like this:
.page-id-3344 a.av-masonry-entry.post-3653 { pointer-events:none !important; }
I hope that helps!
Best regards,
SarahHey elbnetz,
Would you mind providing a link to the page in question? We need to be able to inspect them in order to help :)
Best regards,
SarahHi,
We’re glad that Rikard was able to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
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!
SarahYou’re very welcome! I’ll close this thread now. Please let us know here in the forums if you need help with anything else.
Cheers!
SarahHi,
Thank you for that information. You gave us a link to the blog page. Am I correct in understanding that you wish to hide the date and comment count for the blog page, then? In that case, please try this CSS instead, since you’re using a grid layout:
.slide-meta {display:none !important;}
Best regards,
SarahWe’re glad that you got the solution! Please let us know here in the forums if you need further help with anything else.
Best regards,
SarahJune 14, 2017 at 3:09 pm in reply to: 1. Hiding POST TITLE 2. About PAGE now showing in BLOG Section #808038Hey Anthony,
Sorry, but there is no ready option for hiding post titles, since the standard practice is to have it displayed. It’s better to hide it with this CSS so that search engines can still see it in the code. Please use this in Quick CSS:
.single-post .post-title.entry-title {display:none!important;}
For your concern about the about page, we’ll need to see your site to check what’s going wrong. May we have admin access into your site, please?
Best regards,
SarahHi there!
Hi,
We’re glad that Rikard pointed you in the right direction. :)
Do you need further help with this topic, or can we close this thread for now?
Best regards,
SarahHello there!
I’ll close this thread now, but please feel free to open a new thread here in the forums if you need further 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/
Thank you for using Enfold!
SarahHey Anthony,
You can change how a blog post/blog page in Enfold > Blog Layout.
Or, you can use this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.date-container.updated, .text-sep.text-sep-date, .comment-container,.text-sep.text-sep-comment {display:none !important;}
If you need further help, please include the page in question in your reply’s Private Content.
Best regards,
SarahHi! You can put the solution you choose inside a Media Query.
Like this:
/* display menu as icon only for mobile */ @media only screen and (max-width: 1024px) { CODE HERE }
You can adjust the maximum width to 990px or 768px. For more info on Media Queries and standard device sizes, please check this page: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
SarahHey famewebdesign,
Hi there! Can you please try this in Quick CSS?
.main_color.iconbox_top .iconbox_icon { background-image: url('imagepath.png'); }
Please replace
imagepath.png
with the full filepath of the background you want to use.Please note that this will affect ALL your iconboxes in your site. If you want to only do this for the two iconboxes you specified, please use this code instead:
.avia-builder-el-6 .main_color.iconbox_top .iconbox_icon, .avia-builder-el-8 .main_color.iconbox_top .iconbox_icon { background-image: url('imagepath.png');
We also recommend taking a look at using Custom Classes for ALB elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
This can help you easily specify styles for your elements. :)
Best regards,
SarahJune 13, 2017 at 5:35 am in reply to: One page loads without its content (header's there, not much else) #807227Hi,
We’re glad that the problem is solved!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
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
June 13, 2017 at 5:33 am in reply to: Exclude pages and posts by id from ajax search results #807223Hi,
We’re glad Rikard was able to help you. Please let us know if you need help with anything else about this topic.
Best regards,
SarahHi,
Thank you for the input, Guenni!
Margit, please let us know if you need help after trying Victoria and Guenni’s suggestions.
Best regards,
SarahHi,
May we have admin privileges so we can take a closer look?
Best regards,
SarahHi!
You can try Googling for a plugin that does this, such as this solution or the ones here.
Best regards,
SarahHi!
We’re glad that Yigit was able to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
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
June 13, 2017 at 4:50 am in reply to: Menü bearbeiten — keine Portfolioeinträge mehr sichtbar #807205Hi!
We’re glad that the problem is fixed now.
Please let us know if you have any other questions.Thank you for using Enfold!
Sarah
Please take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!
Hi Thomas!
Did Nikko’s solution work for you, then? :)
Best regards,
SarahHi,
We’re glad that the issue is fixed now!
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!
Sarah
Hi,
We’re glad that Rikard was able to provide the solution.
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.
Sarah
Hi,
We’re glad that the Rikard was able to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
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
Hi Luca!
To be clear: you are talking about the featured image, is that correct?
Your featured image is not appearing in the single post because you are using the Avia Layout Builder. The ALB is for users who need complete control over how their post displays, and this is why the featured image, post meta, etc, do not display. You will need to add the featured image manually.Or, you can switch back to the default/standard editor.
I hope that helps!
Best regards,
SarahJune 9, 2017 at 5:35 pm in reply to: Formatting the colour and weight of the contact form borders #806157Hi,
You can try using the placeholder attribute or the name attribute like this:
input[placeholder='Name*'] { border: 1px solid #4d4d4d !important; } input[placeholder='E-mail*'] { border: 1px solid #4d4d4d !important; }
If you want to use the name attribute, you can use the following selectors instead:
input[name='avia1_1']
for the name field, andinput[name='avia2_1']
for the E-mail field. But please remember that this only works in the order that your form is in now. If rearrange the form elements, these names may change.I hope that helps!
Best regards,
SarahThank you for the link!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#header_meta {border:none !important;}
Please let us know if you need more help!
Best regards,
Sarah -
AuthorPosts