Forum Replies Created
-
AuthorPosts
-
Super, thanks Rikard!
Perfect, thanks as always Yigit
Hi Jordan
Thanks for your advice. Unfortunately the contents is still cut off, and looks slightly worse.
Regards
September 20, 2016 at 10:35 pm in reply to: Removing title from masonry gallery with child theme #689564Hi Yigit, I’m afraid that the code you have posted appears to be identical, I cannot see where this needs to be commented?
Thanks
September 16, 2016 at 10:23 pm in reply to: Removing title from masonry gallery with child theme #687752Hi Yigit, the entry referenced in the original post does not appear to be the file anymore. Could you please review and provide an update?
Many thanks
September 10, 2016 at 9:26 am in reply to: Colour section with video and image, display image only on mobile / tablet? #684468Now resolved, I hadn’t spotted on the hide on mobile devices option!
August 8, 2016 at 11:03 am in reply to: Avoiding Flash Of Unstyled Content (FOUC) with Typekit + YouTube #669744Hi Josue, the site isn’t live yet so there is no other way of accessing. If you are viewing a maintenance page, the entry in the hosts file is not being referenced correctly. Hosts file entry added to private content.
ThanksAugust 2, 2016 at 9:06 pm in reply to: Avoiding Flash Of Unstyled Content (FOUC) with Typekit + YouTube #667833Further followup, removing the Typekit font from my child styles.css resolves the issue, therefore the slight FOUC / stutter on font change presumably can be prevented by only displaying my Typekit font? The trouble appears to be at the moment that Enfold is attempting to load a default font, and then switch to my Typekit font. In actual fact, I only want the Typekit font to be used throughout the entire site.
I’ve added the font to the theme and set it as the default font for body and headings, as per this post, unfortunately the FOUC / stutter is quite obvious: https://kriesi.at/support/topic/new-custom-font/
My code is:
add_action( ‘init’, ‘enfold_customization_swtich_fonts’ );
function enfold_customization_swtich_fonts() {
global $avia;
$avia->style->print_extra_output = false;
}add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘kepler-std-display’] = ‘kepler-std-display’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘kepler-std-display’] = ‘kepler-std-display’;
return $fonts;
}
Thanks in advance- This reply was modified 8 years, 3 months ago by csmwebdesign.
August 2, 2016 at 8:46 pm in reply to: Avoiding Flash Of Unstyled Content (FOUC) with Typekit + YouTube #667826I’ve spent quite a long time attempting to troubleshoot this, rather unsuccessfully.
I’ve removed the YouTube video’s, section background, and also on the call to action, I’ve removed the Typekit font.
I’ve created a video to show what is happening, link is the in private content. Thanks.
Hi there, adding an image background as well as a video background has worked great.
Thanks
July 9, 2016 at 12:09 am in reply to: Parallax image appearing under content outside of colour section #658620Hi Yigit, the site is publicly accessible, however it is not possible to view without amending the hosts file, you will appreciate that this is common practice whilst a site is in development offline. The site is not ready to be made live, nor is it ready to be put onto a production web server.
The screenshots can be viewed by following the links in the private content
Thank you
- This reply was modified 8 years, 4 months ago by csmwebdesign.
That’s great, thanks.
Thanks Yigit unfortunately the content underneath the video is appearing on top? You can see from the screenshots linked in private content that the Parallax is also displaying incorrectly, I do have another open ticket regarding this. Can you offer any further advice? Thank you.
Hi Ismael, thanks for the reply. I have managed to achieve this using the plugin you have mentioned, although this feels like cheating somewhat? I would be really grateful if you could advise how to retrieve the menu based on the ID which I had started in the original post, I’m hoping it wasn’t too far off. Many thanks.
I’ve worked this out now, happy for the thread to be closed.
-
AuthorPosts