Hi,
You can use the Page builder to build you homepage like you want. You can use blocks to show different categories on you homepage and also to have a list with latest article with pagination at the bottom.
Here is the theme documentation if you want to take a look: https://forum.tagdiv.com/newspaper-documentation/
Thanks for your message!
Hi,
Please give us more details, show us you site URL, what do you use for your homepage?
You post is in featured category? All that post will be on the Big slider if is set to show Featured posts.
Thanks!
Hi,
The theme use Bootstrap and probably that plugin used by you have conflicts in style and overwrite the theme style.
If you want, hire a developer or a freelancer to take a look. You can take a look here: http://www.microlancer.com
Thanks for understanding!
Hi,
1. Add this code: <div class="meta-info-date"> and </div> like here: http://screencast.com/t/1d7TJrCBNGhv
2. Add this CSS in Theme panel -> Custom CSS
ul.td-category {
display: inline-block;
float: none;
}
.post .meta-info {
max-width: 100%;
}
Thanks!
Hi,
See here: http://screencast.com/t/WVpIIZmRFGT
Hi,
If you use the Homepage blank, you have to add the sidebar from Page builder, make a 2/3 – 1/3 columns and add in column 1/3 a Widgetised sidebar like here: http://screencast.com/t/STSmWVlJb
Thanks!
Hi,
You have a javascript conflict, see here: http://screencast.com/t/adhcaNkr5Q
Please disable all plugins and see if works.
Thanks!
Hi,
We will take a look, thanks for the message!
Hi,
Please edit your homepage and set this template Homepage – Blanks http://screencast.com/t/QvUIoxiW
Thanks!
Hi,
We will fix it in the next update, thanks!
Hi
Please take the social plugin from Themeforest last version. Download the theme again from theme forest and check in plugin folder.
Thanks!
Hi,
The block are built using modules or combination of modules. The Block 6 use Module 9.
Please set the excerpt for module 9.
Thanks for your message!
Hi,
You have installed some plugins? Please disable all plugins and check again. Do you use a shared server?
Thanks!
Hi,
We will take a look. We want to update the page builder but will take some time, The new page builder have Front end live editor.
Thanks!
Hi,
Please make the update again and be sure you replace all files.
Move that line code here: http://screencast.com/t/IvmKHLfH
That illumination can’t be possible, is illuminated only if you are on the category, not on a post.
Thanks!
Hi,
Is only for pages, you have that settings on page editor. Is built to be used on homepages.
Thanks!
Hi,
If you have version from 3.2 the post file now is loop-single.php http://screencast.com/t/tjnE0lwmiIIY
Add your code there without buffy.
Try this
<h4 class=”block-title”><span>Commenti:</span></h4>
<div class="fb-comments" data-href="<?php get_permalink(); ?>" data-colorscheme="light" data-numposts="5" data-mobile="false" data-width="700"></div>
Thanks!
Hi,
Here is the menu bar file, search icon in on 1 column as you can see span1 and for menu we asigned span11 which means 11 columns. Boostrap have 12 columns.
If you want a search box there you have to change for more space like for menu span8 and for search span4
Thanks!
Hi,
Show me your site url to inspect it.
Thanks!
Hi,
Default the theme have leaderboard on desktop and on mobile you can set which banner you like instead of auto.
http://screencast.com/t/oLy0Ng9ot
Thanks
Hi,
The patch is live now, re-download the theme again from Themeforest.
@mrmobile something went wrong there, we have tested that and works in our case. If someone try it please give a sign here.
Thanks!
Hi,
Please can you check if the Forum page have the slug forums?
Thanks!
Hi,
I mean you can display the date of the event instead of the post date like here: http://screencast.com/t/itXPBdFPV
To do that replace code like here: http://screencast.com/t/TM3Sx1AKK
if ( 'event' == get_post_type($this->post->ID) ) {
$EM_Event = em_get_event($this->post->ID, 'post_id');
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . $EM_Event->output('#_EVENTDATES') . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
} else {
$buffy .= '<time itemprop="dateCreated" class="entry-date updated' . $visibility_class . '" datetime="' . date(DATE_W3C, $td_article_date_unix) . '" >' . get_the_time(get_option('date_format'), $this->post->ID) . '</time>';
$buffy .= '<meta itemprop="interactionCount" content="UserComments:' . get_comments_number($this->post->ID) . '"/>';
}
And yes, the code above should work
see here all the screenshot:
– http://screencast.com/t/2STtSmDmr
– http://screencast.com/t/nEDmVsGBh
Result:
no sorting: http://screencast.com/t/oV07D1ERa
sorting by date(upcoming event): http://screencast.com/t/itXPBdFPV
Thanks!
Hi,
Please search on Google how to check if you have GD library installed in your server and install it. You can ask the server administrator for all the details, if you can’t manage it.
You have to make a php file to see if you have that installed http://www.websitecamp.com/check-php-gd-library-installed-or-not
Thanks for your message!