Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 130709

Compiled FAQ: You may want to refer this if you have any question

$
0
0

Replies: 0

Theme: Franz Josef
Demo: http://demo.graphene-theme.com/franz-josef/

FA Icons

To enable fa icon just type the icon name ex: ‘home’ instead of ‘fa-home’.

Advance menu

Advance menu such as the menu description can be activated by these: From the WP admin section go to customize>menus>and click on the gear icon at top right of the admin panel. The icon is small and easy to miss. Advance option will appear as drop-down. Number of selection will appear such as the link target description and so on.

Typography, markup and formating

To access the functionability, install the plugin from the same creator.
Plugin: graphene-shortcode

Additional plugin for the theme

There’s are additional plugin required for this theme. After you have installed the theme, in the admin panel, go to appearance>Franz josef Option. Here you will find what is require to ensure the theme are functionting as it suppose to.

Inserting the logo

The logo can be uploaded by going to WP admin>Appearance>Customize>Header Image. Some of you might think that this is for the header but it is not (but the logo itself located at header? idk but thats it)

Photo size recommendation for franz josef

Generally for full hd photo size recomended: 1920x500px. For post photo recommended size are: 850x800px.

The image size required for feature image in post or page are at least 850×800. Lesser than that it will not show up in featured image inside post/page (but it will appear in blog list or page list).This is actually good because it will avoid your site become ugly by pixelated or blurry photo.

Note: if you’re using jetpack plugin, a featured called photon will also cause the same problem. Your featured image will not show up in the post.

Sidebar – Removing “In This Section”

to remove, modify the sidebar.php (use child theme), remove “<?php if ( is_page() ) franz_page_navigation(); ?>”

Changing the theme default front page title for latest article

Must use child theme. Copy the stacks.php into your child theme. Ensure location are same as original theme. Edit the php file line 259:
Original code:
<?php if ( $args[‘title’] ) : ?><h2 class=”highlight-title”><?php echo $args[‘title’]; ?></h2><?php endif; ?>

Edit by:
<?php if ( $args[‘title’] ) : ?><h2 class=”highlight-title”>YOUR TEXT</h2><?php endif; ?>

* You’re welcome to add more.


Viewing all articles
Browse latest Browse all 130709

Trending Articles