myershenry
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Pre Header Menu Listed below HeaderI figured this out by placing this below <div id=”header-core”>
<?php if ( get_header_image() ) : ?>
<div class=”custom-header”><img src=”<?php header_image(); ?>” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=””></div>
<?php endif; // End header image check. ?>I’m not entirely php proficient, so if there’s a problem with doing this, please let me know.
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Other Book Sellers ListedThis is a dev site so I can’t really link to it.
It had Button selected. When I clicked Text Bullet, it listed just one set of listings under “Other Book Sellers.” Then when I clicked Button back again, it was fine – just one set of buttons, no “Other Book Sellers.”
So I guess this will have to be the workaround, but I have hundreds of entries, so if there’s another way around this, please let me know.
Forum: Plugins
In reply to: [WangGuard] Not Spam Not WorkingNinja mode was switched off.
Forum: Plugins
In reply to: [Social Count Plus] Icons Not Centered After UpdateI deactivated it because of this issue.
So you could add [authors] or [genres] to a page and list authors and genres. Basically, the same functions as the taxonomy widget, but in shortcodes to add to the main MBT page. Thanks!
That fixed it, thanks!
Any chance for a shortcode that shows authors/genres for pages?
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Request for More ShortcodesI’d like to put in a similar request. This is how we’ve done it, but it would be a lot easier if there was an automatic shortcode for all genres, instead of having to add them manually. An alphabetized list, or search function, on the main page would be great as well.
Forum: Fixing WordPress
In reply to: Images Missing After Upgrade to 3.7.1They don’t – it’s mysterious. And it happened to every one of my sites.
Forum: Fixing WordPress
In reply to: Images Missing After Upgrade to 3.7.1Given images didn’t work at all, I guess I’m taking that risk. Is there a reason it updated by itself?
Forum: Fixing WordPress
In reply to: Images Missing After Upgrade to 3.7.1Thanks – the site was in the middle of reverting to the old version. For some reason the site self-updated to 3.7.1 from 3.3.1 – I just went back to the old version and it works again.
Forum: Fixing WordPress
In reply to: Images Missing After Upgrade to 3.7.1If it means anything – images are in the blogs.dir folder.
This is my htaccess:
# Use PHP5.3 Single php.ini as default
AddHandler application/x-httpd-php53s .php# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Images Missing After Upgrade to 3.7.1I’ve deactivated plugins and tried the default theme – no luck.
I also got rid of the Under Construction plugin, so you can take a look.
(site’s currently a mess)
Forum: Fixing WordPress
In reply to: Images Missing After Upgrade to 3.7.1Thanks – changing the permalink structure didn’t seem to help.