Home Forums WoodMart support forum Read More Tag

Read More Tag

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #22614

    faheem ahmed
    Participant

    Hi admin
    I need some help. I’m using “Product Short Description” in products that are a little bit lengthy. I want to use “read more tag” that is not working. You can visit the testing site to help me out of this problem. I want to show first 3 or 4 lines and then something like read more or 3 dots that show the rest of the short description. It would be very nice if something like 3 dots as it is also available in theme on product categories when we choose “Show summery on hover” in “product & categories style.

    #22626

    Artem Temos
    Keymaster

    Hi,

    Actually, as we can see on your website now, it works as you describe and shows only a few lines and other text can be visible when you click on three dots.
    If you mean to add this function on the single product page then sorry, but there is no such option in our theme.

    REgards

    #22636

    faheem ahmed
    Participant

    Yes I was talking about the single product page. Mainly about the “Read More Tag” which is a part of the theme’s “Product Short Description” but does not working at the front end. I’ve attached a screenshot for better understanding.

    Attachments:
    You must be logged in to view attached files.
    #22639

    Artem Temos
    Keymaster

    This button is a part of WordPress editor and not related to our theme. It works only for blog posts.

    #22651

    faheem ahmed
    Participant

    Thanks Artem Temos
    Can you help me. I’ve inserted a table in short description. I want to decrease its width on single product page to 70% but its width should not be infected on quick view and should remain to
    be 100%.

    Attachments:
    You must be logged in to view attached files.
    #22665

    Artem Temos
    Keymaster

    Hi,

    Here is a Custom CSS code for this task

    .single-product-content table {
    	width: 70%;
    }

    Regards

    #22683

    faheem ahmed
    Participant

    Temos this code is also affecting the table on quick view. It should be remained to 100%.

    Attachments:
    You must be logged in to view attached files.
    #22686

    Artem Temos
    Keymaster

    Sorry, try to replace the code with this one

    .single-product-content:not(.product-quick-view) table {
        width: 70%;
    }

    Regards

    #22687

    faheem ahmed
    Participant

    Thanks Now its working fine.

    #22689

    Artem Temos
    Keymaster

    You are welcome!

    #22747

    faheem ahmed
    Participant

    Hi Temos
    Which code I can use to set the product name font in “Quick View” window to 14px.

    #22756

    Artem Temos
    Keymaster

    Hi,

    Here is a code for this

    div.popup-quick-view .entry-summary .entry-title {
        font-size: 14px;
    }

    As for any additional customization requests, you can contact us directly here http://xtemos.com/contact-us/

    #22769

    faheem ahmed
    Participant

    This code has no impact on the quick view product name font size! please check as you have the login details.
    Thanks

    #22772

    Artem Temos
    Keymaster

    We just added the code and it works correctly.

    #22775

    faheem ahmed
    Participant

    Thanks now its working.

    #22777

    Artem Temos
    Keymaster

    You are welcome!

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