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,

I can see almost all resources from wp-content and wp-includes loaded from cdn: http://screencast.com/t/rkeBAc2jNnRLhttp://screencast.com/t/JgvYKF4cdE2b

Please note that you need to escape some resources from cdn like theme’s fonts. You can find more details and fix in this topic: https://forum.tagdiv.com/topic/search-bar-icon-missing/

We haven’t tested the theme with cdn however it should using a proper configuration so if you don’t have experience on using cdn please contact a freelancer to help you configure it or search for tutorials online as we can’t offer other cdn configuration support.

http://www.wpbeginner.com/beginners-guide/how-to-install-and-setup-wp-super-cache-for-beginners/
https://www.maxcdn.com/one/tutorial/setup-wordpress-with-wp-super-cache/

Hope this helps!

Thanks for the message!

Lucian
tagDiv Staff
CRLF - reply

Hi noroot,

The theme is built according to wp specifications and we know about this as we face the same issues on some environments however we can’t change this as it’s needed for users that use default text editor on windows os.

We’re sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Thanks! we will consider this for future updates.

Thanks for the message!

Lucian
tagDiv Staff

Yes, we have received it, we will review it and get back with an answer as soon as possible.

Thanks

Lucian
tagDiv Staff

Hi,

I have now tested your articles using fb debugger and it returned a 200 response without errors in both cases: http://screencast.com/t/tIHg9OB6x7http://screencast.com/t/qsBougnAM

The og structure seems good now so this still happens on other articles you should wait for fb to update the scrapped information or use the fb debugger to update them manually for each post.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Depending on what cache plugin you use you can search for tutorials on how to use them online.
* wp super cache: http://support.seedprod.com/article/83-how-to-clear-wp-super-caches-cache
* w3 toatl cache: http://support.seedprod.com/article/84-how-to-clear-w3-total-caches-cache
* browser’s cache: https://kb.iu.edu/d/ahic

Please let us know how it goes and if this is still happening afterwards please provide your admin login details via email at contact@tagidv.com so we can have a closer look at your issue. Please also include a link to this topic if you decide to send us your admin credentials via email.

Thanks

Lucian
tagDiv Staff

Hi,

I see now that you were referring to sidebar posts not the current post viewed: http://screencast.com/t/LCKhnjfHl8T
Unfortunately other than taking advantage of those specific blocks filters and control the queries made there to avoid duplication you can’t control this on post pages. Sorry!

Sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Sorry, I forgot to leave the email address, please use contact@tagdiv.com

Thanks

Lucian
tagDiv Staff

Hi hoops,

Sorry for the delay!
Unfortunately theme’s filters don’t have an option to exclude post by tags or ids, they can only be excluded by category ids so you could try to group this posts into a specific category which you’ll exclude from the query.

Another way to avoid duplication would be to use theme’s unique articles feature on the page: http://screencast.com/t/5CrofswfPa6h

Hope this helps!

Thanks

Lucian
tagDiv Staff

Hi,

Please try a plugin like WP SEO by Yoast which will add open graph meta tag to your page and should solve this: https://wordpress.org/plugins/wordpress-seo/
Try it and let us know how it goes and if you still get this issue.

Thanks

Lucian
tagDiv Staff

Hi,

I’m not sure what you mean, I have myself tested the image pointed in my first reply here and had these results:

* http://screencast.com/t/hHWw9kWS6zIhttp://screencast.com/t/ZJdWBuOk48i
* http://screencast.com/t/xVA05Y9Fhttp://screencast.com/t/EwBXzyBNgraS

Try this bg image yourself and let me no if you have the same result.

http://demo.tagdiv.com/newsmag_fashion/wp-content/uploads/2014/09/fashion-bg.jpg

Please let me know!

Thanks

Lucian
tagDiv Staff

Hi malady,

When this system was designed the focus has been made on most popular video sites that’s why we added support for those only.
Sorry for the inconvenience however, as you know, at the moment the theme’s video format only supports those 3 types of videos and extending this to also work with other video types is not easy so you would need customizations to the video format support here: http://screencast.com/t/yLS6ixAygT
If you need this implementation we advise you to ask the help of a developer as, at the moment, we cannot provide any custom services. Sorry! You can find one on site’s like: http://studio.envato.com/
If you can’t use the theme like this and you are unsatisfied concerning this we can ask for a refund. Just let us know via email concerning this and we will give you further instructions. Please address us via email at contact@tagdiv.com and also include a link to this topic.

