I have tried to disable all plugins but i was not successfully. Thumbnails shows like this; https://snag.gy/E701yI.jpg
Hello,
Please make sure the thumbnails are enabled from the theme panel:
https://www.screencast.com/t/ecgGr87m6
And then use this guide to regenerate thumbs: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Some thumbnails are bigger than others, https://snag.gy/uj9pin.jpg
And some images dont fit well on thumbnails slots on the static homepage
Hi,
Your featured images must be at least the size of the container you expect them to show up in. Here is an example:
https://www.screencast.com/t/qL5mMIUTpH and https://www.screencast.com/t/JTqd9WZ3RFl
Our theme does not enlarge images. You can either use larger images in posts or use Chris’ suggestion .
Thank you!
You have it hidden with css. Please check your theme panel-> custom code and remove the code that hides the dates on block 9 : .td_block_9 .td-post-date
here is how it will show once you enable the date: https://www.screencast.com/t/ErPg03mp5FS
Thank you!
i need to achieve something like this https://snag.gy/60Qg4C.jpg , so as date can be on the start of the sentence.
Hello,
Unfortunately the theme has no such option. You will have to alter the theme code and css to make it show up in the left side of the title. You will have to modify this file: https://www.screencast.com/t/O8cY39DwWBh and move the code for the date above the title and then use css for positioning and styling.
Thank you!
I already provided an example above exactly for block 9. Block 9 uses module 8.
Move the get_date code above the get_title code like so: https://www.screencast.com/t/OmHOyXUzbg and then add this css in the theme panel-> custom css box:
.td_module_8 .td-post-date{
float:left;
padding-right: 5px
}
Thank you!
Hello,
The image effects can be removed from the blocks by selecting another option from here: https://www.screencast.com/t/X3R7VQ3GnziI
Thank you!
That did not work, i have tried all options, please visit my blog: http://kenyannews.co.ke
My images are external
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
Thank you!
You are still eligible as we did not add any restrictions yet for anyone regarding the support. We stii provide it for everyone. If you did not receive an answer for the email yet, please send it again and include a link to this topic so we can trace it.
Thank you!
Filters are not working, this issue has persisted for awhile Saved as: https://snag.gy/Usq84V.jpg
I have filtered some categories but the posts under those categories are still showing up.
Hi,
Are the posts belonging to a sub-category of the main category maybe? If a post is under a sub-category of that main category you excluded, it will still show up in the block as a post belonging to a sub-category also belong to the parent category as this is the default implementation of WP.
If this is not the case, please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate.
Thanks.