Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.December 9, 2014 at 12:07 pm in reply to: Weird Theme Options/edit page formatting on update #365275
Hi Elliot,
I’ve found the problem now which was weird – there was a new copy of the theme in the Framework folder – not sure how that made its way there haha. So this can be closed now.
Cheers!
Amazing! Thanks a lot :)
But still, when I’m in a sub category of the main section, the colour disappears.
Is there any way I could make it stay on the top while users are anywhere in the subcategories?
Just had a fiddle, was easier than I thought lol
.menu-item-top-level-1.current-menu-item > aI feel helpful today, so…
Add your whitespace as needed & in your style sheet add this to the bottom:
@media only screen and (max-width: 480px) {
#top .hr-invisible, .hr-invisible .hr-inner {
margin: 0;
border: none;
height: 0px !important;
}}
If it still affects the tablet view change 480 to 767
- This reply was modified 10 years ago by Kris1711.
Silly me :D. Thanks a lot, much appreciated!
This reply has been marked as private.Fail to see what you’re asking lol, if you want to do that do it but you won’t be able to update your theme and will be vulnerable to hacks
This reply has been marked as private.Ok I’ve found the problem – which is really strange! When I’m in general layout -> dimensions, changing settings in there has no effect on the code. Weird huh?
So how I fixed it was changing this:
.responsive #top #main .sidebar.smartphones_sidebar_active {
display: block;
text-align: left;
border-left: none;
border-right: none;
border-top-style: dashed;
border-top-width: 0px;
width: 100%;
clear: both;
}To this:
.responsive #top #main .sidebar.smartphones_sidebar_active {
display: block;
text-align: left;
border-left: none;
border-right: none;
border-top-style: dashed;
border-top-width: 0px;
width: 40%;
clear: none;
}Wonder why changing theme settings didn’t change this code?
Cheers,
KrisThis reply has been marked as private.October 30, 2014 at 4:43 pm in reply to: Product Description and Product Image light box STILL missing in all VIEWS #343475What you have to understand is these guys are a team of about 5 that get hundreds of support requests per day for this theme alone. Throwing your toys out of the pram isn’t going to help you.
October 30, 2014 at 12:32 pm in reply to: Product Description and Product Image light box STILL missing in all VIEWS #343355Vegas your attitude astounds me the way you were demanding for a fix, be glad you’ve even got support because with a lot of themes you’d be left in the dark.
This reply has been marked as private.This reply has been marked as private.Sorted this now – can be closed
Thanks for help :)Cheers for that – I think the client might be happy with the avia breadcrumbs now though. One question though, can I remove the avia breadcrumbs and title from the h1 tag (which they’re wrapped in), as many of my pages have different h1s to the page title. I feel this wouldn’t be best practise for seo (maybe it would be better in a span)?
I’ve tried adding the following code:
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>to a few different PHP files and am having no luck. I thought it would be pretty simple to implement this – I assumed it would just be a case of adding that code to the top of the php file that displays the content – which I think is page.php? But this doesn’t seem to work.
-
AuthorPosts