Sapthaka Ranga
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] products not open by one clicki tried these options. but same problem.
Products doesn’t open after first click on mobile devices archive pages.
The single product page doesn’t open on first click. need to click two times. first click product hover only, second click open single product page.
It seems any plugin on site is optimizing the image sizes.
To override the CSS issue, please add this custom CSS here?https://imgur.com/vKmze92
body .iti__flag { background-image: url('https://templates-elementor.funnelswp.com/wp-content/plugins/funnel-builder-pro/modules/checkout/assets/img/flags.png'); }
how did you resolve this? @bizotop3
@angelagrey Thank you so much for your great help ?
@angelagrey how can i edit this for tablet display?
@angelagrey both code working correctly. which one is the best?
@angelagrey Unfortunately not working.
@angelagrey Code not working! this is my website url can you check?
- This reply was modified 2 years ago by Sapthaka Ranga.
Thank you so much @skalanter (Shahin). You helped me many times.
You can use this CSS code with Oceanwp child Theam or using add CSS plugin.
/product title character limit product archive pages/
.woocommerce ul.products li.product li.title h2, .woocommerce ul.products li.product li.title a {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-align: left; /you can remove this/
}/product title character limit product widgets/
.woocommerce ul.product_list_widget li a{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 1.3; /you can remove this/
}Issue solved, Thanks @skalanter ??</img>
Forum: Themes and Templates
In reply to: [OceanWP] footer text alignmentIssue solved, Thanks @skalanter ??
Forum: Themes and Templates
In reply to: [OceanWP] footer text alignmentHow can you get an update? how long does it take? I need to fix this ASAP. Please give me a solution.
<a class="<?php if($i!=1){ echo "collapsed"; } ?>" data-toggle="collapse" data-parent="<?php if($enable_toggle=="no") { ?>#wpsm_accordion_<?php echo $post_id; ?> <?php } ?>" href="javascript:void(0)" data-target="#ac_<?php echo $post_id; ?>_collapse<?php echo $i; ?>" >
`this code works. thank you.
Hi,
Each time i click on the “plus” to open the TAB it scroll up to the top of my website.
Enable Toggle/Collapse is ONi also tried disabled the button arrow up of divi but still not working
https://laurabenabou.urbanscom.net/faq-test/
the same problem in my website also.