Abigailm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Menu problems on upgradeOK,I figured it out. I ran a clean install on a staging site to eliminate any possible issues from my child site or plugins. This is definitely due to differences in theme options.
Here is what needs to be done to match previous settings on the menu:
1. In Theme Options, go to Typography > Menu and set color for the “Main Menu Font”
2. In Theme Options, go to Styling > Menu and set color for “Menu hover font color”
3. This will still leave you with a transparent background if you have a light menu. Under Styling > Menu there is a premium option called “Custom menu hover background” that might solve that problem, but assuming you are sticking with the free theme, you will have to add the following custom CSS specification:
ul.nav-menu ul {background: #eee;}(where #eee can be substituted with whatever light color is appropriate for your theme).
You might have to add an !important specification to make it work. (I didn’t test things that far — I just made the adjustments using the browser developer tools).
There is still another display issue with social media icons on home page (increased spacing) and I haven’t had time to go through my staging site whatever other layout issues have been introduced with this upgrade. I haven’t updated the theme on my live site and will have to give it all more thought before I do.
Forum: Themes and Templates
In reply to: [evolve] Menu problems on upgradeRomik84, the problems is that the menu problem is on a staging site that is behind a firewall and I can’t post the credentials to login on a public site. But I’ve created a screenshot so you can see what has happened:
http://imgur.com/4uF51VMThis seems to be the same problem described in this thread:
https://wordpress.org/support/topic/issues-after-upgrade-1?replies=10This is on a child theme but the same issue persists on the parent site.
Forum: Themes and Templates
In reply to: [evolve] Menu problems on upgradeJust for anyone else reading this — I figured out that the problem was with the header template in my child theme, so I disabled that. But that just gave rise to a new problem- the styling for the main menu has been changed so that there are light fonts against a light background on hover & drop down, and the menu is virtually unusable….. so upgraded theme is still unusable.
Forum: Themes and Templates
In reply to: [evolve] Issues after upgradeIt doesn’t matter whether the theme is free or not. No theme developer is obligated to upgrade its themes, but generally it is expected that an upgrade will be compatible with prior versions. There certainly are other excellent free themes on wordpress that are very reliable and consistent with upgrades. Many themes follow the model of making the basic theme available without charge and then offering optional plugins.
Denzel, you say that you are not the theme author but I can see that you post in the support forums at https://theme4press.com/support-forums/ — so you are a representative of the developer.
I’d note that the same menu problem described here (change to a light font color making menu unreadable on hover) has also been the subject of thread for the paid theme: https://theme4press.com/support/topic/evolve-plus-update-damages-menue-styling/
Forum: Themes and Templates
In reply to: [evolve] Issues after upgradeJust noting that I am having the same issue with the site menu and color changes. Fortunately I remembered issues with Evolve theme upgrades in the past — so I installed/tested on a staging site rather than my home site.
I’ve disabled automatic theme updates on my main site. I’ve tried to debug the color changes on the main menu, with no success… and I can’t really afford to deal with this pattern of theme upgrades which mess up previous layout.
This is unfortunate as I do prefer to keep themes updated. But this is at least the 2nd time that an Evolve update has made significant changes that impact layout and display…. and it’s unfair to me and to my clients to required re-coding of style options every time a theme is upgrade.
Forum: Themes and Templates
In reply to: [evolve] Menu problems on upgradeplease update your child theme…it has been discussed
Could you please link to WHERE “it has been discussed?” I looked all over before posting.
Or explain what parts of the child theme need updating? Is it a style change? Template change?
Forum: Themes and Templates
In reply to: [evolve] Menu problems on upgradeNo cache plugin. Not a browser cache issue, I opened a fresh browser to check It’s a staging site, exact clone of live site. (I learned my lesson about Evolve theme upgrades the last time around)
I can’t post URL/login info publicly — is there way to transmit that info privately?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Problem with Pods List Item WidgetThanks so much for the feedback!
Maybe if you are revamping documentation, it would be a good idea to have an article geared to planning the structure of pods, fields & taxonomies for various needs. There are quite a few little tidbit that weren’t intuitively obvious to me when I got started but I realize are important, as well as some things I did with one expectation and later realized were not helpful.
So I agree, some sort of getting started area that explains more about function and how pods interact with wordpress core functions and standard templates would be helpful.
I like your videos but personally I learn better with print documentation, where I can reread and copy parts that are helpful for my own use.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Problem with Pods List Item WidgetOK-that worked — switching the content to the a custom field works fine.
If a fix isn’t likely in near future, it might be a good idea to document this at http://pods.io/docs/learn/what-are-custom-fields/ — just a short note that points out the benefit of creating a separate custom field rather than using the wordpress default editing box, for users who plan to create and display multiple pod types.
I continue to be amazed and delighted at the power that Pods give me, but it’s something of a learning curve and this is an example of a problem that would have been prevented if I had simply known of this quirk from the outset.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Problem with Pods List Item WidgetThanks– I kind of figured that I would have to do that workaround, but was hoping there was some alternative I didn’t know about.
I’ll create a new field called something like testimonial_content and see how that goes.
Fortunately the site is only in the development phase, so I don’t have too many records needing to be changed.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Problem with Pods List Item WidgetOK, I think I figured out what is going on .. I just need some pointers on how to fix it.
My testimonial custom post uses the main post text field for the substance of the testimonial, along with specialized custom fields for related info (name, location, etc.)
The widget template has a call to the magic tag
{@post_content}That works fine on most pages, but when it is on a page set by a template for a different custom post type, then I think the dual calls to post_content are creating a conflict.
So here’s my question:
Is there a some code I can use to limit a magic tag only to @post_content for the specific pod type — for example, I tried @testimonial.post_content — it didn’t work – but I am wondering whether there is some other syntax I can use to get that result.
Or is there something I could do with the
wherespecification that would achieve the same result?If I can’t then the obvious solution would be to simply create a custom field in the Testimonials pod and move the appropriate content to that section- but I thought I’d ask if there is another option first.
Thanks…it doesn’t matter because I was only installing the plugin to test on a site without many plugins. I don’t have time to debug right now- I’ve already completed the task that I was going to create the staging site for.
The value of your plugin is in the time saved to quickly set up a staging site, but if I have to disable a bunch of plugins on a live site in order to debug, that kind of defeats the purpose. So I’m going to give this a pass for now. I’m guessing that the WP 4.5 upgrade created problems with another plugin on my site that didn’t exist before — probably a plugin that hasn’t been upgraded in a while…. but I’ll have to wait until some other time to deal with this.
I just tried to install WP Staging on another site — same server, but I chose a site that is using a simple theme and has few plugins. On installation I got this error:
WP Staging File Permission error: /home/...../wordpress/wp-content/uploads/wp-staging/clone_details.json is not write and/or readable. Check if the file /home/..../wordpress/wp-content/uploads/wp-staging/clone_details.json exists! File permissions should be chmod 644. WP Staging File Permission error: /home/...../wordpress/wp-content/uploads/wp-staging/remaining_files.json is not write and/or readable . Check if the file /home/...../wordpress/wp-content/uploads/wp-staging/remaining_files.json exists! File permissions should be chmod 644.I checked and those two json files were NOT in the appropriate subdirectory.
I then went back to the site where I encountered the 500 server error and checked, and those two files DO exist, but their date does not correspond to installation date. Before I reported the problem here, I had uninstalled and reinstalled the WP-Staging plugin- because sometimes it helps to work with a fresh installation – so all plugin files are dated 4/18. However the json files in the uploads/wp-staging directory have file dates of 4/3/16 (probably from when I first installed WP-Staging). That’s fine if there has been no change in those files, but if there has been a change then it’s possible that there could be an issue with the WordPress distribution.
Here are the error messages:
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/…./wp/wp-includes/wp-db.php on line 1515
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/…./wp/wp-includes/functions.php on line 3846
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/…../wp/wp-includes/functions.php on line 3846
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/…./wp/wp-includes/functions.php on line 3846
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/…./wp/wp-includes/functions.php on line 3846
Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in /home/…/wp/wp-includes/functions.php on line 3662
I’ve used Query Monitor before without a problem –and I also used WP-Staging without any issues, but that was before upgrading to WordPress 4.5.
Forum: Plugins
In reply to: [EWWW Image Optimizer] PHP Error message (Division by Zero) ?Thanks — that makes sense because I did enable WebP conversion.
I did figure out what is triggering the error on at least one site. It gets triggered when the Baidu spider looks for an /embed/ subdirectory — that pulls up an xml page with picture but also triggers 2 instances of the PHP error every time it happens.
If it turns out to be the same cause with the other site, I’ll see whether I can simply block Baidu via robots.tx