Forum replies created

    Imran
    Spectator
    Posts: 402
    February 4, 2016 at 12:09 pm #24046

    Hi Kim,

    Thanks for writing in!

    Upon checking into your website, I’ve noticed instead of to be chosen ‘Lato’ font for post headings, you actually have chose ‘Cantarell’, which don’t allow the font weight more thinner then 400 (see: http://prntscr.com/9yuu2s). Please chose the ‘Lato’ font under Appearance -> Theme Options -> Typography -> Post Title & Content. As per shown here (see: http://prntscr.com/9yuwpg).

    On a side note, please remove all custom code related post headings font you’ve added to your custom Css field, so that the theme’s default styling doesn’t get affect.

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 4, 2016 at 11:31 am #24045

    Hi Gerhard,

    Thanks for writing in!

    Why is the Paralax Slider not showing on the home page ?
    I selected home page for location and the slides are on (default slides) but it is not showing.

    At our end the slider is working fine on the WordPress latest version 4.4.2 (see: http://prntscr.com/9yuga3). Please confirm that you have Parallax slider enabled to the homepage under your Theme options -> Parallax Slider -> General.

    I have defined a menu color and it was working until I updated from 4.4.1 to 4.4.2

    At our end, on the latest version of WordPress the menu color is changing nicely from under Appearance -> Theme Options -> Styling -> Menu, as per shown here (see: http://prntscr.com/9yuj68).

    As a side note, please make sure you are using a static homepage and postpage from under WordPress admin -> Settings -> Reading.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 4, 2016 at 11:14 am #24044

    Hi Nicolas,

    Thanks for writing in!

    i would like to create several parallax or bootstrap sliders in the same way it is possible to create several 4Press sliders to insert in my pages

    Regarding multiple Bootstrap and Parallax sliders; at the moment theme doesn’t offer such feature. However, you can use multiple Theme4Press Post sliders by using slider shortcodes into your pages.

    For more information, you may refer to the following:

    https://theme4press.com/docs/setting-up-the-sliders/

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 4, 2016 at 12:16 am #24040

    Hi Alex,

    Thanks for writing in!

    Please add the following code under your Appearance -> Theme Options -> Custom CSS:

    .home #primary #post-133 > .entry-title {
    display: none;
    }

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 8:34 pm #24023

    Hi Harald,

    Thanks for writing in!

    Upon checking, it seems to be causing by a plugin. I’d advise testing for a plugin conflict by deactivating all the third party plugins in your site, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 8:18 pm #24022

    Hi Franta,

    Thanks for writing in!

    Currently, theme doesn’t offer such feature. However you may search out for some plugin which can do this for you. On a side note, you may refer to this:

    https://theme4press.com/support/topic/tab-anchor-or-tab-identificator/

    Thank you!

    In reply to Logo menu
    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 8:04 pm #24021

    Hi Kedzioorek,

    Thanks for writing in!

    Currently, theme doesn’t offer such functionality. However, you may offer manual customization service by filling up a form on the theme customization services page.

    https://theme4press.com/theme-customization-service/

    Thank you!

    In reply to CSS QUESTIONS
    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 12:58 pm #24017

    Hi there,

    I’ve checked into your website; and those are breadcrumbs at the top of the post (see: http://prntscr.com/9yg8vj), they show the opened page’s name and previous page’s link. In order to remove the difference between navbar and post, you must have to disable the breadcrumbs option and add the following code under your custom CSS field:

    .team-container {
    margin: 0 !important;
    }

    .page-id-101 .post-101 .entry-content.article {
    margin-top: 0 !important;
    }

    However, if you want the breadcrumbs keep showing; check the breadcrumbs box clicked and don’t use the custom code.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 11:56 am #24015

    Hi Donna,

    Thanks for writing in!

    You’re referred to the following:

    https://theme4press.com/support/topic/layout_width-1600-px-alora/

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 11:42 am #24014

    Hi Donna,

    Thanks for writing in,

    In regard to adjust your mega menu breadth; please add the following code to your custom CSS field:

    @media (min-width: 940px) {
    #wrapper .t4p-megamenu-wrapper {
    width: 880px;
    }
    }

    Please adjust the value as required.

    Hope this helps.

    Thank you!