Tagged: custom widget, portfolio items, post dates, sidebar, sticky posts
-
AuthorPosts
-
May 12, 2015 at 4:36 am #442791
hi!
fab theme :) well done. i’m delighted with my purchase.
these are the first & last questions from me. but sorry there are quite a few…1. i want less of an opacity on the image overlay. as suggested in another post, i tried using the code
.image-overlay { opacity: 0.3 !important; }
…but after the mouse rolled over, the image was left with a white opacity over it. can you please advise an alternative?2. how can i edit the sidebar in my Blog page? the default sidebar contains PAGES, CATEGORIES, ARCHIVE. i have created a custom widget, which i tried applying here but still it won’t acknowledge the content that i stuck in there and PAGES, CATEGORIES, ARCHIVE stayed put. similarly, i want to know how to control the sidebar widgets for: a) search results page, b) error page, c) tags archive, and d) categories archive. thanks.
3. in my nav, i would like my hover & active states to have different colours – both the text and its underline. currently both states are the same colour. any advice?
4. is there any way to get the tag cloud widget to display all tags & not just the most popular?
5. when doing a tag search, i would like to edit the results to say something other than “Portfolio Items.” where can i change this text?
6. when i am in a single portfolio item, i have set up a portfolio grid beneath using Avia. is there a way to hide the current portfolio item from this grid?
7. on my front page, i have recent posts in a grid beneath my slider. i have turned off dates for all posts but they are still visible here. how to hide?
8. will “make this post sticky” work to get certain posts to stay on front page when using the Avia Layout Builder > Content Elements > Blog Posts?
thank you so so much in advance!!
:)May 15, 2015 at 6:17 am #444759Hi!
1. That’s strange, i’m not noting that on your site.
2. Apparenace > Widgets > Sidebar Blog.
3. Use these codes (place in Quick CSS) to change the colors of the menu items:
.avia-menu-text { color: gray !important; } .avia-menu-fx { background: red !important; }
And this to change them when the menu is active:
li.current-menu-item .avia-menu-text { color: yellow; } li.current-menu-item .avia-menu-fx { background: green; }
4. Not exactly a theme question, i’d suggest looking for a specialised plugin, like this.
5. Can you post a link to this (the tag search)?
6. Refer to this:
https://kriesi.at/support/topic/portfolio-items-own-page-and-a-portfolio-grid-placed-in-it/7. Add this to Quick CSS:
.post-entry .slide-meta { display: none; }
8. It should, for most elements, i think.
Best regards,
JosueMay 20, 2015 at 4:52 pm #447268This reply has been marked as private.May 20, 2015 at 8:06 pm #447400Hey!
1. Here’s how it behaves on my end http://recordit.co/BrNvr3iYVy, does it happen on a specific browser for you?
2. Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.