Hi,
The only WordPress image size that the theme uses is the thumbnail size: http://screencast.com/t/ZamKJmP7ar5I so this is the only media setting you need to consider: http://screencast.com/t/ZamKJmP7ar5I
The other image thumbs sizes are added inside the function.php file: http://screencast.com/t/4XZAbtTQ1
Regarding the featured image from post page it’s showing the image at 483 height because it’s showing the image at original height as the crop feature image option is not enabled in theme panel > post settings: http://screencast.com/t/gJyEjlvs8ng
You can find more info about how thumbs are created and how the crop function works in these topics:
* https://forum.tagdiv.com/search/image+sizes/
* https://forum.tagdiv.com/topic/set-featured-image/#post-25494
* https://forum.tagdiv.com/topic/image-crop-creating-problem/#post-26246
Thanks
Hi,
Please also send your sites’ URL so I can check this. I need to inspect this so I can provide an accurate solution for it.
Thanks
Hi,
Use this css: http://screencast.com/t/8T0WiQSS
.td-footer-wrap .row-fluid .span4 {
width: 30.3483%;
}
Thanks
Hi,
You can edit the td_module_blog.php file and add an anchor tag to the image like this: http://screencast.com/t/zOXDaAOo
Here a re the new line that I have added:
$image_html = '';
$buffy .= '';
Hope this helps!
Thanks
Hi,
Please follow this guide and regenerate your thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
This also could be due to the image cropping function and the way images are cropped when thumbs are created, you can find more info about it in this tread: https://forum.tagdiv.com/topic/thumbnails-and-images-url-problem-comments-problem/
Hope this helps!
Thanks
Hi,
Please follow this topic I have explained there what you need to do: https://forum.tagdiv.com/topic/using-yoast-breadcrumbs/
Thanks
Hi,
I have tried to recreate this and haven’t managed to do it. Can you please give us wp-access so we can check this? If so please send your wp-admin user and password at contact@tagdiv.com and also send a link to this topic or specify this issues details.
Also please make sure you don’t have any errors in your console and that you check for this with all plugins disabled.
Thanks
Hi,
Please try this: http://screencast.com/t/SHnvMEM5K or go trough plugins settings as you could have an option for this.
Hope this helps!
Thanks
Hi,
Unfortunately I can’t give you an accurate answer about this, we have to still have to decide when the next update will be. But considering the fact that we also work hard to release anew product and that we also have to fix bugs from our latest newspaper update so not sure but I think 2-3 month will take until this will be implemented.
Sorry for the inconvenience!
Thanks
Hi,
You could try to find and use a plugin to achieve that. Hope you manage to do it via custom css. Please let me know about the other issue you have.
Thanks
Hi,
The theme hasn’t been designed to work by default with CPT. Try to set this http://screencast.com/t/7yX26vFZ to the post type you use: http://screencast.com/t/7yX26vFZ and check if it’s working.
Hope this helps!
Thanks
Hi,
Glad you managed to get this done.
This could help: http://jetpack.me/support/photon/
Not sure how it will affect your site, you should keep in mind this change and if something goes wrong consider it.
Thanks
Hi,
Yes, but you can remove it by editing the search module and comment it if you don’t need it, like this: http://screencast.com/t/XrMYwfsBqJD
Thanks
Hi,
Just add the custom css I provided above in the custom css filed in theme panel, like this: http://screencast.com/t/FRFt9QnDyaso and check if you are satisfied with the result.
If not then you would need more customization via css and you would need to get someone to helps you with that if you don’t have basic css/html knowledge and you don’t know how to do it.
You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thanks
Hi,
Thanks for your suggestions, we have had suggestions of this type along the way and we will try to consider every opinion when we chose to improve or implement something.
Thanks again!
Hi,
Use this css to change the hover color for both big slider’s title: http://screencast.com/t/AGrc817Uw4gg
.td-sbig-title-wrap .td-sbig-title:hover {
color: red !important;
}
.td-sbig-title-wrap a:hover {
color: red;
}
Thanks
Hi,
Not sure you have found the best solution for this as setting the post limit number to 500 loads all posts on page on load at once and the infinite scroll feature becomes useless. Please make sure you use this right and try to set this again as i said above
I have also tested this and works fine.
Regarding the page title for the default page template you could simply not put a name for a page if you don’t want/need a title and in that case your page will not have a name.
Ex: http://screencast.com/t/ChvzXAfYDOb result: http://screencast.com/t/O8NRtDb5en
Thanks
Hi,
You can follow this pagespeed guide to see how you can make your site faster: https://forum.tagdiv.com/how-to-make-the-site-faster/
You can also find many useful in formations about how you can get the best pagespeed score in this topic: https://forum.tagdiv.com/topic/pagespeed/
Thanks
Hi,
Use it like this to change the text color for block 1 and 2: http://screencast.com/t/3Tu5zDP7
.home .td_block2 .td-post-text-content, .home .td_block1 .td-post-text-content {
color: red;
}
Please note that you don’t have any block 2 on your homepage, all are block 1.
Use this to hide the text on blocks: http://screencast.com/t/UdUe1953ifh
.home .td_block2 .td-post-text-content, .home .td_block1 .td-post-text-content {
display: none;
}
I also noticed all this errors in you console: http://screencast.com/t/8woJM5aDFiy Please consider deactivating some plugins as this could generate conflicts and cause the theme/ other plugins/ features and so on not to work properly or at all.
Thanks
Hi,
I have checked your post and seems like a resized image is added to your post: http://screencast.com/t/1IJNI2Ug
I have also tested this and found no issues with this: http://screencast.com/t/Bd3O1kCA8Hfd the full width image should be loaded.
Make sure you upload and add to your posts the full width/large image. If still doesn’t work make sure you disable all your plugins and empty your cache and/or purge files then check again.
Please let e know if you still have this issues!
Thanks
Hi,
Thanks Christopher!
@rlmork
Try to rename the js_composer folder from plugins folder, reactivate the plugin and check if this works for you: http://screencast.com/t/ErulPsdjXW2
Thanks
Replied here!
Thanks for the message!
Hi,
The images are set responsive via css using the width:100% property. Unfortunately I can’t recommend you a plugin for this as we haven’t tested any plugin for that. You could try to find one that dose that or use css to set a max-height on small screens, like this:
@media (max-width: 500px){
.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
max-height: 200px;
}
}
You could also use custom css to change the font sizes for slider title which I noticed that are quite large for small screens widths devices.
@media (max-width: 500px){
.td-big-grid-post-1 .td-sbig-title-wrap a, .td-big-grid-post-0 .td-sbig-title-wrap a {
font-size: 13px !important;
}
.td-big-grid-post-2 a, .td-big-grid-post-3 a {
font-size: 12px !important;
line-height: 12px;
}
}
Thanks
Hi,
You can also achieve this using the “Advanced Custom Fields” plugin. Here is an implementation, take a look on the entire tread: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-9187
Thanks again for your suggestion, we also plan to improve the ads system in the future so I have added this on our feature requests list and we will consider it.
Thanks
Hi,
Thanks for reporting this! I will add it on our issues tracker and we will consider it for future updates.
Thanks