Forum Replies Created
-
AuthorPosts
-
think its only the “special headline” which is affected!?
same here, i added Open Sans Enhanced and its showing up at the front page, but not on blog articles and other sites.
// Google Fonts – Open Sans Enhanced hinzufügen
function kriesi_add_fonts($fonts)
{
$fonts[‘Open Sans Enhanced’] = ‘Open Sans:300,400,600’;
return $fonts;
}
add_filter(‘avf_google_heading_font’,’kriesi_add_fonts’);
add_filter(‘avf_google_content_font’,’kriesi_add_fonts’);thats what i was looking for .-)
thanx a lot dude!as i will hold main theme update ready i think its the easiest way to redefine $args in the template files.
do you have an idea how to “append” definitons to a function defined in enfold?
thats one thing i would need to manage such requests “the clean way”greez
reneits one little thing … just a function :-) i’ll get this going myself ?thanx?
renei tried as follows:
– created a folder “includes” in child theme
– copied and renamed (to: alternative-markup.php) the avia-markup.php from enfold theme to includes
– made my alternative markup on this file and changed function name to function alternative_markup_helper
– added require_once( ‘includes/alternative-markup.php’ ); to my functions.php
– changed all avia_markup_helper to alternative_markup_helper in cpt files: my-loop.php and my-single.phpbut… does not work :-/
is there a better solution? can you find my mistake?
greez
renei was ask to post this idea here, so here we are :-)
as many (seo ready) star rating plugins bring a lot of overhead it may be usefull to integrate a simple star rating, automaticaly adding rating possibilities to blogposts and a simple shortcode for pages/portfolios.
greez
renehey dude :-)
i testet nearly all rating plugins, gd remains the best so far. but it has a lot of overhead. if you plan to integrate a small rater automaticaly adding rating possibilities to blogposts and a simple shortcode for pages/portfolios i would appreciate and use yours instead. as i have a developing time of three month remaining pls give me a short response if you think about that possibility.
greez
renemay you desired the same as me…
here is my css solution:/* Header Modifikation */
.logo img {
padding: 18px 0 !important;
height: 58px !important;
}.fixed_header.social_header #main {
padding-top: 88px !important;
}#header_main {
height: 59px !important;
}ul#avia-menu.menu li a {
height: 59px !important;
line-height: 59px !important;
color: #ffffff !important;
}ul#avia-menu.menu ul.sub-menu li a {
height: auto !important;
line-height: 18px !important;
}ok, thanx, i just left a message to http://kriesi.at/contact/customization. think you guys speak german yes?
This reply has been marked as private.This reply has been marked as private.pls delete
- This reply was modified 10 years, 10 months ago by isee.
-
AuthorPosts