Tagged: x
-
AuthorPosts
-
April 18, 2016 at 11:53 pm #889266
adulthomehealthParticipantI am trying to set up my side bar to look like this site except for the tags: http://www.salushomecare.com/san-diego/blog/category/home-care/
Here is my site’s blog page: http://adulthomehealthcare.com/blog/
I have set-up the sidebar and widgets and menus but I can’t figure out how to get it to look this way.
Also when I put my cursor over the blog article it turns black with a symbol. I don’t like the look of that. How can this be changed?
April 19, 2016 at 6:32 am #889835
ZeshanMemberHi there @adulthomehealth,
Thanks for writing in!
The styling of your example site is quite different than what you currently have. It could be possible to match the styling with deep CSS and template customizations, but this would be outside the scope of support we can provide. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Regarding the black hover with symbol with on the blog featured image, you can remove the effect by adding following CSS code under Custom > CSS in the Customizer:
a.entry-thumb:hover img { opacity: 1; } a.entry-thumb:hover:before { display: none; }Make sure to clear your minification and caching plugins to see the changes.
Thank you!
April 19, 2016 at 9:58 am #890185
adulthomehealthParticipantThat worked. How do I fix the name to remove / / symbols in the name? See attached photos.
April 19, 2016 at 10:01 am #890201
adulthomehealthParticipantAlso is there a way to remove the paper thumbnail image to the left of each title?
April 19, 2016 at 10:25 am #890250
adulthomehealthParticipantIt doesn’t have to be identical to that page. Just be able to have the side bar menu of items. Such as category and search recent posts if possible. Does that still require more than what the theme is capable of?
April 19, 2016 at 10:58 am #890310
adulthomehealthParticipantAlso I would like to remove the words: Permalink to: from the hover mode and just have it state the title. Is this possible? See attachment.
April 19, 2016 at 7:25 pm #890983
LelyModeratorHi There,
To remove the slash, please add the following custom CSS:
.p-meta>span:after { content: ""; }To remove the paper thumbnail, please use this custom CSS:
.format-standard .entry-title:before { content: ""; }To add sidebar, please go to Appearance > Customize > Layout and Design > Content Layout: Choose either Content Left, Sidebar Right or Sidebar Left, Content Right. Then go to Appearance > Widget and add widgets on Main Sidebar.
To remove permalink, please add this on Appearance > Customize > Custom > Javascript:
jQuery(function($){ $(".blog .entry-featured a").removeAttr("title"); });Hope this helps.
April 19, 2016 at 8:41 pm #891050
adulthomehealthParticipantI followed these instructions and it didn’t work. Any other ideas?
To add sidebar, please go to Appearance > Customize > Layout and Design > Content Layout: Choose either Content Left, Sidebar Right or Sidebar Left, Content Right. Then go to Appearance > Widget and add widgets on Main Sidebar.
April 19, 2016 at 8:44 pm #891053
adulthomehealthParticipantSee attached photo.
April 19, 2016 at 8:53 pm #891059
adulthomehealthParticipantEverything else worked except for the side bar.
April 20, 2016 at 2:54 am #891397
adulthomehealthParticipantAlso I would like to have one / in between the blog author name and category. Is this possible to remove one / and not both?
April 20, 2016 at 7:26 am #891670
Paul RModeratorHi,
Yes, it’s possible.
Please change this code
.p-meta>span:after { content: ""; }to this
.p-meta>span:first-child:after { display:none; }With regards to your sidebar, after selecting a layout with sidebar in Appearance > Customize > Layout and Design > Content Layout, navigate to Appearance > Customize > Blog > Layout and select Use Global Content Layout
Hope that helps.
April 20, 2016 at 11:39 am #892133
adulthomehealthParticipantAfter adding the new custom codes. This code is not working anymore. Is their another solution.
To remove permalink, please add this on Appearance > Customize > Custom > Javascript:
jQuery(function($){
$(“.blog .entry-featured a”).removeAttr(“title”);
});
April 20, 2016 at 11:47 am #892142
adulthomehealthParticipantdisregard that last message. User error. Its working now.
April 20, 2016 at 11:51 am #892145
adulthomehealthParticipantI am having a new issue. why is their a page 2 when their is space still on page 1? http://adulthomehealthcare.com/blog/
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-889266 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
