Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Ed,
Got this sorted. The hammer error and changes in classes, made re-use of the old swipe code a bit troublesome. In the end I decided to use hammer v2 and wrote some fresh js code myself for the single post page swipe. Works now.
Btw: the theme still loads css in the header for the class post-pagination-wrap. That class no longer sees to exist though …
Cheers,
JohanHi David,
I do not have archive.php in my child yet. I figured it wouldn’t help as it is actually using swift-framework/layout/archive.php … and I guess I cannot just copy that one to the child … or can I?
Cheers,
JohanHi Ed,
A quick follow up: to actually use it … do I need to include hammer.js? When I try to re-use your code, I get a message that hammer is not defined … is it no longer included?
Thanks,
JohanHi Kyle,
A late reply … tried your suggestions, but need to more as not only the H3 varied in height. Included responsive css to deal with it. so it is resolved 🙂
Cheers,
johanYou can mark it as resolved 🙂
Hi David,
I am using a child theme to avoid having to do things like this in the base theme … I guess it gets tricky in this case as that option is not included in a function right?
Thanks,
JohanHi David,
Managed to include some responsive css to deal with it 🙂 Will keep an eye once I start using alternative post formats!
Cheers,
johanThanks David and Ed,
When will the next update be? Will decide based on that whether to apply the temporary fix 🙂
Cheers,
JohanForget about this one 🙂 Was looking at the url with the # for the section in it …
Hi Rui,
That worked perfectly Rui. Many thanks!
Now I have one last question: Why does the responsive css for the area stop around a min width of 768? Above that size you have a width of 25% for each thumb and float set to left. Below it you go to 50% first, but with float disabled. So 4 50% thumbs show up underneath each other. Around 479 you go to 100%.
I would have expected 2 thumbs next to each other in the intermediate step. It can simply be done by turning the float on for that step.
But maybe there is a reason for it that I don not see!?
Cheers,
JohanMany thanks for picking it up Rui!
July 30, 2015 at 5:41 pm in reply to: Comment area single posts displays incorrectly below 768px #199457Got it! Thanks 🙂
July 30, 2015 at 5:39 pm in reply to: Comment area single posts displays incorrectly below 768px #199455Hi Ed,
Not sure I understand. I was referring to the fix suggested by David above. It fixes the issue for the form field labels, but not for the text before it 🙂
Cheers,
JohanJuly 30, 2015 at 5:32 pm in reply to: Comment area single posts displays incorrectly below 768px #199452Hi Ed,
The only thing that David’s code doesn’t fix is the asterix behind the intro text (“Your email address will not be published. Required fields are marked *”) when it wraps on iPhone.
Cheers,
JohanJuly 30, 2015 at 5:06 pm in reply to: Comment area single posts displays incorrectly below 768px #199440Yes, thanks David. Had that fix in place already 🙂
-