Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Errant column container@ieuanoh: Sorry, but you’re using Visual Composer, a premium/paid plugin. 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: Fixing WordPress
In reply to: Switching the wordpress menu@maryamzafar: Sorry, but you’re using Ubermanu, a premium/paid plugin. 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: Fixing WordPress
In reply to: Convert existing bootstrap site to wordpressIt’s not a huge deal to convert a static site design to a WordPress theme; see https://codex.wordpress.org/Theme_Development
But you’ve got a curious mix: your page source says WP Visual Composer is being used. So maybe someone exported PHP from VC? And your slider on the home page is Revolution Slider, well known to have security holes in earlier versions. And the account and payment code will need to be adapted to WordPress or you’ll need to convert to WordPress functions for those.
Forum: Fixing WordPress
In reply to: Duplicated Mobile Nav Issue (code attached)Sorry, you’re using premium/paid themes and plugins which are not supported here. You need to go to the support sites where you bought the products for help with customizations and issues. You paid for support when you bought them, so you should contact the people who sold them.
These forums are for free themes and plugins available from WordPress. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Fixing WordPress
In reply to: Help with changing link color@justinemcinerney: you are wasting everyone’s time by posting multiple copies of the same question in old, unrelated threads. Stop that.
Soundboard is a premium/paid theme not supported in these forums. Go to the support site where you bought the theme http://themeforest.net/item/soundboard-a-premium-responsive-music-wordpress-theme-/2558532 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: iframe not showing after 4.5.2 updateYes, Avada was broken; it’s a well known bug in old versions of Avada. You need to get support from http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226
Forum: Fixing WordPress
In reply to: iframe not showing after 4.5.2 updateI see javascript errors in the console that point to a theme broken by the jQuery 1.12 update. Read https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7 and update your theme.
And 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: Link to this post!And, @lgu, that’s a premium/paid theme not supported in these forums. Check your theme options, or ask VanTam theme support.
Forum: Fixing WordPress
In reply to: How to make line breaks work@bryan Valentino: malinrebecka is not asking about line heights in CSS; he/she is asking about line breaks.
@malinrebecka: try
<b> </b>That’s a non-breaking space in between bold tags; this fools the WP editor into thinking there is text and adding paragraph breaks around it, and so you get a paragraph break.Forum: Fixing WordPress
In reply to: Duplicate Site with New Database@aj Mallory: all of the tools listed at https://codex.wordpress.org/Moving_WordPress are free.
@padriaanse: duplicate your site and copy your database to a new database and use interconnectit.com WordPress Serialized PHP Search Replace Tool to change the domain in the database.
Forum: Fixing WordPress
In reply to: Visual Editor doesn't work (after update 4.5.2)I see several javascript errors in the console, including one that is a 404 for a javascript, and one that is a possible conflict with jQueryMigrate.
But you’re using WP-Clear, a premium/paid theme that is 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: Sticky Posts, Tags and Featured ImagesAfter 8 months, the OP is long gone. And, the OP’s question is more of a complaint and a work around, anyway.
Forum: Fixing WordPress
In reply to: Sticky Posts, Tags and Featured Images@luke: why are you responding to months-old threads, like this one?
Forum: Fixing WordPress
In reply to: Visual Editor Not Working in WordPress 4.5@pablo Molina: your downgrade instructions are wrong. You can’t reliably downgrade without a copy of the database from the previous version. Downgrading by uploading the previous version files does not downgrade the database.
4.5.3 addresses media uploads and editor issues.
Forum: Fixing WordPress
In reply to: Hack attempts – vulnerability/bug report?How are these things created? What vulnrability are they exploiting?
Much of it depends on the host; some are less secure than others. You need to parse the server logs to find the exploits.
How can I stop this?
Find a good host. And read Hardening WordPress – WordPress Codex and Brute Force Attacks – WordPress Codex