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*

content appears below secondary widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24649
    flipper
    Participant

    I am trying to display data from a custom post type in a template (using a child theme). I can do this successfully until I change the page layout to 2 columns. When I Change a 2 column layout my content jumps to the foot of the secondary widget.

    this is probably a css issue but any help is appreciated.

    snippet of code

    do_action( ‘attitude_main_container’ );

    <?php the_title(); ?> “> – View Job

    #24669

    Hi flipper,

    Could you make it more clear and also provide your site url too.

    Thank you!

    #24759
    flipper
    Participant

    Hi,

    I have a custom template with some dynmaic content. It appears what I have embedded in the template appears outside the #content div, making it display further down the page. There are some text details in the rhs widget itself.

    http://dp3.co.uk/test-2/

    clearly i am not setting up child theme template as intended for this theme so any pointers would be super.

    thanks

    #24794

    Hi flipper,

    You have placed your code in wrong place. Please place your code inside #content so that it will be displayed in main content area and will not jumps to the foot of the secondary widget.

    Thank you!

    #24799
    flipper
    Participant

    Hi,

    I think it was within the content div within the template but that isnt quite enough,

    ie
    <div id=”container”>
    <?php echo do_shortcode(“[tabby title=Tab1]”); ?>

    to do this i think i really have to hack the content-extensions.php file

    edit the function attitude_theloop() and create an new function based on this new template.
    would i be on the right track.
    thansk again

    #24826

    Yes flipper,

    You need to create a child theme and then only customize the code to be safe from data loss while updating to our new version.

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.