JoeMD
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Anchor Links] Larger TextThanks man, that looks awesome now! Sorry it took me so long to get back to you, been a bit hectic. But thanks, really appreciate it!
Forum: Plugins
In reply to: [CataBlog] Specify Various Thumbnail Sizes?Ok, the thumbnails are now 80px, but there are HUGE empty spaces around them and the third thumbnail hasn’t moved up next to the top two as I was hoping (I was after rows of three). Any further suggestions?
https://soniccollectors.com/ (sidebar)
Forum: Plugins
In reply to: [CataBlog] Specify Various Thumbnail Sizes?Yes
Forum: Plugins
In reply to: [CataBlog] Specify Various Thumbnail Sizes?I used the code as given by the plugin author on the support page. The only thing I changed was the name of the catablog categorie to match my own and the size of the thumbnails.
CSS –
.catablog-row.wiki .catablog-image img { width: 80px; height: 80px; }
Template –
<div class="catablog-row catablog-gallery %CATEGORY-SLUGS%"> <a href="%LINK%" class="catablog-image"> <img src="%IMAGE%" alt="" /> <strong class="catablog-title">%TITLE% </a> <div class="catablog-description">%DESCRIPTION%</div> </div>
Catablog widget shortcode –
[catablog limit="6" category="wiki" navigation="no" template="wiki" sort="date" order="desc"]
Forum: Plugins
In reply to: [CataBlog] Specify Various Thumbnail Sizes?No, that doesn’t seem to work. It stops all but the first image showing and that first image is still 100px.
I too would LOVE this option. I use SLB on my artist portfolio and it’s perfect except for the fact that the option to view the full sized image isn’t present. As you could images, this is something very desirable for an art site.
Forum: Plugins
In reply to: [List category posts] Can this be Used with Wiki?Sorry, here’s a link to my site with the being-built wiki – https://soniccollectors.com/scwiki/games-category/
That seems to have done the trick. Thanks Jeremey ^_^
Forum: Fixing WordPress
In reply to: Hiding Original URLThanks catacaustic, much appreciated.
Forum: Themes and Templates
In reply to: [Summit Lite] Featured ImageI’d like to know how to do this also. The featured image spans the width of the post on the post page, but can it be done on the home page?
Site URL – https://esotericgentleman.com/lehnah/
Forum: Themes and Templates
In reply to: [Expound] Help With Custome Social ButtonsActually, I’m using a different method now, forgot to mark this as resolved. Thanks anyway.
Forum: Themes and Templates
In reply to: [Expound] Styling BlockquotesThanks guys. With your help and a bit of styling I got it exactly as I wanted it. Cheers! ^_^
Forum: Themes and Templates
In reply to: [Expound] Styling BlockquotesSee here for an example of the blockquote as it is – https://soniccollectors.com/new-sonic-magazine-from-egmont-hits-uk-stores/
Forum: Themes and Templates
In reply to: [Expound] Help With Custome Social ButtonsNo one?
Forum: Themes and Templates
In reply to: [Expound] Add New Widget Area Under MenuGot it to work by adding the following to the header.php
<?php // Custom widget Area Start if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Top_Wiki') ) : ?> <?php endif; // Custom widget Area End ?>