Hi,
Please check the bellow link and give me answers. Which have in bellow link.
https://www.dropbox.com/home?preview=01.jpg
https://www.dropbox.com/home?preview=02.jpg
https://www.dropbox.com/home?preview=03.jpg
Kind Regards
Zeeshan
Hi,
Sorry for that. Please check the bellow link and give me answers of my question.
https://www.dropbox.com/s/6ab24nbdbnt3e3h/03.jpg?dl=0
https://www.dropbox.com/s/dm6eqobnzx2or0g/02.jpg?dl=0
https://www.dropbox.com/s/hf0o0zfiztscna9/01.jpg?dl=0
Kind Regards
Zeeshan
Hello zeeshan,
I have checked your website and did not find the layout from your screenshots. I found this -> http://screencast.com/t/zgOhZwIfSf for your specific link. I have checked your homepage and there I found the same layout, like this -> http://screencast.com/t/cNiakayiycr I suppose that you want to add a background image to this black space, right? So, if you want this, please notice that you will have to add the background image using Visual Composer to the Row, like this -> http://screencast.com/t/pYGZFnPVA6eI and for your Related Articles section, please provide the certain URL so I can inspect it closer.
To change the background in that section -> http://screencast.com/t/vZMUQ1EC4 you will have to use the same method as I presented you above and if you want to change the structure for your Ajax Filter, you will have to check the Block Settings and set only your desired category which you want to display and not all categories, like this -> http://screencast.com/t/hZ7jrjoBouE For more information about Block Settings, please consult our documentation here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for your understanding!
Hi,
Thanks for answer of my question.
Here is the result which you give me the details check the bellow link. I was did lots of time of may wayes but color is not change.
I can also need to change this pagees background color or use any background image. How can i do
This is post not page : http://enewsvid.com/2016/05/26/khabar-naak-26-may-2016-geo-news/
This is category not page:http://enewsvid.com/category/news-channel/24-channel/
Hi
Are you trying to achieve something like this: http://screencast.com/t/4A07Qiv8so If so you have to edit the row like here: http://screencast.com/t/F03rnImlM – http://screencast.com/t/3kCUlQZ34Zt
For category pages you can set a background image or background color from theme panel > categories: http://screencast.com/t/PhmnuEzVjkN
Thanks!
Hi,
I am really thank full of your cooperation. Home page helps are very very helpful. But for category page its not helpful. I need to change header background color which have in grey color. Please help me. When i can follow of your help which you give me in print screen about category page they did not change header they add background behind page.
Kind Regards
Zeeshan
Hi,
For the categories, you can add a background color or image from the per category section of the theme panel: http://screencast.com/t/tXyH3rRTM
This however depends on your category template. If you use category template 8, you need a background image if you do not want the grey area.
Thank you!
Hi,
Your help is wrong. You didn’t get my point. Please check the bellow link. I need to change header background color which have in grey color. I didn’t need to page background image or page background color. When i am upload any background image the background appear behind the page not in only header.
http://enewsvid.com/category/news-channel/24-channel/
Kind Regards
Zeeshan
Hi,
I understand this, but this is a theme category setting that requires a background to display properly. The grey color is a transparent background and images will show up behind it. if you have no image, the transparent background appears as this grey color. If you want you can simply change the template from here: http://screencast.com/t/oZaux1oUu, or use this css to change the grey color if you do not want to use a backgorund:
.td_category_template_8 .td-category-header{
background-color:#11025f!important;
}
result: http://screencast.com/t/OcnWl2jb
Thank you!
Hi,
Thanks for the answer. If i want to use a background image how can i do. Please tell me file name of this CSS and where this file is located.
Also please give me answer of question which have in bellow attached file.
https://www.dropbox.com/s/g9x2npgop9dy62s/Printscreen.jpg?dl=0
Kind Regards
Zeeshan
Hi,
If you want to add a background image to your categories, you can do it from the theme panel here: http://screencast.com/t/Obbm3HOkOOv
In order to use the css I provided above, there is no file needed. You can add the code in the theme panel->custom code section. In custom css: http://screencast.com/t/DCmy9nx1
As for your second question, that is the ajax filter for blocks. Please use this guide to set up the ajax filter: https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Hi,
Thanks for of your help. I am really happy with your help. My one question answer is pending. Please check the bellow code and tell me if i need to use image so which code i can use because this code “background-image: url(“images/enewsvid_background.jpg”);” is not working, background color code is perfect working.
.td_category_template_8 .td-category-header{
background-image: url(“images/enewsvid_background.jpg”); <— this code is incorrect its not working?
background-color:#11025f!important;
}
———————–
One more question i have 15 categories. Is it possible i can change all the categories header background color is different?
Category: Channel 24, page header background color is blue, see here http://enewsvid.com/category/news-channel/24-channel/
Category: Geo news, i need to change this header background color red, how can i do, seee here http://enewsvid.com/category/news-channel/geo-news/
Kind Regards
Zeeshan
Hi,
The css path of the images must be the absolute path. That means the full path to the iamge as you would add it inside the browser. Here is an example of an absolute path: http://mydomain.com/wp-content/uploads/2016/06/rec728.jpg
The theme has no such option to make all category headers a different color. You will need to use css to do that also. Every category has it;s own category Id. You can get the unique category id from here: http://screencast.com/t/yHEmSDoXk
Then you can use the id in css to target just a speciufic category with your code. FOr the blue one, the code will look like this:
.category-53 .td-category-header{
background-color:#11025f!important;
}
For the one you want red:
.category-42 .td-category-header{
background-color:red!important;
}
Remember do delete the previous color change code I provided in my previous replies as it neds to be replaced with these new per-category ones
Thank you!
Hi,
Thanks for reply. Bellow link is not working on my side. Please help me 🙁
http://mydomain.com/wp-content/uploads/2016/06/rec728.jpg
Kind Regards
Zeeshan
Hi,
Well it’s an image that does not exist on your site. Please change the path in the specified link. I suspect it;s an ad provided by the theme as an example and the image got deleted. Please check your ad spots and remove the demo ads: http://screencast.com/t/CyryYaKXRNI
Thank you!
Hi,
Thanks for reply.
I am using two code with complete URL but its not working. Please help me and correct my code. Please check the bellow link for my code and i have mention bellow which code i am using.
https://www.dropbox.com/s/xmrl8saxbnt3a9r/printscreen_01.jpg?dl=0
.category-53 .td-category-header{
<div class=”td-all-devices”>
</div>
background-image: url(“http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg”);
background-color:#11025f!important;
}
Hers is the image URL: http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg
Kind Regards
Zeeshan
Hi,
The custom css box does not accept html inside it. You need to only use css , not div tags or a tags directly. It cannot work that way. If you want to add a background to a particular category you need to only use the css like so:
.category-53 .td-category-header {
background-image: url("http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg");
background-size: 100%;
background-repeat: no-repeat;
background-position-y: -110px;
}
I hope this helps.
Thank you!
Hi,
Well it’s best to keep the aspect ratio/proportions of the container if the image is destined just for that container in particular. The container itself is 1164×400
Also be mindful of responsiveness as the image could need adjustments on tablet or mobile phones. Make sure to test your image on those devices as well (or on the chrome emulator if you do not have all devices available)
Thank you!
Hi,
Thanks for your reply.I am fessing different issue on banner 1164×400 but i am leave it on this. I am than full of your long cooperation.
I have one new issue. Please check the bellow print screen line and help me.
Here is the website link: http://enewsvid.com/category/tv-programmes/talk-shows/
Here is the print screen link: https://www.dropbox.com/s/diio2oab62igfau/catagory_banner_help.jpg?dl=0
Kind Regards
Zeeshan
Hi,
That is way more complicated. it involves editing the theme files and creating conditions in the code for the ad to display on category pages. You can try to use this solution:
https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/
Thank you!
Hi,
Thanks for your reply.
My friend i have face one problem today.
My website is cut on both side. We need to full with website please check the bellow link and please help me.
I have mention two links one is old and second is today print screen.
Cutt on both side today: https://www.dropbox.com/s/z4srzga2k6xgjc9/Printscreen_full%20with.jpg?dl=0
Full with few days ago: https://www.dropbox.com/s/diio2oab62igfau/catagory_banner_help.jpg?dl=0
Kind Regards
Zeeshan
Hi,
Adding a background color or image will make the site go into boxed mode. (even a white background color counts)
Please make sure you remove any background image and remove any background color by pressing the clear button here: http://screencast.com/t/Jcn07cIw6EM5
This behavior is mentioned here: https://forum.tagdiv.com/background-introduction/
Thank you!
Hi,
I hope you are doing well.
I am facing three problems. I have mention bellow.
01.) I am suing google adsense. Google adsense give me code and i can pest but banner in your theme but is not showing add. Google tell me first you can check your code is 100% same which i was provided when i can check on my website “view page source” this code is different which i was pas in the add box. Please help me.
This i my website URL : http://enewsvid.com/
Here is the code which google adsense provide me:
Size banner code:
<script type=”text/javascript”>
google_ad_client = “ca-pub-xxx”;
google_ad_slot = “xxx”;
google_ad_width = 300;
google_ad_height = 250;
</script>
<!– ENewsVid side add –>
<script type=”text/javascript”
src=”//pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
Center banner code:
<script type=”text/javascript”>
google_ad_client = “ca-pub-xxx”;
google_ad_slot = “xxx”;
google_ad_width = 728;
google_ad_height = 90;
</script>
<!– ENewsVid add 728×90 –>
<script type=”text/javascript”
src=”//pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
————————-
0.2) Your theme is created lots of image sizes when i can upload any image, your theme create this image in lots of sizes, my website hosting file limit is 50,000 and your theme fill 50,000 images with in 3 weeks. Please help me on this issue. Give me any solution how can i control image sizes.
0.3) Please check the bellow link. They show me two thumbnail in one row but we need three thumbnail in 1 row. Please help me on this issue how can i do.
http://www.enewsvid.com/category/news-channel/24-newshd/
Kind Regards
Zeeshan
-
This reply was modified 9 years by
Bogdan B..