Hi, have some questions, hope u advise.
1. How can i have full width display as in “say hello” demo?
2. Is it possible to have a horizontal line below header on header style 2 ( top menus )
3. When i check ‘404’ page, i could see ‘Homepage’ also displays with some default image, how to avoid this?.
4. How to get infinite scroll or load more options for latest articles in homepage ( post loop ).
5. Is it possible to have ‘load more’ on search page template.
6. Is it possible center align footer widgets ( will look nice for horizontal mobile view ).
7. Would be good if article inline ad displays at the last paragraph whenever there are no as many paragraphs mentioned in ‘AFTER PARAGRAPH’ ( ad goes invisible ). Do u have any solution for this?.
Thank You.
Hi,
1. I’m not sure what you mean with full display – http://demo.tagdiv.com/newspaper_what/
2. By default there is a line bellow the main menu on header style 2 – http://screencast.com/t/tAlJWGL3X0 Do you want to place a border also bellow the logo and header ad? Please provide more details and your site url.
3. Please be more specific – http://screencast.com/t/aIygPV8L
4. The infinite scroll and load more pagination are available only for blocks and also on category template. You could use a block on your page and configure it to display latest articles and set pagination on it – https://forum.tagdiv.com/block-settings-tutorial/
5. Like I said above the load more pagination is available only on blocks, so there is no option for this.
6. I don’t know what footer template you use and what widgets you have there. Provide a link.
7. The inline ad appears after the paragraph you set in Theme Panel and it is a global setting.
Thanks!
1. To make you better understand, how u r getting these 2 templates, check wide header and footer.
http://demo.tagdiv.com/newspaper_local_news/
http://demo.tagdiv.com/newspaper_what/
2. Yes, to have a border line below logo and ad.
3. My mistake that should be search page not ‘404’, have a look at this.
4. Is it possible to design a homepage without ‘post loop’ section, seems the default template includes ‘latest articles’ with numeric pagination only. How to get a homepage like this…
http://demo.tagdiv.com/newspaper/homepage-infinite-scroll/
5. I think ‘search page’ template is designed with blocks only, why can’t we have a different pagination.
6. Using style 9, 3 widgets. Any generalized css code available for aligning footer widgets, to center align instead of left.
7. Regarding this, i could understand the concept, but if i mention 5 and by chance if a post has only 4 , then where goes the ad. Since this is a global setting, would be a mess for publishers. Normally ad plugins provide an option for this, to show the ad on last para if the specified para not exists. I am not reporting this as a bug, but a feature to be implemented. After getting impressed with the ad settings, i deleted by ad plugin and had to install it again.
Hi,
1. If you want full header/footer display, do not set a background color or image. When you set a background the theme will automatically transform the site into a boxed version.
2. I guess you could use box-shadow effect – http://screencast.com/t/Nk6Slh0g4Kvv
.td-header-style-2 .td-banner-wrap-full {
padding-bottom: 20px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
3. You can easily set a featured image also for your pages, then it will appear there.
4. Exactly like I said above. Just change the page template to Default and set a block with infinite load pagination to display your Latest Articles – http://screencast.com/t/Ns18mEZCV – http://screencast.com/t/4se2LI9ruZ3
5. The modules are used to create blocks and also on loop templates. You cannot design your search template using Visual Composer and you cannot add blocks there. You can only change the module to display your articles – http://screencast.com/t/Rw3tAqoYj
6. Try this custom css:
@media(max-width: 767px){
.td-footer-wrapper .td_block_widget {
text-align: center;
}
}
7. Noted, I have added your request on our list.
Thanks!
Hi,
Please check this tutorial – https://forum.tagdiv.com/smart-sidebar-2/ it is specified there how to enable sticky sidebar also on pages created with Visual Composer pagebuilder.
You can try this solution to remove pages from search results – https://forum.tagdiv.com/topic/search-box-3/
Thanks!
Hello robbie,
For more information about our child theme support, please consult here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
The Speed Booster is an optional plugin and it works only with the tested plugins.If you use other plugins it will be automatically disabled and I suggest to check this first in System Status. However there is a workaround to make it work also with other plugins, you can read more here – https://forum.tagdiv.com/topic/speed-booster-not-compatible-with-vaultpress/
Unfortunately, the time doesn’t allow us tot provide any custom and/or optimization services. We provide support only for the theme related issues based on Envato support policy – https://themeforest.net/page/item_support_policy I suggest to get someone to help you if you want to optimize your site.
Thanks for the message!
Hi, I didn’t ask for any optimization or customization. I just wrote whatever i faced while playing with this theme, also this is the first time i use this theme.
You have written ‘If you want to always enable speed booster, delete this code from speed booster file: http://screencast.com/t/RZLIOPUNdqh’, does it work as it should after removing this code?.
If i want to add some code as said by Alin before ‘ https://forum.tagdiv.com/topic/search-box-3/’, should i add it to end of the functions.php?. ( forget about child theme )
Thanks.
Hello,
If you remove the speedbooster code, the plugin will work together with other plugins as well. It will not break the plugin functionality, it only removes the plugin compatibility function.
The code you mention should be placed in functions.php as Alin suggests, yes http://screencast.com/t/tYrl4zT4cImb
Thank you!
Hi, little bit confused with blocks, modules, mx…
How can i able to control them via theme panel, need to change font, excerpt length?
I visited this link “https://forum.tagdiv.com/theme-thumbs/”, but still cannot figure out, for eg., i added “block 19” on homepage, but cannot find the module for that.
Hello,
You can see what block uses what module in this list: https://www.screencast.com/t/DNAfGizM
It can be confusing at first but when you understand the concept it;s rather easy.
The module is the the base element. A block is made out of 1 or more modules. So classically a block is just a ‘box’ in which we put one or more modules.
Thanks