Coding Our Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Boxer] Box move the other boxesYes, this is the default behavior. If you remove the height attribute of the fourth content block, you’ll be fine
Forum: Plugins
In reply to: [WP Boxer] Centering the imageIf you send me an email, I’ll mail you an update. Maybe that fixes the issue for you…
Forum: Plugins
In reply to: [WP Boxer] Centering the imageHi Kasper,
The images should automatically be centered. If they’re not, I’m guessing your theme is applying some margin of its own to images, thus overruling Boxers’ margin…
Forum: Plugins
In reply to: [WP Boxer] in line editing possible for content?Hi,
You could alter the template which is used for the single posts (stories) and add something like:
<?php $custom_fields = get_post_custom(); ?> <div class="author_profile"> <a href="#" alt="" title="<?php echo $custom_fields["author_name"][0]; ?>"><?php echo $custom_fields["author_name"][0]; ?></a> <p><?php echo $custom_fields["author_bio"][0]; ?></p> <figure> <img src="<?php echo $custom_fields["author_photo"][0]; ?>" alt="<?php echo $custom_fields["author_name"][0]; ?>"> </figure> </div>
Keep in mind this is only pseudo code and it contains no styling at all. That would be up to you. Also you would have to manually specify the 3 custom fields on each and every story.
Forum: Plugins
In reply to: [WP Boxer] Error!Mailed you in the other thread!
Forum: Plugins
In reply to: [WP Boxer] IE & Firefox Issues@pikamatt This is really strange! Do you think it is in any way possible I could have a look at your site? I want to help you but I do need temporary admin access. If you agree, send the creds to this address..
Forum: Plugins
In reply to: [WP Boxer] in line editing possible for content?Hi Donna,
If I understand you correctly, what you want is very well possible with Boxer. Just create a separate content block for every author. Such a content block consists of a title (=headline), content (=bio) and an image (=photo).After that it is just a matter of adding a shortcode to the individual posts. Something like
[wpbp_blocks id="1234"]
You should never have to copy HTML code between posts!!!
Let me know if this is in any way clear ??Cheers,
MarkForum: Plugins
In reply to: [WP Boxer] Google Crawl ErrorsI also use Google Webmaster Tools and I have no crawl errors whatsoever. Can you post any details regarding the errors?
Forum: Plugins
In reply to: [WP Boxer] Issues upgrading from 1.3 to 2.2.0Strange! Glad it’s working now!
Forum: Plugins
In reply to: [WP Boxer] Issues upgrading from 1.3 to 2.2.0There should be an Upgrade From Older Version option in the Settings section of WP Boxer. Just make sure you create a backup of your WP database first though, because this action cannot be undone!!!
Forum: Plugins
In reply to: [WP Boxer] PostsOops! Sorry for the delay. Holidays and all…
Were those all existing posts? Open one up, save it and try again. Does it show up then?
Forum: Plugins
In reply to: [WP Boxer] Short code not workingYes, please try
[wpbp_blocks set="default"]
or[boxer set="default"]
Forum: Plugins
In reply to: [WP Boxer] Error!We figured it out
Forum: Plugins
In reply to: [WP Boxer] Can a video be used as a box image?As you can see here it can be done. Just place the video inside the content blocks’ content.
Forum: Plugins
In reply to: [WP Boxer] how to load google fonts???Under Settings | WP Boxer