Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #896478
    designisitaly
    Participant

    Hi,

    Search far and wide for help on this but I am still lost …

    I installed the Kingdom Church demo sometime ago and it looks like it changed at least 3 of my templates:
    Default Template
    Layout – Side Bar left, Content Right
    Layout – Content Left, Side Bar Right

    For example for the Contact page it puts a band with the name of the page under the nav bar as in the attached pic.

    Could you tell me know how to go back to the original templates or how to remove these features added by the demo?

    Thanks a million!
    Liz

    #896710
    designisitaly
    Participant

    Hi again,

    it also looks like everything is huge eg. a subscription form, a product in the shop, a contact form. Maybe the default font size has been changed too.

    Sorry, but as you may have gathered, I really don’t know what I am doing.

    Any help from anybody would be very much appreciated.

    Thanks a million again
    Liz

    #897256
    Rue Nel
    Moderator

    Hello Liz,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password
    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #898775
    designisitaly
    Participant

    Hi,

    thanks for your reply.

    I had help from a friend with the the page name HUGE on the page and it’s now sorted. Just ticking the ‘Disable Page Title’ on the page set-up page did it! Told you I didn’t know what I was doing 🙂

    But it would be great if you could help with the rest …

    1. an example of (what seems to me) a huge contact form is in the “contact” page.
    2. also in the “test-liz26” page there is an example where I can’t remove the extra spacing after the text “this is text” and I seem to have that problem quite a lot. So the section is a lot bigger than it should be.

    I’ll send you the credentials in a private message.

    Thank youuuuu!
    Liz

    #898786
    designisitaly
    Participant
    This reply has been marked as private.
    #898986
    designisitaly
    Participant

    Hi, just realised that I can’t edit the “shop” page and so can’t “Disable Page Title” in the way I do it for the other pages. Would there be a way to do it globally?

    Thanks again!
    Liz

    #899744
    Paul R
    Moderator

    Hi Liz,

    1. To remove title in shop page, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .woocommerce .x-header-landmark {
       display:none;
    }
    

    2. To remove extra spacing after the text, you can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-text p {
       margin-bottom:0;
    }
    

    3. To adjust the size of form fields, you can add this under Custom > Edit Global CSS in the Customizer.

    
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
             padding: 10px;
             height: auto;
             font-size:21px;
    }
    

    You may change padding and font size to achieve your desired result.

    Hope that helps.
    `

    #900180
    designisitaly
    Participant

    Hi Paul,

    Yes, thank you! Point 1 and 2 worked fine. Point 3 is quite interesting and might be handy in other instances. I would like to reduce the size of the whole Contact Form though but I can see there is a lot on the forum already on this so should be ok.

    Thanks again.
    Liz

    #901464
    Rupok
    Member

    You are welcome Liz!

    Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-896478 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>