Forum replies created

    In reply to Site title
    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 05:49 #23295

    Hi,

    You will need a SEO plugin to change site title in browser tab.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 05:46 #23294

    Hi,

    WordPress admin -> Settings -> Reading
    Use a static home page and post page.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 05:43 #23293

    Hi,

    Theme options -> Bootstrap Slider
    You can find option to set title or description font.

    Use the following in Theme Options -> Custom CSS

    .bootstrap-button {
    background: red none repeat scroll 0 0 !important;
    }

    To change bootstrap button color to red.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 05:31 #23292

    Hi,

    This issue is unique to your site.
    It’s not a bug within the Theme.

    I had made a reply previously.
    https://theme4press.com/support/topic/blog-post-images-being-shrunk-to-oblivion-on-some-web-browsers/#post-20251

    Did you disable Jetpack Photon module?
    Did you disable one plugin at a time to find any plugin that is causing this issue?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    29.12.2015 at 09:27 #23277

    Hi,

    Please use the following codes.

    @media screen and (max-width:768px){
    #searchform{
    display:none !important;
    }
    }

    You need to clear your plugin cached content.

    Thanks!

    In reply to Font adjustments
    Denzel Chia
    Moderator
    Posts: 2656
    29.12.2015 at 09:23 #23276

    Hi,

    Navigate to Theme Options -> Typography and you should be able to select font with subset.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    29.12.2015 at 09:19 #23275

    Hi,

    I read somewhere on this forum that the Bootstrap Slider supports more than 5 images in the Premium version

    Sorry, this is not possible.

    As for the deploying Theme4Press slider. In your Edit Page or Post view, scroll down and you will see Slider Options.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    29.12.2015 at 08:58 #23274

    Hi,

    You can contact the author via our webform. https://theme4press.com/contact/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    28.12.2015 at 06:42 #23261

    Hi,

    a) Is it possible to consolidate everything in one line: reduce the size of the logo in mobile view, replace the two menu bars with two menu icons, and have them be located to the sides of the logo?

    This is not possible just by providing custom css code. You need to hire a developer for this modification.

    b) Can the top bar be disabled on mobile devices?

    Please use the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .mobile-topnav-holder{
    display:none !important;
    }
    }

    c) Can the search box be disabled on mobile devices?

    Please provide your website url. I need to see your search box.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    28.12.2015 at 06:33 #23260

    Hi,

    Yes the theme is woocommerce compatible, but there is no catalog mode in woocommerce, you need a plugin or developer to code this for you.

    Alora theme does not have the following feature.

    Additionally it should be possible for the users to send an email when on a product page by clicking a “contact seller” button that will bring up a contact form (Contact Form 7).

    You need a developer to code or integrate this for you.

    Thank you.