ldamico
Forum Replies Created
-
Thanks again Massimo! That works to delay the entrance to the content!
One last question: Is it possible to show it only once? Because every time you load the page, the loader appears, even if the content its loaded already.I appreciate your time and dedication a lot! If theres any way to make a contribution or donation, please let me know where i should do it.
Cheers mate!
Thank you very much for your reply Massimo! That worked out great!
Only doubt im having now if its also possible to use a specific page (with some text animations) as preloader and if its also possible to load the next page (front page) after certain amount of seconds and not instantly after its loaded. So the animations of the previous page can be finished and then goes to he homepage.
I hope i explained myself clearThank you so much again!
Forum: Plugins
In reply to: [WooCommerce] 1 Column in Mobile versionHi Remi! This method works only for desktop, not for mobile. If i change this way to 1, its only changed in desktop (and its the same as changing it in Customize options).
I want 4 columns in desktop and 1 column in mobileI added this code with PHPCode Snipet but nothing happens:
<?php add_filter( 'vpf_enqueue_plugin_font_awesome', '__return_false' );I dont know if i have to add it somewhere specific or if im doing something wrong
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] LOAD MORE button styleFound the way, here is how to do it:
.vp-pagination__style-default .vp-pagination__item>* {
display: block;
min-width: 40px;
padding: 8px 16px;
line-height: 1.4;
color: #fff;
text-decoration: none;
background-color: #ff8000;
border: 1px solid #000;
-webkit-transition: .2s border-color, .2s background-color, .2s color;
transition: .2s border-color, .2s background-color, .2s color;
will-change: border-color, background-color, color;
}