Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
In reply to: How to remove footer widgets from specific pages or posts.
August 13, 2015 at 12:45 pm #45266You’ll need to use a plugin to achieve. Try this: Widget Context
Admin
In reply to: how to change "LATEST ARTICLES" in front page section; how to remove front page section co
August 13, 2015 at 12:43 pm #45264Create a
functions.phpfile in your child theme, then add this code into that file:<?php
/**
* Modify the posts stack heading
*/
function fjd_stack_args( $args, $stack ) {
if ( is_front_page() && $stack == 'posts' ) {
$args['title'] = 'Premium Features';
}
return $args;
}
add_filter( 'franz_stack_args', 'fjd_stack_args', 10, 2 );Modify the title as necessary in the above code.
Admin
In reply to: how to change "LATEST ARTICLES" in front page section; how to remove front page section co
August 12, 2015 at 2:11 pm #45262Currently you can only change the text if you’re using a child theme for Franz Josef. Let us know if you’re already using one.
Admin
I would also suggest using the Yet Another Related Posts Plugin for your related posts, as Franz Josef has built-in support for it.
Admin
Add this to Custom CSS and change the value as required:
.carousel .slide-title {
font-size: 20px !important;
}Admin
Please provide the URL to your site so that we can take a look.
Admin
In reply to: Is there a way to change the layout of the "latest posts" section on the homepage?
August 6, 2015 at 9:01 am #45156Franz Josef 1.4.2 is now available and contains the above option and more.
Admin
Quote:How do I change the font size or remove the excerpt from the featured image slider ?Add this to Franz Josef’s Custom CSS option:
.carousel .excerpt {
display: none
}Quote:how do I change the post layout.Use the available options in Franz Josef Options > General > Front Page.
Admin
In reply to: Homepage Slider // Two Buttons 'View Features; and 'Start Creating'
August 1, 2015 at 12:37 am #45145In Franz Josef Options > General > Slider, set the Slider content option to Full content.
When you do this, you might want to create a post category specifically for the posts to be displayed in the slider, and then hide that category from appearing anywhere else by setting the Franz Josef Option > General > Slider > Exclude the categories from posts listing option to Everywhere.
After that, it’s simply manually adding the buttons to the slider post:

The button styles can easily be applied by giving the links the following classes:
Admin
As mentioned my Dakaran above, make sure your featured image is at least 1140 pixels wide.
We have submitted the update to WordPress.org and it has been reviewed and approved, so now it’s just waiting to be made live. We expect this will be in the next few days.
