Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #274098
    dorapopinski
    Participant

    http://box5127.temp.domains/~sakalyab/wp-admin/customize.php?return=%2F%7Esakalyab%2Fwp-admin%2Fthemes.php

    With the catch Sketch theme, how do I remove the title ‘Stories’?

    http://box5127.temp.domains/~sakalyab/

    Also, how do I change the all capitals to the titles on the homepage?
    And how do I change the text to the purple ‘Featured’ button under the Blog post on the Homepage?

    #274150
    Skandha
    Participant

    @dorapopinski: Hello there,
    Your site seems to be on under construction mode. Please make your site accessible so that I can look into the issue.

    Kind Regards,
    Skandha

    #274176
    dorapopinski
    Participant

    Hi, how do I do that?

    #274270
    Skandha
    Participant

    @dorapopinski: Hello there,
    Try deactivating the Bluehost WordPress Plugin and check it the under construction mode is disabled.

    Kind Regards,
    Skandha

    #274311
    dorapopinski
    Participant

    Since I’m still building my website I don’t want to publish it yet. Will disabling the under construction mode publish the website and put it online?

    #274319
    Skandha
    Participant

    @dorapopinski: Hello there,
    Yes that will put your site online but I will need to look into your site to look into the issue. What you can do is provide me your WP admin credentials through an email that I will send you.

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    #274331
    dorapopinski
    Participant

    I’d rather provide you with the credentials – what are they and where do i find them?

    #274335
    dorapopinski
    Participant

    I don’t know if this makes things easier, but on the free catch sketch theme on the home page there is a section where the testimonials are with a picture in the background. It is here that in the left upper corner is the word ‘stories’.

    What is this section called, I can’t find it anywhere. I have been able to change the picture but I also don’t know how to write my own testimonials so that they will be displayed here.

    Thanks for your patience!

    #274405
    Skandha
    Participant

    @dorapopinski: Hello there,
    I have sent you an email. Please check your inbox as well as the spam folder.

    Regarding the Testimonial Section you will need to use Essential Content Types Plugin. Install and Activate the plugin.

    Then,
    Go to => Dashboard => Testimonials => Add your posts.

    Finally,
    Go to => Appearance => Customize =>Theme Options => Testimonials => Enable the section and select the post you create earlier and Publish.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #274412
    dorapopinski
    Participant

    Got it Skandha, thank you.

    How do I change the color of the testimonial text on the homepage? It’s currently white and I would like to change it to black.

    Dora

    #274465
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .testimonials-content-wrapper .entry-container .entry-content p, .testimonials-content-wrapper .section-title, .controls .fa::before, #testimonial-slider-pager span::before, #testimonial-slider-pager::after  {
        color: #000 !important;
    }
    #testimonial-slider-pager::before {
    	background-color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #274576
    dorapopinski
    Participant

    Excellent! Thank you Skandha.

    If I may, here are a few things I want to adjust but don’t know how. they are all on the homepage:

    – For the titles on the home page I’d like that only the first letter of the first word of the title to be capitalized
    – I’d like to make the site title and slogan a little bit larger.
    – in the portfolio (aanbod) I don’t want the date visible when you hover over the picture with the mouse
    – where the testimonials are shown on top of the picture I want to get rid of the word ‘stories’
    – in the blog section (mijn blog), I’d like to change the text of the purple button from ‘featured’ to ‘nieuwste’

    thank you so much for your help so far, if I can get these last bits worked out then I should be set.

    Dora

    #274666
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To capitalize only the first letter of titles in the homepage */
    .home * {
        text-transform: capitalize;
    }
    
    /* To increase the font size of site title and description */ 
    .site-identity .site-title {
        font-size: 25px;
    }
    .site-description {
        font-size: 20px !important;
    }
    
    /* To hide date in the Portfolio section */
    #portfolio-content-section .entry-meta .posted-on {
        display: none;
    }
    
    /* Remove the testimonial section title */
    .testimonials-content-wrapper .section-title {
        display: none;
    }

    The option to change the sticky post text Featured is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #274814
    dorapopinski
    Participant

    Hi Skankha,

    Thank you so much! Everything worked except for changing capitals in the titles on the homepage.
    I want that only the first letter of the first word is capitalized. At the moment it is “Leven Als Vrouw In de 21ste Eeuw”, “Dit Ben IK”, “Mijn Blog”, and “Time To Respond”. What I would like is: Leven als vrouw in de 21ste eeuw, Dit ben ik, Mijn blog, Time to respond. The intention is that all the titles on the homepage are like this. In Dutch the grammar is different than in English.

    I hope this helps.

    And is it possible to also change this: in the blog section on the homepage (mijn blog), I’d like to change the text of the purple button from ‘featured’ to ‘nieuwste’.

    #274820
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    Please replace the above CSS Code to capitalize only the first letter by the following.

    .home * {
        text-transform: unset;
    }

    The option to change the purple button text ‘featured’ to ‘nieuwste’ is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #275048
    dorapopinski
    Participant

    Perfect, thank you!

    I’m not ready to go to the pro version of Catch Sketch, is it possible to remove the button all together?

    Skandha you have been a geat help I really appreciate it.
    Dora

    #275115
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    To remove the button
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    span.sticky-label {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Homepage questions’ is closed to new replies.