Support Forums for LiveMesh Themes & Plugins › Forums › SiteOrigin Widgets Support › Portfolio Grid Navigation Menu Bar Color/Customization
- This topic has 23 replies, 4 voices, and was last updated 5 years, 4 months ago by
Kelsey Smart.
-
AuthorPosts
-
November 29, 2017 at 11:06 pm #28410
Kelsey Smart
ParticipantHi,
I have a few things I have been trying to accomplish but can’t seem to find the correct CSS to do it. Any help would be greatly appreciated.
1. Change the red bar in the navigation for the portfolio grid.
2. Increase the padding under the post excerpt on portfolio item.
3. Is it possible to change the post/project on the thumbnail to show an icon instead of the text?My website is: http://fizzy-shake.flywheelsites.com/our-projects/
If you need anything me know.
Thanks,
KelseyNovember 30, 2017 at 9:48 am #28414Veena
Moderator1.Pls use the below custom CSS in themeoptions-
.lsow-filter-item.lsow-active:after { border-color: transparent; }
2. Can you pls share a screen shot that shows where exactly you need the change.?
3. We don’t have this feature atpresent.
November 30, 2017 at 6:36 pm #28421Kelsey Smart
ParticipantHi,
1. I tried adding that CSS but the bar is still red. I would like to change it to be another color.
2. I have attached a screenshot to help you.
If you need anything else, please let me know.
Attachments:
You must be logged in to access attached files.
December 1, 2017 at 4:20 am #28428Kelsey Smart
ParticipantHi,
I wanted to let you know that I figured out how to add the padding to the excerpt summary. However, I still need help with changing the color in the little bar in the categories menu.
I also have one other question:
I was trying to add text to the except/summary, is there any way to create line breaks, it keeps displaying continuous text but I need to show addresses underneath.
I need the text underneath to display as:
123-45 Airport Road
Calgary, AB
T2E 7R3Thanks,
KelseyDecember 2, 2017 at 4:59 am #28434Veena
ModeratorPls have the below custom CSS in themeoptions –
.lsow-block-header .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after { border-color: transparent; border-bottom: none; }
Regarding exerpt : I ll try in my test installation and get back to you..
December 4, 2017 at 8:58 pm #28458Kelsey Smart
ParticipantHi Veena,
I tried that CSS but it removed the red line, I was wanting to change the color of it to be orange instead of red. I tried changing the border-color to be orange instead of transparent and removed the border-bottom but it still hasn’t changed.
If you could let me know about the excerpt that would be great.
Thanks,
KelseyDecember 5, 2017 at 11:14 am #28466Veena
ModeratorI am seeing orange color border on your projects page. Hope you managed this already.
Regarding exerpts i did try adding br tag and custom exerpt plugin but still have the same issue.
Let me check what other options can try on this and ll get back to you with a solution.December 13, 2017 at 10:51 pm #28631Kelsey Smart
ParticipantHi Veena,
I managed to get it to change to orange, so that is working.
I was wondering if there was an update on the excerpt?
Thanks,
KelseyDecember 15, 2017 at 12:13 pm #28647Veena
ModeratorCan you pls try this plugin –
https://wordpress.org/plugins/advanced-excerpt/January 8, 2018 at 5:52 pm #28852Kelsey Smart
ParticipantHi,
I tried using that plugin but it doesn’t seem to work. I still get the <br> that appears in the text.
Is there any other solution?
Thanks,
KelseyJanuary 9, 2018 at 2:03 pm #28863Raghavendra
ModeratorIf you remove the following code in includes/blocks/module.php at line number 178 –
$output .= wp_trim_words(wp_strip_all_tags(strip_shortcodes($excerpt)), $excerpt_count, ‘…’);
with
$output .= $excerpt;
the formatting is preserved. You can have this change in your local installation for now until I find a solution to this. wp_trim_words() function removes all formatting for some reason and we need the same to let users control the number of words that can be output as excerpt.
January 15, 2018 at 9:46 pm #28901Kelsey Smart
ParticipantIs that in the child theme or in the theme files?
January 17, 2018 at 2:14 pm #28937Raghavendra
ModeratorThis is in the plugin Livemesh SiteOrigin Widgets Pro installed on your site.
January 17, 2018 at 5:39 pm #28941Kelsey Smart
ParticipantHi,
I have updated the modules.php with on line 178 with the replacement you recommended and it still doesn’t allow me to add breaks to the text.
Thanks,
KelseyJanuary 20, 2018 at 6:23 am #28975Raghavendra
ModeratorCan you pls post a temp login to the site as a private message here? The change I posted has been tested in our dev server and works fine. I would like to see what’s happening in the above server and tailor the change accordingly.
-
AuthorPosts
- The topic ‘Portfolio Grid Navigation Menu Bar Color/Customization’ is closed to new replies.