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’m not sure how you set your page in backend and also what page template do you use. Please provide a link and more details how you set it in backend. Also do you use version 4 of the theme?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check this without any plugins active, leave just Visual Composer active, clear cache and see if you still have this issue. Also disable any css/js minifications. You have these errors in the console that may affect stretched background image – http://screencast.com/t/VVhAsyEukl

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we did not tested this plugin with the theme or any related to it, but you can make this change into the code – $this->title – to the alt tag and it will take article title – http://screencast.com/t/p4caXWaCishttp://screencast.com/t/OCgI4e7hAsiH so this it will be applied for all featured images.

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure what you mean. Do you want to remove ads on a specific page? The theme doesn’t have an option for this so you will have to add a condition so the ads will be not displayed on that specific page/pages – http://screencast.com/t/WJmvB4xOtU You can find out about this(how it can be used) here – https://codex.wordpress.org/Function_Reference/is_page

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Here you don’t use a gallery this is a smart list. Try to comment this line – http://screencast.com/t/qTYJi6TW and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your page and you have some errors in the console – http://screencast.com/t/n7ymwXIElTCz please check this without any plugins active except of Visual Composer, clear cache and see if you still have this issue. Also check this without any css/js minification.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use a background color/image for your site, it will automatically switch to boxed version. So please remove background and see if it works.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why you have this issue, please provide a link as I need to inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately Newspaper 6 doesn’t support rtl, you will need custom modifications to adjust it for rtl. We had to make this decision as we changed the theme’s grid and designing the theme to be able to also support rtl would cost us many resources, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately this was a small update just to fix SEO incompatibility issue and we forgot to change the theme version, but if you downloaded the latest version from themeforest then it is 6.2.1. Sorry for inconvenience!
To have also h1 and h2 to your pages just add a text block anywhere on the page(you can add it in the sidebar for example and use it on more pages) and add a title and a small description.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Our support program is Monday – Friday: 8:00 AM – 17:00 PM and we answer to the most oldest topics and because you’ve added a new replies we missed your post!
I have checked your site and you have now 2 ads there – http://screencast.com/t/7yBrkAwi62 Did you solved the issue?
If you have tested the code in a text block it should be display it so there is no issue with the theme ad system. May there is a limit for your ads on the page, also please contact your ad provider if you still can’t manage to make them work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure if this helps but if you switch to a default wordpress theme and it works like you wish, you can try to paste this code here(replace td_comment) – http://screencast.com/t/kND6eGiHy also please make a backup of your current file.

<?php wp_list_comments( array(
               'style'       => 'ol',
               'short_ping'  => true,
               'avatar_size' => 56,
) ); ?>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Just use the bellow divs and add your image with a specific size for each devices where you want to appear and also the link. Then paste it in Theme Panel > Ads where you want to appear: http://screencast.com/t/2nMWoRoyop

<div class="td-visible-desktop">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>
<div class="td-visible-tablet-landscape">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>
<div class="td-visible-tablet-portrait">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>
<div class="td-visible-phone">
    <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
</div>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This page is imported from the demo that’s why have this permalink. You can delete it and create your blog page and set it from Settings > Reading – http://screencast.com/t/od1hULyLK or you can try to edit the page permalink and see if it works – http://screencast.com/t/DUGoZDXJcp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the theme doesn’t have a share counter, it displays only the number of likes, you will need to find a plugin to count also the shares.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

In the page content is possible to add “homepage post” block using Visual Composer – http://demo.tagdiv.com/newspaper/homepage-one-top-post/http://screencast.com/t/nX3acxwqWwVh

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

What page template do you use? If you use page with title it will add the sidebar automatically, try to change to default or pagebuilder with latest articles and see if you still have this issue – http://screencast.com/t/8R1AzP9WHk4
Also if you want to use pagebuider with title and you add the sidebar in the content using pagebuilder try to use full width(without sidebar) – http://screencast.com/t/iizebkR5
This is on our list and we try to find a better implementation for pagebuilder with title template.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css and see if fix it:

.td-next-prev-wrap a {
font-size: 10px !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme ads can be placed only inside the theme content, if you want to display your ad “outside” you will have to edit the template and paste it where you want to be displayed. Or you can try to find a plugin to help you achieve this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For post template 8 the featured image is not cropped so regenerating thumbnails will have no effect on this image, it is stretched using javascript to look like that. So it depends of your image as I don’t know how your images look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please deactivate mobile theme from jetpack – https://forum.tagdiv.com/how-to-manage-the-mobile-theme/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you install version 4 on a localhost or on a test site install Cafe stack and adjust your settings manually for version 6 to look like that.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow this guide to create your map – https://support.google.com/maps/answer/3045850?hl=en then paste the iframe code to Google Maps element from Visual Composer – http://screencast.com/t/R5OIuwm65qU

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The default value to limit posts on blocks is added from the code so if you want to change this – http://screencast.com/t/t4l1SZyC If you leave that field empty the limit post number will be the number from WordPress settings > Reading, but unfortunately every time you edit the page and block the default value(5) will be added there again. You also can try to limit posts to 0, it seems to work better then leave the field empty as it will be not added the default limit post value again.
A solution is also to create a page, set page template to “pagebuilder with latest articles”(use it without content) and set only latest articles to display articles from that specific category(it will work like a blog page) – http://screencast.com/t/rC5LNJWrXE

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you use child theme? If you do please switch to the main theme and check this.
If you don’t have this issue anymore please make sure that you update the also child theme to version 2.0.

Thanks!

Viewing 25 posts - 3,626 through 3,650 (of 7,871 total)