Forum Replies Created
-
AuthorPosts
-
Hi 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,
RikardHey mikemurphy10!
Please delete all cache and disable your caching plugin while testing as it’s the likely reason for your problems.
Best regards,
RikardHi blomki!
I checked your link in Chrome and Safari on Mac and they look the same on my end, could you try to empty your browser cache and reload a few times to see if that helps?
Best regards,
Rikard-
This reply was modified 10 years, 4 months ago by
Rikard.
Hi spr!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi Rshaules!
Please try the following in Quick CSS under Enfold–>General Styling:
.single-big a.lightbox-added { pointer-events: none !important; } .single-big .image-overlay { visibility: hidden; }
Best regards,
RikardHey wilsonhb!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHey Michelle!
You have set the visibility of the page to private, that’s most likely why it’s coming up as 404 page.
Regards,
RikardHey Roy!
Could you link to the post in questions as well please? Also, we might need to have a closer look in the backend, could you provide us with a temporary admin login? You can post the details here as a private reply.
Regards,
Rikard -
This reply was modified 10 years, 4 months ago by
-
AuthorPosts