roman.soerensen
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] Double ButtonsHi,
same issue here. It happens when updating from 1.7.28 to 1.7.29. Maybe it has something to do with the change on “Initialize AddToAny Follow buttons on the post-load event” or the caching.
The additional css didn’t work for me.
- This reply was modified 6 years, 2 months ago by roman.soerensen.
Forum: Plugins
In reply to: [Kebo Twitter Feed] Question regarding the use of the attribute ‘offset’Hi John,
you guess right. That’s what the offset is supposed to do, but the error is thrown because $tweets is an object and not an array, where the single tweets are stored in.
Maybe Peter can fix this issue with the next update.
Cheers,
RomanForum: Plugins
In reply to: [Under Construction / Maintenance Mode from Acurax] Time RemainingHello,
for me it just works perfect after the update. Thank you for the great support!!!
Forum: Plugins
In reply to: [Under Construction / Maintenance Mode from Acurax] Time RemainingHello,
same problem here. Everytime I click into the admin menu 2 hours are added to the configured launch-time (WP 4.4). On pagereload of the options page 1 hour will be added.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Can't get iframe into lightboxGo into appearance -> lightbox plus make sure the checkbox for Use Secondary Lightbox is checked.
Rename your class into ‘lbp_secondary’ (which is the default name) or go to the secondary Lightbox Settings -> other and rename the class name to ‘lbpModal’.hope that helps…
Hi Daryleg,
am I right, that you want to change the connected account?
1. Click red button behind “connected as …”
2. Save changes
3. Click “Connect with Twitter”Hope that was what you where asking for ??
Forum: Plugins
In reply to: [Kebo Twitter Feed] custom template like mentioned in change log 1.3.0ok, got it working!
In the original ‘inc/widget.php’ it says in line 140:
get_template_part( 'views/kebo-twitter-list' );
change it to:
require(locate_template('views/kebo-twitter-list.php'));
The issue is, that no variables are passed if you use ‘get_template_part()’
thx to Keith Devon
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] CF7 shortcode not displaying@jberg1: Thank you! That did the trick ??