machinette
Forum Replies Created
-
It’s awesome, I will gladly leave a review
I can’t find how to move the vat number details inside the order confirmation or inside the profile pages. I just need to keep digging
Thanks for everything, the plugin, your help everything.
Edit: found it and everything is working great!!!
- This reply was modified 1 year, 8 months ago by machinette.
Hi Omar,
Thanks for your quick reply, Just found it..
Thanks
- This reply was modified 1 year, 8 months ago by machinette.
Had to change it in both labels: Name and label, thanks but with this site the solution is accepted because it isn’t multilanguage but what will happen on a multilanguage site?
What’s the best practice when creating a form with this plugin? Use the site’s main languge for fields label and names nad whish that the translation will work with the secondary languages? Is this why this happened? site language is Spanish but the field names are in English…
I’m not the original developer of the site and never used UM
Thanks a lot
Forum: Plugins
In reply to: [WP FullPage] Custom slide navigationLast issue is also solved.
Forum: Plugins
In reply to: [WP FullPage] Custom slide navigationFor the previousSlide im using
$.fn.fullpage.moveSlideLeft();
and for the nextSlide$.fn.fullpage.moveSlideRight();
Trying to mange how to make the first slide random followed by the rest of slide sorted alphabetically, tried a few options but aint working as expected.
Forum: Plugins
In reply to: [WP FullPage] Custom slide navigationHi,
maybe this will help anyone who’s straggling with this as I am.
I solved the current slide & total slide by adding this 2 lines to fullpageAfterSlideLoad in jquery.fullpage.custom.js, after duplicating the plugin folder in to the theme folder. Not sure if its the cleanest way to do it.var totalSlides = fullpageSectionsEl.eq( index -1 ).find( '.slide' ); slide.find('.counter').html(slideIndex + 1 + '/' + totalSlides.length);
But I am straggling with the navigation, cant find how call the nextSlide and PreviousSlide.
I also havent figured yet how to make the first slide random followed by the rest of slides ordered alphabetically.
Any suggestions are more than welcome
Forum: Plugins
In reply to: [WP FullPage] Custom slide navigationHI,
I managed to show the current slide number by adding in jquery.fullpage.custom.js:
slide.find('.counter').html(slideIndex + 1 + '/' + fullpageSlidesCount.length);
to
fullpageAfterSlideLoad
, but fullpageSlidesCount.length is returning a wrong number of slides.Any idea?
Thanks
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Everything solved, the issue was css related.
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Hi Julien, thanks for the support.
I am having a weird issue with the footer, sometimes the footer menu disappear, sometimes happens in chrome and edge but is always happening in safari.
When scrolling down to the footer, the menu is shown while the page is moving but as soon as the page stops the menu disappear.All other issues are happening only in the live version, i guess are due to server config, so no worries.
Regards
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Never mind, I was using a fullpage as landing, changed to a normal page and everything is as expected. I am having other issues and saw that I am not the only one, I ll post in the related topics.
Thanks again, great plugin!!!
Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Thanks a lot for your quick reply, it took my a bit until I made it work.
Is any option to remove the fullpage from the url?Forum: Plugins
In reply to: [WP FullPage] Get footer back into Fullpage?Thanks for this awesome plugin.
I ve been trying to show the footer as the last item of the content with no success, followed previous answers but all I manage to do is show the footer fixed in the bottom and shwon in all sections. My other issue is that I cant figure how to remove the fullpage from the url bar, is it possible?Thanks again