Home Forums Basel support forum 5 question

5 question

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10199

    wantons
    Participant

    Hello!

    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.jpg

    2. 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.jpg

    5. 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.jpg

    Thanks.

    #10218

    Artem Temos
    Keymaster

    Hello,

    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 in inc/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 Studio

    #10242

    wantons
    Participant

    Hello!

    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 version

    4. 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 this

    Thanks.

    #10248

    Artem Temos
    Keymaster

    Hi,

    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

    #10251

    wantons
    Participant

    Hello!

    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 numbers

    4. 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.

    #10252

    Artem Temos
    Keymaster

    2. 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

    #10259

    wantons
    Participant

    thank you 🙂

    #10269

    Artem Temos
    Keymaster

    You 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 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘5 question’ is closed to new replies.