Luke Mlsna
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Nofollow] [Plugin: Ultimate Nofollow] Feature SuggestionI finally got around to adding a checkbox in the “insert/edit” link dialogue box on posts and pages so now you can nofollow your links just as easily as the default option of making them open in a new tab
Sorry it took so long… I just hate Tinymce.
Hopefully this will make the plugin a lot more useful to people!
Forum: Themes and Templates
In reply to: [Magomra] Custom header imageI’m (probably) going to eliminate dynamic style sheets in the next version (1.3.9), so if you’re willing to wait a bit, the problem will fix itself.
Forum: Themes and Templates
In reply to: [Magomra] Custom header imageI got another complaint about this so I double checked the code. The problem is most likely with how your sever is configured, specifically that it won’t allow URL variables to be passed through the
<link>
tag to the dynamic stylesheet (style.php
). Below is what was wrong with the second case I investigated:I’ve isolated the problem. I’m not exactly sure what’s causing it, but it has something to do with how you’re server is set up.
If you look in the source of your index page, you’ll see this line in the
<head>
section:<link rel='stylesheet' id='magomra_style_dynamic-css' href='https://your-utl.com/school-of-business/wp-content/themes/magomra/style.php?css=a%3A9%3A%7Bs%3A1%3A%22c%22%3Bs%3A3%3A%22762%22%3Bs%3A1%3A%22s%22%3Bs%3A3%3A%22252%22%3Bs%3A1%3A%22l%22%3Bs%3A1%3A%22r%22%3Bs%3A1%3A%22h%22%3Bs%3A69%3A%22http%3A%2F%2Fnerdenterprises.com%2Fschool-of-business%2Ffiles%2F2012%2F12%2FBooks.jpg%22%3Bs%3A1%3A%22b%22%3Bs%3A3%3A%22ddd%22%3Bs%3A1%3A%22t%22%3Bs%3A3%3A%22fff%22%3Bs%3A1%3A%22w%22%3Bi%3A1044%3Bs%3A1%3A%22e%22%3Bi%3A140%3Bs%3A1%3A%22a%22%3Bi%3A0%3B%7D&ver=3.5' type='text/css' media='all' />
This is the link to the dymanic stylesheet,
style.php
. This is a PHP file that sends a CSS file header and outputs some CSS styles dynamically with PHP using the $_GET variables passed to it.The long urlencoded string after ?css= is a serialized array that includes your chosen header text color and header image. So these values are being correctly passed to the
style.php
file, HOWEVER, if you inspect the source ofstyle.php
, it looks like none of the $_GET variables are being passed into the file. The variables are listed in the comment at the top of the file for debugging purposes, and yours is totally blank.To confirm this is the problem you’re having, view the source of your index page, find the
<link>
to thestyle.php
file and copy the entire url and paste it into your browser (or just click the link if you’re using firefox). The comment at the top will list all of the passed $_GET variables, which should match to the unencoded, unserialized value of the?css=
string.Forum: Plugins
In reply to: [Super Simple Contact Form] captchaSame deal goes for anyone else who might want a custom CAPTCHA version.
Forum: Reviews
In reply to: [Custom Meta Widget] Works GreatThank you for the review!
Forum: Themes and Templates
In reply to: [Magomra] Custom header imageIt’s working for me… https://test.shinraholdings.com/
Forum: Themes and Templates
In reply to: [Magomra] Custom header imageIt should support custom headers, I’ll take a look at the code and see if there’s a problem. You are using the latest version, correct?
No problem! A rating is always appreciated if you like the plugin ??
Yes, there is a way.
Forum: Plugins
In reply to: [Super Simple Contact Form] captchaThat’s a whole ‘nother can of worms and I’m trying to keep this plugin as simple as possible. I’ll make you a custom version with a reCAPTCHA for a very reasonable fee if you’d like…
Forum: Themes and Templates
In reply to: [Magomra] [Theme: Magomra] Open to Community suggestionsI lied, lol. I need a bit more clarification. Do you mean prevent it from showing up as an option to add to a menu, or just prevent it from being automatically added as a top level page on a menu with that option selected?
No problem, thanks for the good idea.
Now available in version 3.0 along with some cleaner shortcode options.
Forum: Plugins
In reply to: [Add Comments] [Plugin: Add Comments] suggestionVersion 1.0.1 is live. Thank you for your input!
Sounds like another plugin is interfering. Have you tried disabling the other plugins to see if that fixes it?