Tagged: widget
- This topic has 8 replies, 2 voices, and was last updated 4 years, 5 months ago by Skandha.
-
AuthorPosts
-
July 2, 2020 at 9:01 am #251796jessup573Participant
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.
July 2, 2020 at 10:24 pm #251846SkandhaParticipant@jessup573: Hello there,
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaJuly 4, 2020 at 2:52 am #251879jessup573Participanthello, 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.July 5, 2020 at 2:54 pm #252071jessup573ParticipantPlease let me know if you need more information.
July 6, 2020 at 6:47 am #252124SkandhaParticipant@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,
SkandhaJuly 7, 2020 at 5:05 pm #252272jessup573ParticipantI keep trying to reply, Not sure why its not letting me. Did my answer to your last post go through?
July 7, 2020 at 5:08 pm #252273jessup573ParticipantThis 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.
July 7, 2020 at 10:19 pm #252243jessup573ParticipantThis 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/
July 10, 2020 at 2:34 am #252560SkandhaParticipant@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 -
AuthorPosts
- The topic ‘Widgets on every page’ is closed to new replies.