-
AuthorPosts
-
January 22, 2014 at 3:09 am #213154
Dont know if this is asking too much, -…I just really think it would be cool to have theese features
-and just hope it to be simple soloutions !1…..http://jsa-gitterflex.apartebuild.dk/wp-content/uploads/2014/01/breadcrum-remove-blogpage.jpg
I’d like to get rid of the breadcrumbs that appear on post pages AND singlepost pages aswell (but not on the homepage in general):I’v tried some older threads but cant find a piece of code that will work on my page :-(
2….Alternatively i would be happy just to be able to control the pages wich the breadcrumblinks link to !!!
3. Would it be possible to have a backarrow-button” from singlepost to blogpage it feels like landing in the dessert the way it just end now :-)
4…..http://jsa-gitterflex.apartebuild.dk/wp-content/uploads/2014/01/scrollbar-on-blogpage.jpg
-This would be a nice touch ! -Is there a simple piece of code to do this ?
5…..http://jsa-gitterflex.apartebuild.dk/wp-content/uploads/2014/01/partner-logo-as-menu.jpg
-My client wants the images (in all there are 8) in the partner Element/logo to change on hoover and act more like a menu that shows the current page the visitor is seeing by holding on to the hoover-image. -Just like the red line jumps and stays underlining the text in the header navigation line. All 8 images have unique links to pages i dont want to see in my header/ -or footer menu !
6….. You supported me in this thread https://kriesi.at/support/topic/header-navigation-menu-and-spacing-on-blogpagepost/#post-212517
-The code provided by ismael worked perfektly but im wondering if it would be even nicer to make the whole area above the navigation textline less active just the way ismaels code did to the area covering the telephonenr. Its never goodlooking when you have mouse shoving “hotspot” in blank areas :-)
Is there an easy fix for this too ?
pagelink:http://jsa-sikring.apartebuild.dk/
All the best to you good people
Claus.January 23, 2014 at 5:12 pm #213953Hi aparteDenmark!
1) You can use:
.text-sep.text-sep-comment, .blog-author.minor-meta, .blog-categories.minor-meta, .text-sep.text-sep-cat { display: none; }
Then show them on the home with:
#top.home .text-sep.text-sep-comment, #top.home .blog-author.minor-meta, #top.home .blog-categories.minor-meta, #top.home .text-sep.text-sep-cat { display: inline; }
2) In general, this isn’t breadcrumbs. The breadcrumbs are the page link tree at the top of pages just under the menu but no there isn’t a way to individually control where the meta data and links go.
3+4) That would need to be added into the theme feature request topic or added in via a plugin/custom coded customization.
5) I’m not sure the partner element could do that. Either as a new bit of custom code or a modification of that element it would need to be done by a freelance developer as its far beyond what we can do via support.
6) For the menu active area no not that I know of. The position of the menu is actually determined by the line height of the menu items so modifying them is jumping down a route of potentially needing fixes for cross browser support and all responsive sizes.
Cheers!
DevinJanuary 24, 2014 at 1:00 am #214225hi Devin.
1. -The first piece of code did the job :-)
-Second piece, I cant see any effect ? -But nevermind i’m happy as it is !2. -i’m fine now that it’s gone !
3+4. – i might post the scrollfunction in the theme feature request topic…
5. I managed to partially solve the question myself, by simply changing the images in every one of the 8 pages :-) -Now i just miss the hoovereffect, but thats OK. (try clicking this button on my front page:
6. OK :-)
Thank you for your great support.
-
AuthorPosts
- The topic ‘Enfold breadcrumb scrollbar partner element/logo as menu’ is closed to new replies.