Home Forums WoodMart support forum Add image below title

Add image below title

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #105583

    jgoods
    Participant

    Hi,

    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.
    #105601

    Hello,

    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

    #106249

    jgoods
    Participant

    Hi,

    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.
    #106287

    Hello,

    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

    #106495

    jgoods
    Participant

    Hi,

    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.
    #106497

    jgoods
    Participant

    Hi,

    In addition, how can I control which part of the image to show? The image is displaying weird.

    Thanks.

    #106511

    Hello,

    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

    #106666

    jgoods
    Participant

    Hi,

    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.
    #106708

    Hello,

    Please provide me with page URL and site admin access in the private area

    Best Regards

    #107015

    jgoods
    Participant

    Hi,

    See below.

    #107047

    Hello,

    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

    #107069

    jgoods
    Participant

    Hi,

    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.

    #107162

    Hello,

    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

    #107264

    jgoods
    Participant

    Hi,

    When I add the above, both the category title and arrow is gone. I still want the category title. Please help.

    Thanks.

    #107388

    Hello,

    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

Viewing 15 posts - 1 through 15 (of 15 total)