Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    November 2, 2016 at 7:39 am #30984

    Hi,

    Your HTML table is breaking the layout.
    Please use columns shortcode instead of table.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    November 2, 2016 at 7:34 am #30983

    Hi,

    You will see that notice when woocommerce updates their plugin version, but our theme’s template has not change the version number to reflect this update.
    It does not necessary mean the templates are outdated and not working, just the version numbers don’t match.

    I will let our developers know about this issue.
    They should update the template and provide a new theme version for update.

    At the moment, if you are not experiencing any issues with your woocommerce, you can ignore that notice.
    If there is any problem with your woocommerce, please let me know, I will report to our developer.

    Thank you

    In reply to Menu
    Denzel Chia
    Moderator
    Posts: 2656
    November 2, 2016 at 7:13 am #30982

    Hi,

    This screen-shot.
    http://prnt.sc/d1n2kt

    Shows what you see when you are logged in.
    Please log out of your admin, and clear browser history.
    You will see that your menu is perfectly centered.
    http://image.prntscr.com/image/fb197b8143c149538364af0546850d17.png

    There is no need to center your menu.

    The following is for your menu background color.

    .container.nacked-menu.container-menu {
    background: #ff0000 none repeat scroll 0 0 !important;
    }

    The following is for your widget border color.

    .widget-content {
    border: 1px solid #000000 !important;
    }

    The following is for your mail button color

    #subscribe-submit input {
    background: #ff0000 none repeat scroll 0 0 !important;
    }

    The following is for your read more button color

    .read-more {
    background: #00ff00 none repeat scroll 0 0 !important;
    }

    Please use the following colorpicker to pick the color you require and replace the color hex codes in the above solutions.
    http://colorpicker.com

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    November 1, 2016 at 8:28 am #30968

    Hi,

    You can see that the css code I provided are for HTML p tag only, which is what you requested.
    There is p tags all over the website.

    If you only want to change p tags within certain part of your website.
    Please post me the URL and a screen-shot with annotation, pointing to the area that you need to make the change.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    November 1, 2016 at 8:24 am #30967

    You are welcome.
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    November 1, 2016 at 8:23 am #30966

    Hi,

    Please provide URL that shows your post.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    November 1, 2016 at 8:20 am #30965

    You are welcome!

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    October 31, 2016 at 10:40 am #30959

    Hi,

    Please ask your web hosting company to help in getting your server error log.
    In your server error log, find the Fatal Error message and post here.

    Note: Please do not post the whole log here. post only Fatal Error message and do not post duplicated message.

    The error message will tell us what’s wrong with your website.

    If it’s a memory exhausted message, you will need to get your web hosting company to increase your PHP memory. If it’s other type of fatal error, we will look into it.

    Thank you

    In reply to Similar post
    Denzel Chia
    Moderator
    Posts: 2656
    October 31, 2016 at 10:33 am #30958

    Hi,

    Please use this plugin.
    https://wordpress.org/plugins/loco-translate/

    You can search for the text in the Theme and Theme4Press core plugin to translate.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    October 31, 2016 at 10:30 am #30957

    Hi,

    It’s done.
    Please take a look in Theme Options -> Custom CSS

    Just copy the code I provide, don’t copy the source

    Thank you