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
Add to the theme’s Custom CSS option and modify as required:
.carousel .btn-primary {
background: #333;
}Admin
To control the vertical alignment of the button in the slider, add this code to the theme’s Custom CSS feature and modify the margin as necessary:
.carousel .call-to-action {
margin-top: 150px;
}Admin
Try changing this line:
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );to this:
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css', array( 'bootstrap', 'font-awesome' ) );Admin
Not at the moment, but we’ll add this option in the next update.
Admin
Which CTA button? In the slider or in the CTA stack?
Admin
Quote:Do you know how i can change the height of the slider to show lesser of the image.Go to Franz Josef Options > General > Slider, and change the “Slider height” option. Similar option is available in the Slider stack.
Quote:Else is it possible to insert a static picture in-between the top menu and main menus so it shows up on every page?Else is it possible to insert a picture below the main menus?
You can do this by using the [url=https://forum.graphene-theme.com/franz-josef/addons/hooks-widgets/]Hooks Widget[/url] addon.
Admin
Hi rosg,
Please provide the URL to your site so that we can take a look to investigate the issue further.
Admin
Hi Andreas,
That is a standard feature of the slider – the post’s excerpt is displayed. Add this code to the theme’s Custom CSS option to hide it:
.carousel .excerpt {
display: none;
}As for the CTA button, isn’t it already in the middle of the slider?
Admin
Thanks for reporting the issue, Danick. The Stacks addon was using a feature added by the Additional Options plugin, which isn’t available when it’s not installed. We’ll add additional checks in the next Stacks addon update to resolve this.
Admin
Hi Danick,
Are you using the latest version of YARPP? What other plugins are installed on your site? I haven’t been able to reproduce this issue from my end.
