Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Design plugin [Broadwalk theme]@thehandpfgod: you don’t want to suggest editing the parent theme without making a child theme, or @reesesamani will lose changes when the theme is updated.
@reesesamani: try using https://wordpress.org/plugins/simple-custom-css/ to modify CSS; the changes won’t be erased with a theme update and you don’t need to edit theme files. And use the developer tools in Firefox (or Firebug) or Chrome or Safari or IE to find the colors and work with the CSS..
Forum: Fixing WordPress
In reply to: Turn on commentsSorry, 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 tielabs.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: Continuous .htaccess issueIf your site is getting continually hacked, carefully follow FAQ My site was hacked – WordPress Codex. You need to carefully clean the site to stop the hacks.
Then take a look at the recommended security measures in Hardening WordPress – WordPress Codex and Brute Force Attacks – WordPress Codex
If you can’t do the work yourself, consider looking for a reputable person on http://jobs.wordpress.net/ or http://directory.codepoet.com or http://upwork.com
(FYI, it’s not a good idea to respond to work offers from random forum users who have read about your issues.)
Forum: Fixing WordPress
In reply to: Stupid dots in sidebar. Please help to remove themThose are called list-styles, and they are a result of the CSS.
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://www.elegantthemes.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: Need to Restore the Faith – themeWe have purchased the faith-multi-purpose-wordpress-theme for our website…
Sorry, you’re using a premium/paid theme not supported in these forums. It’s best to go to the site where you bought the theme 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: Text Overlay Minimum Pro Theme Background 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://www.studiopress.com/forums/ – 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: Sidebar problem with AvadaIt’s annoying that I paid for something but a key feature isn’t there …
That’s something you have to take up with them. That theme is not developed or supported by WordPress.
Forum: Fixing WordPress
In reply to: Sidebar problem with AvadaSorry, 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 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: What WP folders/files to move?Your robots.txt file at http://www.ladyinlavender.com/robots.txt (which means the file
robots.txtis in the public_html folder) reads:User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Sitemap: http://www.ladyinlavender.com/sitemap.xmlGoogle may be balking at the fact that the sitemap line is after the disallows. Edit the file and move it to the top, like this:
Sitemap: http://www.ladyinlavender.com/sitemap.xml User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/To edit the file, use Notepad in Windows or Textedit on a Mac.
Forum: Fixing WordPress
In reply to: php script execution time, downloads timing out@bill7473: There is no reason at this point to go to a bigger server. See https://www.godaddy.com/help/php-upload-limits-on-shared-hosting-1475 to check/change your upload limits in your php.ini file. The php.ini file should override the timeout in the plugin. You’re able to directly download the file from another folder because the plugin isn’t in the php execution loop.
If needed, you can also change the timeout itself with
max_execution_time = 120on the same php.ini file, but try the upload limit first. GoDaddy may globally limit the actual timeout when they don’t limit the download size.
Forum: Fixing WordPress
In reply to: Add to cart button alignmentSounds like a CSS conflict. Use the developer tools in Firefox (or Firebug) or Chrome or Safari or IE to see what’s loading on your site and how to find a conflicting CSS selector with display:block or something that is breaking the layout.
Other than that, Atelier is 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.swiftideas.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: Why does my website load speed vary on GTMetrix…HostGator with 25 sites on the shared hosting.
If you want speed, get a better server, such as a VPS.
You have a redirect from non-www to www, which means you are redirecting in .htaccess or some other way from non-www to www. You need to find how how that is happening; it’s not specifically a WordPress issue. it could be the header banner, depending on how you set it up.
Forum: Fixing WordPress
In reply to: Portfolio Issues with New WordPress 4.5.3This is a well known issue with Avada and jQuery 1.12; update your theme. See https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7
Avada is a premium/paid theme not supported in these forums. It’s best to go to the support site where you bought the theme 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: Некорректное отображение сайтаThese are English language community forums; please use English or provide an English translation. Or, check for a WP support forum in your language.