juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embed WordPress into an iFrame to Place on Other SitesYou need to go read aabout iframes – there is no issue you just point it at the other site.
do a google search using ‘html iframe’ and read about themForum: Fixing WordPress
In reply to: Help with Post Titles in pageGlad to have been of assistance. Don’t forget to make this issue resolved
Forum: Fixing WordPress
In reply to: Can't remove function create_book_taxonomies.When you say that ‘wp_head(); wp_footer(); get_sidebar(); not work’ what problem are they having? is there an error showing up?
Have you got
define('WP_DEBUG', true);
in your wp-config.php to see possible messages?Forum: Fixing WordPress
In reply to: Can't remove function create_book_taxonomies.not knowing what theme you are using, I would assume the theme calls for this functions in different places in the theme code.
1) Have you asked the theme author?
2) Why do you want to remove it?Forum: Fixing WordPress
In reply to: How to edit evolve theme text?are you using the ‘lite’ version or the paid version?
Did ou look thru the theme customization options (hint hint)?
Forum: Fixing WordPress
In reply to: Too many redirects – no access to adminthere are several possible causes of this which you can find explanations and solutions with a google search (try ‘wordpress too many redirects’) – have you worked thru any of them?
Forum: Fixing WordPress
In reply to: I am getting useless alphabets in linkwithout access to the actual site things will be harder to figure out.
Start off by disabling ALL plugins and see if the issue goes away. If it does, add the plugins in a couple at a time till you find the culprit.
If it is not a plugin, swap to the default theme twenty-sixteen and see if it is a theme issue.
Forum: Fixing WordPress
In reply to: Help with Post Titles in pagewhat number do you mean? the telephone number?
Maybe taking a screen shot of the page and dircling the issue would help us understand what the problem is.Forum: Fixing WordPress
In reply to: How do i editHave you tried disabling ALL your plugins to see if one of them is causing this?
You should only have one (1) H1 on a page.Forum: Fixing WordPress
In reply to: Website now loads blank – can't access admin WPGlat to assist. Don’t forget to mark this problem resolved.
Forum: Fixing WordPress
In reply to: Website now loads blank – can't access admin WPPHP Fatal error
this will definately prevent a site from loading.
I would remove the slider plugin – bottom line, to moduiles are declaring the function ‘ set_revslider_as_theme()’ and that is a no-no
The one in the function should start with
if (!function_exists(‘set_revslider_as_theme’)) {
.
.
.
}
so it doesn’t try to define the function if it already exists.Forum: Fixing WordPress
In reply to: Website now loads blank – can't access admin WPI’d look at your error.log to see what is showing.
I’d also use FTP and move your theme out of the theme folder so WP can default to the twenty-sixteen theme (that is in the theme folder…roght?)Forum: Fixing WordPress
In reply to: WP Seems Very SlowSorry, Try teh FireBug extension – one of it’s options is NET and it will show you how lone each request on the page takes.
Forum: Fixing WordPress
In reply to: Can no longer see posts under categoriesThe redirects are probably caused by your .htaccess file. Using File Manager of FTP, rename the .htaccess file in yout WP root folder to .htaccessx and see what happens.
Also look inthe folders in the parent folder(s) of your wp root folder and see what is in their .htaccess files.
Forum: Fixing WordPress
In reply to: WP Seems Very SlowAre you displaying blog posts on your front page? if so how many? try reducint that number.
What kind of response do you get if you disable ALL your plugins?
Do you have images on the site? How big are they?
Have you tried using the Net option of the FireFox extension to see what is taking the time?
Are you grabbing things from other sites?