Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #251796
    jessup573
    Participant

    Is it possible to only show widgets on one page? I installed the video and instagram widget on the main page and now it is showing on every page.

    #251846
    Skandha
    Participant

    @jessup573: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #251879
    jessup573
    Participant

    hello, I am hoping this isn’t repetitive, but it doesn’t look like my reply went through:

    Yes, thank you! jessejonesonline.com, I am trying to do a couple things that i can’t figure out.

    • Only have the social and gallery widget on the main homepage
    • delete blogs I didnt write (default WP blog “hello world”) and the word “Archive”
    • add social icons to the top (tik tok)
    • trying my best to add a graphic to the main page.

    #252071
    jessup573
    Participant

    Please let me know if you need more information.

    #252124
    Skandha
    Participant

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

    /* To have the social and gallery widget only the main homepage */
    body:not(.home) #footer-instagram #catch-instagram-feed-gallery-widget-4 {
        display: none;
    }
    
    /* To remove Archive text from Blog page */
    .blog.absolute-header .site-title a, .blog.absolute-header .site-description {
        color: #000;
    }
    .blog.navigation-classic.absolute-header .site-header-menu .menu-wrapper .nav-menu > li > a, blog.absolute-header .site-header .site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .nav-menu > li > a:hover, .blog.absolute-header .site-header-main .menu-social-container li a, .blog.absolute-header #primary-search-wrapper button {
    	color: #000 !important;
    }
    .blog .below-site-header .custom-header {
    	display: none;
    }

    To delete blog posts you didn’t write
    Go to => Dashboard => Posts => Select and Move to trash.

    I am afraid the Tik tok icon is not available in Font Awesome that the theme used for icons.

    Can you let me know what kind of graphic image you are trying to add to the main page?

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

    #252272
    jessup573
    Participant

    I keep trying to reply, Not sure why its not letting me. Did my answer to your last post go through?

    #252273
    jessup573
    Participant

    This is super helpful! Thank you! What is the video widget called? I put the code in for the social gallery in and that worked but the video widget is still showing.

    Good to know regarding TikTok.

    #252243
    jessup573
    Participant

    This is super helpful! Thank you! What is the video widget called? I put the code in for the social gallery in and that worked but the video widget is still showing.

    Good to know regarding TikTok.

    For the graphic I am trying to add a welcome graphic. http://jessejo.ipage.com/images/Jaguar1aJC2.png

    Trying to make it look like this: http://jessejo.ipage.com/images/Jaguar1aJC.jpg

    Also, when I put the blog code in it moved the video up to the top? https://jessejonesonline.com/blog/

    #252560
    Skandha
    Participant

    @jessup573: Hello there,
    To make the code work for the Video widget as well.
    Remove the text #catch-instagram-feed-gallery-widget-4 from the code I provided above.

    The option to add a logo over the Header Image is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Widgets on every page’ is closed to new replies.