Banking Sector Theme

Home Forums All Other Themes Banking Sector Theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #101916
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    Hello

    I’m working in the Theme Banking Sector on the domain www.stormengineering.co.za.

    In the header the last block containing the email address jumped to the bottom. and nothing i change or do makes it go to the top next to the second one. There’s suppose to be 3 next to eachother.

    #101937
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    Hello

    My button thats supposed to be on my slider isnt showing on the front end. It shows in the backend when i go to Appearance > Customize but not the front end

    #101939
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    Hello

    on mobile would it be possible to make the header not appear at all

    #101943
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    Hello

    How can i hide the page name as well

    #101989
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header-right .sintp { width:36%;}
    .header-right .phntp { width:26%;}
    .single_post_content h1 { display: none;}
    
    @media screen and ( max-width:767px) {
    .header-right { display:none;}
    }

    Regards,
    Chris

    #101997
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    hello

    Thank you. It fixed the page name to disappear and the header to not show on mobile.

    Can you please help with:

    1. The button on the slider not showing.
    2. The header is still showing 2 lines if you go to www.stormengineering.co.za. The 3 blocks are suppose to show in one line as like the demo in http://sktperfectdemo.com/demos/banking/
    3. On mobile the page size is out. Half of the text is cut off as in like a previous problem i had with another theme on a different website. https://imgur.com/3Dp2dax Its a different theme but thats what its doing. Cutting off the words.

    #102024
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header-right .emltp { width:30%;}

    Kindly go to header.php

    Find:
    <meta name="viewport" content="width=device-width, initial-scale=1.1"/>

    And replace
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

    1. The button on the slider not showing?

    Answer:
    When you add new slide instead of default so first removed all three slides field data Slide Image, Slide Title, Slide Link, Slide Button than add your new slides data.

    Regards,
    Chris

    #102029
    Fay DixonFay Dixon
    Participant
    • Topics: 27
    • Replies: 99
    • Total: 126
    Member since: September 8, 2016

    Thank you so much all of those worked

    #102054
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Great.

    Regards,
    Shri

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.