anphira
Forum Replies Created
-
I’m not sure. I will attempt to find out.
Forum: Plugins
In reply to: [Imsanity] Searching Next 250 imagesmarkie & Jason: I was having the exact same problem.
I put in a large number for the height (like markie, I want to limit the width but not the height and I had been using the setup 1100×0 as the size). Now it’s searching correctly & resizing.
So apparently the instruction “0” for disable isn’t working that well. Put in a large number to disable 🙂
Thanks sevenspark! That was a perfect fix!
And thanks Devin, that’s awesome support you guys provide for a free plugin.
Forum: Fixing WordPress
In reply to: Current version is not the latest, but Dashboard says it isThere could be something strange going on with your site, but it might also be that you’re on managed hosting.
If you are certain managed hosting environments, you can ONLY upgrade your WP version through the hosting dashboard. Note also that most managed hosting includes a bit of caching, so after updating your site, you will need to flush the cache so that you can actually SEE the update. If you’re on managed hosting, contact the hosting company for help (after all, isn’t that most of the point of managed hosting?).
Just left a review and will get a javascript guy I know to work on the multiple jQuery issue next week (he’s away sadly).
***THANK YOU*** — the function($) fixed it.
YOU ROCK!!!! THANK YOU!!!!!!!!!!!!!!!
Both active, bug alive and well (I checked several browsers, fully broke on all)
http://pooltroopers.dev-design-sites.com/testing/
If I go to plugins and deactivate ubermenu (uber 3), the popup for “Read More” works, as soon as I activate ubermenu it stops working.
Forum: Plugins
In reply to: [Eventbrite API] connecting keyring to eventbriteSo I just got this connected. On your EventBrite App Management screen it should look like:
APP Name KEYS ACTIONS
Something RANDOMSTRING linksThat RANDOMSTRING is your API Key.
Click Show Client secret and copy the really long string for Client Secret into API Secret.
Make sure that App ID is blank.
Click on Save changes. The go back to Keyring (left menu bar Tools > Keyring). Click on Add New. Then it will say Eventbrite (Manage). Click on the “EventBrite” text. That will take you to a new webpage asking you to click on the green authorize button. Once you do that, you’ll be connected.
Forum: Themes and Templates
In reply to: [Interface] How do I add extra space between paragraphs in CSS?Theme Options > Design Options > Custom CSS is where you can add your code.
Forum: Themes and Templates
In reply to: [Interface] Content not showing on Business TemplateThe business template uses content exclusively from widgets. Content in widget is not recognized by Yoast. Remember, Yoast is a useful tool, not a perfect tool. It can’t account for the way every site is built. Google will read content displayed in widgets, even thought Yoast does not.
Forum: Themes and Templates
In reply to: [Interface] How to delet "read more" on mainTo actually remove them you would have to copy the widget code into a functions.php file in a child theme. Alternately, you can just suppress them from displaying with CSS:
a.more-link { display:none; }