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 :)
Alin [tagDiv]
tagDiv Staff

Hi,

I tested this exactly with what you have there, but I was unable to recreate your issue: http://screencast.com/t/K2Kkp0xmmhttp://screencast.com/t/GyV1vddViV
Please try this without any plugin active, leave only Visual Composer and that plugin active also empty cache and see if the issue is still there. Also try to reinstall the plugin if the issue persist.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes you are right there is not a Tab widget to use in the sidebar. This should not be there at custom widgets. But if you want to use it please add it with Visual Composer: http://screencast.com/t/iAMAMvMP
Result: http://screencast.com/t/JqsMSo2um

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you still have issues?
I have checked your site and I see that it’s fine: http://screencast.com/t/sPjLatTs

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable breadcrumbs from Theme Panel > Post Settings: http://screencast.com/t/tTKHQKTXC9

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this solution to add share buttons to the top: https://forum.tagdiv.com/topic/how-to-add-sharing-options-on-top-of-the-postarticle/
Also if you have issues related to the theme please let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and seems that the problem is solved: http://screencast.com/t/sxhEPRSq8V

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site, but I did not found that extra space: http://screencast.com/t/T20gnHrV

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and found that you have an error in console so please disable WP-Cleanfix plugin: http://screencast.com/t/1vtVd3ke5B
Please deactivate all plugins and leave only Visual Composer active and check again.Also note that adsense are not responsive on the fly, you have to refresh the window in order to get the right size ads for current screen width.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try page: http://screencast.com/t/hJf9NJoCmb5o but like Lucian said blocks/sliders were designed to work properly with posts. Pages will be automatically sort by “Latest” you won’t have many options in settings to work with pages.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Like Lucian said try to add 'orderby'=>'date',(please see Lucian’s screenshot) if you want articles to order by date or another parameter from there: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use a page template without background for example: http://screencast.com/t/fXm58i1ry0 and(like I said above) add Big Slider manually to the page using Visual Composer: http://screencast.com/t/Phgvb2VLhttp://screencast.com/t/uUa2mpAmLUm
Result: http://screencast.com/t/HsAn6hYGr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

First please make a backup to your current theme installation if you update so in case something goes wrong you can revert back to it. Major change was in version 3.7: https://forum.tagdiv.com/newspaper-v-3-7/
If you want to update please follow our guide and use ftp method: https://forum.tagdiv.com/how-to-update-the-theme/ also please update plugins that come with the theme’s files-you can find them in /plugins folder.
You can take look here and you will find all changes till current version: http://themeforest.net/item/newspaper/5489609

Also if you don’t want to update to the latest version and need another version of Newspaper please send your request at contact@tagdiv.com and also include a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Lucian already replied there: https://forum.tagdiv.com/topic/load-more-pagination/

3. Please provide a link where you use next/prev pagination as on your homepage you use a block with load more pagination. Also make sure that that you use block title, because next/prev pagination will be hidden also if the title is hidden: http://screencast.com/t/Bj4hxd3uTQckhttp://screencast.com/t/viWr3V4kk
Result: http://screencast.com/t/Mqla2yDOF5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for this, the screenshot from above I believed that is a page.
So if you need an add above comments on posts please add your code in Theme Panel > ADS > Custom AD 1: http://screencast.com/t/0F6qFnW9 and edit your post template file that you use and add this shortcode: http://screencast.com/t/fzthuQLKup

echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');

Result: http://screencast.com/t/jP9vbfkPWcor

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add also this css: http://screencast.com/t/VGyNAUgJ

.iosSlider .slide-meta-author{
background-color: transparent;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for misunderstanding, you said thumbnails and I thought that you refer to a gallery.
You can add background color to a column or a row from backend: http://screencast.com/t/87x9V60Tdhttp://screencast.com/t/Q1I7SFNbHK5
Result: http://screencast.com/t/fylQsBAQXqtfhttp://screencast.com/t/ceNy4iViW

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option for this. You will need custom modification and it is not an easy task. You can get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support.
We will try to add an option in future updates!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay! We have missed your topic somehow.

Please remove padding-top and add this css instead, so that space should be clickable: http://screencast.com/t/wVe73kwLYkj

#outer-wrap {
top: 136px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You use SEO by Yoast so you can change that from homepage: http://screencast.com/t/L8LxxL7EH

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to add this code in big slide module: http://screencast.com/t/80VT7i2j6e an also the excerpt’s function from td_module.php: http://screencast.com/t/GhMUGRBfLtk

<div class="td-excerpt">
      <?php echo $this->current_post->get_excerpt(25);?>
</div>
function get_excerpt($lenght = 25, $show_shortcodes = '') {

        if ($this->post->post_excerpt != '') {
            return $this->post->post_excerpt;
        }

        if (empty($lenght)) {
            $lenght = 25;
        }

        $buffy = '';
        //print_r($this->post);

        //remove [caption .... [/caption] from $this->post->post_content
        $post_content = preg_replace("/\[caption(.*)\[\/caption\]/i", '', $this->post->post_content);

        $buffy .= td_util::excerpt($post_content, $lenght, $show_shortcodes);
        return $buffy;
    }

And also this css in Theme Panel > Custom Css: http://screencast.com/t/tnNg3nS8eCjC

.td-big-grid-meta .td-excerpt{
bottom: 0px;
left: 0;
position: absolute;
color:white;
background-color: blue;
}
.td-sbig-title-wrap {
position: absolute;
bottom: 20px;
left: 0px;
}
.td-big-grid-title .td-sbig-title-wrap{
bottom: 20px;
}

This is not an easy task if you don’t have some basic php/css experience… also it is possible to need more css customization.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please deactivate all plugins, leave only Visual Composer active, also empty cache an try again. Maybe it is a plugin conflict.
I tested this also in playlist on post: http://screencast.com/t/cKRQBYTNthttp://screencast.com/t/WRKumtCvnKw

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site URL so I can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked this and unfortunately I cannot provide you a solution. This text comes from the plugin and it is added automatically like excerpt. I can’t even hide it with css because is a part of the excerpt: http://screencast.com/t/kegmN2vj

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme was initially designed at that width with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work. The newsmag theme has it’s full width 1021px.
I have tried a css solution to create a border over the image for your site: http://screencast.com/t/B27txFYaDy

.home .td-pb-span4 .td_module_mx1 .td-block14-border {
background-color: white;
display: block !important;
height: 220px;
right: -3px;
position: absolute;
width: 3px;
z-index: 1;
}

Please add css code in Theme Panel > Custom Css: http://screencast.com/t/gw9OG0KDZSx

Also please provide more detail about the tab title, if you refer to these titles: http://screencast.com/t/no5PoFgw there is no option for this and you will need custom modifications. You can get someone to help you with this as unfortunately we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I was unable to recreate this. Please make sure that you follow this guide to create a megamenu: https://forum.tagdiv.com/menus-newsmag/
Also please deactivate all plugins(maybe is a plugin conflict), leave only Visual Composer active, empty cache and check if the issue is still there.
If you still have this issue please provide a screenshot of megamenu settings. Let me know!

Thanks!

Viewing 25 posts - 6,976 through 7,000 (of 7,871 total)