Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is this WordPress fatal exception error and how do I fix it?Use FTP to replace the Functions.php file with a fresh, unedited copy.
See Filezilla and FTP Clients « WordPress Codex.
Or use your web host’s file manager in your control panel.
Forum: Fixing WordPress
In reply to: Mobile menu does not workSorry, but you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – http://themeforest.net/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Problems with themesit loads a strange screen still with the content layout from the Visual composer created pages…
If Visual Composer is not active, it can’t parse the VC code. So you need to edit your page and post content and remove any VC code. Once you change away from the flatastic theme, you should have a standard editor and be able to edit the content.
If you stay with Flatastic, that’s a paid/premium theme not supported in these forums. You need to get help from ThemeForest.
Forum: Fixing WordPress
In reply to: 4.5.2 media library problemsAsk your host to enable
ini_set()in php.ini for your account.Forum: Plugins
In reply to: WP Bakery Visual Composer Not Working after updating my site to WP 2.5@intergen: your use of Visual Composer and refund status has nothing to do with WordPress. And these forums are not the place for a review of the product or the policies of the companies behind then.
Forum: Fixing WordPress
In reply to: Visual Composer Not working ProperlyAgain, Visual Composer plugin for WordPress is a premium/paid plugin that is not supported in these forums. And the Zephyr is a premium/paid theme not supported here, either.
Forum: Fixing WordPress
In reply to: Visual Composer Not working ProperlyThe site you linked is not a WordPress site.
Aside from that, the Visual Composer plugin for WordPress is a premium/paid plugin not supported in these forums. It’s best to go to the support site where you bought the plugin for help with customizations and issues. You paid for support when you bought the products, so you should contact the developers. These forums are for plugins available at wordpress.org/plugins/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Themes and Templates
In reply to: Portfolio Title@pgquintao: Sorry, but you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – http://themeforest.net/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Kameleon Theme Change Header ImageSorry, but you’re using a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme – http://themeforest.net/ – for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Homepage not working on MobileMobile compatibility is a theme issue and not core WordPress.
You’re using Highend, a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme http://www.hb-themes.com for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Visual editor not working 4.5.2my host just told me it is not possible, i can only edit html or css?
So your host disabled the visual editor? If so, you either need to ask them to not do that, or find another host.
Forum: Fixing WordPress
In reply to: How do you edit Theme Contact FormIf you paid for that theme, you need to go to Weblizar for help with support and customizations. We do not support premiun/paid themes in these forums.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Visual editor not working 4.5.2Strange. Go go the Dashboard>Updates and reinstall WordPress; some files may not have copied in the first install.
Did you install WordPress using an installer from the host? Or did you install it yourself?
Forum: Fixing WordPress
In reply to: Visual editor not working 4.5.2Be sure the visual editor is not disabled in your user profile in the admin dashboard.
And: what theme are you using? Where did you download it from? http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible
Forum: Fixing WordPress
In reply to: Convert existing bootstrap site to wordpressWriting/reading data from an existing database of customer accounts is something that will require custom php work. You can use the WordPress database layer outlined at https://codex.wordpress.org/Class_Reference/wpdb And move the relevant tables to the database that WordPress uses. You might be better off exporting the customer data and importing it and using it with a WordPress plugin made for that purpose.