Some things not working correctly - by DeanoUk

This topic has 19 replies, 3 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: DeanoUk
    DeanoUk
    Participant
    June 8, 2018 at 12:38

    Hio

    Just recently puirchased this theme as it look lkike it could do alot.

    We are trying to get the website finished as it is mean to go live today but wqe are hitting some problems with some of the pages, they are not going like the demo with header and footer alignment and also cannot scroll on some of the pages

    image for our first issue is https://www.awesomescreenshot.com/image/3408217/38fe6643dde3f1bdc93ba03a17e63cd2 and it doesnt look like this for example https://www.8theme.com/demo/woopress/sidebar/cart/, i know we are missing the image but its the alignment of them

    18 Answers
    Avatar: DeanoUk
    DeanoUk
    Participant
    June 8, 2018 at 12:42

    i forgot to add some more, we also have this issue on some pages the main content is not filling the area and also how do we remove the ex.vat from the basket ?

    https://www.awesomescreenshot.com/image/3408228/a89cd05df77a53f2f157ad6b2cf56d5c

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 8, 2018 at 12:57

    Hello,

    About this http://prntscr.com/jsi1ct, same situation you can see on our demo http://prntscr.com/jsi1ro
    Please provide us with your site URL + temporary wp-admin access or temporary disable the maintenance mode.

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 8, 2018 at 13:03

    Hi website is out of maintenance mode, also on the main homepage the logo is smaller compared to the rest could that be taken a look at as well

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 8, 2018 at 13:21

    Hello,

    1. About cart page, http://prntscr.com/jsicgs Please explain in details what exactly do you want to change.
    2. http://prntscr.com/jsid9g add this code in Theme Options > Custom css:

    .header .tax_label {
        display:  none;
    }
    

    3. If you want to change the color of space under footer http://prntscr.com/jsiegg
    this code can be used:

    .st-pusher {
        background-color: #222222 !important;
    }

    4. You’ve uploaded Logo image for the Home page via Page Layout settings, simply remove this image.

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 8, 2018 at 13:27

    Hi thank you for the css code that has worked great thank you, for the cart within the navigation is there a way to display how many items are in the person cart as well as the price.

    the cart page seems to have correct itself.

    On the shop page it shows the categorys, is there a way within the theme to make the category images bigger and remove the overlay or move the overlay to below the image ?

    are you able to say which file we can edit to replace the search on the modal popup

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 8, 2018 at 13:46

    Hello,

    1. http://prntscr.com/jsipy8

    @media only screen and (min-width: 992px) { 
        .cart-summ:after {
            content: attr(data-items-count);
            position:  absolute;
            top: 10%;
            left: 40%;
            color:  #fff;
            font-size: 9px;
            background: #ffcf40;
            border-radius:  50%;
            display: flex;
            align-items:  center;
            justify-content:  center;
            min-width:  14px;
            min-height:  14px;
        }
        .header .cart-bag {
            position: relative;
        }
        .header .total .amount {
            margin-left: 0px !important;
        }
    }
    @media only screen and (max-width: 1201px) and (min-width: 992px){ 
        .cart-summ:after {
            top: 10%;
            left: 30%;
        }
    }

    2. Please check these settings – http://prntscr.com/jsir2u
    Size of images can be changed via Customizer – http://prntscr.com/jsirdt + don’t forget to regenerate thumbnails after changes.
    3. Please check Theme Options > Header Settings > http://prntscr.com/jsit6u

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 8, 2018 at 14:01

    Hi

    1: code works great.

    2: we want to show Category images on shop page so the customers can choose which category to browse its just when that option is chosen the images are cut off and then the overlay of the theme takes over the image.

    3: images have been done thank you.

    4: we have changed the search to Form on hover but it does not work it still goes into modal window – basically we use Advanced woo search and ant to replace the default one with this we have theses codes – <?php echo do_shortcode( ‘[aws_search_form id=”1″]’ ); ?>

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 8, 2018 at 14:55

    Hello,

    2. I would recommend you to use a graphics editor and prepare all images (make them the same size) before uploading it to your media gallery, then your grid will look much better.
    Also, try this code:

    .categories-mask {
        bottom: -50px;
    }
    .categories-mask span {
        display:  none;
    }
    .category-grid.product-category.product {
        height: 180px;
        margin-bottom: 50px;
    }

    4. Unfortunately, for header type, you selected, there is no possibility to use “Form on hover” type. To replace the search, you need to edit etheme.js and header-structure-4.php files + write custom css code. If you need help with additional customization you can contact WPKraken team.

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 9, 2018 at 08:54

    we will work on them images to be same size for category, we have tried that code but it didn’t seem to do anything with the hover over the category but will investigate more.

    I think this is the last thing for us, but the Wish list on hover does it have to use the one that you are asked to install with your plugin, can we change it to point to the wish list plugin we use now from Yith ?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 11, 2018 at 07:49

    Hello,

    Sorry for the delay due to the weekends.
    Unfortunately, I do not have access to Theme Options on your site, so can’t check is the code was added correctly but via inspector – http://prntscr.com/jtiewe
    Please describe in more details your question about Wishlist.

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 11, 2018 at 17:55

    Hi

    With the Wishlist that’s built into your theme it requires another plugin but we do already have a wishlist installed and customers have lists saved , is their a way to change the wishlist link your theme uses when hover over images to use the wishlist plugin by Yith.

    https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 12, 2018 at 13:17

    Hello,

    YITH WooCommerce Wishlist Premium plugin should work fine with our theme, but we face an error in the console http://prntscr.com/ju0vdt on your site. Please provide us with FTP access and full admin access so we can see explore the problem more deeply and be able to see Theme Options settings http://prntscr.com/ju0vve

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 12, 2018 at 15:48

    Hi FTP details are in private adn you have full admin access, thank you

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 13, 2018 at 10:06

    Hello,

    Seems you did some changes in template files because we found the error in the console http://prntscr.com/judeu5 and it caused the errors with some scripts on the page. If you want to implement any changes use the child theme, please. Also, you did not set the wishlist page in plugin settings https://prnt.sc/juddvf

    Once we uploaded source theme files, created page we can add the product to wishlist.

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 14, 2018 at 10:14

    Hi

    AHH our mistake we did create the child and thought we removed that change and added it to it, thank you for that.

    So far so good for us currently apart from 1 thing which unsure about.

    On a product we have a description but it isn’t showing on the product page an example is product code C325 Colour Gel 5gr Nude we cannot see the description

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 10:21

    Hello,

    Please provide link to the product.

    Regards

    Avatar: DeanoUk
    DeanoUk
    Participant
    June 14, 2018 at 10:28

    https://thelittlenailshop.co.uk/product/color-gel-nude/

    On mobile it shows because we use a different theme/plugin for that but on computers the description doesn’t show

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 14, 2018 at 10:35

    I do not see the problem http://prntscr.com/juu0ai Please, clear cache and check one more time.

    Regards

  • Viewing 19 results - 1 through 19 (of 19 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.