thinsafetypin
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Show Mega Panel on Load?Nevermind, I figured it out. Thanks again!
Forum: Plugins
In reply to: [Max Mega Menu] Show Mega Panel on Load?Thanks so much for your help. So you’re saying to add both the class and the display: block via jquery, or just add the block to the css and add the class via jquery?
Forum: Plugins
In reply to: [Max Mega Menu] Mega Menu Cut OffNevermind. I figured it out.
Forum: Fixing WordPress
In reply to: Media Library Won't Load in 4.0I got my issue resolved. I had a security setting in my .htaccess file wasn’t allowing access to /wp-admin/admin-ajax.php. I removed that line and presto! It worked.
Forum: Fixing WordPress
In reply to: Can't Set Featured Image – 4.0I was having this issue and for me it was that a security setting I had in the .htaccess file wasn’t allowing access to /wp-admin/admin-ajax.php. I removed that line and presto! It worked.
Forum: Fixing WordPress
In reply to: Media Library Won't Load in 4.0I too am having this issue with one of my WordPress installs. Deactivating plugins didn’t help me. I was able to get the media to show in list view, but cannot get it to show when attempting to set a featured image on a post, as there is no option there for list view.
Forum: Plugins
In reply to: [Facebook Album] Smaller thumbs not showing – otherwise album worksHooray! It worked!
Forum: Plugins
In reply to: [Facebook Album] Smaller thumbs not showing – otherwise album worksSure, no problem! Facebook Album
Forum: Plugins
In reply to: [Facebook Album] Smaller thumbs not showing – otherwise album worksI was having this same issue and the development version seems to have partially fixed it for me. You can see what the site is doing here: Recording Studio
Forum: Plugins
In reply to: [Image Widget] [Plugin: Image Widget] Broken in WordPress 3.3Could this have something to do with PHP versions? I had the widget working perfectly on my local machine (running 5.3.6), then pushed the site to my live server (which runs version 5.2.17) and am now getting this issue.
I ended up recoding things to use boom_header_image() instead of auto-insert and it’s working now, but it would be awesome if you could get the code working for auto-insert for others who have the same issue.
Okay, narrowing in on it now. The links work when I use boom_header_image(), but not when I auto-insert. My site is pretty dependent on auto-insert as of now (because I have static headers replacing the slider on sub pages), so I’d really like to get this working with auto-insert. Any ideas?
Hmmm… I’m actually having the same issue as MarcFolch. I plugged the URLs in, but nothing happens when I try to click the header.
I figured out my issue. I was hardcoding the images using the functions.php file. As soon as I started uploading them through the header control panel, bang, there’s the URLs button. Thanks!
Forum: Plugins
In reply to: [Header Image Slider] [Plugin: Header Image Slider] Hyperlink Header Images?I still haven’t found a workable solution to hyperlinking my header images, either through shadzeh’s method or asbrown’s. I’m using a Thematic child theme that I had to hack a bit to make the header work on, so maybe that’s my issue.