rpeters78
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Submenu too longChanged it a bit by overruling CSS
ul.sub-menu .menu-item .wrap{
font-size: 14px;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
}Forum: Themes and Templates
In reply to: [Neve] Post Editor with Black Background Can’t See TextI fixed this for my self by changing the CSS-files in the two themes: \wp-content\themes\neve\assets\css and adding color: var(–nv-text-color)
- gutenberg-editor-style.css
.editor-styles-wrapper, .editor-styles-wrapper > * {
background-color: var(--nv-site-bg);
color: var(--nv-text-color);
}- gutenberg-editor-style.min.css
.editor-styles-wrapper,.editor-styles-wrapper>*{background-color:var(--nv-site-bg);color:var(--nv-text-color)}
NOTE I’m not a wordpress-developer, but this worked for me (hopefully it is the correct change)
- This reply was modified 3 months, 1 week ago by rpeters78.
Forum: Themes and Templates
In reply to: [Neve] Post Editor with Black Background Can’t See TextHaving the exact same issue. The background is took over from the ‘Color&Background’ but the text-color is not used in the editor.
- This reply was modified 3 months, 1 week ago by rpeters78.
Forum: Themes and Templates
In reply to: [Neve] Text color in posts and pages differs from actual colorLooks like only the background-color is taken over in the editor and not the text-color. Having a dark background-color making the editor pages unreadable.
Forum: Themes and Templates
In reply to: [Path] SubmenuFound it ;( It had to do with IE9
In Firefox it is just working… ??Forum: Themes and Templates
In reply to: [Path] SubmenuStrange, I deactivated all plugins an even changed the theme to Twenty Twelve but still this behaviour.
I can drag a menu to the submenu location (a indent), but after saving it jumps back. So this isn’t a problem of the great theme.
Forum: Themes and Templates
In reply to: [Path] Show sticky post in flowI thought so.
Thanks for the answer, it’s working really nice.Forum: Themes and Templates
In reply to: [Path] Show sticky post in flowThank you, this is working like a charm!!
Forum: Themes and Templates
In reply to: [Path] Show sticky post in flowIf you go to the page https://friendsforlife2013.nl/nieuws/ (this is the normal home page where all posts are showing, but I deleted the slider from this page)
The problem I face is that only the ‘normal’ posts are appearing here and not the sticky ones.
It just uses the index.php with a normal loop
<?php while ( have_posts() ) : the_post(); ?>b.t.w. this also happen on the theme as it is.
But I cannot find where it says not to add the sticky posts. I thought that normally all posts are taken.
Forum: Plugins
In reply to: [Youtube Channel Gallery] Fatal ErrorI got the same error… Any luck in solving this?
I’m using version 1.7.10I’m using this shortcode:
[Youtube_Channel_Gallery feed="user" user="tourforlife" videowidth="500" ratio="16x9" theme="light" color="white" quality="small" autoplay="1" rel="1" showinfo="1" maxitems="9" thumbwidth="90" thumbratio="16x9" thumbcolumns="3" title="1" description="1" thumbnail_alignment="left" descriptionwordsnumber="10" link_window="0"]
Thanks, just installed the new version and everuthing is working smoothly.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Does PODS support user permissionsThank you, found it.
Ah;-)
Think most people at least new to google get Google+ pushed, So Picasa will finnaly be dead I guess. So if this plugin can be modifeid that it handles Goole+ as weel would be great.It would be a nice feature to look for the title first.
One other thing with Picasa vs Google+ is the slug on of the album.
https://picasaweb.google.com/104926144534698413096/Teambijeenkomst30November
https://plus.google.com/photos/104926144534698413096/albums/5818977512257357377Thank you!!
Ok, solved it.