Forum Replies Created
-
AuthorPosts
-
January 5, 2018 at 12:10 am in reply to: change font, font size, font color on tab section layout element #893495
Hi,
What color, size & font do you want it to be? Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeHi,
Good news, so “riposteregular” is all set?
Yet I don’t see a pre-packaged tgat2 or tgat2 as a new installed font in your custom css.
Please advise.Best regards,
MikeJanuary 4, 2018 at 10:10 pm in reply to: Menu not central and extra space to the right of website #893435Hi,
Glad to hear, we will close this now. Thank you for using Enfold.
Best regards,
MikeHi,
I received a 404 (page not found) for the first 7 products I checked, which i wanted to see to help with your font size. Please check.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 4, 2018 at 11:58 am in reply to: How are the footer widgets filled? (polylang plugin related) #893201Hi,
Sorry, I can’t see your image as the link is not working correctly. Do you have it working now?Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top.page-id-25 .container { padding: 0px !important; }
Best regards,
MikeHi,
I see the error in your code and corrected. Please see private Content area.
To test the font on your HOME page “HELLO and WELCOME” I added this code to your Enfold Theme Options > General Styling > Quick CSS field:.avia-builder-el-8 h1.av-special-heading-tag { font-family: 'riposteregular'!important; }
Please clear your browser cache and check that this is correct.
Best regards,
MikeHi,
The size recommend by Vinay should be right, but as I was investigating this further I found some more code which I tweaked:/*shop banner fix*/ .av-parallax-inner.av-parallax-woo { background-position: 0 10% !important; background-size: 100% 30% !important; transform: translate3d(0, 3%, 0) !important; } .avia-section-large .content { padding-top: 40px!important; padding-bottom: 80px!important; }
and added to your quick css, this seems to be working.
Please see screenshot in Private Content area for how it looks to me.
Please clear your browser cache and check on your end.Best regards,
MikeHi,
It looks like on line 108 of your custom css you have this:.entry-content-wrapper li{margin-left:0px!important;}
Please remove, it is causing the error.
Best regards,
MikeJanuary 4, 2018 at 5:07 am in reply to: Blog Post Content Element – How to change the H1 tag to upper/lower case #893074Hi,
We could help with some css, Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey annameis,
Use a Full Width Button element and add this to Quick CSS to remove the button background so the grid cell background is visible:.flex_cell_inner .avia-button.avia-button-fullwidth { background: transparent !important; } .avia-button-wrap.avia-button-center a{ height: 400px; }
adjust the link height to suit.
Best regards,
MikeJanuary 4, 2018 at 4:33 am in reply to: menu missing and dashboard showing update needed but not listing an update #893064Hey Takara22,
Please try disabling your plugins. Your Enfold theme options are not showing. It seems you have a WordPress management plugin taking over control.
If that resolves the issue, reactivate each one individually until you find the cause.
The hidden update is most likely layerslider, which you can’t update until the next Enfold version comes out.Best regards,
MikeJanuary 4, 2018 at 4:16 am in reply to: icon list missing icons, social icons missing in socket #893059Hey cbesondy1,
Your site is giving a 401 error for your icon fonts401 UNAUTHORIZED
The request has not been applied because it lacks valid authentication credentials for the target resource.It looks like you are using MaxCDN, please read this.
Best regards,
MikeHi,
Your code in the Private Content area contains:/*
with no closing tag so it won’t work. This is the comment tag, and it will deactivate all rules until the next
*/
Please check.
Best regards,
MikeHi,
I tested the code from the post:add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }
on a clean install and it is working, perhaps in your copy/paste your quotes turned into curry quotes?
Try changing with FTP.Best regards,
MikeJanuary 4, 2018 at 3:34 am in reply to: Blog Post Content Element – How to change the H1 tag to upper/lower case #893045Hey jgdoyle1,
By upper/lower case, do you mean Capitalize?text-transform: capitalize;
Best regards,
MikeJanuary 4, 2018 at 3:30 am in reply to: change font, font size, font color on tab section layout element #893043Hey Kevinmve,
Try this code in the General Styling > Quick CSS field:.av-tab-no-icon.av-tab-no-image .av-inner-tab-title { color: #fff !important; font-size: 16px !important; font-family: HelveticaNeue !important; }
Best regards,
MikeHey Chris,
This would fix the issue:#footer { z-index: 0!important; }
But the socket would still cover the sorting function at the very bottom. We could still do the same for the socket, but it makes the social links in the socket moot, at this point you could just remove the socket all together.
Have you considered that a visitor who makes it to your footer is probably done sorting and is looking for more info about your company and other ways to connect to you?
I only bring this up as a UI (User Interface) example, please advise how you would like to proceed.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey InnovativeAirport,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { background: transparent!important; position: absolute!important; }}
Best regards,
MikeHey taylorchiu,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0px !important; } #top .avia-slideshow-arrows a { margin: -30px -35px 0 !important; } }
Best regards,
MikeHi,
I believe you are saying that this is working, but it is also changing another font color also. Sorry I’m not so clear, perhaps a screenshot will help me understand so I can adjust the code.
Please try to show what you do want changed, and what not to change that is being changed now.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:div.entry-content-wrapper {text-align: center !important; }
I don’t have access to a mac, so if this doesn’t work please post your other code that didn’t work for mac & I will ask for mac members to review.
Best regards,
MikeHi,
Try:#top .av_toggle_section .av-inherit-font-color * {color: #000 !important;}
adjust to suit.
Best regards,
Mike -
AuthorPosts