juggledad
Forum Replies Created
-
Comment out those two lines ad see if you can get in. just put a double slash (//) at the start of the lines.
Forum: Fixing WordPress
In reply to: Site not displaying/content not publishingwhat do you have set at dashboard->settings->general->WordPress Address (URL) and Site Address (URL)?
Debugging 101 – disable ALL your plugins at the same time and see if the issue occurs
Forum: Fixing WordPress
In reply to: How to move button within home page image?It looks like the position for the button is coded in the element definition.
<div class="ls-l" style="top: 244.844px; white-space: nowrap; width: auto; height: auto; font-size: 14.6906px; line-height: 17.1391px; padding: 0px; border-width: 0px; margin-left: 0px; margin-top: 0px; transform-origin: 50% 50% 0px; transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible; left: 979.375px;">And it looks like you have a custom theme. You should ask the theme developers for some help.
Forum: Fixing WordPress
In reply to: New page not appearing under parent sitepushed it live and it isn’t visible at all.
isn’t visible where? in the menu? does your theme automatically create the menu or is it a custom menu? Did you add it to the menu?
Forum: Fixing WordPress
In reply to: No "Appearence" option on the dashboard/menuin that case you need to use phpMyAdmin and look at the database. You can look thru the wp-user table to see if you can find an ‘admin’ user and then change the password.
And if you have never heard of phpMyAdmin or are unfamiliar with it, I suggest you find someone to help, maybe even hire someone in your area to do this for you. Doing something incorrect in the database could corrupt your entire site. Or you could go to http://jobs.wordpress.net and try to hire someone.
Forum: Fixing WordPress
In reply to: Site not displaying/content not publishingMy guess is your domain name points to the root but you installed wordpress in a subfolder called ‘wiordpress’ but you have the WordPress Address and Site Address pointing to just the root.
Forum: Fixing WordPress
In reply to: Site not displaying/content not publishingAlso what do you have set at dashboard->settings->general->WordPress Address (URL) and Site Address (URL)?
What folder does the domain point to/
Forum: Fixing WordPress
In reply to: Website links only work on refreshwhich links are you talking about?
Is there a common browser involved?Forum: Fixing WordPress
In reply to: Problem wordpressThe erro is: Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
This has nothing to do with WordPress. It is saying that wordpress cannot run because the php installation doses not have the MYSQL extension.
You need to ask your host to set up your php with the mysql extension. If they can’t do it, I would get another host.
I really can’t give you any more advice becasue every host is different with what thay will allow you to do or what they have to do. In eithor case, if they won’t help you, get a new host.
Also, how do they explain that if you upgrade PHP it returns to the prior version? Unless they have some software that is reverting it, it can’t happen so once again you have to talk to your host. WordPress does not change the version of PHP installed on your server, it can’t do that.
Forum: Fixing WordPress
In reply to: Issue making amendments & posting and altering settingsSo what changed beforet this started happening?
are you saying that after disabling jetpack you are seeing jetpack erors in the log?Forum: Fixing WordPress
In reply to: Problem wordpressI would still contact your host and see if they can explain why this is happening
Forum: Fixing WordPress
In reply to: No "Appearence" option on the dashboard/menulogin and go to teh dashboard->users and edit your userid – if you are not an ‘admin’ then you can’t make changes. you will need the actual admin login.
Forum: Fixing WordPress
In reply to: Add number brefore titlecreate an archive.php and
– change the loop to put the posts in a ordered list and style them with the number
or
– change the loop code, add a global and a counter and print the number before the titleForum: Fixing WordPress
In reply to: Problem wordpressYou should contact your host about updating the php version.