Forum Replies Created
-
AuthorPosts
-
July 27, 2015 at 10:32 am in reply to: ADDED GOOGLE FONT PLUGIN BUT WON'T SHOW FONT DESPITE SIMPLE CSS #478989
Hey!
Yes there is a simpler way, you can hire a freelancer. If you don’t want to do that, here is the code nicely laid out for you to copy/paste, I even tried it myself to make sure that is works:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['McLaren'] = 'McLaren'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['McLaren'] = 'McLaren'; return $fonts; }
Please add it to the bottom of your child themes function.php. Not using a child theme? Then please refer to this: http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/. If you don’t use a child theme you will have to make this change every time you update the theme.
Best regards,
RikardHi!
I’m not sure I understand what mean still, but the previous code I gave you will make the socket transparent and keep the header white. If you want to make the main content to be transparent as well you can use the following:
.main_color { background-color:transparent !important; }
if I’ve misunderstood you then please provide us with a screenshot or mockup highlighting what you are trying to achieve.
Regards,
RikardHey msmazza!
I couldn’t see any links in the paragraphs there, but the header and images link to their corresponding posts. Would you like to have a read more link at the end of each post as well?
Regards,
RikardHey!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardDid you try @Guenni007’s suggestions and did you have any luck with them?
Best regards,
RikardHey Special K!
Clearing your browser cache and restarting or just simply reloading the page should fix that. If not, then please post a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHey ideenstart!
Since it’s a fullwidth element I think the widgets will be pushed down underneath it? Anyway, could you send us a temporary admin login so that we can have a closer look please? You can post the details in the Private Content section of your reply.
Regards,
RikardJuly 27, 2015 at 9:52 am in reply to: How To: Transparency header color options, when logo is text #478972Hey ghrahams!
Please try the following in Quick CSS under Enfold–>General Styling:
#header_main .bg-logo { color:red !important; }
Regards,
RikardHey ricaza!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHey PPCHound!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHi!
I think what Basilis meant was to be sure that you are hiding them all, you will have to inspect them all and add the CSS for each individual one, unless you are using the same setup on each page? Then it should probably be the same CSS on each page so the the CSS you currently have should work across the site if you remove
.home
Cheers!
RikardHey sitesme!
I’m not sure if I’ve misunderstood you or not but there are two
<br>
elements between the lines there, removing one of them should fix the large gap.Cheers!
RikardHey TheElear!
Please try the following in Quick CSS under Enfold–>General Styling:
#oferta .slide-entry-title { display:none !important; }
Regards,
RikardHey miratrix!
You can turn comments off under Settings–>Discussion. If you want to use a plugin I can recommend this: https://wordpress.org/plugins/disable-comments/
Cheers!
RikardHi Shawnlimws!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { #top .avia-content-slider .avia-slideshow-arrows a { top: 5% !important; } }
Best regards,
RikardHey sitesme!
Hmm that’s strange, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardHi sijh!
I’m not sure I know what you mean by blogroll, but you could try the Enfold Combo Widget so see if that is something you like.
Regards,
RikardHey miratrix!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardHi Freek!
Yes it is, could you provide us with a link to the site in question so that we can take a closer look please? You could also create a separate slider for mobile and we can hide/show it with CSS.
Cheers!
RikardHey!
It’s very difficult to say what could be causing that, but I would start off by clearing browser cache and restarting, restart or reset your internet connection as well. If have a hard time seeing that this is a theme issue but you could start off by doing those things to see if you see any improvements.
Regards,
RikardHey nicsans!
Please try the following in Quick CSS under Enfold–>General Styling:
#scroll-top-link { display:none !important; }
Best regards,
RikardHi nicsans!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHey!
Viewing your site I couldn’t see the issue you are describing, did you manage to get it fixed?
Best regards,
RikardHi!
I checked it on Chrome/iphone4 and it seems to be lagging a bit, could you try a separate slider for mobile with smaller images and simpler effects to see if that works better? We can hide/show the sliders with CSS.
Cheers!
RikardJuly 27, 2015 at 8:33 am in reply to: How to remove circle with white arrow when hovering over image #478936Hey jamescccnw!
Please try the following: http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/
Best regards,
RikardHey jinsley8!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Cheers!
RikardHi!
Not sure white would be such a good idea since that is your background colour, but you can target the active item by using the following CSS:
#avia-menu .current_page_item .avia-menu-text { color: red !important; }
Cheers!
RikardHey EthicalSeller!
That info was probably for another theme, try going to Enfold–>Header–>Header Layout and change what you want to show/hide under the Header Title and Breadcrumbs option. Note that this option can be overridden on individual pages with settings in the right hand menu in the edit screen.
Best regards,
Rikard -
AuthorPosts