DLevai94
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] CPTUI with WP REST APIGreat, thanks Michael!
Forum: Plugins
In reply to: [WooCommerce] Limit product purchase per userForever.
Example:
I have 2 products and 2 users.
Both users can purchase the two product, but only 2 of each.
If in the future I will upload a product (Product 3, maybe 🙂 ), both users can be purchase 2 of Product 3 again.I don’t want to think about multiple registration, or something like this. Just limit to registered user (maybe UserID?).
Forum: Plugins
In reply to: [YITH Topbar Countdown] Place before the wrapperCompleted. 🙂
I’ve included the tcountdown.php to my theme’s header.php before the wrapper div.
Now it looks like this: Link
And it’s parallax. And only visible from the homepage.
<?php if( is_front_page() ) : ?> <?php include('tcountdown.php'); ?> <?php endif; ?>Forum: Plugins
In reply to: Category images and colorsIt works! Thanks.
Only difference is that’s not fusion-posts-container class, it’s just post-container, and ID. Now, it works fine. So the right code is:
#posts-container .category-bevetel-kiadas .entry-title:before { content: url(/images/icon-bevetelkiadas.jpg); }Forum: Plugins
In reply to: Category images and colorsForum: Plugins
In reply to: Category images and colorsThanks, will try it today. Oh, my timezone is UTC +1.
Forum: Plugins
In reply to: Category images and colorsYes I can, but there’s a coming soon cc plugin activated. http://profirendszerezes.hu
Avada’s demo site, you can see what you want I think. http://theme-fusion.com/avada/medium-alternate-right-sidebar/ I’m using that template for blog. I hope this will help. Yes, I have the pictures uploaded.No. One post for one categoy only.
Forum: Themes and Templates
In reply to: Walking guy with a lamp in headerYeah. I thought about flash, but i don’t understand it…