geodgeod
Forum Replies Created
-
The fix to the user.ini – worked like a charm. Thanks all. I do personally hope that it is fixed in a future update to the plugin though, it’s annoying to have to take that action.
Thanks Kuba. I don’t know how to do that but it makes sense in theory. I’ll have to research it – if I figured it out I’ll post back here.
Thanks again.I want to do the opposite and beef up the cookies. I didn’t see a way to contact you but tell me if this is possible currently?
What I am looking to achieve is that when a user comes to my site they immediately encounter a pop up that says are you a man or a woman or other (choose x or y or z) then once they choose they go to that part of the site (and no it isn’t a adult site ;). A cookie then remembers their choice and each time they return they are automatically redirected to their choice.
Is this something your plugin does currently?
Let me know and thanks so much.@danieliser Did you add this functionality into your plugin?
What I am looking to achieve is that when a user comes to my site they immediately encounter a pop up that says are you a man or a woman or other (choose x or y or z) then once they choose they go to that part of the site (and no it isn’t a adult site ;). A cookie then remembers their choice and each time they return they are automatically redirected to their choice.
Is this something your plugin does currently?
Let me know and thanks so much.I’ll try to share my explaination.
Basically I needed a video background on a div and then needed to add some text on top of the video.It looked something like this:
<!-- Start Video Background on Element - Make sure the div id is the same as the containment id in the data-proerty below--> <div id="ml-background-video-wrapper" class="mbYTPMovie" data-property="{videoURL:'https://www.youtube.com/watch?v=diZQeRX_u2I', containment:'#ml-background-video-wrapper', showControls:false, autoPlay:true, loop:true, mute:true, startAt:0, opacity:1, addRaster:false, optimizeDisplay: true, realfullscreen: true, quality:'default'}"> <!-- Text overlaid on top of the video--> <div class="ml-background-video-text"> <h1>Text!</h1> <h2>Longer Text.</h2> </div> <!-- End Text overlaid on top of the video--> </div> <!-- End Start Video Background on Element -->Then the CSS and make sure to include a background image for mobile on the containing div:
#ml-background-video-wrapper { margin: 2.3em auto 0.0em auto !important; background-color: transparent !important; overflow: visible !important; z-index: 0; background-size: 100% 100%; top: 0px; left: 0px; /* fixed to left. Replace it by right if you want.*/ min-width: 100%; min-height: 100%; width: auto; height: 500px; background: url(http://yoururl.com) no-repeat; } .ml-background-video-text h1 { font-size: 6.0em !important; font-size: 7.5vh !important; font-weight: 400; text-align: center; text-shadow: 0px 0px 3px #fff; width: 72%; } .ml-background-video-text h2 { padding-top: 0% !important; font-size: 3.0em !important; font-size: 3.5vh !important; font-weight: 600; background: #333333; text-align: center; text-shadow: 0px 0px 3px #fff; }Hopefully that helps π
Forum: Plugins
In reply to: [Groups] Change Role over Time | Drip ContentMy research points the same way (no dripping content) which for me makes the plugin about useless. Anyone from Groups – do you expect to support dripping soon?
Please advise.
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] My link to an accordion doesn't open it.@kavin – is there a solution to this please. I’ve tried your tutorial and they aren’t working as of now. Please let us know – appreciate it.
Forum: Plugins
In reply to: [WooCommerce] Adding Quantity to archive page add to cartThanks Jerome. I did as you mentioned and added the code to the bottom of my functions.php file. Still no luck. The issue I may be experiencing is that I am trying to use it on a page where I am calling out categories for the cart using shortcodes like:
[product_category category=”broken homes” per_page=”96″ columns=”4″]
[product_category category=”dancing bears” per_page=”96″ columns=”4″]
On a standard page. It is also housed on a ithemes builder child theme and looks something like this:
http://300yeardisc.com/cart-shot.jpg
Let me know what you think please. And BIG thanks for the help.
Forum: Plugins
In reply to: [WooCommerce] Adding Quantity to archive page add to cartBobdowne (or anyone) – would you kindly post and share the code you used if you figured this out. Would be very helpful π
Forum: Plugins
In reply to: [Plugin: WooCommerce] Remove product link from Thank You pageGood day Magdor –
How did you manage to remove the links to the shop page / product page and the ones like it in the cart. Would really appreciate your advice success here. Trying to do the same thing.
Thanks if you can!Forum: Plugins
In reply to: [WooCommerce] Adding Quantity to archive page add to cartGood day all –
Did you figure out how to do this or create the plugin? Any help will be greatly greatly appreciate. Let me know and thanks!