• Please help I need to delete the bog block, categories block, and tag block from the home page of SG Double site I am a real apprentice so cannot code etc, need simple steps please, I have tried everything

Viewing 15 replies - 1 through 15 (of 31 total)
  • Hey there traumacare,

    How are you doing today?

    If there are no options in Appearance -> Customize or in Theme Options to remove those sections from your home page I’m pretty sure we can do that with some custom CSS.

    Please check the above two and if there are no options for that post link to your site and I’ll be happy to try to assist you with remove those parts.

    Cheers,
    Bojan

    Thread Starter traumacare

    (@traumacare)

    Thanks Bojan, I managed to get all of them off besides post, don’t know how I did it, clicked frantically and they went off, I have probably destroyed other stuff in the process ?? but I now have another problem, the main page/home page is great appears and is being created but I cannot get it to appear on the menu no matter what I do, if I visit site and click any page I have no way of going back, I have tried creating Home page and many other things, please help https://temp.bravebooks.co.za/wp-admin/customize.php?return=%2Fwp-admin%2Fwidgets.php

    Hey there traumacare,

    clicked frantically and they went off

    Definitely sounds like fun ??

    I’m still unsure which part you’re trying to remove, please explain or add screenshot so I can be sure what you’re trying to remove.

    As for your home page link the URL is not correct. What you can do to fix this is go to Appearance -> Menus, remove home page link, add custom link, add your site URL and label for the link, see screenshot https://screencast.com/t/jRsR0Y3Hds1.

    The reason it doesn’t work is because the link is https://temp.bravebooks.co.za/home/ instead of just https://temp.bravebooks.co.za

    Best regards,
    Bojan

    Thread Starter traumacare

    (@traumacare)

    You a genius – the home page is working.

    Here is a screenshot of the link on the home page….not sure how to get rid of this

    Thread Starter traumacare

    (@traumacare)

    Hey again,

    I completely missed that in the bottom part of the site ??

    The easiest way to remove it would be by using custom CSS. If your theme doesn’t have custom CSS tab the easiest way to do this would be to use plugin such as this one https://www.ads-software.com/plugins/simple-custom-css

    Once the plugin is installed and activated you can add this code to Appearance -> Custom CSS:

    .home .main-area {
        display: none;
    }

    This should remove that part from your home page.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter traumacare

    (@traumacare)

    As I said before….genius! Thanks work perfectly

    Thread Starter traumacare

    (@traumacare)

    Sorry Bojan I have another problem that may nee a CSS tab…see link
    https://www.dropbox.com/s/e1bxy17al18xo04/Screenshot%202015-10-07%2009.13.00.png?dl=0

    I am trying to put sliders on the front page but it keeps showing the word SLIDE TITLE 4 or SLIDE TITLE 1 etc and I cannot get that wording off, I am using SG Slider

    Hey again traumacare,

    I’m pretty sure these are just default titles if no title is entered somewhere in the slider settings.

    If there are no settings for that you can hide it with some CSS by adding the following:

    .sgwindow-slider h1.slider-title {
        display: none;
    }

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter traumacare

    (@traumacare)

    Sorry Bojan I am trying to do a nice slider I am using Smart SLider not sure if best but trying…it gives these options to make it appear on my site however I am not sure which to put in
    https://www.dropbox.com/s/nmk2w141opla28e/Screenshot%202015-10-08%2009.38.09.png?dl=0
    Please can you advise or perhaps there is an easier slider to use.
    I did do the SG slider, nice and easy but I cant get the wording to remain on the slide, it only stays there if you move your mouse over, I could not find settings for this or to align the wording either. What do you suggest

    Hey again traumacare,

    There are a lot of different sliders which you can choose, I can’t really suggest one.

    With that being said I’ve checked your site and I can see that you’ve already changed few things on your site, I also can’t see the issue you’re referring to, the text that is being displayed only on hover on your slider.

    Best regards,
    Bojan

    Thread Starter traumacare

    (@traumacare)

    Thanks – it is still doing it but I will send info, I am just looking at other themes at the moment

    Hey again,

    Please let me know once you setup your site and I’ll be happy to try to help ??

    Cheers,
    Bojan

    Thread Starter traumacare

    (@traumacare)

    Hi Bojan – the site is going well however something has me puzzled, if I put pictures in for instant home top side bar I can get the caption to come up if you put cursor there. It works great, but now I have put pictures in second column on a page and the text will not show, the setting appear to be exactly same as home page but not sure what I haven’t done unless the column does not allow this.
    https://temp.bravebooks.co.za/family-changes/

    Sorry to bother Bojan but I have been looking now for 2 days and still cannot get the text to show if you put your cursor over

    Hey again traumacare,

    If I understand correctly the issue is related to the sidebar text not appearing on image hover?

    If that is the case there is some CSS preventing that from being displayed there, you should definitely check the settings for that first, if there is nothing please try adding the following:

    .small .widget-area .element p {
        display: block;
    }

    Hope this helps ??

    Cheers,
    Bojan

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Delete blog categories blog and tag’ is closed to new replies.