Hax
Forum Replies Created
-
I didn’t test this plugin with custom post types, I will test it and let you know but probably this is going to be an update for next release
Forum: Plugins
In reply to: [File Un-Attach] [Plugin: File Un-Attach] redundant reference and compat fixactually it should be checking for the “FunFront” class, not the ImStoreFront, I but I will fix this on the next release thank you
Forum: Plugins
In reply to: [File Un-Attach] [Plugin: File Un-Attach] attach/unattach button fixthanks for the code and feedback, I will add the code for next releae
Forum: Plugins
In reply to: [File Un-Attach] [Plugin: File Un-Attach] redundant reference and compat fixignore
will test it, and fix the bug
Glad you like it, and thanks for the feedback
Forum: Plugins
In reply to: [Image Store] using lightbox plus pluginbhkel,
that is not going to work, the shortcode [gallery link=”file” is to work with the normal WP galleries,
you have to disable the color box in Image Store and create your own JavaScript to work with the lightbox plus plugin, I been planing to add all the colorbox options to the Image Store but I just have not had the time.
Forum: Plugins
In reply to: [Image Store] [image store] Uploading images does not workI think you posted this question but I am adding this link just in case somebody else is having the same issue http://imstore.xparkmedia.com/2011/07/permission-problem/
Forum: Themes and Templates
In reply to: applying css to a specific pagei am thinking you dont know HTML , somewher in your header.php you will find
<body>after body and within the > add the funtion that i gave you this will add page specifc html or just add a link to the page this will help us a lot to be able to helpForum: Themes and Templates
In reply to: Function of widgetIs a way to easily add blocks/areas/features to your theme..
For example if you want to display a list of links in your font page but you don’t know HTML then find a list widget then you just type the information and drag the widget where you want to display the list
Forum: Themes and Templates
In reply to: Theme SuggestionsLooks like you need a custom theme or someone to help you set up the theme that you bought.
For the most part all themes have general features for a blog, you are going to have to find a few plugins that will work well with the theme to add extra functionality.
Forum: Themes and Templates
In reply to: Headers and Footers in TemplatesFirst if you are moving from one host to another you have to be sure that they have the same environment LAMP, WAMP and versions
Now it looks like a permission issues login into you admin panel,SSH,FTP and change the file permissions for your theme to allow other user to write to the file
Hope this helps
Forum: Themes and Templates
In reply to: Constructor theme helpIt looks like you need to register your menu check this link
http://codex.wordpress.org/Function_Reference/register_nav_menusif you have a lot of changes to your theme and you are not very good with coding probably it will be good if you add it as a project under http://jobs.wordpress.net/ you can find good help for cheap.
Forum: Themes and Templates
In reply to: Comments are all closed in Atahualpa Themean option is to download the theme again and overwriting the comment.php file. it should fix it, if not you have other issues on your theme/installation
Forum: Themes and Templates
In reply to: applying css to a specific pageWithout a link to you site is hard, but lets try it.
first make your that you them has the
<?php body_class()?>function in the body tag.This will add a unique class to the page something like “page-id”, “post-ID” then you can target this class like .page-id #content {}
Forum: Plugins
In reply to: [Image Store] Plug-in slows down sitedoes it slow down all pages or just the galley? The gallery pages are slow for sure I been working on a solution without risking security.
I think I got it down for next release but I just been busy