juggledad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.7 sites down w option.php errorI would replace everything but the wp-config.php file and the wp-contents folder. You don’t know what else didn’t get installed so this should cover it.
see https://codex.wordpress.org/Updating_WordPress#Manual_Update
- This reply was modified 9 years, 6 months ago by juggledad.
Forum: Fixing WordPress
In reply to: 4.7 sites down w option.php errorLooks like the update failed. You might want to talk with your provider or if you have FTP access you could do a manual upgrade.
Forum: Fixing WordPress
In reply to: 4.7 sites down w option.php errorCan you edit that file and see what that line contains? It should be:
'description' => __( 'Blog pages show at most.' ),I’m wondering if the update did not finish…
That file should contain 2013 lines (the last line is blank)
- This reply was modified 9 years, 6 months ago by juggledad.
Forum: Fixing WordPress
In reply to: Two wordpress installation and possible plugin-related issues.@kallypso – that would be two WP installs, two databases, and the plugins would be in different folders. The would be seperate instances of wordpress.
Forum: Themes and Templates
In reply to: [Atahualpa] Atahualpa dead?Have you disabled all your plugins?
cleared your browser cache?
what is the exact problemThe string ‘CACHE START’ is not in Atahualpa’s code
Forum: Themes and Templates
In reply to: [Atahualpa] Atahualpa dead?No it’s not dead. The reason it hasn’t been updated is because of the theme review requirement that all themes must use the customizer or they won’t be reviewed.
what is the problem you are having? have you posted on the theme forum http://forum.bytesforall.com ?
Forum: Fixing WordPress
In reply to: White Screen Of Deathdownload a fresh copy of twentieth and replace the file you were editing.
Forum: Fixing WordPress
In reply to: How to get categories in capital letter in URLWhy can’t you use the lowercase? Does SUV have to be in caps?
If the issue is because of SEO, then you should set up 301 redirects (in your .htaccess file) for all the URLs for which you have this problem.
Forum: Fixing WordPress
In reply to: Background image from url@wasanajones – you CAN use an image from an external URL, the OP wanted to be able to dynamically change that url on the fly.
Forum: Fixing WordPress
In reply to: screen options@egyptimhotep –
1 – are you logged in as an admin (I’m sure you are but just checking)
2 – Have you disabled ALL plugins?
3 – When you click on the screen option tab, does the drop down occur?Forum: Fixing WordPress
In reply to: screen optionsTemporally disable ALL your plugins and see what happens
Forum: Fixing WordPress
In reply to: screen optionsYes, in the backend on teh ‘Dashboard’ is where you should select the ‘Screen Option’ tab.
1) what version of WordPress?
2) Are you logged in as an ‘admin’?
3) have you disabled ALL your plugins?- This reply was modified 9 years, 9 months ago by juggledad.
Forum: Fixing WordPress
In reply to: screen optionsat the top right of the screenyou will see a tab ‘Screen Options’ – click it
next click the check box ‘Welcome’ and you should get back what you want.- This reply was modified 9 years, 9 months ago by juggledad.
Forum: Fixing WordPress
In reply to: Posting CSS code in page give 404 errorFirst, when you changed the code to what I showed, did the 404 go away?
Second, CSS will apply the rules (things like ‘color: red;’ or ‘font-size: 45px;’) to all elements and child elements that match the selector. Selectors can be very general or very specific.
You need to take some tutorials on CSS and HTML and the use google to ask something like ‘use css to place div side by side‘
Forum: Fixing WordPress
In reply to: Post Images Distorted/Skewed/StretchedCould have something to do with your theme and since it seems to be a custom theme, I can’t help you there. You should contact the theme author.