Caitlyn Colette
Forum Replies Created
-
Forum: Plugins
In reply to: [BadgeOS Community Add-on] Plug-in will not 'activate'Ah-ha. I’ve been looking at the badges with ‘earned by: minimum number of points’, hence the ‘add step’ didn’t appear.
Should be fine now I guess! Thanks a lot.
Forum: Plugins
In reply to: [Membership 2] Edit 'renew subscription' page text and buttonsI’ve had some delays working on it, but will do so tonight/tomorrow and will let you know how I go. Thanks!
Forum: Plugins
In reply to: [Membership 2] Edit 'renew subscription' page text and buttonsHi David,
Subscribe button
Thanks for that. I was able to change the subscribe button image easily!Membership box text
I tried translating the files with Poedit. I was able to use the program, edit the file and upload via FTP. However, nothing on my site changed!I also opened up the relevant files in a text editor and changed the required text manually. I uploaded the amended file, but still no change!
Am I doing something wrong?
Thanks 🙂
Forum: Plugins
In reply to: [BadgeOS Community Add-on] Plug-in will not 'activate'Yes, I thought that too, but I don’t see any of the dash options shown in the screenshots.
http://wordpress.org/plugins/badgeos-community-add-on/screenshots/
Am I looking in the wrong place (I’m inside ‘badges’)?
Forum: Plugins
In reply to: [BadgeOS Community Add-on] Plug-in will not 'activate'Hi,
The Community Add-On is active (great!), but doesn’t provide Community options in the “Earn by” menu (not great).
What’s going on??
C
Forum: Plugins
In reply to: [BadgeOS Community Add-on] Plug-in will not 'activate'It seems to be working now! I updated the BuddyPress plugin – I wonder if that was the trick?
Thanks 🙂
Forum: Plugins
In reply to: [BadgeOS Community Add-on] Plug-in will not 'activate'Hi there,
It’s a single site and I have BuddyPress installed and active (version 1.9.1).
Thanks,
CForum: Plugins
In reply to: [BadgeOS Community Add-on] Plug-in will not 'activate'No, no changes. Any advice?
Thanks!
C
Forum: Plugins
In reply to: [Membership 2] Edit 'renew subscription' page text and buttonsAlso, when I try using the Poedit plugin you recommended, I get this error message:
The package could not be installed. No valid plugins were found.
Plugin install failed.
I’m guessing it would be fine to use any translation plugin? It seems you’ve recommended a translation plugin in order to access the individual text files..?
Thanks 🙂
Forum: Plugins
In reply to: [Membership 2] Edit 'renew subscription' page text and buttonsHi there,
Thanks very much for your response.
I tried adding the image with the code you provided, but found it didn’t work. Instead I tried the below code and the image appears, but behind the original button. The new button also tiles three times behind the old button.
#membership-wrapper input[type=”image”] {
background: url(‘/wp-content/uploads/2013/12/Subscribe-button.png’) !important;
}It seems the old button is coded into the html and therefore appearing over the new button. This is the html code:
<input type=”image” name=”submit” border=”0″ src=”https://www.paypal.com/en_US/i/btn/btn_subscribe_LG.gif” alt=”PayPal – The safer, easier way to pay online”>
Can you please tell me how to get my new button appearing singularly?
Many thanks!