Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

As you can see our demo site also has this markup errors when checked with the validator: http://validator.w3.org/check?uri=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2F&charset=%28detect+automatically%29&doctype=HTML5&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices

The most common error as style inside div error appear but we use them on our blocks and we couldn’t find no alternative for that, you should ignore them, they are not important.
Other, like the “alt” attribute that was pointed here as missing, it’s present but it’s just not added in the alt filed when the image was added which makes the validator to give this errors.

The frameborder and marginwidth and several more come from your ad banners: http://screencast.com/t/aSYDsEXSJ

This http://screencast.com/t/U6gONuoGqY is caused by this: http://screencast.com/t/rhhV8p7UXp3k

The ampersand error also comes from your ad script path. This footer widget also causes some errors: http://screencast.com/t/vaOObPJO5http://screencast.com/t/0vKzgPVqO

Other errors like the link error is not quite relevant. The information in the error message is outdated, anyway. Error messages are apparently not updated as fast as the basic functionality of the validator.

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks

Lucian
tagDiv Staff

Hi,

Change it here: http://screencast.com/t/2mCgEwfg
If this dose not help please provide your admin login details so we can access it and take a closer look at this.
Send you admin details via email at contact@tagdiv.com and also include a link to this tread.

Thanks

Lucian
tagDiv Staff

Hi,

Glad you’ve sorted it!
I’ve also tested this using one of your videos and seems that we have an issues related to this as the youtube videos also start on 480 resolution on my side also: http://screencast.com/t/SGzBPQ9qyS

I’ve made a few tests and could not figure why this is happening as this hasn’t been altered within latest updates. I’ll add this on our todo list and fix it in the next theme version.

Sorry for the inconvenience!
Thanks for reporting this.

Lucian
tagDiv Staff

Hi,

Make sure you follow Alin’s instructions from previous message and configure the top menu as you want it then use the custom css in theme panel > custom css section to display the top menu on mobile screens also: http://screencast.com/t/YFfRs3Z2m

Make sure you do this and provide your site’s ulr so we can inspect it.

Thanks

Lucian
tagDiv Staff
Lucian
tagDiv Staff

Hi,

Thanks Chis!

@Danijelmo

Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard
If you want to use it on multiple sites/domains you’d have to buy a license for each project.

Thanks

Lucian
tagDiv Staff

Hi,

As Alin also wrote above the row-fluid class you have in you html structure should be replaced with the td-pb-row class here: http://screencast.com/t/i1uJlmpEa

Please edit the td_wp_booster_functions.php file and add the condition below like this: http://screencast.com/t/yyUqP1iBpB

if ($tag == 'vc_row' || $tag == 'vc_row_inner') {
$class_string = str_replace('row-fluid', 'td-pb-row', $class_string);
}

After this check again and let us know how it goes.

Thanks

Lucian
tagDiv Staff

Hi,

You can use a similar approach, use this css:

.td-sub-footer-container {
width: 100%;
}
.td-sub-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}

Thanks

Lucian
tagDiv Staff

Hi,

– You can change the color for the articles titles from theme panel > theme colors for each module or block title: http://screencast.com/t/vwKgXFnMAG – please note that this will change the article title for all modules or block of that type on your site not only those from your footer section. To change the tiele for only those located in the footer you nneed to use cusom css code, like this: http://screencast.com/t/rDt9Vbjm – this will change the titles color fro all modules/blocks you use in the footer only.

Add the css below in the custom css section in theme panel and change the color value as you want it.

.td-footer-container .td_module_wrap .td-module-title a {
color: red;
}

– To change the content of the footer section you need to chose one of the templates here: http://screencast.com/t/Ctg0uLIy6Sr then add content to the footer section from widgets section: http://screencast.com/t/XCWbXTOghttp://screencast.com/t/ZHR4oujIYK9A

– You can translate those predefined footer template titles from translation section in theme panel: http://screencast.com/t/QhBNBXiShhttp://screencast.com/t/XepRAb1lPDL

Thanks

Lucian
tagDiv Staff

Hi,

Yes, you can find it in theme panel under post elements: http://screencast.com/t/qS01Y9ZI3sv

Thanks

Lucian
tagDiv Staff

Hi,

There is no minimum amount of traffic but there seems to be some content requirements for Adsense to review when making a decision about your application.
I suggest you consult their terms and conditions on this: https://www.google.com/adsense/localized-terms
Their help center might also help you on this: https://support.google.com/adsense?source=404#topic=3373519

Thanks

