Home › Forums › WoodMart support forum › Add image below title
Add image below title
- This topic has 14 replies, 2 voices, and was last updated 5 years, 10 months ago by Elise Noromit.
-
AuthorPosts
-
February 3, 2019 at 3:41 am #105583
jgoodsParticipantHi,
How can I add an image under the title, just like the demo page?
Theme settings/ page title allows me to upload a single image but I want different images for different pages?
Thanks.
Attachments:
You must be logged in to view attached files.February 3, 2019 at 9:36 am #105601
Elise NoromitMemberHello,
In order to add an image to the page title to each page individually, find the option in the page =Image for page title – Upload and set an image on the title background;= https://xtemos.com/docs/woodmart/options-for-pages/
If you want to set an image on a product category page, navigate to Product > Categories > enter the category and find “Image for the category heading” http://prntscr.com/mfye5h
Best Regards
February 7, 2019 at 2:08 am #106249
jgoodsParticipantHi,
Re Image for title page, the options were previously available but it is no longer showing up on the edit page. How to bring them up again?
Re the category heading image, I only have the option to upload image for thumbnails and this image does not show on the category page itself. See attachment.
Attachments:
You must be logged in to view attached files.February 7, 2019 at 8:10 am #106287
Elise NoromitMemberHello,
1. Make sure all the required plugins have been installed and activated in Appearance > Install plugins. If all have been installed, enter a page go to the screen options and enable http://prntscr.com/mhrp5c
2. As soon as you create a category, enter it and find the option http://prntscr.com/mhrpmr
Best Regards
February 8, 2019 at 3:14 am #106495
jgoodsParticipantHi,
The problem is now resolved. Thanks!
Now that the image is up, I have a new problem. How to get rid of the menu below the ‘Shop’ title. I already have a menu above the image and do not want any duplicates. See attached.
Attachments:
You must be logged in to view attached files.February 8, 2019 at 3:15 am #106497
jgoodsParticipantHi,
In addition, how can I control which part of the image to show? The image is displaying weird.
Thanks.
February 8, 2019 at 7:29 am #106511
Elise NoromitMemberHello,
In order to get rid of categories in the shop title, navigate to the Theme settings > Shop > Title and Sidebar > Categories in page title > OFF
In order to show a part of the image, you need to cut the image accordingly and upload again.
Best Regards
February 9, 2019 at 3:31 am #106666
jgoodsParticipantHi,
After getting rid of the categories, there is still an arrow to the left of the title, how do I get rid of that too? Under which setting is the font and alignment of this title text?
In addition, I am having difficulty getting the display right. Is there a more ‘scientific’ way to determine the right size for these and any other image space? Can the size of the display be changed?
Thanks.
Attachments:
You must be logged in to view attached files.February 9, 2019 at 1:26 pm #106708
Elise NoromitMemberHello,
Please provide me with page URL and site admin access in the private area
Best Regards
February 11, 2019 at 11:19 pm #107015
jgoodsParticipantHi,
See below.
February 12, 2019 at 7:55 am #107047
Elise NoromitMemberHello,
In this case, the category is the title of the page and if you want to remove the title you can deactivate it http://prntscr.com/mjx4l2
Best Regards
February 12, 2019 at 10:08 am #107069
jgoodsParticipantHi,
If I do that, the image will also be gone. I remind you that I want to display the page title with an image without the arrows.
Thanks.
February 12, 2019 at 8:23 pm #107162
Elise NoromitMemberHello,
Add this code to the Theme Settings > Custom CSS > Global.
.tax-product_cat .shop-title-wrapper{ display:none; } .tax-product_cat .page-title{ padding:60px 0; }
Best Regards
February 13, 2019 at 2:14 pm #107264
jgoodsParticipantHi,
When I add the above, both the category title and arrow is gone. I still want the category title. Please help.
Thanks.
February 14, 2019 at 7:18 am #107388
Elise NoromitMemberHello,
Replace the code with this one:
.tax-product_cat .shop-title-wrapper a h3{ display:none; } .tax-product_cat .page-title{ padding:60px 0; }
If the code does not work, remove all
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register