Forum Replies Created
-
AuthorPosts
-
IcedQuickParticipant
Thanks, you can mark this as resolved.
Cheers,
IcedQuickParticipantIcedQuickParticipantFor the first one – you will need edit the themes files to do this.
Second one – I recommend installing Google Tag Manager – the most simplest way to inject JS onto your page. The best plugin for WordPress is http://www.duracelltomi.com/google-tag-manager-for-wordpress/
IcedQuickParticipantI have the same problem if I enable:
Settings > Reading Settings > Front page displays > Posts Page: Blog (the page I have for listing all my blogs).
When that setting is left blank, the slider does not show up on the blog page. However it then lists all blog posts in full (i.e. not just excerpts and summaries to click through to the actual post).
IcedQuickParticipantOkay so I added more content to the two pages and the red bar (i.e. the default red of the background color) is no longer showing.
Although the issue was not resolved, by adding more content and filling the page removed that extra space.
IcedQuickParticipantSo after a few hours of testing, it seems the problem relates to the height of the page (i.e. not 100%). To fix this, I added the following to the CSS:
html, body, .wrapper {
height: 100%;
}But when I do that, long pages (such as the home page) then do not fill completely (i.e. the page background only fills halfway).
So I am still working on this 🙂
Cheers,
Byron
IcedQuickParticipantHi there,
The site is under construction, so you wont be able to see it. Do you have a email account that I can share a screen shot with you? Will that help or will you actually need access?
Cheers,
Byron
IcedQuickParticipantHi there,
I see this happens on the blog page as well. Surely there is somewhere to control this red bar?
Regards,
Byron
IcedQuickParticipantHi there,
Thank you for your reply. I have responsive on for the entire site so I am not sure why the red bar is only on one page? Also, it sits outside page content so how/where can I manipulate or fix it?
Regards,
Byron
IcedQuickParticipantOh yes, one other thing to mention is that this only happens in widescreen on some pages – if I resize the window and make it about 60% of widescreen, the red bar appears to disappear
IcedQuickParticipantHi there,
Thanks. So I have added a new template (an exact copy of the original template) and I have added a new widget class:
// Registering Business Page template 2 sidebar register_sidebar( array( 'name' => __( 'Business Page Section 2', 'interface' ), 'id' => 'interface_business_page_sidebar_2', 'description' => __( 'Shows widgets on Business Page Template. Suitable widget: Theme Horse: Featured Recent Work, Theme Horse: Testimonial, Theme Horse: Services, Theme Horse: PromoBox', 'interface' ), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h1 class="widget-title">', 'after_title' => '</h1>', ) );
I can add the services widget to this new widget class and choose the new template for my page. However, when I load the page for services – it still replicates the first template and it’s widgets. Should I be changing this somewhere else to hook the duplicate template to the new widget class?
Thanks,
Byron
-
AuthorPosts