Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 07:38 #19373

    Hi,

    To import demo content, Please install all recommended and required plugins and activate them.
    Then proceed to WordPress admin -> Theme Options -> General -> Import Demo Content Button

    In layerslider you can add any HTML code. Under the HTML/Video/Audio tab.
    Please see screenshot. http://prntscr.com/7yp8c0

    Thanks!

    In reply to Header top left
    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 07:29 #19372

    Hi,

    In WordPress admin -> Appearance -> Theme Options -> Custom CSS
    Please use the following codes.

    .header-info .t4p-icon-phone {
    display: none !important;
    }
    .header-info .phone-number img {
    left: 0;
    position: absolute;
    }

    Screenshot of result. http://prntscr.com/7yp6kn

    Thanks!

    In reply to Sliders
    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 07:23 #19370

    Hi,

    We do not have a documentation to show you the difference between the sliders.
    We just include two of the top selling premium sliders for customer to choose.
    Which one to use is according to your preference.

    Create a page, then use the following shortcode.

    [product_category category="" per_page="12" columns="4" orderby="date" order="desc"]

    And at the bottom of the page, Go to Slider Options and select your Slider Type and follow by Select Revolution Slider. See screenshot. http://prntscr.com/7yp474

    Final result screenshot. http://prntscr.com/7yp4fd

    You are encouraged to try out the demo content on a fresh new WordPress installation, so that you can use it as an example.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 07:03 #19368

    Hi,

    Are you referring to this page https://demo.theme4press.com/alora/woocommerce/
    If yes, you need to install and activate the Theme4Press Core Plugin.

    Then go to your WordPress admin -> Add page -> Visual Editor
    Find the button with a number 4 on it.
    Please see screenshot. http://prntscr.com/7yp0kg

    Click on that button and you can select the shortcode.
    Please see screenshot. http://prntscr.com/7yp0lj

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 06:52 #19367

    Hi,

    Please see our demo site. http://demo.theme4press.com/evolve/layerslider/
    The layerslider is working properly.

    The following message that you see in layerslider admin console.

    This site is not yet authorized to receive plugin updates

    This message means you need to buy a license from the author of layerslider in order to receive Automatic Updates and their premium support.

    If not, you can wait for our Theme update, and my employer will update the theme bundled layerslider version.

    Thanks!
    Denzel

    In reply to Shadow line
    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 06:41 #19366

    Hi,

    In your Appearance -> Theme Options -> Custom CSS
    Please try out the following codes.

    .menu-header::after {
    background: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 06:32 #19365

    Hi,

    Border Radius for http://fogwm.org/
    Please see screenshot http://prntscr.com/7yosmr
    Please try the following codes in Theme Options > Custom CSS

    .widget::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    .widget-title-background {
    border-radius: 20px 20px 0 0 !important;
    }
    .widget-content {
    border-radius: 20px !important;
    }

    For any help on other domains, Please post the url here.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 06:04 #19364

    Hi,

    Please provide website url.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2015 at 05:59 #19363

    Hi,

    Without website url, we can only do some guess work.

    To completely remove the header widgets, Please go to Theme Options -> Header -> Number of widget cols in header and select the first image, then click Save All Changes button.

    If you have a cache plugin, clear the cache after you make any changes.
    Also clear your browser cache, before revisiting page. This should fix your “disappear”, but “appear” again issue.

    Hope these helps.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2015 at 09:26 #19317

    Hi,

    Your screenshot http://s2.postimg.org/43kx4kjwp/2015_07_29_08_09_36.png is too small cannot see anything.

    After reading your explanation, I assume that the following screenshot is what you want to achieve. http://prntscr.com/7yakpe

    Please use the following codes in Theme Options -> Custom CSS
    It will only affect fullwidth shortcode. You can change the 90% to a larger number.

    .t4p-fullwidth .alora-row {
    max-width: 90% !important;
    }
    .t4p-fullwidth .caroufredsel_wrapper {
    width: 100% !important;
    }

    Thanks!