badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

IcedQuick

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Business Layout Widgets #11319
    IcedQuick
    Participant

    Thanks, you can mark this as resolved.

    Cheers,

    in reply to: Business Layout Widgets #10914
    IcedQuick
    Participant

    Hi there,

    You can see the live site here:

    http://www.trend-digital.co.za/

    Cheers,

    IcedQuick
    Participant

    For 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/

    in reply to: Homepage Slider showing up on Blog page #10722
    IcedQuick
    Participant

    I 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).

    in reply to: Business Layout Widgets #10599
    IcedQuick
    Participant

    Okay 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.

    in reply to: Business Layout Widgets #10598
    IcedQuick
    Participant

    So 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

    in reply to: Business Layout Widgets #10592
    IcedQuick
    Participant

    Hi 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

    in reply to: Business Layout Widgets #10590
    IcedQuick
    Participant

    Hi there,

    I see this happens on the blog page as well. Surely there is somewhere to control this red bar?

    Regards,

    Byron

    in reply to: Business Layout Widgets #10587
    IcedQuick
    Participant

    Hi 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

    in reply to: Business Layout Widgets #10575
    IcedQuick
    Participant

    Oh 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

    in reply to: Business Layout Widgets #10483
    IcedQuick
    Participant

    Hi 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

Viewing 11 posts - 1 through 11 (of 11 total)