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,
Do you have an old version. Why you don’t make update to latest?

The old version have in Theme customizer a section for static ads in header. Or you can add the code directly in files, check in parts folder.

Thanks for the message!

Marius
tagDiv Staff

Hi,
I found how to make it.

Add the code like here: http://screencast.com/t/dnilZqbH

global $post;

and

<?php $td_subtitle_module = get_post_meta($post->ID, 'td_post_theme_settings', true);  ?>
                <p class="td-sub-title"><?php echo $td_subtitle_module['td_subtitle'];?></p>

Thanks for the message!

Marius
tagDiv Staff

Hi,
That gallery is from Jetpack plugin. Do you want to hide that section with comment and that button for fulscreen?

To do that add this CSS in Theme panel -> Custom CSS

.jp-carousel-info {
    display: none;
}

Thanks!

Marius
tagDiv Staff

Hi,
From here: http://screencast.com/t/Yqokg5dx

Thanks for your message!

Marius
tagDiv Staff

Hi,
Please check for javascript conflict with Firebug or in Chrome. Also disable all plugins or one by one and see if works.

Can you show me a link with the issue?
Thanks!

Marius
tagDiv Staff

Hi,
Do you want this section to be here: http://screencast.com/t/ldJXeQ8F

Thanks for the message!

Marius
tagDiv Staff

Hi,
Where? can you show me in a screenshot?

Thanks for your message!

Marius
tagDiv Staff

Hi,
Is fixed will be available today.
Thanks for the message!

Marius
tagDiv Staff

Hi,
Is see you have there the similar article section http://screencast.com/t/ae4wNAWSpW3

For popular last 7 days, do you use some caching plugins? Also you can use this plugin for views http://wordpress.org/plugins/wp-postviews/ that work with caching plugins.

Thanks!

Marius
tagDiv Staff

Hi,
Something is different there. If you want you can give us access to your WP with issue to take a look, and give us what you have used and not working.

Send the details via email at contact@tagdiv.com also please post a link from this conversation.

Thanks!

Marius
tagDiv Staff

Nice plugin

Marius
tagDiv Staff

Hi,
We have all the stuff 99% 🙂 on a github list https://github.com/opradu/newspaper/issues?milestone=none&page=1&state=open


@mbasche
probably your request are there, but as you can see on that list was fulfilled by kind of stuff, one people request, small bugs, etc and effectively we are working full time and the list is more and more bigger. We analyze that list periodically and take from there items that we consider it should be done.

We want to make this much better of course, but we are effectively blocked. Also we want a new site for the support but of course we don’t have time to improve that 😐

Thanks all for supporting us

Marius
tagDiv Staff

Hi,
This we have used for the shop page, create a new page and add this in text editor, then change the content like you want.

&nbsp;

[vc_row][vc_column width="1/2"]
<p style="text-align: right; color: #858585; font-size: 26px; line-height: 33px; padding-top: 8px;">WELCOME TO THE
<span style="color: #4db2ef; font-weight: bold;">NEWSPAPER</span> DEMO STORE</p>
[/vc_column][vc_column width="1/2"]

Simplify and enhance your online shopping experience with Newspaper.

[vc_button title="BUY NOW" target="_self" color="default" size="default2" href="http://themeforest.net/item/newspaper/5489609"][/vc_column][/vc_row]

&nbsp;
<h1>Featured products</h1>
[featured_products per_page="4" columns="4" orderby="date" order="desc"]
<h1>Latest products</h1>

Thanks!

Marius
tagDiv Staff

Hi,
1. Yes, as you can see in the CSS above is only for some modules, depends of which module you use on category, because the theme have 11 modules available.

You can inspect it with Firebug from Firefox or Chrome inspector to see what selector you have there. Do you have some CSS experience? What Module do you use for categories?

Use the same CSS provided above and chenge it for different module like .td_mod8 or .td_mod 9 or…etc

