Forum Replies Created
-
AuthorPosts
-
No, it didn’t fix
How do I fix it?
I am loading a pre-saved template which works perfectly on already published pages but whenever I add a new page, the output is like the screenshot
Please check
I want the portfolio masonry grid to look like this
- This reply was modified 9 years ago by infigic.
Try again with the following
Hi,
I added that in my child theme functions.php but the site then shows white screen.
Regards
I have added custom fonts in my theme functions.php
Now i uploaded a child theme file.
I want to move the code from main file to child functions.php how can it be done?add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web:300,600,400,700'; $fonts['Rokkitt'] = 'Rokkitt:400,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web:300,600,400,700'; $fonts['Rokkitt'] = 'Rokkitt:400,700'; return $fonts; }
Thanks it worked
Hi Ismael,
Thanks the issue is solved now.Cheers!
BhargavHi Andy,
I updated the theme to the latest version still I am facing the same issue.This reply has been marked as private.I translated the site but layered slider is not coming in translated version can you check that?
Sorry the issue is now solved.
The issue was due to Seo Search term pluginHi,
I tried disabling all the addons but of no use. I am on WIndows 8.1Hope this helps.
Hi,
I am using same version as of yours.Hi,
Attaching screenshot for the same issue.
http://www.evernote.com/shard/s497/sh/deb5767a-b5a9-46fa-9e9c-3ee14530a133/3a7773abe93c1714a8019f96e82d2626Does it depend on firefox version too?
Thanks worked for me.
Thanks ,
The issue is solved can close the topic.Sorry, I tried this but due to some reasons it will also change the link to my pages which I don’t want.
Thanks for your suggestion.
I have 2 kinds of posts one are simple pages which are to be shown as http://www.example.com/page-name/ and another fall inside blog and they are posts http://www.example.com/blog/post-name/ .
Hope this may help you understand the exact issueThanks Alot
Thanks It worked
-
AuthorPosts