Digital experiences for all disciplines
Forum Replies Created
-
-
Didn’t work eihter, I tried adding the “hide” function, also no luck:
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘arve-text’).hide();
$(‘.arve-checkbox input[type=”checkbox”]’).on(‘click’, function () {
$(‘.arve-text’).show();
});</script>
It doesn’t hide by default, the only way it worked perfect was when it was in the footer, I also tried adding hide !important, but no luck.
will do, thanks. One more thing – last week after you made my code work in custom js it has an opposite effect: it displays the field by default and hides the field on click instead of displaying it. How can I make it work correctly? And thanks for your time 🙂
<script type=”text/javascript”>
jQuery(document).ready(function($){
$(‘.arve-checkbox input[type=”checkbox”]’).on(‘click’, function () {
$(‘.arve-text’).slideToggle();
});</script>
Thanks, but how to avoid extra space when product has no image?
Should’ve probably say, that I’m using Opera browser.
I’m sorry, didn’t have time to insert it, it’s there and working now, thanks. But update cart still not working.
what about the update cart button on cart page?
May 26, 2015 at 7:45 am in reply to: Can't change product amount and sidebar space after removal #178327This reply has been marked as private.May 26, 2015 at 6:33 am in reply to: Can't change product amount and sidebar space after removal #178298Thanks! Will try. But what about the extra space where sidebar used to be? Should I use cache or CDN plugins or how to remove that space and keep content full width? Note, full width is enabled and sidebar config disabled.
May 26, 2015 at 5:07 am in reply to: Can't change product amount and sidebar space after removal #178280Should I install cache and cdn plugins, is that the issue? Just tried with Super Cache, nothing changed.
May 26, 2015 at 4:54 am in reply to: Can't change product amount and sidebar space after removal #1782751. This is the code, works totally fine when in footer.php and when accompanied with jQuery src: <script type=”text/javascript”>
jQuery(document).ready(function(){
{$(‘.arve-checkbox input[type=”checkbox”]’).on(‘click’, function () {
$(‘.arve-text’).slideToggle();
});alert(‘Custom jquery Code has been executed’);
});});
</script>2. My host says cache is disabled by default.
May 25, 2015 at 5:45 pm in reply to: Can't change product amount and sidebar space after removal #178203For some reason I can’t update cart aswell…
May 25, 2015 at 5:23 pm in reply to: Can't change product amount and sidebar space after removal #1781991. the code won’t work that way, tried everything, it’s wrapped in script tags now.
2. the woo sidebar is already disabled, there’s still an extra space.Thanks in advance!
May 25, 2015 at 1:02 pm in reply to: Can't change product amount and sidebar space after removal #178139I figured out the issue: I put jquery src and javascript code in footer, because custom js wouldn’t work – it only displayed the code in front end footer and nothing happened. See the footer yourself: http://thecube.agency/lp/private/ How can I insert the jx so it would work correctly?
May 25, 2015 at 12:47 pm in reply to: Can't change product amount and sidebar space after removal #178137Thanks, will try. But what about the extra space where the sidebar used to be, how to remove that?
Unfortionately they’re still everywhere, under single product view:
-
Posted in: Reply To: Cart icons everywhere