some modifications

This topic contains 12 reply and 2 voices, and was last updated by Anas Basalamah 9 years, 2 months ago
Viewing 12 Posts - 1 through 12 (of 12 total)
Author Posts
January 28, 2015 at 2:32 am 35144
Anas Basalamah Hi i have 2 questions 1- how to make the seller name in separate line, under the product name also how to make the 1 x price in one line where can i modify these in which file? ------------------------------------------------------------------------------ 2- how can i flip this arrow in "shop" page? thanks
January 28, 2015 at 12:49 pm 35175
Nayem Nayem

Hello Anas,

Can you please check this topic- http://wedevs.com/support/topic/seller-link-under-product-title-2/#post-32909. May be it will help you to get your direction.

Thank you 🙂

January 28, 2015 at 4:46 pm 35193
Anas Basalamah Anas Basalamah

ok you answered question 1

what about question 2?

January 28, 2015 at 5:21 pm 35197
Nayem Nayem

I did not clear about your second question. Please describe me in more details.

January 28, 2015 at 6:10 pm 35202
Anas Basalamah Anas Basalamah

I put black circle in the image around the arrow

” > ” i want to flip it

from ” > ” to ” < " i hope you understand

January 28, 2015 at 6:27 pm 35207
Nayem Nayem

please give me your shop page URL

January 28, 2015 at 6:30 pm 35208
Anas Basalamah Anas Basalamah

about question 1 i saw the topic

i think you didn’t understand me

in the mini cart i want to make it as follows

product name
seller: store name
1x $40

now it showing

product name seller:store name
1x $40

please help me more

thanks

January 28, 2015 at 6:32 pm 35209
Anas Basalamah Anas Basalamah This reply has been marked as private.
January 28, 2015 at 6:42 pm 35211
Anas Basalamah Anas Basalamah

I found the solution of question 2

i change line 4 in the font-awosme.min.css

content: “\f105”

change it to

content: “\f104”

please help me with question 1

thanks

January 28, 2015 at 6:48 pm 35212
Nayem Nayem

Hello Anas,

Arrow- To change the arrow you have to open Dokan theme/includes/wc-temlate.php and search this line 'delimiter' => '&nbsp; <i class="fa fa-angle-right"></i> &nbsp;', you have to rewrite this line as 'delimiter' => '&nbsp; <i class="fa fa-angle-left"></i> &nbsp;',

2nd- I have to discuss with my developer about this . Please allow me some time to discuss with them. I will be back to you very soon with the result.

Thank you 🙂

January 28, 2015 at 6:54 pm 35213
Anas Basalamah Anas Basalamah

ok thanks

January 29, 2015 at 4:45 pm 35301
Nayem Nayem

Hello Anas,

To show mini card drop down menu like this-

product name
seller: store name
1x $40

You have to open Doan/classes/ajax.php. In line number 80 you will see this line- $seller = sprintf( __( '<strong>Seller:</strong> %s ', 'dokan' ), $info['store_name'] );. You have to replace this line with this line-$seller = sprintf( __( '<br><strong>Seller:</strong> %s ', 'dokan' ), $info['store_name'] );.

Please check and let me know.

Thank you 🙂

January 30, 2015 at 12:17 am 35336
Anas Basalamah Anas Basalamah

its working thanks

Viewing 12 Posts - 1 through 12 (of 12 total)