eldeuce
Forum Replies Created
-
Forum: Plugins
In reply to: [SimpleMap Store Locator] [Plugin: SimpleMap] Multiple Map Page IDsI’m having the same issue and would love to have a resolution!
Also, the # of results doesn’t want to change from 20.Forum: Fixing WordPress
In reply to: Menu modify error after upgrade 3.0.2You’re not the only one.
My menu system crapped out too with the new upgrade.
Everything worked just fine on 3.0.1Forum: Plugins
In reply to: [Verve Meta Boxes] [Plugin: Verve Meta Boxes] TInyMCE Support on TextareaSo, I worked in a “hack” for your plugin that works for me for now.
I have to edit the file that builds the textarea and added an ID to it that is the same as the name. From there, in your JS file I added.
$("#text_area_id").addClass("mceEditor"); if ( typeof( tinyMCE ) == "object" && typeof( tinyMCE.execCommand ) == "function" ) { tinyMCE.execCommand("mceAddControl", false, "text_area_id"); }This gives me the TinyMCE editor on the one textarea I needed it on. Hopefully this will help you integrate this option for future usage!
Thanks again!
Edit:
It still fails, even if I hardcore a category ID into it.$content .= $taxonomy_images_plugin->get_image_html( 'fullsize', 4 );Forum: Plugins
In reply to: eShop with Authorize.NetYa – it caused an ISE 500 error though, so I was hoping for another alternative. That and it isn’t free for authorize.net
Forum: Fixing WordPress
In reply to: Deliberately duplicate posts?just stopping by and was wondering what your reasoning for this was?
If it’s for SEO, spiders are smart enough to notice duplicate content. You’re probably on the express train to getting banned by Google.Forum: Fixing WordPress
In reply to: How can I do something like frames inside wp page?why don’t you just copy the way they did it and move on.
Why do you need frames? they don’t use frames.Forum: Fixing WordPress
In reply to: Get rid of hr code in sidebardo
hr { display:none }
in your cssor take the hr code out of your sidebar
Forum: Fixing WordPress
In reply to: RSS feeds has no style or formattingYou will need to do some research on “XML Styling”
Forum: Fixing WordPress
In reply to: how to make a list of all postsWouldn’t something like – http://codex.wordpress.org/Template_Tags/wp_list_pages – work?
Forum: Fixing WordPress
In reply to: Add/Update UsersIs anyone able to provide me with a core hack to users.php so that only level 10 is able to change Admin users while 9 and below can change other users?
Forum: Fixing WordPress
In reply to: Sidebar changes#sidebar ul { style.css (line 265) color:#CCCCCC; list-style-type:none; margin:0pt; padding-left:3px; text-transform:lowercase; }Just change
color:#CCCCCC;to any color you wantForum: Fixing WordPress
In reply to: how to make something i’ve added look like the rest of the menu!<tag>starts
</tag>endsForum: Fixing WordPress
In reply to: Subdomain for static pageMaybe have your host forward
subdomain.domain.com to http://www.domain.com/parent/subdomainForum: Themes and Templates
In reply to: Free WordPress Template:Hectic LifeI am guessing with the name that you meant for it to seem Hectic, but it just seems like too much is going on in the header and then the content is so bland I get confused… might just be a personal feeling. Art is good though.