Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get the jQuery script working. Please help!I’m asking what the purpose is? You want to control/have this list in a WordPress site for what reason? If its just for the fun of it then ok … if you have an actual need / application then I’m sure there’s a plethora of other ways that suit the WordPress environment better.
Forum: Fixing WordPress
In reply to: WordPress 4.1 Installation failedGet a new hosting service – really 🙂
What kind of hosting do you have? Company, Linux, Windows, Shared, VPS?
You need to access the server and change the file permissions or you can try a manual install which should set them based on your user login.
Forum: Fixing WordPress
In reply to: How to get the jQuery script working. Please help!Hey Jerry,
Perhaps if you tell us what the context is (why) we might have more options in helping you .
Forum: Fixing WordPress
In reply to: Categories got automatically deletedAre able to uplaod files to the server VIA FTP or your Hosting Control Panel?
Forum: Fixing WordPress
In reply to: Small Searchable Databasehttps://wordpress.org/plugins/tags/customer-relationship-management
Give that a try. You can also just use a Forms plugin like Formidable Pro or Gravity Forms.
If you want to roll your own then you can use a Custom Post Type and Post Meta Fields.
Forum: Fixing WordPress
In reply to: How to get html tag value using wordpress?You could use
document.getElementById("id")but it’s not a WordPress function.Forum: Fixing WordPress
In reply to: Multiple pages for postsYes you can use category’s to display posts or you can create a custom post types which is a bit more difficult to set up.
In the appearance>menus section on the left panel open the Category section and select one and then add to menu. Of course you will have had to create some category’s and created posts assign to that category first.
Forum: Everything else WordPress
In reply to: Plugins tab not showing on my wordpress author pageThe Plugin is Authored by Biztech and your profile is dev_biztech. Change the readme.txt file
Forum: Fixing WordPress
In reply to: My gravatar showing on everybody's commentsHave you tried changing it from Blank to one of the other options and test?
My sites are set to Mystery Man.
Forum: Fixing WordPress
In reply to: P tags are missing in Editor and Published posts/pagesYes the TinyMce strips some tags out. There are several plugins that address that to one degree or another. The only consistent way I’ve found is to do the page in text view and publish it … do not ever look at it in Visual View or they will be stripped.
Forum: Fixing WordPress
In reply to: Since updating to 4.1 forms not showing.If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. Doing this will provide the developer with the income they need to make WordPress awesome.
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.Forum: Fixing WordPress
In reply to: My gravatar showing on everybody's commentsWhat are the Avatar settings at the bottom of Settings>Discussion page?
Forum: Fixing WordPress
In reply to: My gravatar showing on everybody's commentsDo you have BuddyPress installed?
Forum: Fixing WordPress
In reply to: Increasing memory, wp-config.phpwp-config.php is a file in the root folder of your WordPress install ..not in the Database.
Forum: Fixing WordPress
In reply to: Edit post display issues with 4.1 updateHi,
Its not loading the css file for the dashboard. I’d make sure first of all that you have cleared your Browser’s Cache and if it still remains I’d think about reinstalling the WordPress Core files manually.