Forum Replies Created
-
AuthorPosts
-
Hi,
You can activate the custom CSS field for all builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
RikardHi,
Thanks for the feedback, I’ll go ahead and close the thread for now. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey ffcompany,
Please try the following in Quick CSS under Enfold->General Styling:
.av-inner-masonry-content { background-color:#ff5741 !important; } .av-masonry-entry-content { color:#191923 !important; }Best regards,
RikardNovember 6, 2017 at 12:34 pm in reply to: Lightbox not working in single product woocommerce #873010Hey luigi,
You are getting some error messages on the page, please see private. Do you have the flex slider as a plugin? If so then please try deactivating it.
Best regards,
RikardHi,
Great, glad you got it working. I’ll close this thread for now.
Best regards,
RikardHey fcp,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardNovember 6, 2017 at 12:30 pm in reply to: Issue with Layout Elements scaling due to custom fonts #873004Hi,
Thanks for the screenshots, so you basically want the text to be centered? If so then please try this in Quick CSS:
.home h1.av-special-heading-tag { text-align:center; }If you want to control the containing element with the background colour, then change the 3/5 element you are using to something smaller for instance.
Best regards,
Rikard-
This reply was modified 8 years, 2 months ago by
Rikard.
Hi,
Thanks for that, let’s start with your first block:
/*sticky header on mobile*/ .html_header_top.html_header_sticky #header { position: fixed !important; } @media only screen and (max-width: 767px) { .responsive #main { padding-top: 82 !important; } }You don’t have a media query around this code:
.html_header_top.html_header_sticky #header { position: fixed !important; }And this bit, you’re applying top padding but how much? 82 what? It needs to have value like px or % for instance:
@media only screen and (max-width: 767px) { .responsive #main { padding-top: 82 !important; } }Best regards,
RikardHi,
Great, glad we could help. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHey Alan,
It looks fine on my end, did you try to clear your browser cache and reload the page? If that doesn’t work then please post a screenshot highlighting the problem.
Best regards,
RikardHey newki75,
There should be a style.css file in your child theme already, maybe you could use that? If you need to import your own font then you can find out how to do that here: https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Best regards,
RikardHi,
Great, glad you got it working and thanks @guenni007 for helping out :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
Then the font is not imported properly since the search path is likely wrong. Did you verify that it’s correct by actually navigating to the URL of the font? If you get a 404 page then you need to check the URL again.
Best regards,
RikardHi,
Great, glad you found it. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
Thanks for that, working now. I can see that you indeed don’t have the Featured Image option, though the theme is not disabling that so it might be one of your plugins. Could you try disabling all plugins to see if that is the case please?
Best regards,
RikardHi,
Great, glad you found the solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey João,
Go to Appearance->Menus and click Screen Options in the top right hand corner of the screen. Tick the Description box there, then you will see the text when you expand the menu items.
Best regards,
RikardHey williamhilldawn,
Could you try to remove the s from https to see if that works? If not then please post a link to your site so that we can have a closer look.
Best regards,
Rikard-
This reply was modified 8 years, 2 months ago by
Rikard.
Hey timbright,
Thanks for the login details. On what page are you getting this error?
Best regards,
RikardHi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey mehrdadpazooki,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 6, 2017 at 5:10 am in reply to: menu display as icon cancels out sidebar widget custom menus #872911Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHi,
We can’t search for the purchase codes unfortunately, Themeforest handles all of those things. Maybe you could try contacting them first?
As for your problem, maybe it would be easier to simply update manually via FTP instead? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardHey skynandi,
It would be interesting to see a bit more of the results, could you post a link to your site please? You might find this thread useful: https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/
Best regards,
RikardHey GregDunn,
Thanks for the details. Did you try clearing the cache from your caching plugins?
Best regards,
RikardHi roamingk,
Did you try the suggestions posted by @guenni007 and did you have any luck with them?
Best regards,
RikardHey ygzndc,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 6, 2017 at 4:44 am in reply to: How to Change background color & font colour of tabs. #872903Hi,
Please try the following in Quick CSS under Enfold->General Styling:
div.tab, div.tab span { color:white !important; }Best regards,
RikardHi,
Thanks for the feedback, where exactly did you find the initial code you sent? This:
add_filter( ‚woocommerce_billing_fields‘, ‚wc_npr_filter_phone‘, 10, 1 ); function wc_npr_filter_phone( $address_fields ) { $address_fields[‚billing_phone‘][‚required‘] = false; return $address_fields; }Why I’m asking is because it has characters which should not be there. Maybe this will work better?
add_filter( 'woocommerce_billing_fields', 'wc_npr_filter_phone', 10, 1 ); function wc_npr_filter_phone( $address_fields ) { $address_fields['billing_phone']['required'] = false; return $address_fields; }Best regards,
Rikard -
This reply was modified 8 years, 2 months ago by
-
AuthorPosts
