elkirkmo
Forum Replies Created
-
I’ve found the problem. I was calling the image twice, somehow, and just deleted the first reference to it. It works properly now.
All you need to do is write [nggallery id=#] and substitute the # for the ID number of the gallery.
As far as I know, it doesn’t automatically generate the shortcode, but they do list quite a few examples on their other notes page of ways you can extend the shortcode for use with tags, templates and plugins.
The text widget doesn’t have the functionality to run shortcodes without some modification. You need to add
add_filter('widget_text', 'do_shortcode');to your functions.php file.I am the theme’s author. The updates will contain the correct functions because I will not remove them. I could also just put them into a child theme if it wasn’t my theme and then they still wouldn’t get deleted. I still stand by my recommendation and my review. Have a nice day.
No they are standalone wordpress installs.
I don’t work for another company. I installed it on two different sites as per your instructions and it did not work on either. I found it was easier to add code to functions.php. This is my honest opinion and my honest review. I stand by it.
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Breaks javascriptLine 221 on the file
plugin.phpForum: Plugins
In reply to: [SublimeVideo - HTML5 Video Player] SublimeVideo finding correct URL from ftpCan you provide a link to site or your videos so I can better understand what you’re referring to?
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Breaks javascriptActually, I think I’ve found it. The plugin is calling jquery a second time and that was causing the problem. I’ve just commented out the line in the plugin that writes
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Breaks javascriptHere’s the page The free version works just fine, but for some reason the pro version is giving me a bunch of console errors notifying me that my javascript is returning a 404.
Forum: Plugins
In reply to: [Instagrab] Cannot get Instagrab to work!I’ve downgraded to 3.4.2 to see if that would fix the problem and it still doesn’t work. Any advice?
Forum: Plugins
In reply to: [Instagrab] Cannot get Instagrab to work!It’s also not working for me, it might be because I’m on 3.5. Is this plugin working on 3.5?
Forum: Fixing WordPress
In reply to: Insert into post not working – not theme relatedI just deactivated all plugins and it works. Going through the plugins one by one now to find out which one is the culprit.
Forum: Fixing WordPress
In reply to: Google is not indexing my siteYou might also have a conflict with your robots.txt file, which could be why your changes never get saved. Open your robots.txt file and inspect it yourself. Make sure you’re not disallowing your wordpress directory.
Forum: Alpha/Beta/RC
In reply to: Add Media and Featured Image buttons not workingI’m having a similar problem, but with the regular media. Featured images load and appear correctly but when I click “insert into post” on the regular “Add Media” button nothing happens. I’ve had to just copy the image link and put it in an
imgtag. I’ve already tried reinstalling the wp files too.