webdee75
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Popup Iframe (pro)Found the soluce : The pb comes from the Blocksy theme css for posts that comes whith a calc for the #main-container height (flex) :
min-height: calc(100vh - var(--admin-bar, 0px) - var(--frame-size, 0px) * 2);I changed it with :
.vp-popup-iframe #main-container {min-height: auto !important;}And it seems to be OK now. If it can help somebody…
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] video mix-blend-mode problem on Safarihttps://caniuse.com/?search=mix-blend-mode says for Blending of HTML elements: Partial support in Safari refers to not supporting the hue, saturation, color, and luminosity blend modes.
These 4 modes shouldn’t be proposed by your plugin for Getwid section video background as long as they are not supported…Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] video mix-blend-mode problem on SafariSeems to be a general issue on Safari :
https://codepen.io/Webdee/pen/MWONEwVSorry, I figured I set a p size for .single-portfolio in additional CSS and it has impacted the footer… So I set it again with a :not() selector and it’s OK now.
- This reply was modified 4 years, 2 months ago by webdee75.
Forum: Themes and Templates
In reply to: [Blocksy] portfolio footer font-size and weightSorry, I figured I set a p size for .single-portfolio in additional CSS and it has impacted the footer… So I set it again with a :not() selector and it’s OK now.
- This reply was modified 4 years, 2 months ago by webdee75.
Forum: Themes and Templates
In reply to: [Blocksy] anchors menu colorSo I go back to my CSS solution without plugin. Unless it is possible to have a nav for the Home page and another for the rest of the site with Blocksy theme?
Anyway, thanks @cteduard for trying to help me !Forum: Themes and Templates
In reply to: [Blocksy] anchors menu colorHello @cteduard
Thank you for your quick answer !
The snippet only changes the basic state and the hover state (what I can do with CSS) but the selected menu is not colored as it should be…Forum: Themes and Templates
In reply to: [Blocksy] anchors menu colorI precise I cannot use relative links for my anchors menu, I have other pages using the same menu…
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] image slider : no arrows on mobileThanks for your answer @eugenewhite.
!important was necessary to overpass the style “display: inline-block” inside the html…
.slick-arrow {display: none!important;}My next quest would be to know how to set the left & right arrows out of the post carousel. Would you have an tip ?
Or is there a setting to do so on the premium version ?Hello @nko,
I only tried in local mode. If I go quick between the 2 keys (accent + letter) I have, first the accent and the letter + accent (¨ë), if I type normally : I have the accent then the letter (^e). If I copy/paste a text with circumflex and umlaut accents, there is no problem.
I’d like to send a picture as you did, but it doesn’t seem to be possible here for me… Anyway : same situation as you picture but different result…Forum: Plugins
In reply to: [Blocksy Companion] Sticky header doesn’t work after updateI had the same problem, and the theme update resolved it.
Forum: Themes and Templates
In reply to: [Blocksy] Sticky State ShrinkSorry, I just found the solution in another post and installed and activated the Blocksy Companion plugin for sticky and transparent header.
Forum: Themes and Templates
In reply to: [Blocksy] Sticky State ShrinkHello,
I’ve watched the video, but when I click in the Global Header “Headers” tab, and then on the field “Global Header” it doesn’t open a new panel with the sticky features as in the video…
Is the sticky menu a Pro feature ?
Thank you for any help.Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Unable to add video linkHello @szentekari,
Maybe you are using the posts portfolio part instead of the page portfolio one, I did the same at the begining, trying to understand how this plugin works.
You can use this portfolio plugin to replace an archive page for posts.
But if you simply need a page with thumbnails and video popups, don’t use the “portfolio items” menu. You just have to create a page, add a visual portfolio block, and then add all the pictures in the same block. Then in the block features, you can chose image or video for each picture and set the video popup link.
I hope this will be helpful.
Regards- This reply was modified 5 years ago by webdee75.