Coding Our Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Boxer] Error wpboxer .phpOkay, so just posted version 2.0.2 which should fix your issue.
Forum: Plugins
In reply to: [WP Boxer] Error wpboxer .phpOk thanks, I will post an update today.
Forum: Plugins
In reply to: [WP Boxer] update broke boxercontinues in another post
Forum: Plugins
In reply to: [WP Boxer] Boxer URLs not workingYeah, could definitely be a permalink issue. Just open Settings | Permalinks and try again (I’m guessin’ you already did this by now).
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Need Boxes for over 500 PostRemember, WP Boxer is not a theme, it is a plugin! Because it does not “hook” into anything like a theme, you will have to update those posts manually.
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] can you use this for post and pagesI’m sorry for the delay (vacantion and all)
I don’t understand what you mean by badges?
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Open the links in a new browser tabJust add
target="_blank"
to the button linkForum: Plugins
In reply to: [WP Boxer] Error wpboxer .phpCan you specify the entire error?
Forum: Plugins
In reply to: [WP Boxer] update broke boxerAlso, I noticed in the sandbox website you are using this shortcode:
[box set=”Divisions”]
That will not work and has been deprecated since 1.13
The new format is:[wpbp_blocks set=”divisions”]
or
[boxer set=”divisions”]
Forum: Plugins
In reply to: [WP Boxer] update broke boxerThere is still a permissions error on top:
Warning: file_put_contents(/home/mig/public_html/wp-content/plugins/boxer/assets/css/templates.css) [function.file-put-contents]: failed to open stream: Permission denied in /home/mig/public_html/wp-content/plugins/boxer/wpboxer.php on line 179
The messages after that, don’t matter much. You will need to resolve the permission issue first. Can you try changing line 179 in wpboxer.php to this:
if ( file_put_contents( dirname(__FILE__). '/assets/css/templates.css', $css ) > 0 ) {
How about other plugins? I’m sure some of them will write in their own directory as well. Are they not giving you the same issue?
Greets,
MarkHi Karen,
Unfortunately the link you provided does not seem to work. It saysPage not found
Forum: Plugins
In reply to: [WP Boxer] update broke boxerHi Alex,
Looks like some kind of permission related error in which you are not allowed to write content. This is not caused by Boxer but is more like a configuration setting in your environment. Make sure the boxer/assets/css directory is chmod’d to 777 like it says here.
Also, the boxes are not gone. WP Boxer just uses another post type than the previous versions. You can easily convert them using the Upgrade From Older Version option in Settings | WP Boxer.
Let me know if this works!
If I understand you correctly, you are trying to add an image by supplying the link to the image in the Box Image tab. That is not the right way. You should just add an image to the content block (just like a regular post) using the Featured Image option.
The Box Image tab link url is used to generate a hyperlink for your image, so you can redirect users to anywhere you want when they click your image
Forum: Plugins
In reply to: [WP Boxer] Saving Boxer Options – Undefined variable Error in 1.3Closing up!
Forum: Plugins
In reply to: [WP Boxer] Saving Boxer Options – Undefined variable Error in 1.3Yep, looks like you are right!
Updated in 1.4