Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Change color for call-to-action button

    #45670

    Add to the theme’s Custom CSS option and modify as required:

    .carousel .btn-primary {
    background: #333;
    }
    Admin

    In reply to: Slider problem after update to 1.6.1

    #45666

    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

    In reply to: Child Theme not functioning properly

    #45701

    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

    In reply to: Slider image as the call to action

    #45624

    Not at the moment, but we’ll add this option in the next update.

    Admin

    In reply to: Change color for call-to-action button

    #45668

    Which CTA button? In the slider or in the CTA stack?

    Admin

    In reply to: Blog main image

    #45686
    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

    In reply to: Post Images Not Showing in Mobile Version

    #45672

    Hi rosg,

    Please provide the URL to your site so that we can take a look to investigate the issue further.

    Admin

    In reply to: Slider problem after update to 1.6.1

    #45662

    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

    In reply to: Stack post issue

    #45683

    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

    In reply to: Stack Add on conflict with YARPP

    #45675

    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.

Viewing 10 posts - 1,061 through 1,070 (of 6,030 total)