thecjmnetwork
Forum Replies Created
-
Forum: Installing WordPress
In reply to: problem in installationIt should, I am not familiar with xampp. It that installed on a remote server or your local machine?
Forum: Installing WordPress
In reply to: Database Not Showing Content(Did not even migrate or anything)I’m seeing this: http://awesomescreenshot.com/0703n4kxab
Looks like a local cache issue, try this: http://www.refreshyourcache.com/
Cache is annoyingly persistent sometimes, I’m sure that’s the issue.
Forum: Installing WordPress
In reply to: 1.2.3.4.5.6.7 Next Page—>Information about pagination can be found here: http://codex.wordpress.org/Pagination
There are some plugins available if code isn’t your thing: Wp Paginate is very popular and here are others: https://wordpress.org/plugins/tags/pagination.
Forum: Installing WordPress
In reply to: Warning: Cannot modify header informationMaybe unintentional spaces before
<?phptags? See this article: http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-phpForum: Installing WordPress
In reply to: Database Not Showing Content(Did not even migrate or anything)Are you using any caching plugins like w3 total cache? Taking a look at the site, I can see your pages fine…
First I guess would be to do a hard refresh command+shift+R on Mac and control+shift+f5 on Windows.
Forum: Installing WordPress
In reply to: Home page now missingHave you checked the particular theme’s documentation in how to create and assign a homepage? Some themes require you to do so from the theme settings. By default WordPress shows a list of posts as your homepage, this is typically the
home.phporindex.phpfile of your theme.The Reading settings allow you to choose which page is the homepage and which is the blog or post archive page. This works for most themes, others typically manage it as a theme option or as a page template (i.e. you would use reading settings to chose the page and then apply the ‘homepage’ template to the page http://codex.wordpress.org/Page_Templates)
Forum: Installing WordPress
In reply to: install a wp theme on a host that already has wp installedGlad to hear it! http://codex.wordpress.org/WordPress_Lessons
Forum: Installing WordPress
In reply to: install a wp theme on a host that already has wp installedYou can upload .zip packages of themes in WordPress 4.0.
In Appearance > Themes – click “Add New” and then click the “Upload Theme” button in the top left of the content area.
Make sure the .zip is only the theme files as some theme developers will include documentation and etc and then a separate theme folder. You can also do this with FTP.
Themes should be uploaded to the
wp-content/themes/directory.Forum: Installing WordPress
In reply to: problem in installationAlso, what web host are you using? Most web hosts allow you to edit your php.ini file, in which case you can tweak the ‘post_max_size’ or ‘upload_max_filesize’ directives to your needs.
I don’t recommend increasing this value to accommodate a one-time need, you’re better of using FTP, sFTP or SSH to upload the file you need to upload.
Forum: Installing WordPress
In reply to: New install error on plug in add pageDoes it ask you for FTP credentials? If so, that looks like a group or permissions issue, which is common for Plesk, I don’t see it commonly on cpanel.
Forum: Plugins
In reply to: add a floating sidebarAre you comfortable with CSS? If so, here are a couple of techniques: http://css-tricks.com/scrollfollow-sidebar/
Forum: Installing WordPress
In reply to: Error when installing Shortcodes PluginYou might want to post in that specific plugin’s support forum: https://wordpress.org/support/plugin/wc-shortcodes
This isn’t related to the installation of WordPress itself
Forum: Installing WordPress
In reply to: What am I doing wrong?If the password reset form recognizes your email and provides the username, that confirms that the username is in your database. Which leads me to believe there is some mechanical error on your part. Certain security features prevent you from publically retrieving access, so using the database is most likely your only option. If you’re not able to do that, then you may need help from someone.
Forum: Plugins
In reply to: Best Featured Post PluginHere are a couple of options:
- https://wordpress.org/plugins/tsp-featured-posts/
- https://wordpress.org/plugins/featured-post/
- https://wordpress.org/plugins/advanced-featured-post-widget/
- https://wordpress.org/plugins/ns-featured-posts/
- http://www.shoutmeloud.com/5-best-featured-post-wordpress-plugins.html
- https://ithemes.com/purchase/featured-posts/
Forum: Installing WordPress
In reply to: What am I doing wrong?Hmmm.. Make sure you’re typing in the correct username or your email; otherwise changing or adding a user via phpmyadmin might be for you.