Forum Replies Created
-
AuthorPosts
-
I updated it by changing it to draft, then back top publishing I had that date available –
Thanks
BThis reply has been marked as private.This reply has been marked as private.Perfect thanks!
I was able to replicate the code for the education page, but the All Projects and Data Centers code is not working for me, I tried slashes and spaces, but can you give me the right code for “data centers” and “All Projects” please
Thanks
BIt’s quite simple –
This page – https://www.svminc.com/category/commercial-office/ . Has a navigation on the top, the “Main Menu” if you roll your mouse over the links in the main menu they change to blue. I would like the word “Work” to be “Blue” at all times when your on this page.
The other issue is that “Splunk” doen NOT have the category “Data centers” checked in the category but is showing up as it does?
Please assist with these last two issues.
Thanks
BThis reply has been marked as private.This reply has been marked as private.Thanks so much!
This reply has been marked as private.I added the code you provided into the CSS box on the “General Styling” tab –
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == 'archive') $layout = 'blog-grid';
return $layout;
}
Then went to the category page – http://8gt.3f2.myftpupload.com/category/commercial/and still, see just 1 column opposed to 3
I removed the code from the CSS box, is there somewhere else I should be placing this code?
Thanks
Brian“Highlighted blue on the top nav” was referring to roll-over hover color for the top navigation menu
I would like the culture posts to have the top navigation menu link “culture” to be n the roll-over-active state blue that is used on all other pages when active.
Hope that helps, thanks for the info on starting new threads I will do that moving forward
Thanks
BHello
Sorry, one last additional request, we currently have all the blog posts highlighted Blue under “Work” but there are 3 market sectors (categories) that we want the blog posts to have the Culture active link to be highlight blue vs the “Work” page highlighted in blue. The 3 categories that we would like to have “Culture” highlighted blue on the top nav is Employee Engagement, Giving Back, and Positive Pulse. Is there a way to have these posts have the “Culture” tab up top highlighted blue opposed tot he “Work” tab?
Thanks so much and I hope this makes sense, we already modify some code to have certain pages highlighted blue so you may need to reference the custom CSS box :)
Thanks
BHello
Sorry, one last additional request, we currently have all the blog posts highlighted Blue under “Work” but there are 3 market sectors (categories) that we want the blog posts to have the Culture active link to be highlight blue vs the “Work” page highlighted in blue. The 3 categories that we would like to have “Culture” highlighted blue on the top nav is Employee Engagement, Giving Back, and Positive Pulse. Is there a way to have these posts have the “Culture” tab up top highlighted blue opposed tot he “Work” tab?
Thanks so much and I hope this makes sense, we already modify some code to have certain pages highlighted blue so you may need to reference the custom CSS box :)
Thanks
BThis reply has been marked as private.This reply has been marked as private.Hello Victoria, is there a way to just make the feature image populate on the category display?
http://8gt.3f2.myftpupload.com/category/commercial/
Thanks
BThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thanks Victoria!!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.yes thanks Mike –
nevermind I got it :)
B
This reply has been marked as private.Thanks Mike –
Your actually the best –
B
-
AuthorPosts