Sorry for the inconvenience!
Thanks for the message!

Lucian
tagDiv Staff

Hi danoah,

I have pointed that this applies and affects just single post pages so I’m not sure why you refer to your homepage, for pages we have the unique articles feature: http://screencast.com/t/tfK8gAnhxQ

Please also provide your site’s URL so I can access it and point me to a page on which I can see this behavior.

Thanks!

Lucian
tagDiv Staff

Hi TVDinner,

I’m not sure, we haven’t tested that plugin with the theme, usually widgets should appear in Visual Composer page builder also. If you like we can have look, just send us your admin credentials via email and we will have a closer look at this. Please also include a link to this conversation into your message!
You can also address this to plugin’s author and let him know about this.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Nounces are used to verify data received and top protect url and are temporary, you can find more information here: https://codex.wordpress.org/WordPress_Nonces

Not sure from where GD_NONCE comes it could come from a plugin or from gd library. You could search more information on it online.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Yes, the social icons widget has been removed, now and they can be set from theme panel: http://screencast.com/t/Dr4TKPRZbzGe and enabled or disabled for top menu or footer: http://screencast.com/t/jFVujrWlVh3http://screencast.com/t/MRFC633MnB

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can try with custom css, like this: http://screencast.com/t/VPoExzky

.td-header-style-8 .td-header-sp-logo a {
max-width: 300px;
margin: auto;
}

Thanks

Lucian
tagDiv Staff

Hi,

That code is set to apply just on single post pages so I’m not sure how it affected the homepage or other pages. You could try it like this:

global $post;
if (is_single()){
$args['post__not_in'] = array( $post->ID );
}

Thanks

Lucian
tagDiv Staff

Hi TVDinner,

Gald you’ve managed to solve it eventually.
Not sure if this applies in this regard but if the widget is available on appearance > widgets panel then it should also appear in Visual Composer’s elements/widgets section: http://screencast.com/t/cMlmGMuVOMK5 If it doesn’t you could check if it appear and can be enabled from Visual Composer’s settings: http://screencast.com/t/Gkdy87ah1
Hope this helps!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can chose the desired header style from theme panel > header: http://screencast.com/t/K3lDjyvFDA4https://forum.tagdiv.com/header-styles-newsmag/

Foe the footer there is no theme panel option to make it full width but you can do it using custom css, just add the css code from below int theme panel > custom css section: http://screencast.com/t/iZdC3YmyNL

.td-footer-container {
width: 100%;
}

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

The body container’s width can’t be changed without needing to also change all others elements style making this a difficult job so if you really need this we advise you to ask the help of a developer because this needs custom services. You can find one on site’s like: http://studio.envato.com/

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Sorry for the delay, the forum was not functional for a while due to some technical problems, sorry for that!
I have checked your site and found it all back now and didn’t see any white spots: http://screencast.com/t/oK0zLkMyWr so I guess you have managed to solve your problem.
Please let me know if you still assistance on this and provide more details.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

In about a week or so we plan to release the next version, we will include it then. If you can’t wait until then you can send us a request for it via email at contact@tagdiv.com and we will send it to you but you should consider that it hasn’t been tested with the theme yet so we can’t guarantee it will work flawless. Please also include a link to this tread a=in your message!

Thanks

Lucian
tagDiv Staff

Thanks Chris!

Hi kwealleans, sorry for the delay, unfortunately the forum was not functional for a while due to some technical problems, sorry for that!
I’ve checked your site and found it working fine now: http://screencast.com/t/PbTRlC4X so I guess you have managed to solve your problem.
Please let me know if you still assistance on this and you can find the lazy loading animation option in theme panel > template settings: http://screencast.com/t/etwmkpZp5

Thanks for the message!

Lucian
tagDiv Staff

Hi,

Navigate to themes files into your wp files and follow this path: http://screencast.com/t/2vU35MpmS7 ..\wp-content\themes\Newsmag\includes\wp_booster\td_data_source.php
Let me know how it goes!

Thanks

Lucian
tagDiv Staff

Sorry for the delay! Unfortunately the forum was not functional for a while due to some technical problems!
Glad you’ve managed it! Thanks for letting us know and for your message!

Have a nice day!

Viewing 25 posts - 326 through 350 (of 6,600 total)