pashaUSA
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Preloader on all pages?You can change the code in header.php
comment out first if statement lines ~41 and 51//if ( is_front_page() && ! is_customize_preview() ) : $zerif_disable_preloader = get_theme_mod( 'zerif_disable_preloader' ); if ( isset( $zerif_disable_preloader ) && ( $zerif_disable_preloader != 1 ) ) : echo '<div class="preloader">'; echo '<div class="status"> </div>'; echo '</div>'; endif; //endif;
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Button OnlyI found solution here
https://givewp.com/load-donation-form-popup-give/Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Cell sizecan’t find any information about this topic on-line.
So I tried to create my own theme and inside the “twig” file changed the cell multiplier to 30 instead of 15, and did kind of do the job. But when ever I change the view from “week” to “day” and then back to “week” the other “twig” file loads (not from my theme).
I wish there was an option @ theme options for cell height. It would make life a lot simpler.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] End Time in Month ViewI had same problem and here is how I fixed it:
I created my own theme, and in oneday.twig file replaced<span class="ai1ec-event-time"> {{ event.short_start_time }} </span>
with this one
<span class="ai1ec-event-time"> {% set mod_date = event.popup_timespan | split('@') %} {{ mod_date[1]}} </span>
Forum: Plugins
In reply to: [WooCommerce] Link Guests to webSite Userssomething like here https://www.forever21.com/Order/TrackOrder.aspx?br=f21
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Reset buttonwhen I set it to ‘self’ I get page not found
Forum: Plugins
In reply to: [MDTF - Meta Data and Taxonomies Filter] Reset buttonI saw the field for link for reset button. and it makes it even more complicated. I think I wasn’t clear on my original question. I have ~20 different product categories and subcategories. When I go to specific category page -> do some filtering and then reset filters I want to stay on same category page, not one above or below or shop page.
If I have to manually input “Reset link” then I will need “Logic Widget” plugin that create so many variations of the same widget ONLY to display it on specific category. Doesn’t create extra computation time?
Is there a way of doing it the easier way?
Or maybe an idea for future versions have reset link default to page/category where filtering started.
Thanks RealMag777, your plugin is great, I really like it.