heckyesitis
Forum Replies Created
-
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Feature Request: Make Custom Coupon codeJeroen, what if wanted an actual prefix for this? Say something along the lines of 2021-001
2021-002etc?
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Delivery addressSame here. @philosurfa
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] No Address fieldsSame here, definitely need this. Right now I am just editing the existing flat/door field
c.
Forum: Plugins
In reply to: [Flickr Photostream] No Photos error messageAh ok so it is just a case of his photos not being public then? I have his login so I could probably just test this without him.
Thanks a lot for your help. I have another question but the topic is different so I will ask in a new thread.
c.
Forum: Plugins
In reply to: [Flickr Photostream] No Photos error messageI did as directed and still results in “No photos No photos”.
If you want to poke around I am glad to give you access. I have poked around and I am stumped on this one. I am a developer as well so I am not just starting from scratch when dealing with issues.
Thanks for your response btw.
c.
Forum: Plugins
In reply to: [Flickr Photostream] No Photos error messageI am having the very same issue. I have the plugin installed and have it working on two other pages fine but one artists pages it does not work at all.
These work:
https://alteredstate.net/artists/pooch-tattoos/
[flickr_tags user_id=”75569313@N03″ tags=”instagramapp” max_num_photos=”50″ no_pages=”false”]https://alteredstate.net/artists/scotts-tattoos/
[flickr_tags user_id=”64971093@N08″ tags=”instagramapp” max_num_photos=”50″ no_pages=”false”]Identical setup with both the shortcode specifying a tag and then just trying to get the gallery to show up with the ID and neither work.
https://alteredstate.net/artists/deans-tattoos/
[flickr_tags user_id=”64932133@N05″ tags=”instagramapp” max_num_photos=”50″ no_pages=”false”]
[flickr_photostream user_id=”64932133@N05″]I know his ID is correct and here is his Flickr acccount:
https://www.flickr.com/photos/dpcorpseart/Please advise as I would love to get this to work.
c.
I just wanted to say that you are one of the few awesome devs. Why you might ask? Because you support your plugin. I know it’s not easy but keep up the good work, your doing great.
Forum: Plugins
In reply to: [Instapress] [Plugin: Instapress] Fancybox effect not workingI am having a similar issue and am waiting for a response from the original theme dev. I have gone so far as to dig into the the instapress theme files and then wp_deregister the js thats loaded into the them via the plug hooks and load them in the proper order. I am still getting errors and being taken to the image file only.
Any clues on where to look?
c.
That exactly opposite the problem I was having. I was using the 404 module and deleted the other two and then used a separate plug to do the redirect. Total mess. So glad it’s working now.
c.
I had some initial issues with this plugin but I am using it with W3TC and it’s working fine at the moment.
c.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] New version doesn't workOk some how magically it’s working for me. Don’t ask me what I did because I have no idea. I deleted a couple of tables for house cleaning on my DB but other than that I did nothing but upgrade but even after upgrading it wasnt working yesterday.
I moved all my simple 301 redirects over to redirection and they all seem to be stable. I hope this trend continues.
c.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] New version doesn't workI have yet to get it to work at all. With the new version I get “Sorry, but your redirection was not created” any time I try to create a new redirect. Before it would totally hose up my url’s by adding all kinds of carzyness to them.
I see no one has supported this plug in some time either. I had considered doing a commercial donation but I think I may just stop “trying” to use this plug all together now. 404 logging isnt enough of a reason to keep using it in my opinion.
c.
No change. I even looked to see if there was something affecting it in the way the theme is setup. And I am not finding anything. If I have time tomorrow I will send you what I got but I was crazy swamped today.
c.
Unfortunately I cannot. I am behind an extremely secure network / firewall. I can send you a full code email if you like? Going to disable all my plugs right now to see if any of them are affecting it.
When I use this I am getting the script tag and it’s elements wrapped in <p> tags. The rest of the code it should be inserting is fine but this in particular is causing it not to function.
<style> #slider-264 { width: 590px; height: 290px; } </style> <p> <script> jQuery('#slider-264').anythingSlider({</p> <p> theme : 'default', expand : false, resizeContents : true, showMultiple : false, easing : 'swing', </p> <p> buildArrows : true, buildNavigation : true, buildStartStop : false, </p> <p> toggleArrows : false, toggleControls : false, </p> <p> startText : 'Start', stopText : 'Stop', forwardText : '»', backText : '«', tooltipClass : 'tooltip', </p> <p> enableArrows : true, enableNavigation : true, enableStartStop : true, enableKeyboard : true, </p> <p> startPanel : '1', changeBy : '1', hashTags : false, infiniteSlides : true, navigationFormatter : 'NULL', </p> <p> autoPlay : true, autoPlayLocked : false, autoPlayDelayed : false, pauseOnHover : true, stopAtEnd : false, playRtl : false, </p> <p> delay : 300, resumeDelay : 300, animationTime : 300, </p> <p> clickForwardArrow : 'click', clickBackArrow : 'click', clickControls : 'click', clickSlideshow : 'click focusin', </p> <p> resumeOnVideoEnd : false, addWmodeToObject : 'NULL'</p> <p> }); </script></p> <p> </p>
Thanks for any ideas.
c.