Forum Replies Created
-
AuthorPosts
-
Hey aniesen,
To change the diagonal border, Try this code in the General Styling > Quick CSS field:.avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner { -webkit-transform: rotate(2deg)!important; transform: rotate(2deg)!important; }The standard setting is “5deg” so try different numbers until you see the results you are looking for.
I’m not sure I understand your second question, perhaps if you explained what you were trying to do and the error you got, we could assist.
Best regards,
MikeHey rjhulme,
I see the button is on multiple pages so I tried to make this code work for all of them, but if you find that it interferes with other buttons please add a custom ID for this element so we can target it better. Try this code in the General Styling > Quick CSS field:.avia-button-wrap.avia-button-center { display: flex; justify-content: center; }Best regards,
MikeMarch 6, 2018 at 1:14 pm in reply to: How to make changes to icon list element on a specific page #922230March 6, 2018 at 12:49 pm in reply to: showing background image dirctly in blog contribution? #922209Hi,
To add a background header image such as the one showing on your page, to a blog post, you will need to use the advanced layout builder to create your blog post. Using a color section at the top of your page, add your background image, and set the header option at the lower right hand “Header visibility and transparency” option box to “transparent header”
Please note that when using the advanced layout builder for posts, you will need to manually add the title and sidebar within the builder.Best regards,
MikeHi,
I found that in your child theme stylesheet that there was a 21px margin-top being added because the logo width was restricted. I added this css to disable the margin-top when the header was scrolled:.header-scrolled .logo { margin-top: 0px; }Please clear your browser cache and check.
Best regards,
MikeHey brand4,
Thank you for the images and the link to the page, to remove the extra spacing created by the line, please try this code in the General Styling > Quick CSS field:.hr.hr-custom.hr-left.hr-icon-no {margin: 0px !important;}Best regards,
MikeMarch 6, 2018 at 5:54 am in reply to: Import of any Theme does not work, no images, only text #922047Hey xeovision,
We will close as requested, Thank you for using Enfold.Best regards,
MikeHi,
I believe that these are normal results for googlebot retreving the pages, for example, the my-account page is giving a “no-index” because you would not want a page with personal information to be indexed. By the same token, the cart & checkout pages are giving soft 404’s because the cart is empty. Please read this section: What’s a Soft 404 Error?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey Lissasan,
Try this code in the General Styling > Quick CSS field:body p {font-family: 'Open Sans'!important; }Best regards,
MikeHey iNGENUiTY,
I tested your site using Chrome, Edge & IE11 on Windows 10. I was unable to reproduce the logo shift down into the content, but I was able to reproduce your menu reaching your logo at smaller screen widths. So I found that at the smallest width before the mobile menu became active was 989px and the max was 1056px. Thus I added this css to your General Styling > Quick CSS field to make your menu text 3px smaller, which allowed more room between the logo and the menu.@media only screen and (min-width: 989px) and (max-width: 1056px) { .av-main-nav > li > a { font-size: 10px !important; } }Please clear your browser cache and check.
Please see screenshots in Private Content area.Best regards,
MikeHey likegluelikecrew,
For the footer link please add [nolink] to: Enfold Theme Options > Footer > Copyright (also include the brackets)
To change the color of the line Try this code in the General Styling > Quick CSS field:.hr-inner.inner-border-av-border-fat { border-color: #fff !important; }adjust to suit.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
When using SMTP, your host’s anti-spam filter becomes an issue.
Please check with your host, as their filter may require that your email be the “From” value, for SMTP is authenticated and only an authorized address is permitted to send through that SMTP gateway.
If so this code to the end of your functions.php file should solve:add_filter('avf_form_from', 'avf_form_from_mod', 10, 3); function avf_form_from_mod($from, $new_post, $form_params) { $from = " (Email address hidden if logged out) "; return $from; }But please check first, as they could require something different.
Best regards,
MikeHi,
Thanks for the info, I was able to reproduce it. The & symbol creates a class “special_amp” with the color and font.
So if you want to override it you can with css such as:.special_amp { color: #000 !important; font-family: 'Comfortaa' !important; }Best regards,
MikeHi,
Opps, wrong thread, this was not intended for the woocommerce issue, but perhaps it is worth a try…The Dev Team found that for some, the new generated files cannot be read. As a temporary workaround we have this filter to supress minification and disable the merge. Please try adding this to your functions.php:
add_filter('avf_merge_assets', function() { return 'none'; });Best regards,
MikeMarch 6, 2018 at 3:13 am in reply to: Adding "background" image at the top of the blog (enfold 2017 "blog modern") #921980Hi,
I took a look at you page & post, Please try to recreate your page using the advanced layout builder only, I believe you will find that it will work better that using advanced layout builder shortcodes in the default editor.Best regards,
MikeHi,
Please link to the “&” symbol on your site as I didn’t find in on my demo.
For the order of the grid row on mobile view, please try this solution:
https://kriesi.at/support/topic/grid-row-order-on-mobile/#post-504545Best regards,
MikeHey DROR,
Sorry I couldn’t match the screenshots with your site, please link to the pages and elements that your screenshots were from.Best regards,
MikeHey DROR,
It would be good if you had a custom ID for the element on each page, but it does seem that they all are called “av-layout-grid-1” on the few pages that I checked, so please try this code:#av-layout-grid-1 .iconbox_icon { margin-left: 44px!important; position: relative!important; top: 24px!important; }Best regards,
MikeMarch 5, 2018 at 2:04 pm in reply to: showing background image dirctly in blog contribution? #921478Hey isarcolor,
I’m not sure I understand, for the first link you would like a background image, but which image would you like to use, can you link to it?
But background images don’t link, they sit in the background behind everything.
Can you create a mockup of what you would like to see?Best regards,
MikeHi,
Looks like WP Fastest Cache with minify on.Best regards,
MikeHey Kate,
In your custom css you have this code adding top padding to all the other posts:.slide-loop-1, .slide-loop-3 { padding-top: 30px !important; }if you remove it your page will line up, if you explain what you wanted this code to do we can help adjust it so it won’t effect your news page.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 1024px) and (max-width: 1180px) { #grid-home.avia-builder-el-2 .flex_cell.avia-builder-el-3 { background-position: center center!important; } #grid-home.avia-builder-el-15 .flex_cell.avia-builder-el-16 { background-position: 30% 10%!important; } }Best regards,
MikeMarch 5, 2018 at 12:54 pm in reply to: How to make changes to icon list element on a specific page #921453Hi,
Please try:#top.page-id-950 #av_section_2 .iconbox_content .iconbox_content_title { font-size: 24px !important; } #top.page-id-950 #av_section_2 .iconbox_content_container p { font-size: 12px; } #top.page-id-950 #av_section_2 .iconbox.iconbox_right_content .iconbox_icon { padding-top: 10px !important; margin-left: 0px !important; }Adjust to suit
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:h1.av-special-heading-tag ,h2.av-special-heading-tag ,h3.widgettitle,h1,h2,h3 { text-transform: none!important; }This code will fix the places that are being transformed by css, but I notice that there are a few places that the text is written in all caps, please edit these to the mixed case that you wish to use.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Froh, dass wir helfen konnten, schließen wir das jetzt. Danke für die Benutzung von Enfold.
Für weitere Fragen oder Probleme können Sie unter Enfold Sub Forum neue Threads starten und wir werden Ihnen gerne weiterhelfenGlad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
