Hi, have few questions about the home page.
Question 1. where the top section of the content where you have 4 posts displayed with their featured photo.(when you mouse over picture zooms) on bottom of the left image you have autor and date below the article title. How do I get rid of the date and author. I ONLY want to remove it from there not from rest of the page. When I change the option from the theme panel, it removes it from every page. I still want to display author and date for the rest of the content.
Question 2. Under “Don’t Miss” section Immediately to right you have categories (all, fashion, new look…) how do I remove that. I don’t want to show the categories there. When I make changes in the visual composer Block2 has no effect. It doesn’t matter what I change in the Filter Tab or Ajax filter, nothing happens.
thanks for your support.
Update on my Question2: I was able to find where to control the ajax menu. I still have issue. When I choose specific category ID to display, it only displays if my category ID is single digit. I input category ID 3,4,11,14 only 3 and 4 shows up. 11 and 14 will not show up. Even I tried to just have 11 or only 14 still no display.
thanks.
Hi
1. I suppose that you’re referring at big grid 1. To hide the author name and the date from that grid use this css in theme panel > custom css: http://screencast.com/t/FZ9nXBFGl
.td_block_big_grid_1 .td-post-author-name, .td_block_big_grid_1 .td-post-date{
display: none;
}
2. The category filter works fine even if the category id have two digit: http://screencast.com/t/OcRf4LTR -http://screencast.com/t/RpU3gCspShAy – http://screencast.com/t/ugrgcVrHvQJ
Please make sure that you added the correct id, clear all caches ant test again.
Thanks!
Hi,
for 1) I did the css edit it worked however, there is this small squer box still visible: see linked image can you assist on how to take that out?
For 2) It was still not showing for me. Then I figured out. It would help to add this to your documentation or future support tickets. If the category is empty the ajax menu will not display. The category needs to have at least one post assigned to that category.
thanks for your help.
Hello,
1) Please provide a link to your problem so we can inspect it.
2) This applies to multiple elements across the site. If a category has no posts to display, it will not show up in blocks as well, or if you set a block to display a single empty category, the block it will not show up as well.
Thank you for your message!
here is the screen capture of what I’m talking about. After applying CSS display:none, there is still a small box that appears in that location
http://www.screencast.com/t/9c6ouCEbj5A
thanks.
Hello,
We cannot say where the little box comes from based on a screen capture.We will need a link to your website so we can use the browser inspector and see exactly what the little box is. We cannot recreate it at our end. The problem with the grey strip however is from your images. Please upload bigger images than the thumbnail for that grid: http://screencast.com/t/qdY8IHH5Kq Your image should cover all the container, not leave grey arras underneath the image. If you cannot upload bigger images, you can try a plugin called thumbnail upscale to stretch your images to fit the containers.
Thank you!
hi, no the issue is not the gray strip. I know my picture is small, I have uploaded larger version of the image with no issues.
The little box is where the date and author name is. It appears that is the background color. IF you remove the feature image and hide the date and author display, that small gray box is there. Does your post title with blue background line up with bottom? It looks like it is little higher and there is a gap.
http://www.screencast.com/t/Pz68sm0YJc
http://www.screencast.com/t/3OPbmg2Vmiut
Hope i’m making sense 🙂
I would be happy to give you access to my server but at this time we are in development server and it is not accessible from the public.
thank you.
Hi,
I used the help to question #1 to solve my problem. Can you please tell me how I can get rid of the category that is shown just above the article title in the Big Grid? I tried to add “.td_block_big_grid_3 .td-post-category” but it doesnt change anything.
Thanks
Hi,
The category tags can be removed from the theme panel so css code is not necessary: http://screencast.com/t/mZJFwRAiN
If you still want to use css to target only big grid 3:
.td_block_big_grid_3 .td-post-category{
display:none!important;
}
Hope this helps.
Thanks.