Jean-Christophe
Forum Replies Created
-
Forum: Plugins
In reply to: [Safe SVG] Cannot upload SVG from CustomizerI’m experiencing a similar issue. I use ACF for my custom fields, and when I create an image custom field, I’m unable to upload SVG images—they appear as non-selectable. To work around this, I have to manually upload the SVG to the media library first and then select it in the image field.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Is the Plugin Abandoned?The plugin is still available on their website, but not in the plugins directory anymore.
The last update was on the 13th of April, not it’s definitely not abandoned.Forum: Fixing WordPress
In reply to: New Menu Item SpacingOk, if you don’t have access to this file in your editor, you can just paste this rule in style.css :
?#menu ul.ddsmoothmenu li { margin-right:0; }
And it should be fine !
Forum: Fixing WordPress
In reply to: New Menu Item SpacingThe rule I’m talking about is not in style.css.
In your theme, I see that there’s a /css directory.
You should find a ddsmoothmenu.css file in it.
Am i right ?
In this file, you will find the code I was referring to in my previous message. ??Forum: Fixing WordPress
In reply to: New Menu Item SpacingHello,
If you remove completely the right margin on each menu item, it should be ok. In your ddsmoothmenu.css stylesheet, you juste have to change this rule :
?#menu .ddsmoothmenu li {
position: relative;
display: inline;
float: left;
margin-right:0;
}Forum: Themes and Templates
In reply to: [Hueman] Custom CSSHello,
You can always use a plugin for that.
Jetpack for example allows you to add custom CSS to your theme: https://jetpack.me/support/custom-css/Forum: Fixing WordPress
In reply to: hyperlink in headerHello,
Why don’t you just use a link tag ?
Like this:
<a id="art-main" href="https://www.indebioscoop.com">Your link</a>
Forum: Plugins
In reply to: [Advanced Editor Tools] TinyMCE 4.0 not working with WP 3.9@briteventures This topic is about TinyMCE Advanced, not Ultimate TinyMCE.
Forum: Plugins
In reply to: [Advanced Editor Tools] TinyMCE 4.0 not working with WP 3.9The bug is fixed with the latest dev version. ??
Thanks !Forum: Plugins
In reply to: [Advanced Editor Tools] TinyMCE 4.0 not working with WP 3.9Unfortunately, the problem is still there.
I’ve tried a fresch install of the plugin on another site and I have the same issue.
Forum: Plugins
In reply to: [Advanced Editor Tools] TinyMCE 4.0 not working with WP 3.9Hello,
Same problem for me.
Here’s a screenshot of my config: https://glui.me/?i=pu45975qbkltg81/2014-04-17_at_12.19.png/