- This topic has 16 replies, 2 voices, and was last updated 5 years, 5 months ago by
Support Team.
-
AuthorPosts
-
March 23, 2018 at 9:50 am #5647
tarveldom
Participanthello,
on my site I have created a category, slug for it is sri-lanka & I have used below code in additional css section to show header image in catgeory page..category-sri lanka .custom-header {
background-image: url(http://mogofy.com/wp-content/uploads/2018/03/srilanka-tourism.jpg);
}But the mentioned image is not appearing on category.
Please help me out.
March 27, 2018 at 10:40 am #5700Support Team
KeymasterHello @tarveldom,
First of all our sincere apology for the delay in replying to you.
Can you post your site URL so that we can look into the issue and help you.
Thank you 🙂 .
Best Regards!!
March 27, 2018 at 5:33 pm #5701tarveldom
ParticipantHi,
my site is on mogofy.comMarch 28, 2018 at 4:04 am #5702Support Team
KeymasterHello @tarveldom,
When we inspected your site, we found that you do not have any post associated to that category so the class that you have used in the CSS is not available in that category page.
So to resolve the issue create the post and assign it to the category Srilanka and publish and use the same CSS that you have posted.
Hope this helps.
Best Regards!!
Have a good day 🙂 .
March 28, 2018 at 2:04 pm #5705tarveldom
ParticipantAdded a post to category srilanka, but the top category image is still not appearing.
March 29, 2018 at 5:59 am #5712Support Team
KeymasterHello @tarveldom,
When we tried to inspect your issue from the site URL you have posted, we were unable to access your site as your site seems to be broken.
So please let us know after you fix the issue for further inspection.
Thank you.
Best Regards!!
March 29, 2018 at 11:01 am #5716tarveldom
ParticipantApologies for multiple issues.
Site is working fine now. please check.
March 29, 2018 at 11:34 am #5717Support Team
KeymasterHello @tarveldom,
When we inspected your site URL, we found that you have not added the CSS to display the background image in the header.
So please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.category-sri-lanka .custom-header { background-image: url(http://mogofy.com/wp-content/uploads/2018/03/srilanka-tourism.jpg); }
Hope this helps.
Best Regards!!
March 29, 2018 at 5:04 pm #5720tarveldom
Participantit’s working. thanks.
Also couple of queries.
– Is there a way to remove the word category from the title of sri lanka category page?
– how to change the navigation button color change?
– how can i change color of the mouse over on grids on home page
– how to change red color from widgets title and the arrows > under widget
– how can i remove the featured image from top of the post but still have it on headerAppreciate your help.
March 30, 2018 at 6:27 am #5728Support Team
KeymasterHello @tarveldom,
We are very glad that your previous issues are solved.
Now all of your queries have been answered below:
– Is there a way to remove the word category from the title of sri lanka category page?
Ans: This comes from the WordPress core function. However, to remove this you have to activate the child theme.
You can create the child theme manually or simply create the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/After activating the child theme in your child theme functions.php file add below-given code:
https://gist.github.com/Steeru/3a89a2ca3b6f8f6a1dd7bf65f3b811ec
– how to change the navigation button color change?
Ans: To change the navigation button color use below given CSS.
.main-navigation ul li.menu-btn a { background: #de0082; }
– how can i change color of the mouse over on grids on home page
Ans: For this use below given CSS.
.post-item-wrapper .post-content h4:hover, .post-item-wrapper .post-content .read-more-link:hover { color: #ff7200; }
– how to change red color from widgets title and the arrows > under widget
Ans: For this use below given CSS.
.widget .widget-title { border-left: 3px solid #3131f8; } .widget.widget_archive ul li:before, .widget.widget_categories ul li:before, .widget.widget_meta ul li:before, .widget.widget_nav_menu ul li:before, .widget.widget_pages ul li:before, .widget.widget_recent_comments ul li:before, .widget.widget_recent_entries ul li:before, .widget.widget_rss ul li:before, .widget.widget_text ul li:before { color: #3131f8; }
– how can i remove the featured image from top of the post but still have it on header
Ans: For this use below given CSS.
.single img.attachment-full.size-full.wp-post-image { display: none; }
You can change the color code as per your requirement.
Hope this helps.
Best Regards!!
Have a good day 🙂 .
March 30, 2018 at 7:04 am #5731tarveldom
ParticipantGreat!!! Thanks Very much.
March 30, 2018 at 7:17 am #5732Support Team
KeymasterHello @tarveldom,
Glad we could help.
If you have any issues further please let us know.
We would really appreciate if you could help us by rating our plugin by following the link given below:
https://wordpress.org/support/plugin/wp-travel/reviews/
Thank you 🙂 .
Best Regards!!
March 30, 2018 at 8:04 am #5733tarveldom
ParticipantSurely would do that.
March 30, 2018 at 8:16 am #5734tarveldom
Participanta few more things.
– how to remove the “Posted in Kuwait, Restaurants in KuwaitTagged kuwait, kuwait food” from below the posts http://mogofy.com/kuwait/best-italian-restaurants-in-kuwait
& the Next & Previous thing below that and Comment section below that
– How to show related posts grid below that, or should we use any plugin for that.
– Could the loader color be changedMarch 30, 2018 at 11:16 am #5747Support Team
KeymasterHello @tarveldom,
To remove the entry footer content use below given CSS.
.single footer.entry-footer { display: none; }
To remove the navigation and comment section use below given CSS.
.single nav.navigation.post-navigation { display: none; } .single div#comments { display: none; }
To change the color of the loader use below given CSS.
@keyframes bounce_fountainG{ 0%{ transform:scale(1); background-color: #2808ec; } 100%{ transform:scale(.3); background-color:rgb(255,255,255); } } .fountainG { background: #333; }
Change the color code as per your requirement.
As for the query related to related posts section, Currently there is no feature in the theme to show the related post.
Hope this helps.
Best Regards!!
-
AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.