tbcrew
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shiword] Images in Mobile homepageHi,
that’s the normal behaviour. Maybe (probably) we’ll change it in next revisionBy now, if you can edit files, try the following:
* open mobile/loop-index-mobile.php
* replace<span class="tb-thumb-format <?php echo get_post_format( $post->ID ); ?>"></span>with
<?php if ( has_post_thumbnail() ) { ?> <?php the_post_thumbnail( array( 32, 32 ), array( 'class' => 'tb-thumb-format' ) ); ?> <?php } else { ?> <span class="tb-thumb-format <?php echo get_post_format() ? get_post_format() : 'standard'; ?>"></span> <?php } ?>Forum: Themes and Templates
In reply to: [Shiword] Remove title on pagesForum: Fixing WordPress
In reply to: Remove Page Title but not Post TitleHi there,
try one of the following
* add the css code to “custom CSS” option field in “theme options” page
body.page .storytitle { position:absolute; top:-9999px; left:-9999px; }* or delete the line 30 in page.php
<?php shiword_post_title( array( 'featured' => 1 ) ); ?>Forum: Themes and Templates
In reply to: style.css missing?!?Hi,
as already answered by Jimo, this problem will be fixed in next release, meanwhile you can download beta version from https://github.com/TwoBeers/fastfood/archive/master.zip
CheersForum: Themes and Templates
In reply to: Sidebar not fixedHi Tomas,
if you mean you want the sidebar fixed and not scrolling with the page (as it does now), just go to Appearance -> Theme Options and in custom CSS code (Style tab), add:#menu { position: fixed; right: 0; }Let me know if this fit your needs.
Cheers
ilmarenForum: Themes and Templates
In reply to: Need to get rid of quickbar and avatarI think we could consider this solved or closed
Forum: Themes and Templates
In reply to: Bug using All in one Event Calendar extensionsolved
Forum: Themes and Templates
In reply to: Bug using All in one Event Calendar extensionHi Julien,
it’s a known bug and it’ll be fixed in next revision.
By now try the following fast fix:open function.php file with the editor and delete
add_filter( 'the_title', 'wallow_title_tags_filter', 10, 2 );
(line 14 or so)Hope it helps.
Cheers
JimoForum: Themes and Templates
In reply to: [Shiword] [Theme: Shiword] Top menu itemsresolved
Forum: Themes and Templates
In reply to: [Theme: Fastfood] Login with Facebook or GoogleHi there,
really really really late π
BTW mini login code is (at current version 0.33), at the end of lib/quickbar.php, feel fre to mod it adding the plugin code.Forum: Themes and Templates
In reply to: [Theme: Fastfood] Header Text not showingclosed
Forum: Themes and Templates
In reply to: where are blogroll and links?Pleased you found out π
Forum: Themes and Templates
In reply to: Disable comments on pagesHi Stooker,
disable comments on pages or posts is not a theme option, it’s a WP feature.
Please check this small tutorial on how to disable/enable comments on post/pages:
http://www.twobeers.net/tips-tricks/wordpress-tips-tricks-001-comments-trackbacks-and-pingbacksHope it helps
CheersForum: Themes and Templates
In reply to: Can't upgrade WordPress installationReally happy about that! Why? For that “Design by CHill Concepts Design, LLC”. Is it your work? Support yourself!
Forum: Themes and Templates
In reply to: Need to get rid of quickbar and avatarHi ljknechtel,
Sorry for the late reply.The best way to disable sidebar is to uncheck “Sidebar” under “Appearance -> Theme Options -> Elements”.
Hope it’s not to late π
Cheers