David
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] New sticky header transparency and borderActually scratch that advice as the solution doesn’t work for me…
Forum: Themes and Templates
In reply to: [Customizr] New sticky header transparency and borderHi jimbolite,
Have you looked at this thread that Dave has answered?
Actually I have narrowed down the issue a little bit as it doesn’t happen on my site where the menu list is quite short. It only happens when the menu list is longer than 1024px (bottom of the iPad screen in portrait mode)
Thanks
Hi Nicolas,
I just posted this issue here
I can confirm that in Portrait mode on an iPad the menu either doesn’t stay down or it opens and then it can’t be closed because it re-opens again. It’s similar to the issue with the fonts jumping two pixels in Font Customizer.
Thanks,
Dave
Forum: Themes and Templates
In reply to: [Customizr] Sidebar widget titles not appearing after updateGenius! I removed those additional brackets a long time ago because I couldn’t understand why they were there. It’s not until I looked closely at the code that I realize now why they should have been there!
Much better!
Thanks
Forum: Themes and Templates
In reply to: [Customizr] Sidebar widget titles not appearing after updateYes, I remember that I have set the title text to white but the h3 background color is #2EA2CC which is not showing. The border color and line is also not showing.
.textwidget { background-color: #2EA2CC; border-style: solid; border-width: 1px; border-color: #2EA2CC; }These changes were showing prior to the update. The table with Swim Distances is using TablePress and its an Enhanced Text Widget if that helps?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] [Theme: Customizr] Remove, Hide or Style Blog TitleThat works. I’m going to mark this issue as resolved and thank you both very much for your support. 🙂
Forum: Themes and Templates
In reply to: [Customizr] [Theme: Customizr] Remove, Hide or Style Blog TitleActually I find the snippet – is this what you meant?
add_action('wp_head' , 'remove_post_list_title_links'); function remove_post_list_title_links() { ?> <script id="remove-links-in-title" type="text/javascript"> jQuery(document).ready(function($) { $('.entry-title').each(function() { var $title_link = $('a[rel="bookmark"]' , $(this)), $title_text = $title_link.text(); $title_link.remove(); $(this).prepend($title_text); }); }); </script> <?php }Forum: Themes and Templates
In reply to: [Customizr] [Theme: Customizr] Remove, Hide or Style Blog TitleHi Dave,
Yes I agree. There is no point in going lower but how do I do that? I did see a code snippet to remove the links but how do I keep the color for the titles?
Thanks
Forum: Themes and Templates
In reply to: [Customizr] [Theme: Customizr] Remove, Hide or Style Blog TitleThis code worked a treat so Thank You!
.blog .breadcrumbs { display: none; }When I look at each post, I notice that I have breadcrumbs displayed – Home > News > News > which doesn’t look ideal.
I used
.single-post .breadcrumbs {display: none;}to remove them which works great (it’s amazing the power of a little knowledge and Firebug Inspector) but I really only want to remove the Category from the trail so I have Home > News. I have categories in use on the online store so I need to be careful.btw Dave, it was your answer to this support question that I have used to remove the breadcrumbs from specific pages.
Thanks
Forum: Themes and Templates
In reply to: [Customizr] [Theme: Customizr] Remove, Hide or Style Blog TitleThe two solutions for margin and color worked perfectly – so easy I could almost cry! – but the breadcrumbs solution doesn’t work unfortunately.
This is the code as per your suggestion but the comma after breadcrumbs shouldn’t be there, should it?.page-id-28 .breadcrumbs { display: none!important; }Thanks for your help.
Forum: Themes and Templates
In reply to: [Theme: Customizr] Remove Blog TitleI’ll mark this question as resolved as I have posted it in the Customizr Support Forum
I found a similar solution here so I will mark this as resolved and post a question in the Customizr Support Forum
Forum: Themes and Templates
In reply to: Customizr active page menu colour doesn't changeHi ElectricFeet,
I must have done that again for another of my posts and hence the reason I have had no replies! I will re-post it in the correct forum – I did include [Theme: Customizr] in the title though.
I was able to rectify this issue by going to:
Customizr > Font Customizer > Header > Menu Items > Reset to defaultAs soon as I did that it was working again. A handy tip if things go awry.
Thanks for responding 🙂
Dave
Thanks Tobias. I will take this offline and respond via your email. My site is due to launch this week so it would be good to have this feature working – well it’s probably working just user error perhaps.
Cheers,
Dave