Lucian
tagDiv Staff

Hi,

Please provide your site’s URL as we need to inspect it to provide an accurate solution for this.

Thanks

Lucian
tagDiv Staff

Hi,

It happens due to a plugin so make sure you turn them off, all of them, leaving just theme’s Visual Composer plugin active then, empty all caches, purge files if you’re using CDN host and test again.
Also consider turning off js minification options.
Let us know how it goes.

Thanks

Lucian
tagDiv Staff

Hi,

You have all this anchor tags linking to your homepage added in each grid container into html structure which breaks the layout and causes this: http://screencast.com/t/bKH6UeGwax
As you can see from the screens removing those tags fixes this: http://screencast.com/t/yxpmX8hUhttp://screencast.com/t/o9pWAohpD so make sure that you remove any code responsible for that and also test this without using any plugins and make sure you also empty all caches.

Thanks

Lucian
tagDiv Staff

Replied!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

This feature hasn’t been removed or altered between this two updates so it should work the same way. Please make sure that you also test this without using any plugins, empty all cashes and purge files if you use CDN host then check again.
Let us know how it goes and also provide a link to your site so we can inspect this issue and provide more details on this.

Thanks

Lucian
tagDiv Staff

Hi,

Replace the code form the td_block_authors.php file with this one: http://pastebin.com/fj1q3aGfhttp://screencast.com/t/TvBt9Wre

You’ll get this result: http://screencast.com/t/3s7jogOCca
You also need to use this custom css code in theme panel > custom css section:

.td_top_authors .item-details {
height: auto;
}

Thanks

Lucian
tagDiv Staff

Hi,

There’s no ideal size, if you want to display something to the left and right of the content area like for example – http://demo.tagdiv.com/newsmag_fashion/td-post-taylor-swifts-stylish-separates-in-germany-shop-them-here/ you have to take in account the content area width – http://screencast.com/t/KDhTbt7sVt and create a background image based on that – http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg

For best graphic results you could use a full hd image (1920x1080px), make sure you compress it, you don’t want a large file, it will slow page loading speed.

Thanks

Lucian
tagDiv Staff

Hi,

Theme’s reviews are stored under td_review in the database: http://screencast.com/t/ZwevkAKWhttp://screencast.com/t/ZwevkAKW
This is the theme’s review settings: http://screencast.com/t/N4jgbQMghX6F
Not sure how you could easily do this. A SQL query update could work, anyways you need custom work for this so I suggest you get someone to help you with that if you can manage it by yourself as we cannot provide custom work right not because we work hard on development, fixes and support so you might look for a freelancer on site’s like http://studio.envato.com/

Thanks

Lucian
tagDiv Staff

Hi,

Glad you’ve managed to solve this! We consider your suggestion!
The search icon is added using fonts so it can be colored via css, like this: http://screencast.com/t/d45TvcKNvSW2

.header-search-wrap .td-icon-search {
color: red;
}

Thanks

Lucian
tagDiv Staff

Hi,

Yes, the smart lists are built that way so using post id in the permalink structure will conflict with theme;s smart lists. I’ve also tested this and got the same result.
I’ll add this on our todo list for further testing and see if we can find another implementation for it and avoid this.
You can use other permalink structure until we find a fix or another smart list type.

Sorry for the inconvenience!
Thanks for reporting this!

Lucian
tagDiv Staff

Hi,

Those ad codes aren’t handled by theme’s ad system. Those ad spots only work for adsense ad codes other ad codes are rendered as entered by the user so for other types of ad codes you can use plugins like: Simple Ads Manager or AdRotate and place the ad shortcode inside theme’s ad spots which will be rendered by the theme.
You can also use wp text widget which will also render your ad codes and place the ads using page builder.
Hope this helps!

Thanks

Lucian
tagDiv Staff

Replied via email!
Thanks

Lucian
tagDiv Staff

Hi,

Thanks!
I now noticed that you use theme version 1.7 and this was actually fixed within version 1.7.1 of the theme. You can check the update log on themeforest newsmag product page: http://screencast.com/t/0M2jZWRPGrtghttp://themeforest.net/item/newsmag-news-magazine-newspaper/9512331?WT.oss_phrase=&WT.oss_rank=71&WT.z_author=tagDiv&WT.ac=search_list

We’ll consider your suggestions for future updates, for now you can update the theme: https://forum.tagdiv.com/how-to-update-theme/

Thanks for your message!

Viewing 25 posts - 1,051 through 1,075 (of 6,600 total)