dcogen
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Author Box] Shortcode SolutionNevermind, fixed it.
I replaced this line under “// author box social icons” in the same file:
$sabox_author_fields = get_the_author_meta( $sabox_social_id );
with this:
$sabox_author_fields = get_the_author_meta( $sabox_social_id, $author_id );
Thanks again and hope that helps others with the issue.
Second that on adding this all into the plugin files itself if the author doesn’t mind.
Forum: Plugins
In reply to: [Simple Author Box] Shortcode SolutionThanks for this, msumner!
Was looking for exactly this.
Only issue is that, while it does grab the correct author, image, and description, the social links are all the same (pointing to the person who created the page I believe). See what I mean here: https://theunlockr.com/about/
Any fix by any chance?
Got it that worked thanks!
Really quick, if I wanted to move it above the slider, could I do that simply within the same section of CSS?
Hmm.. I see. What about removing the control nav (which I assume just contains the dot navigation, correct?)
I’d rather not have it and have clickable images and arrow nav only.Where is the control nav element and can I just comment it out? Think that might solve it?
Thanks again for all your help.
Thanks for getting back to me so quick.
Just checked Firefox and it works for me too, not sure what that was before.Anyway though, about the images being clickable I see what you mean about the image being clickable if I put my moust about the nav dots.
Is there no way to make the entire image clickable? What is IE doing and can we replicate it.
Saw on the internet somewhere that someone else might of had the same issues with their slider because of the touch events. Something about a fix for iOS touch events that is blocking Chrome because it too uses touch events now and your fix it targeting only iOS and is conflicting with it?If not that then is there anything else I can do to make the images clickable across the entire image? Thanks for all your help. I’m sure this issue is something that, when solved, would help a lot of users trying out the plugin.