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,

Unfortunately the theme doesn’t have such an option, it can be added a background color/image for category pages(it is also added for articles from that specific category) or site wide – http://screencast.com/t/gAFQh2j95Fxhttp://screencast.com/t/KIcVcVvma4

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You need custom work for this, you can copy social icon from author page, but you will have to customize it via custom css for your post pages – http://screencast.com/t/05Pn9C6b1Ru
For start you can use this custom css – http://screencast.com/t/XyRKpGJn5 but for additional customizations I suggest to get someone to help you if you don’t know how to do it, as we cannot provide custom work at this time.

.td-module-meta-info .td-author-social {
display: inline-block;
}
.td-module-meta-info .td-author-social i {
color: black;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately you will need to re-add this change as the file will be overwritten when you will update the theme. I just said above that in version 6.3 the child theme will support single template files – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to remove date and author on articles from a specific category and you will need custom modifications to achieve that. For example you could try in_category() function like this:
*for date(use the same function also on modules) in td_module.php file – http://screencast.com/t/saZTUxhGmwHq
*for author please edit td_module_single_base.phphttp://screencast.com/t/XAOzPjVnC
Newspaper theme was designed for the default WordPress taxonomy and post types, it hasn’t been tested with custom post types or custom taxonomy if this is what you mean. Anyway you can customize theme’s post template you can find them in the root of the theme – http://screencast.com/t/MxzF2Erc and also the modules – http://screencast.com/t/AgAwwffZL
Also when you add a block to a page you can filter articles by a specific category(or multiple) and choose sort(latest) order so it will have the same functionality like category page – it will always show your new post if from that specific category – http://screencast.com/t/7ghBd5PzFx Another solution is to create a page, use a page template with latest articles(do not add any elements using Visual Composer) and just select a specific category for loop – http://screencast.com/t/9LP0wbYIdb4 so this page will use the loop like category page.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to use this solution – https://pippinsplugins.com/add-custom-image-sizes-to-media-uploader/ and paste that code in functions.php and then regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/ so your custom size will appear – http://screencast.com/t/AeQE8AwX

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are and what your issue is.
For text block the font family can be changed for body and it will be applied also on text block content – http://screencast.com/t/qRp1UjSWa9r unfortunately for font size, style you will have to use custom css as there is not option in Theme Panel – http://screencast.com/t/ol5bsfw7vd25 or change to html editor and add inline css – http://screencast.com/t/xos8wa1J2Iw9

.wpb_text_column p {
font-size: 20px;
line-height: 20px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Here you can find render video function – http://screencast.com/t/1amTjV2j

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make this change in main theme, as in the child theme single templates files will not overwrite the main theme for the moment. In version 6.3 these files(and more) will be supported by child theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The like buttons – http://screencast.com/t/mWMK86fXG can be disable/enabled separately(top and bottom) – http://screencast.com/t/4fWRS2ouhttp://screencast.com/t/0uznsuOWVLig
Also your css code should work – http://screencast.com/t/SHORqX28czp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you follow this guide to activate the theme – https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/ it should work fine. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please disable all your plugins except of Visual Composer, clear cache and purge your files if you use CDN and see if you still have this issue on mobile device. If this solves your issue, activate your plugins one by one and see which one caused this. You can try this as you have some js errors in the console that may affect this – http://screencast.com/t/xGQ5eLiGK5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Is that a featured video or a content video? Did you set video format?
Please provide a link or send an email at contact@tagdiv.com provide a link to that article so we can take a look and also paste a link to this conversation so we can know who you are.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you updated the theme properly and also the plugins that come with the theme’s files from the /plugins folder. Also check this without any plugins active, leave just Visual Composer active, clear cache and purge your files if you use CDN. If you still have this issue please provide a link so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you solved this and thanks for suggestion we will think about it!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately this part work only for Adsense ads to be turned on/off. http://screencast.com/t/bwnpN1xIV
The DFP ad code will be recognized as a simple image ad and the responsive system will not work. Here on the forum is a tread about this and a solution if you want to try: https://forum.tagdiv.com/topic/tutorial-responsive-ads-with-google-dfp/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest theme version(6.2.1) as if it works fine on our demo it should work also on your site.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you need to add the code after the body tag you can do it in footer.php file – http://screencast.com/t/zXLuHRANa3 then replace theme’s default comments for each post template – http://screencast.com/t/wNkcby3T05

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check Emil solution here – https://forum.tagdiv.com/topic/touchy/#post-56478

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Not sure why you have this issue, I have checked this with the latest theme version(only with theme’s plugins) and did not found any issue – http://screencast.com/t/UojblRW6vhttp://screencast.com/t/sapk1sYGa7
Please provide more details how you set this and also check it only with Visual Composer active and clear cache, also disable any css/js minifications.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link as I need to inspect this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try this custom css for Load more – http://screencast.com/t/xhRankL17t

.td_ajax_load_more {
font-size: 25px;
background-color: red;
}
.td_ajax_load_more i {
font-size: 15px;
}
.td-load-more-wrap a {
color: #222;
}
.td-load-more-wrap a:hover {
background-color: #4db2ec;
border-color: #4db2ec;
color: #fff;
}

The bottom share was designed different than the top buttons and you need custom work make them look the same. First you will have to edit td_module_single.php and copy top buttons code – http://screencast.com/t/ndMiFNfVGb and replace the bottom code – http://screencast.com/t/5EIF8Oa1 and then customize it like you wish, I suggest to get someone to help you as we cannot provide custom work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and seems that you social icons are fine now – http://screencast.com/t/xrGeObvUHXFE

Unfortunately we have changed the shortcodes for qoutes and dropcaps(I guess that this is what you mean), now they use html. We tried to add them but on some cases there was a chance for errors to appear and we decided not to include them in the script. Please try to add the following code at the end of the functions.php file – http://screencast.com/t/OWxqEsYVKhttp://pastebin.com/7yme4TLv

Also it was an issue with SEO titles, but it was fixed in version 6.2.1 – http://screencast.com/t/Vmhsdqqhe so please download and update to this version(after you update it may appear version 6.2 in Theme Panel as we forgot to change the theme version). If you don’t want to update, here is a quick fix – https://forum.tagdiv.com/topic/urgent-title-changues-newspaper-6-2-bug/#post-57451

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Can you provide an example, a link to an articles that should not be there, as I have checked some of your posts from block 1 and did not found one.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add a condition to block the inline add on post on that specific post using !is_single('ID') here – http://screencast.com/t/C4tVlb0n9 take the ID of that specific post like this – http://screencast.com/t/DH1ocW0vg7
Or if you want you can hide it using custom css in Theme Panel > Custom Css:

.postid-ID .td-a-rec-id-content_inline, .postid-ID .td-g-rec-id-content_inline {
display: none;
}

Thanks!

Viewing 25 posts - 3,726 through 3,750 (of 7,871 total)