Forum Replies Created
-
AuthorPosts
-
OK, in that case can you give me the best css code for targeting the headers and body?
I once got it in some post here in this support forum.Do you mean through CSS?
I just upload a font here and it doesn’t show up in the font menu:
/helderluis.com/wp-content/themes/enfold/Preahvihear.ttf
/helderluis.com/wp-content/themes/helderluis/Preahvihear.ttfYES! Uploaded zip archives with nothing more than a font file (ttf) in it.
Hi Jordan, maybe i explain me wrong…
I want to be able to use at least 2 custom web fonts in the the Enfold Theme Options.
I’ve seen several functions for Google Fonts that one could include in the child theme functions.php file but not for custom fonts.
add_action( 'wp_enqueue_scripts', 'wpsites_google_fonts' ); function wpsites_google_fonts() { wp_enqueue_style( 'gfonts', '//fonts.googleapis.com/css?family=Oswald|Open+Sans', array(), CHILD_THEME_VERSION ); }
Can you help me on that?
Hi, sorry about that… i forgot i was working locally.
Here is a screen shot:
http://helderluis.net/Screen%20Shot%202017-06-17%20at%2023.47.45.pngThe problem is that the grid is skipping one spot.
Thanks,
HelderHi Mike,
Yes my settings are set in the Blog Layout options. Still they don’t show up.
Regarding the Portfolio, is there a way for those posts to assume the same settings as the regular posts (for the sharing options)?
I’m doing this and this should be enough, right? Not working…
$elements[] = array( "name" => __("Custom Query Orderby",'avia_framework' ), "desc" => __("Set a custom query orderby value",'avia_framework' ), "id" => "orderby", "type" => "select", "std" => "", "subtype" => array( __('Default Order', 'avia_framework' ) =>'', __('Work Year', 'meta_key') => 'acf-year') ); $elements[] = array( "name" => __("Custom Query Order",'avia_framework' ), "desc" => __("Set a custom query order",'avia_framework' ), "id" => "order", "type" => "select", "std" => "", "subtype" => array( __('Default Order', 'avia_framework' ) =>'', __('Ascending Order', 'avia_framework' ) =>'ASC', __('Descending Order', 'avia_framework' ) =>'DESC'));
Hi Sarah,
No, but i’ve tried right now. It does add another set of order menus: Custom Query Orderby and Custom Query Order.
But i can’t see an option to use custom fields…
Where should i put my custom field code?
the_field(‘year’);Thank you!
OK
Thanks!
OK, did that and that solved part of the problem that was… how to remove some Post Formats i don’t need. Thanks.
Now, where can i customise the layout of each of the Post Formats?
I’ve been pocking around the helper-post-format.php file but i’m not sure if that’s the right place.Hi, my main question was about POST FORMATS and not POST TYPES.
I want to customise the Posts Formats available to choose form in the “Format” panel while editing a post:
Format:
- Standard
- Link
- Quote
- Gallery
- Video
- Image
- Audio
My question is… does Enfold supports them? And if so where can i customise it’s templates?
-
AuthorPosts