24harish
Forum Replies Created
-
Hi @viancago
Please clear your cache and check in Incognito browser.The link you sent is working properly on our side. You can check on this URL.
Thanks
Hi @viancago
You need some changes fix this issue.Please following below steps.
Go to Plugin directory -> responsive-accordion-and-collapse -> css -> open bootstrap-front.css file.
Go to line number 363.
replace below code.collapse.in { display: block; }
to
.collapse.in { display: block !important; }
Thanks
Hi @schuppeste
Please send the URL of your web page so that we can check in it whether the issue is coming.
Thanks
If you want all the frames to be in the same size, then you have to paste the below Css code in the Custom Css section of the Edit Team page.
.wpsm_row{ display: flex; flex-wrap: wrap; } .wpsm_team_2_member_wrapper{ height: 100%; }
Thanks
You need some changes fix this issue.Please following below steps.
Go to Plugin directory -> responsive-accordion-and-collapse -> front -> open ac-content.php file.
Go to line number 79.
replace below code
<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="#ac_<?php echo $post_id; ?>_collapse<?php echo $i; ?>" >
to
<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 } ?>" data-target="#ac_<?php echo $post_id; ?>_collapse<?php echo $i; ?>" href="javascript:void(0);" >
Thanks
Hi @eindbaas45
If you want to show text in list so simply use the “<br/>” tag after each text in description area.
like the example below:-Mode = PvP<br/> Tribe Limit = 6<br/> Max Player Level = 105+ Ascensions<br/> Max Wild Dino Level = 150<br/>
Thanks
Forum: Plugins
In reply to: [Colorbox Panels & Info Box] Individual Color Setting doesn’t appearHi @cedson61
It is confliction issue with other plugins so please deactivate plugins one by one and check it is work Properly or not and let me know.
Thanks
Hi @juliaeffler
This is not our plugin and plugin version.It may be other plugin because, you gave us that link of file that is not in our plugin folder.
Thanks
Hi @jwpe83
You need some changes fix this issue.Please following below steps.
Go to Plugin directory -> responsive-accordion-and-collapse -> front -> open ac-content.php file.
Go to line number 79.
replace below code
<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="#ac_<?php echo $post_id; ?>_collapse<?php echo $i; ?>" >
to
<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 } ?>" data-target="#ac_<?php echo $post_id; ?>_collapse<?php echo $i; ?>" href="javascript:void(0);" >