codeblue2k
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Cant get part of my sidebar to disapperSamboll – One of what? The stylesheet? Ive done nothing to the code of the theme besides whats stated above.
Forum: Themes and Templates
In reply to: Can I remove the sidebar this way?Awesome thanks for the info!!
I actually just got it going before you posted. What I ended up doing is using that same if/else statement for two different style sheets. So if page ID is X then use this style sheet, else use the standard. Changed the width on the new style sheet to 100%.
See any long term issues with that?
Forum: Themes and Templates
In reply to: Can I remove the sidebar this way?I actually went a different way… I decided that I only need to remove the sidebar from one page. So I replaced the current tag that calls the sidebar with:
<?php if (is_page(‘X’)) : ?>
<?php else : ?>
<?php get_sidebar(); ?>
<?php endif; ?>X being the page ID number that I want to exclude the side bar from. But I came up with a slight different problem. How do I reclaim the space where the side bar was located for the body of the page?
Forum: Fixing WordPress
In reply to: Twitter Feed like this… how do I do it?Ok so im not going to worry about the silly icon right now.
I started using the plugin that Themetutorials recommended above. But how do I get bullet point in front of my individual tweets? Right now all my tweets look like a big run on sentence.
Forum: Fixing WordPress
In reply to: Twitter Feed like this… how do I do it?The plugin in great… but I also what to have the little twitter icon and after trying it out the plugin will not let you do that.
Forum: Plugins
In reply to: Looking for a plugin that will create a photo galler from FlickrOh one more thing… I have tried Flickr Photo Gallery and the latest version is not working properly. It wont add the proper code when I select a photo or set.
Forum: Plugins
In reply to: GoldenGate Plugin: Problems making connection. Check proxy?I have created a quick PHP Info page for you all to look at.
https://onetechmind.com/info.php
Any help you can supply would be much appreciated.
Thanks!
Forum: Fixing WordPress
In reply to: Align text after picsAnyone?
Forum: Fixing WordPress
In reply to: Align text after picsForum: Fixing WordPress
In reply to: Align text after pics