ethanhackett
Forum Replies Created
-
Forum: Reviews
In reply to: [Post Slides] Nice pluging but don't workAre you using multiple [post-slide] shortcodes on the page? At the moment It only works with one shortcode pr skin. So you could do [shortcode skin=”default”] and [shortcode skin=”single”]
If you have a url I could test please email it to me [email protected] other people might have a similar issue and I’d like to see if I could fix that.
Thanks,
Forum: Reviews
In reply to: [Post Slides] skins / transition – temas / transi??oDo you have a fronted url you could share with me so I could take a peek at the Javascript and css that’s being output.
I have a feeling it might be related to a jQuery issue but I’m not positive.
Forum: Reviews
In reply to: [Post Slides] Misc IssuesAwesome thank you. I appreciate the Ratting!
Forum: Reviews
In reply to: [Post Slides] Misc IssuesI pushed the changes for settings page.
Originally the color picker was faded to indicate you can’t use it since you haven’t selected a category. I could do the following…
- Place a dialog box over the color wheel with instruction.
- Hide the color wheel until click and slide/fade it in.
- If no input is selected on click set the focus to the first input
Thoughts?
Forum: Reviews
In reply to: [Post Slides] Misc IssuesAw the lack of holding values was do to a change in naming conventions made mid project from camel case to underscores and not all the option labels were updated.
Forum: Reviews
In reply to: [Post Slides] Misc IssuesQ: Does the color picker remain dim after focusing on the input?
Kelter thanks. I’ve added these bugs to the github repository and I’ll fix them this evening. Thanks for testing it and providing the feedback.
Forum: Networking WordPress
In reply to: Multisite error LogYeah I see it too on a system with a plugin I’m testing. But mine is coming from a plugin folder /ssv3_payload_extractor-pZC8hq2ARy.php startup
Forum: Reviews
In reply to: [Post Slides] skins / transition – temas / transi??oAny info you can share would be helpful [email protected] or @ethanhackett
Forum: Reviews
In reply to: [Post Slides] skins / transition – temas / transi??oIt’s the first version so there might be some glaring bug. Were you able to turn on debug mode and see any errors? https://codex.www.ads-software.com/Debugging_in_WordPress
I’d love to try and figure out whats causing the issues for you guys.
Forum: Reviews
In reply to: [Post Slides] Nice pluging but don't workOh no. ?? Do you have debug mode turned on? https://codex.www.ads-software.com/Debugging_in_WordPress
Its the first version so there are probably some bugs in there. I’d like to see what’s causing the bug if you don’t mind sharing more details?
Forum: Plugins
In reply to: [Post Tiles] Posts per rowCarlo also shoot me an email with some more details and I can see what I can do [email protected]
Forum: Plugins
In reply to: [Post Tiles] Image is Locked and Won't Reveal TextYeah i’m torn os to whether to strip the Bold from the shortcode examples since people often copy and paste and maintain the bold styling breaks it. But I’m trying to highlight the shortcake in the docs. Hmmm
Forum: Plugins
In reply to: [Post Tiles] Posts per rowCarlo did you set post tiles to responsive or is it fixed size?
Forum: Plugins
In reply to: [Post Tiles] Don't Display category from private post ?hmmm. I don’t know I haven’t tested it with private posts. You might have to be logged in order for it to work? I’ll try and run tests at some point.
Forum: Plugins
In reply to: [Post Tiles] Posts per rowIn order to set the number of tiles pr page use the posts=’#’ attribute [post-tiles posts=’2′] This controls the number of tiles loaded on that specific page.
By default it should show 4 tiles unless you set the global setting which overrides the default.
Regarding the change with the responsive layout it seemed to make more sense to make it responsive to the container not to the overall page. This would make it generally more flexible in case it’s placed in a smaller space.
I can look into adding another break point for big screens but this adds a layer of complexity. With the current responsive layout it starts with 4 then breaks to 2 on medium, and 1 per row on small. How many would be in a big screen 8? Otherwise if you have 6 and you scale down to 4 per row you end up with two rouge tiles.
Thoughts?