spaciousmind
Forum Replies Created
-
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed BrokenSame problem here… I tried other IDs and none of them worked. Is it a problem on the Facebook end?
Forum: Plugins
In reply to: [Master Accordion ( Former WP Awesome FAQ Plugin )] version 1.2 problems FYIStill having the same issue.
Forum: Plugins
In reply to: [Simple Image Sizes] Show in Post Insertion not showing correct size@med_freeman
where in Responsive is this code, and can it be fixed? I’m trying for a 650px wide image and it won’t let me — shows up as 550px when trying to insert into post.UPDATE —
Found it in responsive/core/includes/functions.php on line 106
(this is version 1.9.3.6)Just paste this into your child theme’s functions.php and change 550 to whatever you like (at least this worked for me, I needed 650 and that seems to work, didn’t try other sizes)
if (!isset($content_width)) $content_width = 550;Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload Code for Bandsintown@mewithoutyou
Were you able to get this working? I am having the same issue.@jay Hughes
Can you dumb down what you said above for a non-programmer? I tried plugging in your snippet and changing ‘#home, #contact’ to the page in question on my site, ‘#shows’, but doesn’t seem to do anything.Forum: Plugins
In reply to: [Columnizer] Can I remove the line break?Thanks for this, definitely should go into the plugin.
Forum: Plugins
In reply to: With child theme, plugins disappear when updatedResolved how? This is happening to me also all of a sudden.
Thanks Fred, I’ll try the workaround. I know about the BBQ in the repository, but the problem, as you know, is USC doesn’t recognize it.
I wish they’d fix this also… I create the BBQ plugin the way they tell you in the “How To Fix” tab, run the tests, and that item is ok — until I update BBQ, then it shows up in USC as a problem. I saw a new version of USC just came out, was hoping this would be fixed, but it wasn’t — can the plugin author address this?
I found the above line of code on both line 118 and line 362, changed them both and seems to do the trick.
Thanks much Mikko!
I thought it might be the theme, but I tried twentytwelve too and it gave the same result.
I tried it in the knowledge base on relevanssi.com and seems its not working there either (for example, I was on the post with the name “Charles St-Pierre” at the end, so I tried a search on that name, and the excerpt it returned did not show the part of the post with “Charles St-Pierre”, it just also showed the first however many characters or words of your post).
Forum: Themes and Templates
In reply to: [Boilerplate] Search not working after customizing BoilerplateSorry Aaron, it was a low priority project/site that I kinda got pulled away from and haven’t had much of a chance to return to. I’ll try to delve back into it soon.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Clicking background to close lightboxWhat he asked in the beginning is if it’s possible to click in the space around/outside the image to close the lightbox. I’d like to be able to do this also… possible?
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Error Loading Requested PageAha — resaving Permalinks took care of the problem.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Error Loading Requested PageI am getting this error, can you tell what you did to fix?
ThanksForum: Plugins
In reply to: [Advanced AJAX Page Loader] Works with pages but not postsOK I figured it out, if anyone else runs into this problem:
archive.php in Responsive has the content div with an id of “content-archive” instead of just “content”. Changed that to “content” in my child theme and it works great now.
This leads to a follow up question for the plugin developer:
Is there a way to designate more than one div id for the plugin to swap out, or can there be in future versions? I’m not sure yet if changing “content-archive” to “content” will lead to any repercussions down the line — I’d rather leave the id that the theme developers used if possible.