Forum Replies Created
-
AuthorPosts
-
RonelMember
I figured out what was causing it, so the problem is solved, but I don’t really understand it.
The function adventurous_mobile_menu is called twice, once for the header right menu and once for the secondary menu. If I remove the second call, my code works. This is fine for me since I only have the one menu but I’d still be interested in knowing how I could change my code so that it works with two calls. I assume it’s happening because the user clicks on a cloned nav, rather than a unique nav in the header?
RonelMemberOK.
That makes it impossible to use the social links for sharing by e-mail, which is something you might think about adding in future updates.
RonelMemberYes, it was safari. Thanks, that worked.
RonelMemberHello Sakin
I think you’ve missed my point.
I specifically don’t want to enter an e-mail address, I simply want to open their e-mail program with a link to the page pasted into the e-mail. The person sharing the page should choose for themselves who the recipient is. Mailto works fine without a recipient e-mail address, as per my url above.
Thanks,
RonelRonelMemberOh, duh! Just don’t dequeue the parent file and enqueue the child file with priority 11.
Don’t mind me, I’ve got it working.
RonelMemberHello
I have a follow-up question to this:
I only want to change a very small piece of the responsive css. Is it possible to somehow enqueue my responsive css file to load after the parent responsive css, so that I don’t have to copy the whole file?Regards,
RonelRonelMember@Sakin:
My website is Novel Natter
“Real” buttons are the submit button in my subscription form (see sidebar widget) and the post comments button on single pages. These buttons change shape in responsive mode.
“Fake” buttons are the read more and comment buttons. I’d like these to also change shape in responsive mode
RonelMemberThanks.
Turns out it was my child theme but not for any reason that I could find. In the end I simply deleted the child theme, created a new one under a new name, reimported function.php and my style sheet, and the problem solved itself. No code changes, nothing. Some days I really hate computers…
RonelMemberHere’s my url:
RonelMemberOK, thank you.
RonelMemberI think I know why this is happening.
The gallery style takes the full content width and divides it into the number of defined columns (in my case 5 columns). Each thumbnail is then placed on the left of its column. The result is that the first thumbnail aligns on the left with the text but the last thumbnail doesn’t align on the right because the column is wider than the thumbnail.
In an ideal world, the first thumbnail would align left, the last thumbnail would aligh right and the remaining thumbnails would be spread evenly between them. I have no idea how to do that though.
RonelMember@Sakin: This is the page http://novelnatter.com/about
RonelMemberThank you!!
-
AuthorPosts