wastl2000
Forum Replies Created
-
Hi Jeremy,
I received an email from Mickey asking me to disconnect from Jetpack completely and reconnect again.
After disconnecting an connecting to Jetpack again I received an error that my FB ID was invalid. I disconnected FB, reconnected and everything is up and running again!! :))
Thanks a lot for your outstanding support!
Best regards,
MartinHi Jeremy,
I deactivated the plugin, removed and re-connected to FB, created a new post. Nothin was publizised on FB. ??
I could create a temporary user for you to test it…
Thanks a lot for you great support! ??
Hi Jeremy,
Currently active plugins are:
Akismet, Version 3.1.1
Always Use Open Graph with Jetpack 1.0
Contact Form 7 4.1.2
Dynamic Content Gallery 3.3.6
Hotspot Map for WordPress 1.0.3
Jetpack by WordPress.com 3.5.3
Lightbox Gallery 0.8.2
Moo Collapsing Archives 0.5.7
Really Simple CAPTCHA 1.8.0.1
Simple Share Buttons Adder 5.6
TinyMCE Advanced 4.1.9
TPC! Memory Usage 0.9.1
WP-DraftsForFriends 1.0.2Thanks,
MartinForum: Plugins
In reply to: [Simple Share Buttons Adder] Show Buttons next to dateAwesome! Thanks! ?? It was the “float” option that I didn’t know… ??
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Show Buttons next to date@david
I finally found the right file to place the code! ??There’s just one tiny detail I’d like to change. I’d like to remove the line break before the share buttons.
They should be placed in the same line as the text
“BY MARTIN ON MON, 08. APR 2013 21:36 ON MOUNTAINBIKE / EDIT” Butons here (align right)
see: https://www.trickytrails.com/schneenachten-mitten-im-april/Forum: Plugins
In reply to: [Simple Share Buttons Adder] Show Buttons next to dateHi David!
Thanks for your Reply! I hope you had some great days off! ??
I changed the single.php fo my theme according to your instructions and added the php code. Unfortunately it did not behave as expected. Instead of the buttons, “[ssba]” is printed to the page.
single.php
(....) <span class="postmetadata"><?php if ($wpzoom_singlepost_author == 'Show') { ?><?php _e('By','wpzoom'); ?> <?php the_author_posts_link(); } if ($wpzoom_singlepost_date == 'Show') { ?> <?php _e('on','wpzoom'); ?> <?php the_time("$dateformat $timeformat"); } if ($wpzoom_singlepost_cat == 'Show') { ?> <?php _e('on','wpzoom'); ?> <?php the_category(', '); } ?> <?php edit_post_link( __('EDIT', 'wpzoom'), ' / ', ''); ?> <?php echo do_shortcode('[ssba]'); ?> </span> <div class="postcontent"> (..)))