futurepocket
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Featured Image and the 1 buttonGoogle +1 hasn’t worked out all the kinks yet, its nothing to do with WordPress. It may be the theme though, but I couldn’t tell you what’s wrong with it until I get a closer look. It seems to work fine on my blog.
Forum: Themes and Templates
In reply to: Styling Widgets in WeaverCheck out the div classes for the widgets.php for your theme and edit those styles in your CSS… you can add a background and shadow style in there.
Forum: Themes and Templates
In reply to: How to change hover colour in footer linksIn your styles.css, find this code:
a:hover { color: #E01E1E; }Change that hex color code to whatever color you want and that should do it 🙂
Forum: Themes and Templates
In reply to: Remove "comment" in comments_numberJust for reference, it was Disqus messing with the code so it was fixed.
Forum: Themes and Templates
In reply to: Photoria Theme: Featured Images not working?I’ve had this same problem before with TimThumb and the issue was resolved by changing the permissions on the /scripts to 755 and /scripts/cache to 755 as well. Did you already try that? If you did, try this:
In your styles.css:
.container {
overflow: hidden;
position: relative;
height: 430px !important;
}OR
#featPostsBig div.cover {
height: 430px !important;
}That should fix the issue with the height not showing up. It’s a problem with TimThumb though so changing permissions should fix it. Try changing permissions first and THEN try the above two.
Forum: Themes and Templates
In reply to: How to remove blank space from top of page and headerTry this, modify your styles.css:
#page { margin: 2em auto; max-width: 1000px; }Change it to this:
#page { margin: 0 auto 2em; max-width: 1000px; }That should do it.
Forum: Themes and Templates
In reply to: Twenty Eleven HelpThis would require some custom coding. I also don’t recommend changing the nav bar font because if its text, it won’t load on your viewer’s computers unless they have it downloaded.
Either way, open up your header, copy the code for the searchform (or remove if you want it gone). If you want to change the font, modify your styles text property. You can also remove the padding from the header by modifying the header css.
Forum: Themes and Templates
In reply to: Really Need Help on headerI don’t understand what you are trying to say that you went into “the background section.” What exactly did you modify to change the background color? Can you post the code for your index page and your styles (use pastebin otherwise the code will be moderated).
Forum: Themes and Templates
In reply to: Need a hand with some codesI am guessing you’re talking about this script:
<script type="text/javascript" src="http://app.ecwid.com/script.js?621196" charset="utf-8"></script> <script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10)","categoryView=list","searchView=list","style="); </script>Try adding a div style directly to the script in whichever file you got this code from and add a padding-right or margin-right (try both) or create a div class and modify your styles.css file and add a padding-right or margin-right in there to move it to the left.
<div style="padding-right:20px;"> <script type="text/javascript" src="http://app.ecwid.com/script.js?621196" charset="utf-8"></script> <script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10)","categoryView=list","searchView=list","style="); </script> <noscript>Ju nuk e keni të instaluar JavaScript në shfletuesin tuaj. Ju lutem kaloni tek <a href="http://app.ecwid.com/jsp/621196/catalog">Verzioni HTML i faqës Arena Computers</a></noscript> </div>Replace the 20px with whatever amount required to move it to the left. Hope it works.
Forum: Themes and Templates
In reply to: Only Two Posts Showing on Blog Page after UpdateWeird, that should fix the issue. I’m guessing its a theme compatibility issue with the new update. Try this, open your index.php file and find this line:
<?php if (have_posts()) : ?>and add this right before it:
<?php query_posts('showposts=10'); ?>I am not sure that will work but it will try to by pass the original settings.
Forum: Themes and Templates
In reply to: Photoria Theme: Featured Images not working?Try following this troubleshooting guide:
http://www.wpzoom.com/tutorial/troubleshooting-image-display-issues/
Forum: Themes and Templates
In reply to: Remove Certain Characters from Post TitleSorry, I’m not that advanced with PHP, perhaps a little more guidance?
Forum: Plugins
In reply to: [Plugin: SFC] Not workingSorry: http://www.ahhelp.me, the plugin is not active right now because its breaking a lot of stuff but once someone responds, I will activate it so you can see what is going on.
Forum: Plugins
In reply to: [Plugin: Social Connect] Won't load Javascript in themeI’ve also added the login to the widget on the side, but that won’t work either. Any ideas?
Forum: Plugins
In reply to: [Sharebar] Sharebar settings page won't fully loadUnfortunately, Sharebar has gotten pretty old and there is no update available for it. Try GetSocial!