2. Use this CSS

.post header h1 {
    font-weight: bold;
}

3. That data can be aligned via CSS is from a line-height, if you give me a link to see the issue i will provide you the right CSS.

Thanks!

Marius
tagDiv Staff

Hi,
You can use it without title and use this HTML that is the exact same header with link

<h4 class="block-title">
<a href="#">your title</a>
</h4>

Thanks!

Marius
tagDiv Staff

Hi,
The old was for like not for share, the new system is for sharing the articles. We improved the look of that part, will be available in the next update(today) * the look will be almost the same.

To get back the old stuff you need to take the CSS and functionality manually it will difficult.
You can replace those files http://tagdiv.com/theme/users/old-3.2.zip but i’m not sure will work.

A simple solution is to put back the old version of the theme 3.2

Thanks!

  • This reply was modified 12 years by Marius.
Marius
tagDiv Staff

Hi,
1. You can make that by adding target="_blank" like here: http://screencast.com/t/ZUsUlf2tufvL (this will be global) Do you need individual?
2. Now the theme have default 2, do you need more? Can be added via code.
3. We have this, you can check on our demo.

Thanks for your message!

Marius
tagDiv Staff

Hi,
The menu drop on 2 line because not fit on one line. If we decrease the font-size to fit on 1 line, this is not god again for you. What else you can do in the menu, do you have a solution?!

If you are not satisfied by the product, please email us at contact@tagdiv.com we will get the money back.

Thanks for understanding!

Marius
tagDiv Staff

Hi,
I’ve tested and works fine. What you must have is the slider is limited for 2 post minim to be displayed.

Test:
Post 1 – A category
Post 2 – A + Featured
Post 3 – A + Featured

Page configuration:
Slider – A + Featured
Block – A latest
Unique – Enabled

Result
On slide: Post 2 + Post 3 (because that posts are featured)
On block: Post 1 (just Post 1 because 2 and 3 was eliminated by Unique featured, that post are on slide)

Thanks!

Marius
tagDiv Staff

Hi,
Is something from your server, please check your htaccess file, make a backup, delete it and then re-save the permalinks from Settings -> Permalinks

Hope this help.
Thanks for your message!

Marius
tagDiv Staff

Hi,
I can’t replicate the bug. Can you give me more details, what exactly you have there, or make a screen-cast if you can.

I’ve created a new page, assign a custom sidebar, the sidebar show us, then re-edit the page, the page have the selected custom sidebar(not the default one)

Thanks for your message!

Marius
tagDiv Staff

Hi,
The subtitle was used in Module 1 because that was before the post file(single)

If you want custom fields you can use a plugin and create new custom fields and you can add it anywhere. Here are a implementation with that plugin: https://forum.tagdiv.com/topic/costumize-show-date/#post-6630

Thanks for your message!

Marius
tagDiv Staff

Hi,
I’ve tested locally when I’ve implemented the code for you and work fine for me.
Please can you double check if you make all the steps correctly.

Also for the date can be modified to read the event date instead of the post date, but i’m not sure.

Thanks for your message!

Marius
tagDiv Staff

Hi,
The theme support sort by popular in last 7 days as you can see in this screenshot http://screencast.com/t/ohzMTkCm

We want to improve this in future to have popular today and this month.
Thanks!

Marius
tagDiv Staff

Hi,
If you don’t use the footer you can hide it with this CSS

.td-footer-wrap {
    display: none;
}

Add it in Theme panel -> Custom CSS

About social sharing, we had replaced the like system the new one is for sharing, is more useful.
To get that you have to update to latest version.

Also I tried to move the post title to below the first image and comment out the category button but no luck?
Can you show me exactly where you want to do that.

would be cool if instead of the category block it illuminated it on the menu
I don’t understand your question, please can you show me in a screenshot.

Thanks!

Viewing 25 posts - 1,626 through 1,650 (of 3,236 total)