0v3rki11
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating A New Post Bricks My Blog PageScratch that. It just decided to start working again. Me thinks there be gremlins in my SQL database.
I’m about due to redesign and rebuild the site anyway. Should fix any residual issues. However if someone does have an answer to this I’m all ears.
Forum: Plugins
In reply to: [WP Splash Image] [Plugin: WP Splash Image] tab wont workI’ve updated on both of my sites and the plugin is “mostly” functioning properly. In IE, FF, and chrome the “silverlight” effect to fade out/color over the page no longer works at all in any range of settings.
But the problem I was having prior to this issue is now corrected, thank you very much for taking care of it so quickly. I also apologize for not getting the php.ini file to you as I was still getting server accesses setup for myself and other users.
I’m happy to help troubleshoot any issues going forward (as time allows of course).
Forum: Plugins
In reply to: [WP Splash Image] [Plugin: WP Splash Image] tab wont workI’m running v 1.4 on my personal website and the plugin works as advertised. I just installed the 1.5 plugin on another website and the tab functions do not work.
Having the same issue here as well, only mine will not accept my profile ID at all, it will only accept my page ID.
Facebook has been tooling around with their chat application and probably several other things as well which in turn most likely caused this problem. It wouldn’t surprise me if Facebook is trying to shut down 3rd party applications from accessing features on the site without actually visiting and logging into the site via a browser.
Forum: Plugins
In reply to: [Multi Post] [Plugin: Multi Post] Does not workI get the exact same error after installing it on two different WP sites. It completely hoses the CMS posting and navigation when active.
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] simplemodal loginGah!! that did, you brilliant bastage!!
I’ve tried EVERYTHING and never even knew that option was there in the menus area. I even went so far as to try and create HTML/PHP files to execute the script and link to them with no luck.
THANK YOU for figuring that out. Just for that feel free to send me a 120×600 tower banner ad and i’ll throw it into the ad rotation on Cubicle101.com for free. ??
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] simplemodal loginim having the same issue.
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Links for Menusstill not resolved
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Links for Menusok, s if I drop in…
function my_login_url($login_url = '') { if (strrpos($login_url, 'redirect_to') === false) { $login_url = esc_url(wp_login_url('https://cubicle101.com/cubicle101/wp-login')); } return $login_url; } add_filter('login_url', 'my_login_url');
…what’s that gonna get me and where does it need to go in the functions.php file? I’m thumbing through it and not seeing any obvious areas to define it’s placement.
using…
<a href="/wp-login.php" class="simplemodal-login">Log In</a>
is obviously a more elegant solution to the issue but the problem is getting it in the right place. if you can give me a little more insight i’m happy to dive into the code structure head first.
I have two other issues to try and solve after this one. actually one issue and one request for a future release if the option doesn’t already exist.
let me know where to drop that last bit of code you posted and i’ll see if it works.
Forum: Plugins
In reply to: [SimpleModal Login] [Plugin: SimpleModal Login] Links for Menusthat does work, but I can’t put in code where I need the Login link displayed.
I’m wanting to put it in the navigation sidebar widget one the top left of the page. The widget is nothing more than a menu with custom links. The custom menu system will read the link text and place it in the menu but does not link to the login script, it just ends up rewriting the link after saving it into the custom menu system.
Forum: Fixing WordPress
In reply to: Page Template Helpvtxyzzy: worked like a charm. you just saved me about another dozen grey hairs.
gratzi
what i did instead of actually changing the values was to create another theme with the cell layout that i wanted for the comic page. after that i pulled the content cell info directly from the style.css page and dumped it in before the get_header() on the comic template page just as you suggested.
this time only the content cell changed, the rest of the page functions normally.
Forum: Fixing WordPress
In reply to: Page Template Helprustybulb: i already tried that. sidebar2 i removed yet for some reason the content area still acts like it’s there.
vtxyzzy: that fixes the issue on the comic page but affects the entire site when editing the style.css. aka, the comic page works now but the rest of the pages are hosed.
is there a way to have those sheet layout values injected into the template page?