hillaryhandwerger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not able to customize with header, background etcSame problem with fiberartsnetwork.com
issue with customize
issue with body code in actual siteForum: Fixing WordPress
In reply to: Not able to customize with header, background etcI should have mentioned the site
a2designerimage.com
VERY simple site.Forum: Fixing WordPress
In reply to: Not able to customize with header, background etcyes.
disabled everything.
reloaded wp3.4.1switched to 2014
issues are still there:
Any customization does not work
side panel shows collapse button at top, partially hidden by the x (close)
and when you look at the code on the page (view source) I still see that funny object within the body tag.Forum: Fixing WordPress
In reply to: Not able to customize with header, background etcThis is going on with two different themes. Neither have any active plugins.
The sites have been live for a number of years.I can get to customize, header, background- in the left sidebar. They show the background, header image, etc, depending on which customization I selected; but when I’m in there, I see part of the collapse button at the top of the column. The save button looks like its working, but doesn’t save or publish anything.
The resultant home page code shows a funny <body> tag. So something is interferring with body reading the customizations.
Forum: Themes and Templates
In reply to: [Virtue] Theme body problemI am still having problems with two of my wordpress sites which are recently updated to 4.3.1
I can’t customize anything.
The issue seems to be with the body code which, when I look at the source code, comes back with body in brackets, but within the bracket also is a small box with two lines– 00 and 01.
I think its this bit of code which is screwing things up.How do I fix this?
I have updated the themes and wp and nothing seems to help
Forum: Themes and Templates
In reply to: Customize after updatesLooks like the funny body code did not show up in the explanation I just gave.
It looks like a box within which is 00 on the first row and 01 on the secondForum: Fixing WordPress
In reply to: Call to undefined function wp_unslash() in…"I am getting the same message– not letting me get into admin
Fatal error: Call to undefined function wp_unslash() in /home/content/a/r/b/arbordogcare/html/wp-admin/admin.php on line 46So I am hampered from doing much else!
HelpI am using theme 2011 and updated to 3.9.1 I believe
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function wp_unslash()I am having a number of related problems.
I disabled my plugins so I could figure out what is happening to my site– arbordogdaycare.com.
With most of the plugin enabled, I get this message
Fatal error: Call to undefined function wp_register_plugin_realpath() in /home/content/a/r/b/arbordogcare/html/wp-settings.php on line 213However- when they get disabled, I can see the site
BUT, when I then try to get into admin I getFatal error: Call to undefined function wp_unslash() in /home/content/a/r/b/arbordogcare/html/wp-admin/admin.php on line 46
The line(s) in question are
43> do_action( ‘after_db_upgrade’ );
44> } elseif ( get_option(‘db_version’) != $wp_db_version && empty($_POST) ) {
45> if ( !is_multisite() ) {
46> wp_redirect( admin_url( ‘upgrade.php?_wp_http_referer=’ . urlencode( wp_unslash( $_SERVER[‘REQUEST_URI’] ) ) ) );
exit;I’m afraid to touch much else.
It looks like I have version 3.9.1
The theme for the site, which also seems to be causing some problems is twenty-eleven.There are other errors I am getting, the code/theme not recognizing the two “sidebars”, but I’d really like to get the admin and plugins fixed first and then get back to tackling the rest. HELP!
Forum: Themes and Templates
In reply to: twentythirteen menu bar disappearing for mobile browseWell, with the dependabledogs.com site, I’m not positive what I did right, but I now have the best I think I can get, which is that pulldown menu bar. So it is now toggling.
Is there someway to just get the menu to shrink, inline, rather than use this toggle option?
Me again with a few more “discoveries”
The problem site is dependabledogs.comIts in TwentyThirteen and I do have a child menu, but except for colors and font sizes, its the style sheets are not that different from the parent css.
Its the top menu that is missing for mobile devices. AND it also disappears if I make the browser window on my computer narrower.
If I switch it from my child to twentythirteen, I see the “Menu” pulldown option to the left (not the full menu). Of course with twentythirteen, there are only two items in the menu to begin with which might explain why it doesn’t disappear entirely?
The problem site is dependabledogs.com
Its in TwentyThirteen. Its the top menu that is missing for mobile devices.I just made the area behind the menu a bright yellow to see it that would help me figure anything out. It didn’t, but I can see the area for the menu is really there.
If I switch it from my child to twentythirteen, I see the “Menu” pulldown off to the left (not the full menu).
Looks like maybe, because I can’t actually see what is happening in the code on my mobile, the area for the menu is too long and I can’t see that “Menu” pulldown because its off to the left??? Is that possible?
Can’t squish the menu any more for normal purposes. Can I squish for mobile only somewhere? Or can I get rid of the the search box and move it down where the submenu links pull out?
I’ve been working on the site dependabledogs.com using the 2013 menu.
I have it so it works fine with a computer and tablet, but I don’t see the menu on a phone.I reset the theme from my childtheme to twentythirteen and I see a menu button that allows me to then see the rest of the menu.
But I don’t see it when I use my theme.
I see the search box, but that is all.Can someone tell me what I need to do to get this menupulldown option on the mobile?
I seem to be having a problem with images uploading.
Even when I am not signed in as admin, I am able to load images to my post– both with a box above the content box and again at the bottom where you can load multiple images.The issues are:
1- one of my testers, can also see all the media input/upload buttons, and does add images– but the images do not get to the posts.
Not sure what is happening here, but it is consistent. She has a Mac if that makes any difference.Even when I am not signed in, I see both media input buttons, and they work for me!!!
2- Also
We both see the two media input buttons when we are “guests”. The issue here is that the top media upload button (above the content box), takes us right to the Media library where we are able to delete images from the library.
How do we get rid of just that (the top) capability?
I don’t want anyone who comes in deleting someone else’s photos.Forum: Plugins
In reply to: [Frontend Uploader] nothing showing up in UGP managerI have made some progress on above issues
1- Found I used the wrong short code and am now using
[fu-upload-form form_layout=”post_image”]Added a post with an image. And they did load.
However– turns out they did not load under the UGC anything.The post went in under posts, which if fine.
The image went right into the Library.
What is interesting, is that in the Library, I can click on view and get the post with the image.It now looks like everything has been loaded to the Media-Library. So in Media-Library are my full posts.
Under posts, only the last one showed up, and the image is not connected to it.How do I redirect those posts that show up in Media-Library to Posts so I can evaluate and actually post them?
And still would love to have the guest select one of my categories to go in with the post.
Forum: Themes and Templates
In reply to: [Voyage] want home page to have full content posts, not extractsI found the answer. Thanks