futurepocket
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 'Add Link to Facebook needs authorization' (pic inside)“Press the Authorize button to allow the plugin to add links to Facebook” — did you do that step already?
If you did, than give it some time and let Facebook update it’s cache, it takes some time for your application to be properly authorized by Facebook.
Forum: Themes and Templates
In reply to: 'Add Link to Facebook needs authorization' (pic inside)Did you follow the guide that comes with the plugin:
http://wordpress.org/extend/plugins/add-link-to-facebook/other_notes/
You need to create an APP on Facebook to give the application authorization to post to your wall.
Forum: Themes and Templates
In reply to: Organizing categoriesCan you post a link to your website so we can see what you mean?
Forum: Themes and Templates
In reply to: Review TemplateThanks, is there any post rating plugin with a short code that I can insert in the template to display the rating on the category (archive) page itself (under the picture in my case or under the excerpt)?
Forum: Themes and Templates
In reply to: Adding Static Text to Single CategoryThanks CHIP much appreciated 🙂
Forum: Themes and Templates
In reply to: Adding Static Text to Single CategoryWhat is “OUTSIDE” the loop, which file? And do we label the name as the category “A” (put name of category in place of A)?
Forum: Themes and Templates
In reply to: using images in a lightbox for a postYou need to expand the WordPress gallery function to use lightbox. There are plugins to do this, including the jquery lightbox plugin (which actually works), which can do that with any and all inserted galleries into WordPress posts. You can also use NextGEN gallery.
Forum: Themes and Templates
In reply to: Tabs Animation Won't WorkAlso, the video slider is broken at the bottom — the videos wont slide anymore… anyone know what’s going on. Could some plugins have had a lasting effect on the theme itself that didn’t go away once they were removed?
Forum: Themes and Templates
In reply to: Search Bar on MenuAs per forum rules, please use the pastebin to post long pieces of code — they don’t want to clutter up the forums.
Forum: Themes and Templates
In reply to: Static Login Page?Modify the wp-login.php and wp-register.php files.
Forum: Themes and Templates
In reply to: (Urgent)Help me!Also, if its a theme, I don’t understand why it’s located inside the plugin folder :S? Or is that a plugin that comes with the theme?
Forum: Themes and Templates
In reply to: (Urgent)Help me!Go into your FTP and delete the theme… it should reset back to the default theme.
Forum: Themes and Templates
In reply to: Page Won't Show Up After PublishedLink to page? Need more detail to help you out. What theme are you using?
Forum: Themes and Templates
In reply to: how to add photo slideshowWhich theme? Where exactly are you trying to add a photo slideshow? Website link? Provide a little bit more information… if you just want to add a slideshow to your website, find a good slideshow plugin for WordPress, I’m sure you can tell them within the template as well so you can add it within your theme.
Forum: Themes and Templates
In reply to: Custom CSS Menu ColorFind:
#menu li { list-style: none; float: left; padding-bottom: 8px; }add below:
.menu_item_11 { color: #FF0; }