Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migrating WordPress, the f***** up way…You might be able to browse to the old site using the ip and the tilde ~ plus the account name. All depends whether the host has allowed its use.
Forum: Plugins
In reply to: [Sidekick] Plugin Conflict with Theme FusionTested and working great!
Forum: Plugins
In reply to: [Sidekick] Plugin Conflict with Theme FusionGreat thanks so much. It’s an outdated version of the theme so they probably have updated the JS but still great that you have fixed it so quickly on your end!
Forum: Plugins
In reply to: [Sidekick] Plugin Conflict with Theme FusionSent
Forum: Fixing WordPress
In reply to: locked out of website due to hackerThere is a security plugin blocking you or its at the hosting level. It is not the standard WordPress install that would do that. So I’ll say again you will have to disable the plugin to regain access. What is the url to the site?
Forum: Fixing WordPress
In reply to: Site is gone.You would need to actually move the files to the root directory for that to work. To get back in you will need to edit the setting directly in the database or edit the wp-config.php file. See here:
https://codex.wordpress.org/Editing_wp-config.php#WordPress_address_.28URL.29
So you need to do this.
define( ‘WP_SITEURL’, ‘http://cierraspostingservice.tk/wp/’ );
Once you get back into the site you can change the settings back to the same http://cierraspostingservice.tk/wp/
If you want to run the site in the sub folder but not show it in the URL you can by following these instructions.
Forum: Fixing WordPress
In reply to: Menu link not workingYour welcome … please mark this resolved via the right sidebar link.
Forum: Fixing WordPress
In reply to: Menu link not workingSure give it a whirl and see if it works.
Forum: Fixing WordPress
In reply to: Menu link not workingYou might try resetting the permalinks by simply re-saving them. As a test you could also try changing them to the default and see if those pages work.
Settings>Permalinks
Forum: Fixing WordPress
In reply to: locked out of website due to hackerWhat is locking you out? If its a plugin you can disable the plugins using FTP to rename the plugins folder.
Forum: Fixing WordPress
In reply to: WordPress Visual Composer issueRequesting Support for a Commercial Product
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.
http://wordpress-support.krownthemes.com/?envato_item_id=7126890
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: Revisions No longer workDo you have access to the database using phpMyAdmin? I’d check the tables and make sure they are all ok ..specifically the revision tables. I’d also wonder if you did a search and replace of the urls in all the tables when you deployed it to the hosting site.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Forum: Fixing WordPress
In reply to: functions.phpThat is definitely a question for the Avada Support people.
Requesting Support for a Commercial Product
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.
[product support URL, if easily found]
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 website won't show up in googleNot a big deal but Yoast has the site map built in so I’d uninstall the other one and follow Yoast’s instructions on how to submit its site map.
Google takes awhile to crawl all the pages of a new site and it can take months (if ever) to be ranked higher. There has to be a certain amount of content on the pages so perhaps your home page is too light for it to rank.
The site also has to be mobile friendly these days.
Forum: Fixing WordPress
In reply to: functions.phpThere is probably blank spaces/lines at the bottom of the file.