Homepage › Forum › Product Support › Canifa › Translate Load More Button
- This topic has 42 replies, 3 voices, and was last updated 10 years ago by
Jackie.
-
AuthorPosts
-
10 years ago #3115
Hello Marcel D,
We so sorry for late response.
You can use my attach to replace your file 'yolo-product-masonry.php'. We also help you replace this button text.
Regards.
Jackie.10 years ago #3124
AnonymousInactiveTopics: 16
Posts: 133Hey there,
Thanks! But unfortunately the maisonry isnt displayed at all. Dont know why. But i found a better solution, im using the normal "Yolo Woo Commerce" element with the "slider" setting. But is there any possibility to ALWAYS show the pagination? Otherwise some mobile users dont know, that they can swipe over their screen to scroll trough the products.....
10 years ago #3125
AnonymousInactiveTopics: 16
Posts: 133and im really sorry for all the questions....your work is awesome!
10 years ago #3152
AnonymousInactiveTopics: 16
Posts: 133Is it difficult to solve the problem?
10 years ago #3156Hello, Marcel.
I'm sorry for late response.
With "yolo woo commerce" element setting with "slider", you can't show pagination, because it just the slider. We also check touch swipe on the mobile(android) device, it also works fine. Can you tell more your issue?
And with translate language, this is our mistake, we put to give you file wrong name.
With your language "Deutsch" please use language file name "yolo-de_DE.po" & "yolo-de_DE.mo" and put to /plugins/yolo-canifa-libray/languages/ direction.Regards.
Jackie.10 years ago #3157I uploaded zip file again.
10 years ago #3159
AnonymousInactiveTopics: 16
Posts: 133Hey,
I attached a few screenshots. The slider always worked well on mobile devices, thats not the problem. My "problem" is, that visitors cant see the pagination unless they hover with their mouse. Especially on mobile devices (where you cant hover), most people wont realize, that they are able to swipe around. Well, i could just write "swipe to view more products" but in terms of design thats not the best solution.
Maybe you can help me:) ?
10 years ago #3160
AnonymousInactiveTopics: 16
Posts: 1331
10 years ago #3162
AnonymousInactiveTopics: 16
Posts: 1332
10 years ago #3164
AnonymousInactiveTopics: 16
Posts: 1333
10 years ago #3171Hello Marcel.
I'm sorry, we forget this option at shortcode config.
Please go to file direction
{root}/wp-content/plugins/yolo-canifa-library/admin/vc_extension/shortcode/yolo-woocommerce.php line 117, and change this code
pagination: false
to
pagination: <?php echo esc_attr( $pagination); ?>
It will be display pagination as config.
Regards.
Jackie.10 years ago #3172
AnonymousInactiveTopics: 16
Posts: 133Hello Jackie,
The pagination looks really nice...great work! But i meant something different. Is it possible to always show the left/right arrows? So the left/right arrows are already there, if you just reload the page without moving your mouse?
That would be great!
Regards:)
Marcel.
10 years ago #3175Okay, Marcel.
It is some CSS code, we can help you always display left/right arrow button or on mobile by some CSS code bellow.
1. Always display code.nav_prev, .nav_next { opacity: 1!important; }2. The display on the mobile screen.
@media (max-width: 768px) { .nav_prev, .nav_next{ opacity: 1!important; }Regards.
Jackie. -
AuthorPosts
You must be logged in and have valid license to reply to this topic.
