Home Forums Search Search Results for 'css'

Viewing 10 results - 1,981 through 1,990 (of 3,138 total)
  • Author
    Search Results
  • #16482

    In reply to: Responsive Problems

    I need to come back on point 1: now the text is in Metaslider.
    At smarthphone/ipad vertical view the text dont fit.
    Can you recommend any CSS for this?

    Thanks

    Adam

    #16480

    Hello I think I have solved the first question. Also the problem of the Instagram account. Now the biggest problem is just that all the CSS has moved to the left … and this I have no idea how to solve it. Thank you very much for your patience and excuse my ignorance. sorry

    #16472
    sachan
    Participant

    Hi!

    I have some problems with the theme that I can not solve. I do not know much, but I need to find a solution. I used to make the page the demo content imported. Also I have bought extended support for 6 more months, can you please help me with this?

    • First and foremost I do not know why the URL of the domain shows “Home2 ” and a description that is not right. I also do not know where I can change this. In the WP options it works well but then I can not change it. ?
    • This week when I updated the slide of the homepage all the CSS has been moved and the central part of the page has moved to the left … This scares me! And I do not know how to fix it or why it happened?
    • It seems that “a row of the Theme has been broken” or something as below “Blog news” now what should link to our Instagram account (Whose user is well introduced), which does not link the account or images and this comes out: Incoorrect user ID specified. @ FOLLOW US AT INSTAGRAM I followed your instructions with the YouTube tutorial but it does not change anything, nor do I know where I should apply this in the Demo content. Where should I put the new IG token?
    • In the footer the subscription section of the Newsletter is duplicated. When you put the Email account does not show any intermediate page. I think it’s not working. Why has it duplicated? How can I solve it?
    • THE PAGE GOES VERY SLOWLY. Right now it is very slow. There will probably be many things that can be improved or improved and even plugins that can be delete … You are loading in 4.29 seconds in Pingdom…Any idea of ​​what I can do to improve this?
    • When we click on “Store” on the Homepage, it shows us the store correctly, that is resized according to the screen and is OK. However, when We click inside any of the categories (Cosmetics, makeup, etc.) and it appears badly placed with all the products aligned to the left. how can I change this?
    • In the mobile version there is NO search row or menu.why?
    #16461

    In reply to: Responsive Problems

    Hi Adam,

    Thank you for purchase one more license.

    1. I help you fixed issue with slider on mobile

    2. Please change config of background of shop page http://take.ms/yMSCU1

    3. You can remove filter bar by add custom css

    .result-count-order {
    display: none;
    }

    4. Can you take a screenshot, i check your site and saw the “Add to cart” button still work well

    5. You should crop image for popup to 530 x 160px

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #16449

    Topic: Responsive Problems

    in forum Gecko
    adampreuss
    Participant

    Hi Harry,
    after I was so happy with Gecko and especially your support, I today ordered a second licence for our new project.

    Altough I took sames setting ans CSS like in first project where you helped me with responsive I here have some issues I hope you can help me:

    • at main page the text in meta slider does not fit
    • at shop page (in responsive and normal mode) the background image does not fit
    • how can I eliminate the grey bar with filter and sort?
    • in product page the orderbutton doesnt fit the text
    • do you have a idea why the image of the pop up in responsive is not equal with form?

    in normal mode (non responsive) the checkout area has some line break problems. e.g. the button for newsletter is not in place.

    thanks in advance

    Adam

    #16437

    Hi,

    This issue because your Instagram photos don’t have same dimension

    You can fix by add custom css code in Claue > Theme Option > General Layout

    .jas-sc-instagram .item img {
    max-width: inherit;
    width: auto;
    }
    
    @media only screen and (min-width: 1280px) {
    .jas-sc-instagram .item img {
    height: 320px;
    }
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #16426

    In reply to: no sale products

    This reply has been marked as private.
    #16414

    In reply to: no sale products

    Hi,

    1. You mean you have more product as sale but they don’t show? Please go to Pages > Edit sale page

    You below short code and change 12 as number of products you want to show

    [products limit="12" on_sale="true" ]

    2. IF you want hide quantity adjust please add custom code below in Claue > Theme Option > General Layout > Custom CSS

    .quantity input.input-text[type="number"] {
    	display: none;
    	border-color: transparent !important;
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #16360

    In reply to: Mega Menu Customize

    Hi Harry,

    Hope you are doing fine.

    I added the css and added the word for example “new” in the menu in optional css.

    but nothing has happened in the mega menu!

    Can you please have a look?

    Rahim Vaziri
    CEO & Founder at Look.ir

    This reply has been marked as private.
Viewing 10 results - 1,981 through 1,990 (of 3,138 total)