Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    10.12.2015 at 08:48 #22982

    Hi,

    No specified image size for header.
    You need to set Theme Options -> Header -> Header background -> Header Top Padding and Header Bottom Padding

    Sorry, no idea for the slider image.

    Denzel Chia
    Moderator
    Posts: 2656
    10.12.2015 at 08:44 #22981

    Hi,

    Please use the following css code in Theme Options -> Custom CSS

    .t4p-slider .slide-content-container h2 {
    color: red !important;
    }

    .t4p-slider .slide-content-container h3 {
    color: blue !important;
    }

    Thanks!
    Change the red and blue to color hex codes.

    Denzel Chia
    Moderator
    Posts: 2656
    10.12.2015 at 08:14 #22979

    Hi,

    Add video url to Youtube / Vimeo input.
    null

    And you will get popup video.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    10.12.2015 at 08:07 #22978

    Hi,

    In Theme Options -> Extra -> Miscellaneous Options -> Default Sidebar Position
    set it to Left.

    I’m using Alora theme with the #5 Header. The search box pops under the Navigation menu by default. I want the search box to pop next to the search icon which align on the Navigation menu. Can you provide me a CSS?

    Please post your URL. Need to see it.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    10.12.2015 at 07:39 #22977

    Hi,

    Sorry, I don’t understand what you mean by transparent background.
    It’s either with a background image / color or without a background image / color

    There is also a CSS property call Opacity.
    http://www.w3schools.com/cssref/css3_pr_opacity.asp

    By the way, this is getting too long.
    It’s redesigning the theme.

    Please hire developer if you require further customization.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.12.2015 at 10:00 #22943

    Hi,

    Please provide URL to your webpage that requires help.
    I need to look at it to see if it’s possible to make changes.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.12.2015 at 09:58 #22942

    Hi,

    Sorry, I do not understand your question.
    There is no control panel in Alora Theme.

    Sorry, I don’t understand what you mean by 4 sets of content are present.
    Do you mean 4 duplicated post or page? It happens if you import demo content more then once.

    Can you provide URL to your issue?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.12.2015 at 09:54 #22941

    Hi,

    Use a page template.
    Then use this shortcode.
    [recent_products per_page="12" columns="3" orderby="date" order="desc"]
    Then in page options, set the sidebar to left.
    Then publish this page as shop.

    You will need custom css to hide reviews tab.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.12.2015 at 09:49 #22940

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .entry-content img, .entry-content .wp-caption{
    box-shadow:none !important;
    border:none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.12.2015 at 09:44 #22939

    Hi,

    Try the following.

    .active a{
    color:#fff !important;
    background:#666 !important;
    font-weight: bold !important;
    }

    Thanks!