Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    09.09.2015 at 11:18 #20539

    Hi,

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

    .home .post {
    display: none !important;
    }

    If that doesn’t work, Please try to use firebug to find the class name.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.09.2015 at 11:12 #20538

    Hi,

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

    This will set the image width to 500px, change according to your preference.
    .single-product #content div.product div.images img {
    width: 500px !important;
    }

    This will decrease your product title font size to 25px, change according to your preference.
    .single-product .product_title.entry-title {
    font-size: 25px !important;
    }

    The following code will reduce the width of the container for product title, product price.. etc. Notice the margin-left, that is for setting the gap between image and product title container.

    .single-product .summary-container {
    margin-left: 100px;
    width: 250px !important;
    }

    The combine result screenshot of the above codes. http://prntscr.com/8ea5dv

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.09.2015 at 10:40 #20537

    Hi,

    You can use the Image Carousel shortcode via the Theme4Press core shortcode creator. Set “Image Lightbox” to Yes and in “Image Website Link”, enter the youtube video url, for example https://www.youtube.com/watch?v=Ra_iiSIn4OI

    When you click on the image in the carousel, it will show video in a popup.

    Screenshot http://prntscr.com/8e9yml

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.09.2015 at 10:16 #20536

    Hi,

    Please post your site url here.
    I need to see your webpage source code and your website in browser error console to look for clues.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    09.09.2015 at 10:13 #20535

    Hi,

    Please use a 100% width template and the full width shortcode.
    Then post the url here. I need to take a look and see if I can provide you the solution.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.09.2015 at 19:27 #20528

    Hi,

    Sorry, I don’t understand your request.

    Please kindly post your website url, I need to take a look and hopefully understand your request and provide a working solution.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.09.2015 at 19:21 #20527

    Hi,

    You will need to modify the template and probably the javascript.

    Please contact us via our services page https://theme4press.com/services/ if you require this customization, alternatively you can hire from http://jobs.wordpress.net/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.09.2015 at 09:52 #20522

    Hi,

    Sorry, that will require customization. You can hire a developer to do it or contact us for this customization via our services page https://theme4press.com/services/

    Alternatively, you can use the following code in your Theme Options-> Custom CSS to hide the left and right slider control.

    .carousel-control {
    display: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.09.2015 at 09:47 #20521

    Hi,

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

    .home .one_third img {
    height: 192px !important;
    }

    Result. http://prntscr.com/8dw3aq

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    08.09.2015 at 09:37 #20520

    Hi,

    In Theme Options -> General -> Layout Width
    You must have accidentally “removed” the selection, this is the reason why it’s causing fatal error.

    I have made a selection, now it’s loading properly.

    Please also make sure Theme Options -> General -> Layout Style is selected. I have selected boxed layout, you can change to wide layout.

    For Theme Options that are dropdown, Please check that you have made a selection, it should not be “removed” by clicking on the “cross” sign.

    Thanks!