FCJvanderVleuten
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom background php-code in funtions.php not working.Dear pyjamaman,
Thanks for the help. I put the piece of code inside my header.php, but this line of code appeared on my screen while viewing the website:
class="home blog logged-in admin-bar no-customize-support"
What could it be? I checked my </>-tags etc but they all look fine. It looks like it’s been generated by a plug-in, because this piece of code is not in my php-files.
Forum: Themes and Templates
In reply to: word-wrap/break word in Chrome fails.Tried some, but didn’t work.
Found this though:
https://caniuse.com/css-hyphens
Is it really impossible to hyphenate is Chrome?
Forum: Themes and Templates
In reply to: word-wrap/break word in Chrome fails.Yes sir, this is the complete code. Added it now but it won’t work.
.site-content article { border-bottom: 4px double #ededed; margin-bottom: 72px; margin-bottom: 5.142857143rem; padding-bottom: 24px; padding-bottom: 1.714285714rem; word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
Forum: Themes and Templates
In reply to: word-wrap/break word in Chrome fails.Forum: Themes and Templates
In reply to: word-wrap/break word in Chrome fails.The problem is, in Chrome, words in the main articles are not break-
ing up <- like this.Forum: Themes and Templates
In reply to: Can't find background max-width.Crap I found it.
Forum: Fixing WordPress
In reply to: Site went blank after changing language in config.phpGreat, that’s it.
The text editor I used has some single quote options which can change. Good for typing, not for coding.
Thanks a lot for your help on this one, wpranger. ??
Forum: Fixing WordPress
In reply to: Site went blank after changing language in config.phpI always make backups of file, except for this time. I thought it was a quick and easy change of code.
I’ve put the code here: https://pastebin.com/PMmzNUrz
(there’s only a pass in there for mySQL which i do not use)Forum: Themes and Templates
In reply to: Changes in style.css do not take place.Thank for the help. But.
I just deleted my browsers history and now changes take place agian. You are allowed to kill me if you want.
Case closed. I feel stupid.
Forum: Themes and Templates
In reply to: I cannot change the bg color of something simple as a widgetThat’s what I did…. Firebug guides me to the css elements above. (.widget-area and .widget). Unfortunately the colour is not changing. Maybe there are other things that have influence on this element.