Hi,
Yes, the theme’s slider will have be available in different looks in theme’s version 5.
Thanks
Hi,
The google webmaster 404 errors are natural as there aren’t any pages using that URL.
The ?s=xxx is the default WordPress search URL structure, the same one is present on our demo page: http://demo.tagdiv.com/newspaper/?s=ipad
You can use WordPress SEO by Yoast plugin to fix those pages: https://yoast.com/404-error-pages-checking/
Thanks
Hi,
You can find your theme settings here:
– http://screencast.com/t/RxN27Glu
– http://screencast.com/t/AN76O59l0DV
The theme settings are located in the wp_options table with an option name of td_008. It’s a single row with all the settings serialized in the option_value field: http://screencast.com/t/nm1ybaUH0
You can find more details here: https://forum.tagdiv.com/topic/where-is-newspaper-storing-its-settings-how-to-copy-to-staging/
Thanks
Hi,
Please make a new topic for your posts!
The mobile version of your site contains the same content as your homepage dose on desktop but styled different.
At the moment thew theme doesn’t have settings to change the mobile version content or layout so this is only possible with custom modifications.
We can’t offer custom work now so if you really need this I suggest you hire a developer or a freelancer to help you with this.
We plan to change the mobile system/layout in the future but we haven’t decided on anything yet so I can provide any info on this.
Thanks
Thanks for reporting it!
We’ll look into it!
Hi,
You’d need a hook or an action to do that. Try to find one online or adjust another for this. I suggest you get someone to help you with this if you don’t know how to do it as we cannot provide any custom work. Sorry!
You can find more details in below articles:
– http://wordpress.stackexchange.com/questions/6135/remove-title-attribute-from-images
Thanks
Hi,
That condition is only applying on post pages so it can’t affect the unique art feature on homepage.
Not sure how that could be the issue of duplicated posts on your homepage. Please also test this without using any plugins, leave active just the Visual Composer plugin empty caches and try again.
If you still have this behavior please give wp-access so we can check this and provide your login details via email at contact@tagdiv.com Please also paste in your message a link to this topic or specify your issue in details.
Thanks
Hi,
Not sure how posts from that block widget aren’t from the “uncategorized” category while you’ve set it to filter posts from that category.
My guess is that your custom code is affecting the widget block query and causes this. The block title link correctly to the “uncategorized” category as this is the normal behavior of block title url, to link to the filtered category if an custom url is not set.
If you want that the block title to link to the filtered category then go over your custom code as the normal behavior of this should be as you need it.
Thanks
Hi,
Https support will be added to all theme’s url within next versions of the theme, we have this on our todo list and we are working on it.
The iframe is added by the theme using the embed system for each video type. I’m not sure if we could use another implementation for this.
If it’s because of the allow_url_fopen then you should enable it.
Thanks
Hi,
The theme doesn’t add open graph meta tags you need to use a plugin for that. It only add this custom og:image meta data which is a fix for facebook videos: http://screencast.com/t/eNiGGSgJ
You can remove it or comment it.
Thanks
Hi,
On homepage the error comes from the post author which is to close from the post title. Try this custom css to move the author container down and let me know if you still have this error afterwards: http://screencast.com/t/MyQPyDgvCWjO
@media screen and (max-width: 767px) {
.td-post-author-name {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
}
Seems that the contents of your page fit within the viewport now: http://screencast.com/t/iQsreUGT
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can’t really “bulk edit” different images with different title/alt tags, unless you want them to be all the same thing, which isn’t very good.
You can give the title as alt using $this->title like this: http://screencast.com/t/qiBSwWjLC7
Thanks
Hi,
Make sure you disable all plugins leaving just the Visual Composer plugin active then make sure you empty all caches and purge files if you use CDN host and test again.
Enable the plugins one by one to which is causing this if the missing VC elements start to show when disabling all plugins.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
I understand. Have you tried using it just like this: google_ad_slot = "1234567890";?
You can find it here: http://screencast.com/t/7SlL7upl
Thanks
Hi,
Please remove this code you’ve added to the block query then test again: http://puu.sh/fTSlf/3edc259c79.png
I believe that your change to the query is affecting the block title. I suggest you use the code Emil provided: http://screencast.com/t/nA1mQ7EENM
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
I’ve tested our demo site and only get those errors when emulating version 7 of IE: http://demo.tagdiv.com/newspaper/
On other recent versions of IE this doesn’t happen: http://screencast.com/t/D608HAhM
Please make sure you’ve actually used IE10 and not an earlier version of it and test again.
Thanks
Hi,
Thanks Chris!
@blithe
The theme add’s the alt tag on all images/thumbs, you can see it here: http://screencast.com/t/luTgiawrktqh
Check if you have an alternative text for you images, like this: http://screencast.com/t/T5ka32PW ..then use your browser’s inspect toll to inspect the image, you can notice the alt tag like this: http://screencast.com/t/d2eoOAFFJJm
Thanks
Hi,
This http://screencast.com/t/QKs8p0aKk3kI is a solution to exclude the current post from widgets on posts pages.
Regarding the unique articles issue let me know if you still have it as I’ve checked your homepage but haven’t found any duplicated posts, all seem to load just once on my side.
If you still have issues with this. Please make sure you empty all caches and purge files if you use CDN host then test again. I’ve also tested this feature and haven’t found any issues using the latest theme version(4.6.2).
Let me know if you still have issues with this.
Thanks
Replied via email!
Thanks
Hi,
Currently the theme doesn’t have buddy press support. We will add support for it in the next theme version.
Thanks
Hi,
You can use a plugin. The plugin which was initially tested and offered as solution for adding multilingual content and translation support it was qTranslate but since it hasn’t been updated we haven’t tested it recently. As an alternative, you can use the qTranslate X plugin which is a descendant of qTranslate, which has apparently been abandoned by the original author.
You can also give it a try, test it and see how it works.
Thanks
Hi,
Regenerate thumbnails using the guide below them make sure you empty caches and purge files if you use CDN host.
https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks
Hi,
As I said above we have this on our todo list for further testing and we’ll fix in the next update.
Thanks
Hi,
Not sure how your would work as i haven’t experimented with this. You could give it a try although I suggest you use a plugin for this.
To use full width of the page you need to place the comments template inside a div container which uses the span12 class, like in this case without sidebar: http://screencast.com/t/QqlloLsZ6yD
If you really need to implement this in the theme without the use of a plugin I suggest you get some to help you with this as you need additional customization for this and we cannot provide custom work at this moment. Sorry!
Thaks
Thanks Chris I’ll note your suggestion and consider it for future versions.