Forum Replies Created
-
AuthorPosts
-
December 13, 2020 at 3:06 am in reply to: Well known issue : child style doesn't overwrite the parent one. #1266844
Hi,
Thanks for the answer.
For the list (bullet list of personal informations [phone, mail]), that works.
About the “scroll-top-link”, I followed what you told me, but I did something more adaptative about the scroll button spawn point.
This page helped me to understand window size, document and scrolling: https://gist.github.com/toshimaru/6102647
Could you inform us when we could update to WordPress 5.6? Thanks.function avia_scroll_top_fade() { var win = $(window), timeo = false, scroll_top = $('#scroll-top-link'), set_status = function() { // $(document).height(); = Height of the entire document; included the invisible (down) part // $(window).height(); = Height of the visible part of the document // $(window).scrollTop(); = The scrolling size (lenght) - from the start of the scroll to the end // displayScrollButtonAt; = The displaying of the scroll button, at a certain scrolling percentage of the page (here 75) var scrollHeight = $(document).height(); var scrollPosition = $(window).height() + $(window).scrollTop(); var displayScrollButtonAt = (scrollHeight * 75) / 100; if (scrollPosition < displayScrollButtonAt) { scroll_top.removeClass('avia_pop_class'); } else if(!scroll_top.is('.avia_pop_class')) { scroll_top.addClass('avia_pop_class'); } }; win.on( 'scroll', function(){ window.requestAnimationFrame( set_status ); } ); set_status(); }
- This reply was modified 3 years, 11 months ago by VapMobile.
December 11, 2020 at 12:05 am in reply to: Well known issue : child style doesn't overwrite the parent one. #1266426You can see the online version here: https://vap-mobile.fr/
December 10, 2020 at 8:15 pm in reply to: Well known issue : child style doesn't overwrite the parent one. #1266367The website is on my PC, not online yet.
December 9, 2020 at 7:44 pm in reply to: Well known issue : child style doesn't overwrite the parent one. #1266071Hi!
Here are screenshot about what I did:
https://filebin.net/g4dfgdgdwcdq2sfc/1NEIAFj7kW.png?t=zicr0553
https://filebin.net/g4dfgdgdwcdq2sfc/32eplFvZIh.png?t=zicr0553
https://filebin.net/g4dfgdgdwcdq2sfc/k2AelDBApy.png?t=zicr0553I also would like to know if we should update WordPress to 5.6, or waiting for a moment.
And Youtube video autoplay doesn’t work, when I use a lightbox.
Thanks.
- This reply was modified 3 years, 11 months ago by VapMobile.
Ok, thank you.
I already know the OSM plugin, and I’ll probably use it when needed.
Apart from that, would you know a good solution to convert and merge database between local and distant.
I mean, both addresses “localhost” and “domain.com” need to be change in the .sql file, depending on the place this last one is located.
The other thing is about merging new data between remote and local, so if you have a solution that doesn’t necessarily require SSH (maybe you have a solution for each case), I’ll be grateful.Ok, I understood, we have to activate a billing account.
Really bad idea having added a paying module in your theme…
You know that OpenStreetMap exist? Right…Effectively, I was wrong about button row.
For the rest I’ll deal with duplication.Thanks for answers.
Button row can’t be put inside a colored section, because it’s a section itself.
As I said, your product is limited, so I have to work dirtily
But I’m conscious that I paid – or more exactly the client -, a low price, so with few features.Edit : I was writing that it’s not possible to edit the footer part, but to be more accurate it’s not possible to re-use widget (custom HTML) that we already created/defined. You have a “Display everywhere” block in the widget admin page. It automatically put its content in the right sidebar (my contact page), but it doesn’t do the same in the footer. How to change that? The terrible thing is that we need to duplicate widget to put them in other sidebars (right, bottom, etc.)
I guess that your answer will arrive in some days…
Yep, I’m annoyed, disappointed, but it’s not surprising.
- This reply was modified 4 years ago by VapMobile.
The design I’m using to put – and center -, my two buttons, is this below one:
The fact is that I’m forced to use four 1/4 columns, to center the two important ones : the ones which contain the buttons.
And I’m already using a colored section to wrap all the thing : title, paragraph and buttons.
So, what other solution would you propose to me; if it ever exists one.- This reply was modified 4 years ago by VapMobile.
Why don’t you have an offset system for column?
In fact, if I want to center two 1/4 column, I have to put two other empty ones each side.
And I can’t use a colored section, because my columns are already in one, in which I also have a paragraph. I can’t isolate each content, because you don’t have flexible enough solutions to design a webpage.
AND PLEASE, ANSWER ME, I’M TALKING TO YOU.Thanks.
- This reply was modified 4 years ago by VapMobile.
1) I have to use “!important” to overwrite your “display: block;” when I want to use “display: flex;” in my LayerSlider. I don’t understand why the custom CSS code doesn’t have the priority.
2) I would like the breadcrumbs to not be above page elements, like a slider. Because, If I put a slider in a page, and activate the breadcrumbs, it’s on the top, and I don’t want that.
3) The design tool, when we set the content of a page, is not sticky, so it’s really difficult to take a content element and putting down in the page, inside the wysiwyg.
4) We can’t nest grid cells. We can’t even put a grid line inside a color section…I’m discovering your product, and I’m supposed to use it – through other purchases -, for various projects. And, for now, you are not really reactive, and we barely find tutorials to help us to discover the product; compared to other builders like Elementor. I’ll reconsider my product rating, if it improves with the time.
In fact, there are options lacking, to really personalize the design.
Your grid system is really, really, really, limited.
And your documentation is unpalatable.- This reply was modified 4 years ago by VapMobile.
I’m tired to wait for you answers.
Still the problem to use custom CSS on HTLM block with LayerSlider.
That doesn’t work with LayerSlider:
<div class=”hero-unit”>
<h1>Nettoyage vapeur de véhicules à domicile</h1>
<h2>Pour particuliers et professionnels.</h2>
</div>.hero-unit {
display: flex;
flex-direction: column;
}Ok… So you have rules that I have to overwrite…
- This reply was modified 4 years ago by VapMobile.
It works better, but it’s not instinctive at all.
Your documentation is only made of code; no screenshot or real time preview.
There are almost no video tutorials to start working with your product.
The LayerSlider doesn’t seem to support custom CSS and display flex.
We can’t move the breadcrumbs to the place that please to us, because the slider is added in a page, not directly in the header of the website.
I even don’t understand where you set the bottom border color for the menu of this demo : https://kriesi.at/themes/enfold/
Setting of your product seems to be really limited, and we don’t have any clue/path to the way to use it.- This reply was modified 4 years ago by VapMobile.
-
AuthorPosts