Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff
Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
You have a javascript conflict, see here: http://screencast.com/t/adhcaNkr5Q
Please disable all plugins and see if works.

Thanks!

Marius
tagDiv Staff

Hi,
We will take a look, thanks for the message!

Marius
tagDiv Staff

Hi,
Please edit your homepage and set this template Homepage – Blanks http://screencast.com/t/QvUIoxiW

Thanks!

Marius
tagDiv Staff

Hi,
We will fix it in the next update, thanks!

Marius
tagDiv Staff

Hi
Please take the social plugin from Themeforest last version. Download the theme again from theme forest and check in plugin folder.

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
You have installed some plugins? Please disable all plugins and check again. Do you use a shared server?

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Is only for pages, you have that settings on page editor. Is built to be used on homepages.

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Show me your site url to inspect it.
Thanks!

Marius
tagDiv Staff

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

Marius
tagDiv Staff

Hi,
Replace all files from Newspaper.zip file, that is the full theme at latest version.

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

Hi,
Please can you check if the Forum page have the slug forums?

Thanks!

Marius
tagDiv Staff

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!

Marius
tagDiv Staff

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!

Viewing 25 posts - 1,601 through 1,625 (of 3,236 total)