• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Thought I would keep it separate

    I was wandering ..on my homepage

    http://creatureproductions.co.uk/

    would it be possible to get rid of the white strip between the light grey bit (services and tweets) and black footer.

    Obviously that's the page text section bit ..which is empty.

    Ewan25
    1 year ago
  2. Hi,
    please provide username and password from wordpress dashboard and I would make the changes and then I would provide what changes I made.

    Cheers,
    Max.

    Max
    1 year ago
  3. Hi,

    right ok great

    If you could provide the changes you made that would be helpful in case I want to change it back :)

    thanks

    Ewan25
    1 year ago
  4. Hi,
    I made changes in page.php file. I added this code:

    <?php if (is_front_page()) {} else { ?>
    ...
    <?php } ?>
    

    Cheers,
    Max.

    Max
    1 year ago
  5. Ok great ...thanks again :)

    Ewan25
    1 year ago
  6. Hi there,

    If I wanted to return the white page text section... would I need to just remove this code?

    thanks for your time

    Ewan

    Ewan25
    5 months ago
  7. Hi,

    Yes, but be careful when you remove it, if you'll need help. contact us.

    PS: Please provide transaction ID you received when bought the theme.

    Cheers,
    George

    George
    5 months ago
  8. Hi

    Thanks for getting back to me

    I have found the paypal Unique Transaction ID2D209945AM2366641

    is that ok?

    Yes I was a bit worried at making the changes. I have found the page.php and located the code however as you can see its not the same way round as the one you put before:

    <?php if (is_front_page()) {} else { ?>
    ...
    <?php } ?>

    This is the code from my page.php file

    <?php get_header();
    
    	  tfuse_slider_include();
    
           if ( tfuse_shortcode_content('before', true ) )
           {  ?>
    
           <div class="before_content">
               <div class="inner">
                   <div class="container_12">
                     <?php tfuse_shortcode_content('before'); ?>
                   </div>
               </div>
           </div>
          <?php } ?>
    <?php if (is_front_page()) {} else { ?>
    	<div <?php tfuse_middle_class(); ?>>
    
        	<div class="container_12">
    
    			<?php  if (  tfuse_sidebar_position('left')  )
                { ?>
                        <div class="grid_4 sidebar">
    
                        <?php get_sidebar(); ?>
    
                        </div><!--/ .grid_4 sidebar -->
    
                <?php } ?>
    
    				<div class="<?php echo ( ! tfuse_sidebar_position('full') ) ? 'grid_8' : '';  ?> content">
    
    				<div class="entry">
    
                        <?php  if (have_posts()) : $count = 0;
                        while (have_posts()) : the_post(); $count++; 	?>
    
                       <?php tfuse_page_title(); ?>
    
                        <?php the_content(); ?>
    
                         
    
                        <?php   tfuse_comments();
    
                        endwhile; else:
    
                        _e('Sorry, no posts matched your criteria.', 'tfuse');
    
                        endif; ?>
    
    			</div><!--/ .entry -->
    
             <?php tfuse_shortcode_content('after'); ?>
    
    		</div><!--/ .content -->
    
    		<?php  if ( tfuse_sidebar_position('right') )
    		{ ?>
                <div class="grid_4 sidebar">
    
    				<?php get_sidebar(); ?>
    
    			</div><!--/ .grid_4 sidebar -->
    
    		 <?php } ?>
    
    		<div class="clear"></div>
    
    	</div><!--/ .container_12 -->
    
    </div><!--/ .middle --><?php } ?>
    
    <?php  get_footer(); ?>

    thanks for your help so far :)

    Ewan25
    5 months ago
  9. Hi,

    The code was there, in page.php file. I've removed it and now the white space is displayed on your homepage.

    All the best,
    Michelle

    Michelle
    5 months ago
  10. Hi there,

    Thank you :)

    If I wanted to make the white space thinner... how would I do that?

    many thanks

    Ewan

    Ewan25
    4 months ago
  11. Hi,

    You can do it by adding this code in style.css file of child theme, and change 100px value:

    .middle {
    padding: 50px 0 100px 0;
    }
    

    All the best,
    Michelle

    Michelle
    4 months ago
  12. Hi there,

    Thanks for getting back to me

    I have an older version of Brandcrafters ...so I don't have a child theme unfortunately. I assume I can just add this code to the main style.ccs?

    Where abouts should I add the code?

    many thanks

    Ewan25
    4 months ago
  13. Hi,
    Ok, add this code to main style.css file.

    Cheers,
    Alex.

    Alex
    4 months ago
  14. HI there,

    Thanks for all your help so far you have been great :)

    sorry to be an pain but as you can see I have inserted the "Our latest clients" on the grey bit instead.

    Would it be possible to just revert back to how I had it before and now remove the white page strip?

    I have tried inserting the code myself

    <?php if (is_front_page()) {} else { ?>
    ...
    <?php } ?>

    however I kept getting an error code when I load the homepage so then removed the code.

    cheers,
    Ewan

    Ewan25
    4 months ago
  15. Hi,
    this is the code that you need to use:

    <?php if (is_front_page()) {} else { ?>
    <style>
    .middle {display: none}
    </style>
    <?php } ?>
    

    Cheers,
    Max.

    Max
    4 months ago
  16. thanks guys :)

    Ewan25
    4 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.