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,

If those articles(old) are accessed more than new articles in the last week, they will appear on the widget. Are you sure that the old articles don’t have more views?
Also if you use a cache plugin please make sure that you enable ajax post view counter – http://screencast.com/t/hEBDKH8T

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I cannot access your site to figure it out what you problem with breadcrumbs is.. I also checked this and did not found any issues – http://screencast.com/t/ewLv7g5zn also there are some option in panel for breadcrumbs – http://screencast.com/t/LjGOSnMmwU If you select primary category – http://screencast.com/t/3VdFAoQfLS thsi will be displayed in breadcrumbs.

2. If those 2 categories have parent categories, also this will be displayed on post – http://screencast.com/t/P6YTWqzBX77http://screencast.com/t/fD8wkGd1X9wp
If you don’t want to display parent categories on posts, you need to modify the get_category function – http://screencast.com/t/YgwWzMSOMw5v
Please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what settings do you use for background, also what image, please provide more details and you site url so we can take a look. I also checked and did not found any issue if you use tile image.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use a gradient background, also I have added width 100% and changed a little padding values – http://screencast.com/t/4PNrVJAUnG

figure {
position: relative;
}
.wp-caption-text {
position: absolute;
bottom: 0;
color: #fff;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
width: 100%;
margin: 0 !important;
padding: 10px 5px 5px 5px;
opacity: 0;
}
.wp-caption:hover .wp-caption-text {
opacity: 1 !important;
}
.td-post-featured-image:hover .wp-caption-text {
opacity: 1 !important;
}

Do you want to hide the entire section of reviews? – http://screencast.com/t/LGJt5ana

.td-review {
display: none;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have the demo installed and did not found any issue with images.
Did you solved the issue?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Provide more details(what block-a screenshot where I should look) and also a link.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can customize the social share buttons if you want this, the main difference is that on newspaper we use fonts instead of image for share icons – http://screencast.com/t/N2UJOcRN8L6Ohttp://screencast.com/t/sLgcOZKzq0c I guess that it is more easy to customize the icon on newspaper. If you have basic css/html experience you can modify them(play a little using inspector tool and see how you can design them) or hire a freelancer to do this for you as we cannot provide any type of custom work, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can read more about this issue here – http://www.webnots.com/fix-slow-page-loading-waiting-fonts-googleapis-com/ Also you can try this using only necessarily plugins(it may caused by many plugins) and see if you still have this issue. There is also a plugin recommended there to disable google fonts in wp-admin interface – Disable Google Fonts

Thanks!

Alin [tagDiv]
tagDiv Staff

Salut,

Te rog incearca sa dezactivezi toate pluginurile, lasa doar Visual Composer activ, curata cache si asigurate inca o data ca ai adaugat id-urile corect apoi deschide pagina si vezi daca mai ai aceasta problema.
Daca problema persista trimite un mail la contact@tagdiv.com si da-ne wp-access, de asemenea adauga un link la acest topic ca sa stim problema ta.

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

Please use this custom css to change the background color – http://screencast.com/t/FtCNe7yDe

.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgb(183, 202, 76);
}

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 conversation so we can know who you are and what you issue is.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details as I’m not sure what you mean also a link. If you want to disable the general modal option, you can do this from panel – http://screencast.com/t/IDjnnniB so the custom links from image should work. This option(general modal image) was added to help users to activate lightbox image for old posts, so they will not have to edit each post and active it manually.

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.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Maybe Woocommerce conflicts with another plugin that you use, as I have checked this and did not found any issues. Also newspaper 6 should work fine with the latest version of the plugin, why do you say that it is not compatible?
Please check this without any plugins active, leave just Visual Composer and Woocommerce plugins active, clear cache and see if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you managed to solve this? I have checked your site and this is your homepage – http://screencast.com/t/NQX3yGsA Like Christopher already suggested you can set the frontpage from Settings – http://screencast.com/t/nV4WhGWSBVh

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the full url there, for example – http://screencast.com/t/y7fKkzpp and provide your site url so I can check this if you still have issues with the link.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can delete this code from booster functions – http://screencast.com/t/bZH0oJhx

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to add a custom ad on your post template to appear only on articles from specific category?
For example you can try something like this: http://screencast.com/t/bCu0neub This custom ad will be displayed only if the article is apart of new-look-2015 category in my example(please use the slug name in the code).

<?php if (in_category('category slug name')){
                echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
            }?>

Or do you want articles ads to be displayed only on posts from specific category, please check this topic as reference – https://forum.tagdiv.com/topic/replace-adsense-code-of-ads-fields-in-a-category/ You will have to do the same just use in_category instead of !in_category.

Please note that the theme doesn’t have an option for this and I provide some example, so if you don’t have basic php experience I suggest to hire a freelancer to do this for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Social Counter plugin was designed to work with our themes, so I don’t know if it will work with another theme, you may need additional customizations. Like Chris suggested there are more similar plugins if you want to use.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you filter by multiple categories, leave category filter by default – http://screencast.com/t/jkiBYahX0R

Thanks!

Alin [tagDiv]
tagDiv Staff
Code - reply

Hi,

This is how it looks if the code is minified. You can disable all minifications and see if you still see it like this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@deelauaki
This can be caused by Speed Booster plugin(if you use it) which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file – http://screencast.com/t/hbjKLA3pjKAhttp://screencast.com/t/YLOcOHterf

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide your site url so I can inspect this, also please note that the above css is for version 6 of the theme.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Not sure what you mean, your page is looking exactly like the other one – http://screencast.com/t/xErXFIeI Do you refer to the ajax filter? Please provide more details.
3. This is how it works the classic pagination(numeric) used for latest article template. If you want to use ajax pagination, you can use the default page template and use a block to display your latest articles and set the block pagination that you wnat to use(next/prev, load more, infinite) – http://screencast.com/t/5in0pMY7nDhttp://screencast.com/t/mzpBXdW0
4. I have checked you site and I guess you find the proper solution for it – http://screencast.com/t/dHZRyTYJkWnPhttp://screencast.com/t/iG2jjfjFAk Unfortunately page content will not be displayed in mobile menu, like I said above.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can use this custom css to change the button color – http://screencast.com/t/MdMPgH34mQ74

.td_block_12 .td-read-more a{
background-color: red;
color: #222;
}

2. You will need custom modifications to add the author avatar for each module that you use, here you can find all modules – http://screencast.com/t/fQ2JKAk6N5Q4 You can try something similar(but for modules/blocks) – https://forum.tagdiv.com/topic/author-bio-help/#post-45418

3. The theme doesn’t have an option to enable share buttons on modules, you will need custom modifications to achieve this, here you can find an example how this can be done – https://forum.tagdiv.com/topic/can-i-edit-block3/ This is for version 4 of the theme, but you can adjust it for Newspaper 6. If you don’t have basic php/html/css experience I suggest to hire a professional developer to do this for you as we cannot provide any type of custom work at this time, sorry!

Thanks!

Viewing 25 posts - 2,701 through 2,725 (of 7,871 total)