devmitrovics
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Problem with auto load on pageAh so i need to purchasehttps://premium.status301.net/downloads/easy-fancybox-pro/ correct ?
Forum: Plugins
In reply to: [Firelight Lightbox] Problem with auto load on pageThere is Links section and that option. But i dont see Delay in milisecunds and Hide popup after first visit. Help please 🙂
Forum: Plugins
In reply to: [WooCommerce] Checkout page and order of sectionsI totaly managed to fix hooks and filters. For example
$fields['shipping']['shipping_address_2'] = array( 'label' => __('Address 2', 'woocommerce'), 'required' => true, 'label_class' => array('col-md-6 col-sm-6') , 'input_class' => array('col-md-6 col-sm-6')Working like a charm. Just i have problem with countries dropdown.
$fields['billing']['billing_country'] = array( 'type' => 'select', 'label' => 'Country', 'placeholder' => '', 'maxlength' => false, 'required' => false, 'class' => array(), 'label_class' => array('col-md-6'), 'input_class' => array('col-md-6'), 'return' => false, 'options' => array( 'option_1' => 'Option 1 text', 'option_2' => 'Option 2 text'), 'custom_attributes' => array(), 'validate' => array(), 'default' => '', );Dont know how to load options from woocomerce (All Countries) to select/dropdown 🙂
Forum: Plugins
In reply to: [WooCommerce] Checkout page and order of sectionsI copied templates to child directory and all. I managed to change lots of stuff, but simply cant find how to change those from my quesiton.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox and delay timeWow great, Working without any problem 🙂 Thanks
Forum: Plugins
In reply to: [Firelight Lightbox] Problem with centering fancyboxThanks a lot!
Forum: Themes and Templates
In reply to: WordPress post loop and page templateYou are KING! i lost whole day on forums trying to solve this.
Thank you MASTER! :)))
Forum: Themes and Templates
In reply to: WordPress post loop and page templateIn basic i need two things on whole world but it seems there isnt solution.
I need all posts listed on one page with pagination or those older/newer posts links thats all i needForum: Themes and Templates
In reply to: WordPress post loop and page templateI want to show all posts from system not by category or anything else 🙂