Various Questions

Support Area Forums Selfie Various Questions

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://kingwellinternational.com
  • Author
    Posts
  • #31012
    LeanneKingwell
    Participant

    Hi Bill,

    Hope all is well in Alabama 🙂

    Couple of questions re my Selfie site if you don’t mind please.

    1. Is there a way to get the plus sign on the final home block to navigate “back to top”… or if that’s not possible, how would I go about adding a “back to top” link in the footer?

    2. On this page –> http://kingwellinternational.com/what-3/ I have inserted a Masterslider slideshow and I have “hidden” the page title text by coloring it black… however I would like to actually hide/delete the page title if possible… and move the slideshow content closer to the top of the page. What is the best way to do this please?

    3. On this page –> http://kingwellinternational.com/about/ I have a strange type turnaround issue as per below turnarounds… is there a way to get this text to flow better? I can’t see any forced breaks, so I’m not sure why this is happening…

    “Kingwell International’s super power is the
    determination and ability to
    transform problems into solutions. Leanne”

    Thanks so much Bill.
    Loving the Selfie theme… and I REALLY appreciate your help, as always.

    Best,
    Leanne

    #31018
    Bill Robbins
    Moderator

    Good Morning Leanne,

    All is well here in the deep south of the USA. Enjoying the time with my three boys while they’re out of school for the summer. Let’s see if we can find answers for your questions.

    1. Back to top

    You might try this plugin — https://wordpress.org/plugins/scroll-back-to-top/ and see if it won’t add a scroll to top button for you out of the box.

    2. Title/Adjustments

    You can adjust the positioning and title there. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .page-id-213 #content {
      	margin-top: 50px;
      }
      
      .page-id-213 article {
      	padding: 0;
      }
      
      .page-id-213 h1.post-title {
      	display: none;
      }
      
    3. Update your settings.

    The top style there with the margin-top can be used if you still need to move the content higher. You can adjust that to fit your needs or take it out if you would like it to remain in the default position.

    3. Breaks

    I took a look and it appears to be just a space issue. If I make transform shorter, it all fits. You can force hyphenation when possible if you’d like to. Add this to your Custom CSS for that:

    
    #content {
    	-webkit-hyphens: auto;
    	   -moz-hyphens: auto;
    	        hyphens: auto;
    }
    

    Let me know if you have any questions. Hope things are well for you over in Australia.

    Take care,
    Bill

    #31025
    LeanneKingwell
    Participant

    Perfect! Thank you so much Bill.

    Have a great day 🙂

    #31027
    Bill Robbins
    Moderator

    Thanks Leanne, you too 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Various Questions’ is closed to new replies.