Coding Our Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Boxer] Link bayI guess that’s settled ??
Forum: Plugins
In reply to: [WP Boxer] Link bayAh,I see.
Yes, this is possible even with the free version. Just add the links to the content area of the block and style it any way you like.Forum: Plugins
In reply to: [WP Boxer] Link bayHi me9, to be honest I have no idea what you mean by link bay or link farm? Could you be more specific?
The Pro version is $12.
Forum: Plugins
In reply to: [WP Boxer] Background color overshoots the box borderThis is actually a very good point! It has been brought to my attention earlier and should be available in the next release.
Thanks…
Forum: Plugins
In reply to: [WP Boxer] capslide & impulseWe solved this eventually. Had something to do with the theme he used named Big Shot.
Forum: Plugins
In reply to: [WP Boxer] Potentially stupid css questionThe built-in WP editor does not show all plugin files.
The files you want are in:wp-content/plugins/{wp boxer}/assets/css/
Forum: Plugins
In reply to: [WP Boxer] URL of individual box not foundYou’ll want the contact the theme author for that question. WP Boxer cannot (and should not) “decide” where the search result takes you.
Cheers.Forum: Plugins
In reply to: [WP Boxer] Can you please provde the box style used to create your example?You need the Pro version to apply styling like that.
Either that or a considerable amount of HTML/CSS knowledge ??Forum: Plugins
In reply to: [WP Boxer] Possible to add to template, instead of using shortcode?Yeah, try adding quotation marks like so:
<?php echo do_shortcode( '[wpbp_blocks set="home-page"]' ); ?>
Forum: Plugins
In reply to: [WP Boxer] Possible to add to template, instead of using shortcode?Then you can use do_shortcode
Forum: Plugins
In reply to: [WP Boxer] Possible to add to template, instead of using shortcode?Are we talking PHP code here?
Forum: Plugins
In reply to: [WP Boxer] Possible to add to template, instead of using shortcode?Have you tried using the Text widget? That one supports shortcodes.
Or am I totally missing the point here ??
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] Can you change text hover color?Maybe we should approach it from the other side. Add the site styling to the boxes. Something like:
.block_content a { color: #your-color; text-decoration: your-decoration; } .block_content a:hover { color: #your-color; text-decoration: your-decoration; }
When you add the above code to boxer.syle.css it will apply for all boxes.
Forum: Plugins
In reply to: [WP Boxer] [Plugin: WP Boxer] add "Read more" buttonClosed thread
Forum: Plugins
In reply to: [WP Boxer] [Plugin: Boxer] Need Boxes for over 500 Post@lenamtl That unfortunately will not do the trick. The content block meta data has to get stored with the post itself. There is just no easy way to do this automatically yet! It can be done, but you’d have to write code for that.