Mark Ratledge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site StatsYou need to find out what system you are using for stats so it can be fixed. And if what you were using to record site traffic was not working during the down time, you will not be able to recover missing stats, as they won’t exist. If you’re talking about blog.muddypuddles.com, you’re using Google Analytics, and it is working.
Forum: Fixing WordPress
In reply to: Editing Element Style (CSS)@haider: Sorry, 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 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: Adding a static image on only the post pageWe can’t help with the developer issues, but basically, you need to <?php
<?php if (is_page(92)) { ?> YOUR BANNER AD CODE GOES HERE <?php } ?>Make and use a child theme.
Search these forums for “banner one page” for more ideas.
Forum: Fixing WordPress
In reply to: Adding a static image on only the post page@olazable: This is possible; you will need to make a child theme and modify theme files.
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: Add Google Analytics Tracking CodeSorry, 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 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: Website is reaaaaly slowProbably still Bluehost. I tagged this thread so the resident Bluehost support tech sees it.
Forum: Fixing WordPress
In reply to: Removing slide-in footer from homepage only@dezrtroze: 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: Facebook share on ultimate recipeWhere did you download the ultimate recipe plugin from?
Forum: Fixing WordPress
In reply to: Logo is overlapping with Navigation area in mobileSorry, 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.bringthepixel.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: Managed Wordpess and Scheduling IssuesWell, a search of these forums will show that GoDaddy is a problematic host. See Recommended WordPress Web Hosting for hosts that the WordPress team has recommended. If you really want managed hosting, a Google search will show you the options.
Forum: Fixing WordPress
In reply to: Managed Wordpess and Scheduling IssuesThey have an option for scheduling real crons from cpanel of their shared hosting platform, but not for Managed WordPress hosting.
That sounds like the root of the issue. If you really need real cron jobs, change hosting.
Forum: Fixing WordPress
In reply to: NextGEN Gallery Não aparece imagem acima de 5184*3456pxThese are English language community forums; please use English or provide an English translation. Or, check for a WP support forum in your language.
Forum: Fixing WordPress
In reply to: Since 4.6 MySql is Crashing@bitbit1 said:
I have the same problem here… I think WordPress team should know about this….
You do not have the same issue, and there is absolutely no indication that your MariaDB crashes are caused by WordPress.
If you have a clear issue with WordPress, open a new topic; read Forum Rules.
Forum: Fixing WordPress
In reply to: Corrupt Database Tables – No Backuppull his entire site from Google Cache…
That will pull the html source and images from Google – the site content – but not the original database. You will still have to rebuild the site and theme and repost all content into WordPress.
Hard lesson to learn how to keep your own backups: https://wordpress.org/plugins/search.php?q=backup
Forum: Fixing WordPress
In reply to: Need to know if I can add a java button to word pressThat’s not Java, it’s Javascript. Read https://www.godaddy.com/garage/webpro/wordpress/3-ways-to-insert-javascript-into-wordpress-pages-or-posts/
You can also use a plugin to keep the WP editor from breaking the script: https://wordpress.org/plugins/wp-no-format/ It’s a very old plugin but it still works.