Coding Our Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Boxer] URL of individual box not foundI have seen this before. I believe it was a permalink issue with WP. Just head over to Settings | Permalinks. I believe you do not even have to change anything, just going to that page should solve it.
Let me know what you find?
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] Image not displayingI think troubleshooting is going to be close to impossible when I cannot actually view the site. Is there any way to host it temporarily somewhere?
When you look at the page source, do you see the specified image inside the heading section?
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] nofollow on links?You could do it using javascript. Just add this to the first self invoking function in boxer.custom.js
jQuery(".block_heading a").attr("rel", "nofollow");
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] Invalid argument line 1567No prob ??
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] Can you change text hover color?What happens when you specify another template, e.g. general-7 ? Do the links show up okay in that case?
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] Can you change text hover color?Do you have a site address for me so I can have a look, what style is blocking your theme’s anchor tag css?
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] Image not displayingAre you using featured images?
Do you have a site address for me so I can have a look?Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] Invalid argument line 1567Fixed the issue
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] add "Read more" buttonI think the “continue reading” might be added by your theme. Maybe you could ask the themes’ creator or support site?
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] add "Read more" buttonYou can check the Excerpt checkbox on the Content tab of the Content Block Options metabox. This will show an excerpt of your text with a Read more button.
Forum: Plugins
In reply to: [WP Boxer] Boxer URLs not workingYou’re welcome ??
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Open the links in a new browser tabDo you need me to have a look?
Be glad to help or assist in any way.Forum: Plugins
In reply to: [WP Boxer] Boxer URLs not workingDo you need me to have a look?
Be glad to help.Forum: Plugins
In reply to: [WP Boxer] update broke boxerThat could easily have been done by adding a shortcode alias to wpboxer.php. Reason why I had to change the shortcode in the first place is conflicts with existing plugins and themes that also use the [box] shortcode.
The permissions and chmod stuff cannot be “added” to boxer as it is dependant of the used enviroment, which come in all shapes and sizes.
It would be really bad practice if changes in permissions could be done from within a php script like Boxer.Nevertheless, I am glad you got it to work. Can you mail me your e-mail address. I want to compensate you by sending you the Pro version for free, okay?
Forum: Plugins
In reply to: [WP Boxer] Error wpboxer .phpI posted another update (2.1.1). Can you try that one. If that doesn’t work there are only two options left:
- Adjust php.ini to not display errors, warnings and notices, which in my opinion is not done anyway in a production environment
- Add a empty file name temp.css to /templates/ folder
Good luck