willem0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing an icon by custom cssAha, I didn’t realise the widgets are defined elsewhere.
Thanks a lot for your quick reply ??
I’ve just temperally changed the icon on our homepage!
Now I know how to continue.Forum: Fixing WordPress
In reply to: Blank tiles in the media librarySorry, I can’t help you
Forum: Developing with WordPress
In reply to: Export my theme with the patternsMaybe I’m wrong, not knowing anything about patterns.
You could export the complete website, using the plugin All-in-One-WP-migration (to a file on your computer) and later-on import this file to (another, maybe brand-new) wordpress-website.Forum: Fixing WordPress
In reply to: Blank tiles in the media libraryDid you try to upload your media via the WordPress-dashboard > Media > upload new media ?
Forum: Themes and Templates
In reply to: [Ribosome] featured images sizeTant que ?a marche ??
Forum: Themes and Templates
In reply to: [Ribosome] featured images sizeYour stylesheet https://www.alkaswaba.fr/wp-content/themes/ribosome-pro/style.css defines:
.wrapper-excerpt-thumbnail img {width: 100%;]Did you change the original width? Maybe it should be: 100px.
Anyhow, you could change this with custom-cssForum: Fixing WordPress
In reply to: 404 On ALL page except homepageSo I did. No problems.
Did you empty your browsers cache?Hello Steve,
Thanks for your reply. It’s a pity that it’s implossible at the moment, but now I’m sure. And I’m glad you will try to find a solution.Forum: Everything else WordPress
In reply to: Forced Submenu Padding When Adding Submenu Background Colorthat’s a pity ??
Forum: Everything else WordPress
In reply to: Forced Submenu Padding When Adding Submenu Background Colorhi,
Did you try:
ul.wp-block-navigation__submenu-container.has-text-color.has-background.has-custom-color-1-background-color.wp-block-navigation-submenu {padding: 2px;}
?Forum: Developing with WordPress
In reply to: Can’t remove an iconI suppose there is a secondary-menu. Can’t you find it via the Dashboard?
Otherwise: try by Extra-CSS:
li.cart {display:none’}Forum: Themes and Templates
In reply to: [Ribosome] Remove or hide page titleOr try:
.post-1234 h3.widget-title {display:none;}
Forum: Themes and Templates
In reply to: [Ribosome] Remove or hide page title(1) Dashboard > Pages > Point to your Page, but don’t click.
At the bottom of the window you’ll find an URL with the post-number (page-number), say post=1234.(2) Dashboard > Appearence > Extra CSS. Fill in:
.post-1234 .entry-header {display:none;}Forum: Themes and Templates
In reply to: [Ribosome] change widget-color for just one specific widgetResolved
Forum: Themes and Templates
In reply to: [Ribosome] change widget-color for just one specific widgetI’ve found a simple solution myself: Appearance > Widgets > (widget) > Gear-wheel > Class, ID & Logic > fill in a self-defined “class-name”.
Then Appearance > Customizer > Extra CSS > define the color(s) etc. of the new CLASS.