WM_SSV
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Book Store] Problem with plugin activationIssue resolved. Thanks again for your appreciated support.
Forum: Plugins
In reply to: [Amazon Book Store] Problem with plugin activationPlugin activation now successful, thanks much!
Interesting to read that it might be due to different versions of PHP. Different PHP versions on the same web space? Why this? Will ask my hoster.
Kind regards
RickForum: Plugins
In reply to: [Amazon Book Store] Problem with plugin activationHi Rich,
some progress as the error line now is 205 instead of 7 so far, but cannot activate the plugin yet:
Parse error: syntax error, unexpected ‘[‘ in /var/www/vhosts/domain A/domain B/wp-content/plugins/support-great-writers/include/classes/SGW_Admin.class.php on line 205
Forum: Plugins
In reply to: [Amazon Book Store] Problem with plugin activationOh, thanks for your unexpeceted reply.
No, it´s not a multi-site WP install (at least, in my understanding of multi-site installs).
It´s separate WP installations running on the same web space. Domain name B causing the issue – refer above – with its own WP installation has been set up as an own directory within the web space.
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeWill close this now.
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeYep! Yeah! Great! Thanks so much!
Now I´m happy 🙂
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeUnfortunately not this time
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeThanks for the info. Does “more weight than it naturally has” refer to, let´s say, CSS standard or to the weight coming from the parent style.css?
To be honest, even if my problem has been almost totally solved, I still do not get the point how/why I can write some CSS ‘code’ in my child style.css which is not at all contained – and therefore referred to – in the parent style.css.
And eventually any hint how/where to change the ‘hover’ color? 🙂
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeWhat´s the idea behind !important?
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeHey, great, many thanks! Kindly appreciated!
Hovering a menu item still makes it light grey and almost invisible in fact, but after clicking on the menu link it´s a clear black 🙂
Any idea left where to change the ‘hover’ color? 🙂
Kind regards to Hawaii (?)
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeWould you mind removing the link to my themes out of your last post? 🙂
Thanks.
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeI had removed the code again from my child style.css after it had no effect, but it´s in again now having no effect yet.
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeMaybe for clarification: The navigation menu entry already changes its color to the unwanted one when you hover it.
So maybe connecting the matter with visited link might not be quite right.
Is the described effect what is called ‘transition’ in CSS?
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeI added this:
nav#main-nav > ul > li.current-menu-item > a {
color: rgb(0, 0, 0); // or change the color you like
}to my child style.css, but it did not change anything.
So far I thought that, with a child style.css, it would only be possible to change “settings” being inherited from the parent style.css. But as I cannot find something like
nav#main-nav > ul > li.current-menu-item > a {
color: rgb(0, 0, 0); // or change the color you like
}in the parent style.css, could it work if you just entered it in the child style.css?
Forum: Themes and Templates
In reply to: [Corpo] Color of visited links difficult to seeThanks lot for your speedy reply, but seems as if this did not solve the issue (I could not even find this “command” in the original Corpo style.css)