Home › Forums › WoodMart support forum › Read More Tag
Read More Tag
- This topic has 15 replies, 2 voices, and was last updated 7 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
October 26, 2017 at 1:25 pm #22614
faheem ahmedParticipantHi 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.October 26, 2017 at 2:27 pm #22626
Artem TemosKeymasterHi,
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
October 26, 2017 at 4:34 pm #22636
faheem ahmedParticipantYes 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.October 26, 2017 at 4:58 pm #22639
Artem TemosKeymasterThis button is a part of WordPress editor and not related to our theme. It works only for blog posts.
October 26, 2017 at 8:08 pm #22651
faheem ahmedParticipantThanks 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.October 27, 2017 at 6:20 am #22665
Artem TemosKeymasterHi,
Here is a Custom CSS code for this task
.single-product-content table { width: 70%; }
Regards
October 27, 2017 at 11:04 am #22683
faheem ahmedParticipantTemos 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.October 27, 2017 at 11:09 am #22686
Artem TemosKeymasterSorry, try to replace the code with this one
.single-product-content:not(.product-quick-view) table { width: 70%; }
Regards
October 27, 2017 at 11:12 am #22687
faheem ahmedParticipantThanks Now its working fine.
October 27, 2017 at 12:42 pm #22689
Artem TemosKeymasterYou are welcome!
October 28, 2017 at 4:59 am #22747
faheem ahmedParticipantHi Temos
Which code I can use to set the product name font in “Quick View” window to 14px.October 28, 2017 at 8:30 am #22756
Artem TemosKeymasterHi,
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/
October 28, 2017 at 12:58 pm #22769
faheem ahmedParticipantThis code has no impact on the quick view product name font size! please check as you have the login details.
ThanksOctober 28, 2017 at 2:00 pm #22772
Artem TemosKeymasterWe just added the code and it works correctly.
October 28, 2017 at 2:10 pm #22775
faheem ahmedParticipantThanks now its working.
October 28, 2017 at 3:03 pm #22777
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
- You must be logged in to create new topics. Login / Register