Darryl Marshall
asked 10 years ago

Is there a way to get a discounted version that only includes responsive functionality? I don’t need any of the other features of the pro version. I am also curious if there is a way to reduce the height of the header image on the homepage so it takes up less space.
 
Thanks!

2 Answers
DominicStaff
answered 10 years ago

Regarding the responsive version of the DW Timeline Free, we don’t have any plan yet to do that. We can provide you a discount code for the DW Timeline Pro, you can use and purchase the theme easily.
To change the height of the header image on the homepage, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.banner.cover {
    min-height: 550px;
}

Regards,

Darryl Marshall
replied 10 years ago

Thank you! A discount code would be great 🙂

Darryl Marshall
replied 10 years ago

I used the 20% code and updated to the PRO version. However the banner cover code does not seem to be working on the PRO version. I would like it to be around half the size it currently is but changing the px number doesn’t seem to have any effect.

Darryl Marshall
replied 10 years ago

Nevermind I figured it out…

I am having trouble eliminating the top of the middle line on the timeline that touches the header image though. I am looking to have my logo spill over the bottom edge (which it does) but it has the top of the line from the timeline showing on top of it. I tried using z-index but that didnt work.

Is there a way to either start the line after the “page 1” box or to send that line backward in stacking so my logo will cover it up?

Dominic Staff
replied 10 years ago

You can tell me detail about this issue. Please send me your site & a screenshot for further checking.

Darryl Marshall
replied 10 years ago

Here is a link to my site: http://www.191shoutout.com/

The 191Shoutout logo is being covered up by the gray timeline separator. I’d like the logo to be in front of it or I would like the top of the line to be cut off.

I also do not want front end posting but I cannot find an option to turn that off.

DominicStaff
answered 10 years ago

To resolve issue with your logo, you can add the following code to the Editor CSS. 

.banner .page-title { margin-bottom: 100px; }

– If you want to turn off front end posting,  you can open the index.php file. Find / remove the line 24 to line 26.

   <?php if( $page == 1 && is_user_logged_in() && current_user_can( 'publish_posts' ) ) : ?>
      <?php get_template_part( 'templates/post-form' ); ?>
    <?php endif; // Front-end post form for admin user ?>
Darryl Marshall
replied 10 years ago

Unfortunate that is not the issue with the logo. I actually want the logo to be overlapping the top of the content area. Changing the margin bottom only moves the logo back above the content area.

I am looking to keep the logo in its current place but to get rid of the line down the middle that separates the columns at the top or to push it behind the logo. Currently it is on top of the logo and obstructing the view

Dominic Staff
replied 10 years ago

Apologies for the delay in replying to you, you can send me username & password your site (via private answer) for further checking.

Powered by DW Question & Answer Pro