Viewing 10 Topics - 31 through 40 (of 40 total)
Author Posts
August 10, 2015 at 5:40 pm 66335
kenneth kenneth

the address field and repeat issue is temporary fixed. thank you. Please let me know if this change will be over ride when the new update comes up ? And also, which file did you make the changes to?

August 11, 2015 at 11:23 am 66440
towhid towhid

Hello Kenneth,

When the new update comes it will affect the changes.

For that reason please keep this solution in your documentation.

Please open plugins/dokan/templates/store-header.php and find this line:

<?php if ( isset( $store_info['address'] ) && !empty( $store_info['address'] ) ) { ?>
                    <li class="dokan-store-address"><i class="fa fa-map-marker"></i>
                        <?php echo dokan_get_seller_address( $store_user->ID ); ?>
                    </li>
                <?php } ?>

Replace above lines of code with below:

<?php if ( isset( $store_info['address'] ) && !empty( $store_info['address']['country'] ) ) { ?>
                    <li class="dokan-store-address"><i class="fa fa-map-marker"></i>
                        <?php $seller_address = dokan_get_seller_address( $store_user->ID, true); ?> 
                        <p class='seller_address_city'><?php echo $seller_address['city']. ', '. $seller_address['state'].', '.$seller_address['zip']; ?></p>                  
                    </li>
                <?php } ?>

Thanks

August 11, 2015 at 11:25 am 66441
kenneth kenneth

hi towhid, pls look at https://wedevs.com/support/topic/store-banner-repeats/page/2/#post-65827 there is another responsive problem not yet resolved. The related products are separated on single product page when viewed on ipad mini. Please advise

August 12, 2015 at 3:08 pm 66692
towhid towhid

Hello Kenneth,

Can you please provide me the URL. I want to check for myself.

Thanks

August 12, 2015 at 3:41 pm 66701
kenneth kenneth This reply has been marked as private.
August 13, 2015 at 2:35 pm 66862
towhid towhid

Hello Kenneth,

Now check your site please and let me know the result.

Thanks

August 13, 2015 at 2:37 pm 66865
kenneth kenneth

Hi towhid, it’s still the same

August 13, 2015 at 2:39 pm 66866
kenneth kenneth

also, your changes has affected my homepage which has become 2 products per row instead of 4 originally.

August 13, 2015 at 2:40 pm 66867
kenneth kenneth

hi towhid, i think just forget it if it can’t be fixed, just change it back to my original. thank you

August 13, 2015 at 5:14 pm 66927
kenneth kenneth This reply has been marked as private.
Viewing 10 Topics - 31 through 40 (of 40 total)