yohannh
Forum Replies Created
-
Forum: Plugins
In reply to: [Flexible Table Block] ListsStill a very useful plugin. Thank you!
You are right, it works.
Thank you!
That is very useful, thank you!
For the moment I hid the unwanted block with CSS, but I’m gonna check if it’s a plugin or theme conflict.
Thanks
Hi,
I switched to Twenty Twenty and the author lesson is gone. Does that mean it is a problem with Astra? I read it was a compatible theme.
I pasted the demonstration video on my site and it displays all the time, unlike the videos that I insert with the VideoBox bloc of my editor.
I notice is that if I Enable Overlay or Lightbox the video displays every time. I don’t quite understand it yet but that’s good enough for me.
I’ll let you know if I find precisely what is going on.
Thanks you!
So sorry I’ missed your answer!
The setting I’m talking about is actually Display Lesson Author (I wrongly translated from my french installation)
It still displays By [author’s name] and the date at the top of the pages of the lessons even when unchecked.
Forum: Plugins
In reply to: [Carousel Slider Block for Gutenberg] Customizing the prev/next elementsThanks! I’m also trying to change the arrow to a custom svg. Did you have any luck with it?
Forum: Plugins
In reply to: [Interactive Content – H5P] Can’t acces to Hub on WordPressYou’re right that was a server thing. I allowed zip on the cpanel and it worked.
It works ??
Thank you so muchI had a bunch of additional CSS already. I’ll clean that up and let you know if or why it was necessary.
Thanks!
it didn’t at first but I added !important and it worked.
.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus { outline: none !important; }
Thank you so much!
Yohann
Both sliders were at 0 px. It made me think the problem had to be the entry content. So I added an !important and it worked. Thanks!
.entry-content{ margin-top: 0px !important; }
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Remove line after titleI just found it, thanks. It was the entry header border bottom I suppose. I got rid of it this way :
.singular .entry-header { border-bottom: none ; }
Forum: Plugins
In reply to: [Interactive Content – H5P] Custom CSS in 2020I installed h5pmods and figured by this line that I could edit general.css in h5pmods-wordpress-plugin-master/styles but it doesn’t do anything.
'path' => plugin_dir_url( __FILE__ ) . 'styles/general.css',
Am I doing something wrong?
- This reply was modified 3 years, 7 months ago by yohannh.