Forum Replies Created
-
AuthorPosts
-
hi,
take a look in the private Content.
Thanks for your help!
best regards
chris
Thanks, worked fine!
Thanks,
and how can i register the new font in enfold?
i used the following code (find in the support forum)/*neue Schriftart registrieren*/ add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['helvetica_neueregular'] = 'helvetica_neueregular:400,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['helvetica_neueregular'] = 'helvetica_neueregular:400,700'; return $fonts; } ?>
It works, but the developer tool shoes me the error:
GET https://fonts.googleapis.com/css?family=helvetica_neueregular:400,700
avia.js?ver=2:836 [body#top.single.single-post.postid-1.single-format-standard.logged-in.admin-bar.stretched.helvetica_…, prevObject: m.fn.init[1], context: document, selector: “body”]Any idea what i have to cange to fix this error?
Kind regards
Chris
Hi,
i solved the Problem with custom code… Thanks!
Hi,
you can find my website and login details in the private content.
On the Website i use a logo on the left site at the Navigation. How can i align the logo in the middle of the navigation. If i use
margin-top in css it is possible to align the logo in the middle of the navigation. But when i scroll deeper, the navigation skrinks an the magrin-top is to much. Is there a possibility only to use the margin-top for the large navigation???I look forward to hear from you
Chris
- This reply was modified 8 years, 8 months ago by Chris_85.
i solved the problem… thanks
i solved the problem… Thanks
any ideas?
Thank you!
Hi,
yes, all my permalinks should start with /blog because Blog entries should be accessible under /blog/blog-entrie. But the custom post type “portfolio” should not be accessbile under /blog. Thatswhy i look for the .php-file where the custom post type is defined. Do you know the file? In this file i want to change
'rewrite' => array('slug'=>('fotografie'),'with_front'=>true),
into
'rewrite' => array('slug'=>('fotografie'),'with_front'=>false),
Can you please help me?
Hi,
thank you for your reply!
When you look to https://www.philippfunke.ch/blog/fotografie/architekturprojekt1 you can see the /blog in the slug. By i dont want to have these slug! I want to have https://www.philippfunke.ch/fotografie/architekturprojekt1Thank you very much for your help!
-
AuthorPosts