Forum Replies Created
-
AuthorPosts
-
June 8, 2015 at 12:39 pm in reply to: How to position an image half or complete outside the content area #456020
Hey simonac!
Could you put the button somewhere on the site so we can help you out with some CSS?
Cheers!
RikardJune 8, 2015 at 12:27 pm in reply to: Problem with displaying background images on Chrome and Safari #456013Hi!
Sorry I looked at the wrong page. I have no clue why that is happening when you are using saturate, but maybe it would be a better idea to edit the images in Photoshop to make them look the way you want than doing it with CSS?
Cheers!
RikardHi!
Could you try to recreate the page to see if it works better then?
Best regards,
RikardHi!
There is a slight caching issue with version 3.2 and removing browser cache or just reloading the page has worked for all the moderators.
Best regards,
RikardHi dburton77!
Your link took me nowhere, could you check please?
Best regards,
RikardHey catmac2204!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Regards,
RikardHi dburton77!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi interage!
Could you provide us with a link to the page in question and we’ll provide you with some custom CSS.
Regards,
RikardHi damatia!
Please try the following in Quick CSS under Enfold–>General Styling:
.image-overlay { visibility: hidden; }
If that doesn’t work then please send us a link to the page in question and we’ll have a closer look.
Regards,
RikardHi!
Please add this to your child themes functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; }
Change the Source Sans Pro font with the font you’re trying to use.
Cheers!
RikardHey damatia!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi lobstahhhhhhh!
That looks like some of the CSS has failed to load, it happens some times even on desktop machines. Have you been able to reproduce the error?
Regards,
RikardHi caleyda!
I’m not sure I understand what you mean, maybe you want to create a Mega Menu? http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/
Cheers!
RikardHi!
Clearing browser cache or just reloading the page should make this issue disappear.
Best regards,
RikardHey!
Please use this instead, it will only affect single posts:
.single .post-entry img { padding-top:20px !important; padding-bottom:20px !important; }
Regards,
RikardHey summerswim!
I’m not sure I understand what you mean, could you provide us with a screenshot highlighting what you are trying to achieve please?
Cheers!
RikardJune 8, 2015 at 9:04 am in reply to: different css for same object class across specific parent class (post or page) #455802Hi!
I think we need to be logged in to see comments? Also, I saw some mistakes in your code: 10ps won’t work, please us px. The argument for colour is color, not text-color.
Cheers!
RikardHi Chad!
Glad we could help and thank you very much for the kind words. Glad you got your issue fixed as well :)
Regards,
RikardHey tangcslanyu!
What address are you using when trying it out? Also, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Cheers!
RikardHey misteradamello!
Do you mean single page navigation? If so, please refer to this document: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Rikard -
AuthorPosts