General Home Page Inquiries

Posted in: Newsmag
Post count: 12

Hey guys, so first and foremost, my website is shanaplandebate.com. I had several inquiries that I haven’t found anything on that I need lots of help with:

1) How to place an ad above my full header logo (a fully responsive ad)
2) How to place an ad after all my home page content (even after “latest articles”). Whenever I add it on Visual Composer, it always comes before the “Latest Articles” section. This ad also needs to come after the sidebar.
3. Once someone finishes reading one of my articles, I’d like to make it infinite load, so that it automatically enters into the next article, continuosly. Lastly, I would like to remove the search icon in my main menu (I don’t see any option in the Theme Panel.

Thanks and I love everything about your amazing theme!

Post count: 6535

Hi

1.You can use theme’s custom ad-spots to display your ad above the logo. First you have to place your ad-code in one of the available custom ads. Then you have to edit the file corresponding with header style used and add this code like here: http://screencast.com/t/C9xwScefN

I’ve used custom ad 1 as example for header style 7.

2 Add do_shortcode function in page-pagebuilder-latest.php file: http://screencast.com/t/egUxLLUCs http://screencast.com/t/8lHVlabaDs

Also you will need this css in theme panel > custom code > custom css:

.td-container.td-pb-article-list .td-container-border {
border-bottom: 1px solid #e6e6e6;
}

3. Unfortunately the theme does not have an option to add infinite scroll on posts. To achieve that you’ll need some customizations in theme’s core files. This is a complex task and I can’t provide a solution for the moment. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer to help you with implementation.

Try this css to hide the search cos:

.td-search-wrapper{
display: none;
}

Thanks!

Post count: 12

Hello Andrei,

Thanks a lot for the response. I implemented most of what you said and it worked perfectly, except for the header above my logo. My site is shanaplandebate.com, and for some reason when I go to Appearance->Editor I can’t find the header-style-7 section to edit the code. Is there a reason why?

Post count: 6535

Hi

The indicated file is not available in WordPress editor. You will have to edit the file on your computer then upload it via ftp on your serer in exact same folder.
Before making any changes make sure you do a full backup to your current wp-install.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.