Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 01:11 #25825

    Hi,

    Go to Theme Options -> Typography.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 01:05 #25824

    Hi,

    You need to select the widget area, and this widget area needs to have widget.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 01:00 #25823

    Hi,

    Go to woocommerce -> settings
    Products ( tab ) -> Display ( Sub tab ) to set your shop page.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 00:53 #25822

    Hi,

    You can create a page with 100% width template and use the woocommerce product category shortcode.

    https://docs.woothemes.com/document/woocommerce-shortcodes/#section-12

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 00:48 #25821

    Hi,

    The flickr api url is found in flickr widget.
    Did you deploy to your sidebar?
    You need to remove it if you are not using.

    Thank you

    In reply to Slow website
    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 00:44 #25820

    Hi,

    Please use the following.

    .project-content .title-sep {
    display: none !important;
    }
    .project-content {
    position: relative;
    top: -70px !important;
    }
    .single-alora_portfolio #sidebar {
    position: relative;
    top: -16px !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 00:32 #25818

    Hi,

    You can use this plugin to re-order your slides.

    Post Types Order

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.03.2016 at 00:31 #25817

    Hi,

    Alora Theme only accepts a logo.
    Please use this tool to create your text logo and upload to your website.

    New Home page

    Thank you.

    In reply to Slow website
    Denzel Chia
    Moderator
    Posts: 2656
    22.03.2016 at 00:54 #25805

    Sorry, I only have access to this forum.
    You can use this service http://prnt.sc/ to post a screenshot and share the URL.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.03.2016 at 00:51 #25804

    Hi,

    1) Banner – link on the homepage

    There is no option to add custom link in banner.
    The logo will only link to homepage.

    This requires modifications to the theme code.
    We do not provide assistance in modifying theme codes.
    We can only provide customization that can be done using custom css.

    You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    2) Homepage content

    I do not know if the bbpress shortcode works.
    To use a shortcode, you can paste it in your WordPress content editor.
    Create page, paste the shortcode and publish.
    Login to WordPress, go to Settings -> Reading and set your page as frontpage.

    3) Logo sticky menu, not in the header

    Sorry, I do not understand this question.
    If you want to remove logo in sticky header, you can use the following in Theme Options -> Custom CSS

    .sticky-header #logo-image {
    display: none !important;
    }

    Thank you.