RoamingPro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Duena] Slider helpDuena is a responsive theme based on Bootstrap. You should look for a responsive slideshow plugin to add to the theme. I think the Meteor Slides plugin gives more options – disable the built-in slider, and build a slideshow with Meteor.
Forum: Themes and Templates
In reply to: Problems with Stylesheet changesAre you editing the theme’s style.css file, or did you create a child theme first?
What permissions do you see on the folder/file? Normal permissions is 755 for folders and 644 for files.
Forum: Fixing WordPress
In reply to: How To Get WordPress Posts Back From MySQL!If you have a copy of your original ‘wp-config.php’ file, you can look for these lines:
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘my_uname_mywpdb01’);/** MySQL database username */
define(‘DB_USER’, ‘my_uname_mydbase01’);The DB_NAME is the name of your original database that holds the posts you are looking for. The data (posts) and all other content should still be in that database.
Forum: Installing WordPress
In reply to: setting up ".org" BUT having ".com" issuesYour WordPress install page is up:
http://keokeafarms.com/wp-admin/install.php
I suggest you complete this form immediately so you don’t get locked out of your site (I could fill out the form, put in a password, and have total administrative control of your site – not good!)