asharperrazor
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Ctrl-BkSp Not Deleting Last WordYes, very annoying. Does the bug still exist in IE?
Oddly enough, cntrl + shift + <- works.
Forum: Fixing WordPress
In reply to: What does this function do? (curl_init)Well, it appears that freefilesblog.com is a CDN for Elegant Themes, which makes perfect sense since that’s who the template is from. Although the host is pretty crappy during some hours.
How would I know if I broke anything by removing the line of code?
Forum: Plugins
In reply to: [Plugin – Simple Lightbox] nothing happeninhFixed the JS error. If anyone is having the sharebar issue, I found the solution here: https://maxfoundry.com/blog/2011/08/18/how-to-resolve-javascript-conflict-from-sharebar-plugin/
Of course, they didn’t bother to paste in the new code, here it is for easier copying. You need the break in between the lines as well.
if (jQuery(sharebar).offset() != null)
Forum: Hacks
In reply to: [Sharebar] Javascript error on pages without sharebarThanks so much for writing that!
Forum: Plugins
In reply to: [Plugin – Simple Lightbox] nothing happeninhIts active
Forum: Plugins
In reply to: [Plugin – Simple Lightbox] nothing happeninhNo, I deactivated it to save on loading time. I’ll activate it for the next two days or until I hear back from this topic.
Forum: Plugins
In reply to: [Plugin – Simple Lightbox] nothing happeninhSadly, SLB is no longer working for me.
https://www.asharperrazor.com/about-us/razor-gallery
Pages and posts just default to the normal take the user to the file setting. Any idea what’s going on?
Forum: Fixing WordPress
In reply to: How do I change my website's thumbnail spacing?Found it in the stylesheet.
.art-article img, img.art-article { margin: 10px; }
Was the relevant code. Now I just need to figure out why my menus just died. *ugh*
I figured it out. My theme was created using artisteer. This tutorial shows you how to convert the artisteer menu into the new 3.0 menu. Worked perfectly minus the drop down isn’t showing the whole text… I’ll figure that out later. In the meantime I’ll just shorten the text.
https://budstechshed.com/make-your-artisteer-menu-compatible-with-wp30/
Okay, I’ve narrowed down the problem. My theme calls up this function to generate the actual horizontal menu. The other divs in the header just make the background and control the overall size and position.
I definitely cannot wrap my head around it.
[Code moderated as per the Forum Rules. Please use the pastebin]