Home › Forums › Basel support forum › 5 question
5 question
- This topic has 7 replies, 2 voices, and was last updated 7 years, 9 months ago by Artem Temos.
-
AuthorPosts
-
February 23, 2017 at 9:53 am #10199
wantonsParticipantHello!
1. I use dummy content to export ” contact us 2 ” page. but the conact 7 form is not like the demo in basel website. how can i change the contact 7 style to the basel demo?
screenshot: http://uupload.ir/files/und_e4t4t.jpg2. first , please look at this two screenshot:
screenshot1: http://uupload.ir/files/ow2g_e4tt44t.jpg
screenshot2: http://uupload.ir/files/zbzd_e33r.jpg
in rtl website , the blocks render in correct order in desktop screen size.
but when i switch to mobile screen size, as you can see in second screenshot, the second block display first!
( i mean in mobile screen website render the blocks from left to right which is not correct in RTL )3. the star of reviews in single product page and archive pages dont display correctly
screenshot: http://uupload.ir/files/i265_efgte4t.jpg
( i think its the 2.11 version problem , cause it was correct in 2.10 )4. how can i show only 2 related product in tablet view instead of 3 product?
screenshot: http://uupload.ir/files/uevq_eget.jpg5. i use ” base ” style for my shop archive pages. how can i remove the marked section from the base? ( not by css code )
screenshot: http://uupload.ir/files/oudc_e3rt4ert.jpgThanks.
February 23, 2017 at 5:40 pm #10218
Artem TemosKeymasterHello,
Thank you for choosing our theme and contacting us.
1. Edit this form in admin panel -> Contact -> Contact forms and set its code to be the following
<div class="row"> <div class="col-md-6"> <p><label>Your Name (required)</label> [text* your-name] </p> </div> <div class="col-md-6"> <p><label>Your Email (required)</label> [email* your-email] </p> </div> </div> <p><label>Your Message</label> [textarea your-message] </p> <p>[submit class:btn class:btn-color-primary "SEND A MESSAGE"]</p>
2. Could you please provide us a link where we can see this problem? We will prepare a custom CSS fix for you.
3. We checked this on our development website and it works correctly even with 2.11 version of the theme. Please, provide us a link where we can see this.
4. All products carousel are initiated by the function
basel_owl_carousel_init
located ininc/template-tags.php
file. Unfortunately, you can’t change this parameter for this carousel only. If you need, you can customize it globally.5. In the file
woocommerce/content-product-base.php
.Kind Regards
XTemos StudioFebruary 23, 2017 at 11:45 pm #10242
wantonsParticipantHello!
2. here is an example: http://www.kenvuccy.com/contact-us-2/
but please keep it mind, this problem is about all of the website and not just a special page. no matter how many row or column, in mobile screen block render from left to right ( which is not RTL )3. here is a link: http://www.kenvuccy.com/shop/man/backpack-ethnic-jacquard
please don’t forget that im using RTL version4. sorry but i don’t understand what you mean 🙁
i don’t want to limit the number of related product, i just want to limit the number of ” displaying product ” in tablet screen size. ( two product will display, and user can access to other ones by drag the screen to the left or right )
+ i think a css code will do thisThanks.
February 24, 2017 at 8:19 am #10248
Artem TemosKeymasterHi,
2. Try to set “Content position” option for that row to “top” to make it RTL friendly.
3. Add the following CSS code to the Custom CSS area in Theme Settings
.rtl .star-rating:before { left: auto; right: 0; } .rtl .woocommerce-breadcrumb a:first-child { position: relative; margin-right: 17px; } .rtl .woocommerce-breadcrumb a:first-child:after { position: absolute; right: -17px; top: 0; margin-left: 0; } .rtl .login .lost_password > a { position: relative; margin-right: 17px; } .rtl .login .lost_password > a:after { position: absolute; right: -17px; top: 0; margin-left: 0; } .star-rating { letter-spacing: 2px; }
4. Yes, we understand you. And wrote you a file where you can change number of items for different devices. Unfortunately, it can’t be changed with CSS code.
Regards
February 24, 2017 at 8:48 am #10251
wantonsParticipantHello!
2. where can i change that option?
and is it work for 3 or 4 or more column blocks?3. thanks. that code works!
but just a little more customizing needed …
screenshot: http://uupload.ir/files/c68f_efer.jpg
as you can see, when user rate a product 3star, the star are display something like 3.5 star …
i found that if i change the number of marked section in screenshot to 50% that will correct the stars displaying. but unfortunately i can’t find the file to edit the numbers4. oh i got it now, thanks a lot.
and just one more question about the related product ..
i recently report you a bug which is about related post in blog pages ( there was no limit for the number of related post displaying in a single post pages ) and you send me a code which will limit the number of relate post in blog pages
My question is, is there any limit for the ” related product ” by default in the theme? or i should set it by myself like related post?
and in which file i can set limit for number of ” related product ” ?Thanks.
February 24, 2017 at 9:04 am #10252
Artem TemosKeymaster2. Open the page for editing in admin panel, find this row and click on edit in Visual Composer interface.
3. Check that you have this code there also
.star-rating { letter-spacing: 2px; }
4. In the next WooCommerce update that will be released in a week or two, this limit will be set by the plugin. So we suggest you don’t make any changes for related products before the update 🙂
Regards
February 24, 2017 at 9:53 am #10259
wantonsParticipantthank you 🙂
February 24, 2017 at 12:37 pm #10269
Artem TemosKeymasterYou are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.
And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads
Thank you in advance 🙂
-
AuthorPosts
The topic ‘5 question’ is closed to new replies.
- You must be logged in to create new topics. Login / Register