Static Block \"Victoria\" keeps loading…

This topic has 58 replies, 3 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler

  • Avatar: rfgroupab
    rfgroupab
    Participant
    August 15, 2017 at 14:50

    Hi again,

    1. Ok fine, I just ignore this for now.
    3. No, I don’t think so. Can you show me how I can navigate to what you want me to show you in order to fix this?

    1. Yes I want to disable it, I don’t want to use it at all for now.
    When I disable the plugin I get the error 404 on every product page, can you help me change the settings so I can disable the plugin without getting the 404 error?

    2. Can you please answer this question ?

    – My producs now doesn’t work. It says:
    THIS PRODUCT IS NOW SOLD OUT AND NOT AVAILABLE. or
    Sorry, no products matched your selection. Please choose another combination.

    Why does it say this when I don’t even manage stocks? I just had these setting for a week ago and then it worked fine.

    Warm regards
    Hugo

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 16, 2017 at 08:28

    Hi.

    1. Ok
    3. I don’t think I have edited it in php, can you tell me how I can check if I have so I can show you the edits in that case?

    1. Yes I want to disable it and set the language to English. Can you help me to disable it and change the settings so I don’t get the 404 error on my pages?

    Warm regards
    Hugo

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 16, 2017 at 09:02

    Hello,

    It was the problem with your permalinks settings, and the same problem was with default theme https://prnt.sc/g92rkb, it means that the problem wasn’t related to our theme. I’ve changed permalinks settings and disable WPML. Please check your site now.
    And if you face problems please write me one by one to prevent misunderstanding.

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 18, 2017 at 07:44

    Hello again.

    I still don’t get the numbers over the shoppingcart to see how manny items I’ve put in my cart. Can you help me fix this in settings or custom CSS, I provide you with my login information in the Private Content below.
    Everything else works great on the site besides that for now.

    But I would also like to change all the language to english. Now the product buttons and some other stuff are on swedish. Can you fix this for me aswell?

    And I would also like to add a Size Guide link on my product pages. And when you click the link an image pops up (it doesn’t take the customer to another page). Can you please tell me how I can add this?

    And the last this is, Im wondering if there is an easy way to make images on the phone bigger. If you take a look at my homepage on VC you can see that I have one image for computer and one image for iPhone. That’s because the image gets very very small otherwise. But I think this is one of the reasons why the site is so slow, because of the big images I use in order to get them big on the phone.
    So is there a better way to edit the images for phones?

    Thank you so much for your help so far!

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2017 at 10:11

    Hello,

    1. This depends on header type that you selected in Theme Options. You may select another type http://prntscr.com/g9z7ky or add this code in Theme Options > Styling > Custom css > Global Custom CSS:

    .cart-design-1 .shopping-cart-widget .badge-number {
        display: block;
        position: absolute;
        right: -20px;
        top: -15px;
    }
    

    and this in Custom CSS for desktop 992px + :

    .cart-design-1 .shopping-cart-widget .badge-number {
        right: -10px;
        top: -10px;
    }

    2. I’ve changed http://prntscr.com/g9z42o Please check.
    3. Unfortunately, classico does not have such options by default.
    You can try to use some 3-rd party plugin or make additional customization into theme files (which is beyond our basic support scope). We recommend you to make changes in a child theme.
    4. Unfortunately, in your case, the best way use 2 variant of images. You can try https://tinypng.com/ service it could help you to reduce the size of the image up to %50.
    also you may try to set a background color for row or column with image and upload only part of the image http://prntscr.com/g9zgdb with needed text.
    As regards to the speed. You may study the topics at our Forum about the speed recommendations: https://www.8theme.com/reply/169282/

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 20, 2017 at 03:54

    Hello.

    1. I added this CSS but it looked very bad on the iphone. The number of added items to the cart is overlapped on the cart so it looks very clumbsy. And I don’t want it to show 0 items when they havn’t added any yet. I only want it to show numbers when they added their first item.

    2. Great thank you!
    3-4. Ok I understand

    5. I have applepay on my iphone, I’d like to get it removed from the productpages but availible on the chackout page. Can you fix this for me?

    6. I also like to remove “addition information” on my product pages. If you please can provide me with the css code for this I’d appreciate it alot!

    7. If you look at this picture (from my iphone) https://prnt.sc/gao5fc the picture on the top (bild) is very very small. But on the computer it is a good size. Can I make this picture bigger on the phone?

    Thanks
    Hugo

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 21, 2017 at 09:54

    Hello,

    1. I’ve added the code, please check http://prntscr.com/gb3ago, you may remove this code if it isn’t what you need. Also, there is no possibility to show numbers only when first product was added.
    5. Please provide a screenshot for better understanding.
    6. Follow the instructions and use WC snippet in child theme function.php to remove Additional Information tab https://docs.woocommerce.com/document/editing-product-data-tabs/
    7. Please provide a link to page, on your home page this image is big on mobile.

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 21, 2017 at 19:27

    Hi.

    1. Ok thank you.
    5. You see the applepay button down below. I want to remove this from the product page. But still available on the checkout page.
    6. I added this to the css (exactly what it said on that page:

    add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );

    function woo_remove_product_tabs( $tabs ) {

    unset( $tabs[‘additional_information’] ); // Remove the additional information tab

    return $tabs;
    }

    But it didn’t get removed.

    7. This image is on every product page so like https://www.roseandflores.com/product-category/watchwoman/ for example. Yes on my homepage this image is big on mobile. But that’s because I can edit the home page with VC. On my product page I can’t do that. So please help me make this image bigger on Mobile.

    Thank you
    Hugo

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 22, 2017 at 08:28

    Hello,

    5. Would you be so kind to provide a screenshot of this button?
    6. Please add needed code in function.php of your child theme.
    7. Unfortunately, it is not possible.

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 23, 2017 at 08:42

    Hi.

    5. https://prnt.sc/gbyb7d
    6. Can you tell me how i add this information in the funtion-php. A screenshot or something?
    7. Ok!

    I was wondering if it is possible to rename the tab “additional information” to “size guide” and in the sizeguide put a url picture?

    Im also wondering about your opinion of our site. Is it something we’re missing before we launch or do you have any tips for usefull plugins for like marketing or just some other usefull ones?

    Thank you so much for your help so far
    Hugo

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2017 at 10:38

    Hello,

    5. Unfortunately, I can’t see this button in browser so can’t inspect the code and provide custom css to disable the button.
    6.
    Simply open function.php file of your child theme and add this code:
    http://prntscr.com/gbznti

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    
    function woo_remove_product_tabs( $tabs ) {
    
        unset( $tabs['additional_information'] );  	// Remove the additional information tab
    
        return $tabs;
    
    }

    8. You may simply add size guide image in product Description or link to size guide image or to page with needed information.

    You may check our demo of Classico and other themes to find some new idea for your site https://themeforest.net/user/8theme/portfolio

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 24, 2017 at 07:36

    Hello again!

    5. It’s ok I fixed it!
    6. Thank you!
    8. That worked great thanks!

    I now have another 3 small problems I would need some help with.
    Here is a picture to help you understand what I mean https://prnt.sc/gcdife

    1. I have a text : “Your cart is currently empty” besides my other “Your shopping cart is empty”.
    Id like to remove “Your cart currently is empty” but I can’t find where it is located.

    2. Wonder how I can change the icon of the shopping cart. I think it looks very pixely on the phone.

    3. When I go to my inspiration page with alot of images and hover over an image, the name pops up under the pointer. I was wondering if there is a way to hide this?

    Thank you so much for all your help

    Warm regards
    Hugo

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 24, 2017 at 20:06

    I would also like to add this font :
    <link href=”https://fonts.googleapis.com/css?family=Raleway:300&#8243; rel=”stylesheet”>

    But I don’t understand how I do it on this theme. Can you help me with this please?

    Thanks
    Hugo

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 25, 2017 at 09:42

    Hello,

    Please read this topic https://www.8theme.com/topic/gooogke-font-add-on-to-theme/

    Regards

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 25, 2017 at 19:17

    Thank you but you still didn’t reply to my other questions:

    I now have another 3 small problems I would need some help with.
    Here is a picture to help you understand what I mean https://prnt.sc/gcdife

    1. I have a text : “Your cart is currently empty” besides my other “Your shopping cart is empty”.
    Id like to remove “Your cart currently is empty” but I can’t find where it is located.

    2. Wonder how I can change the icon of the shopping cart. I think it looks very pixely on the phone.

    3. When I go to my inspiration page with alot of images and hover over an image, the name pops up under the pointer. I was wondering if there is a way to hide this?

    Warm regards
    Hugo

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 26, 2017 at 01:29

    And nope what was said in the forum post that you told me didn’t work at all..

    It said that I should copy the code in the functions.php folder under <head> but there is no such coding in my functions.php folder.

    Check for your self: https://prnt.sc/gd4l0d

    So how do I add the font?

    Regards
    Hugo

    Avatar: laranz
    Laranz
    Participant
    August 26, 2017 at 01:46

    Hi,

    1. Use this Cusotm CSS to hide the text,

    p.cart-empty {
        display: none;
    }
    

    2. To override or change the icon, use this Custom CSS.

    .cart-design-1 .shopping-cart-widget .ico-sum {
        background-image: url("http://example.com/userimage.jpg");
     }

    If you want to change that to something like fontawesome, then copy the function “etheme_top_cart” in wp-content/themes/xstore/framework/woo.php and change the name <i class='ico-sum'></i> to a fontawesome equivalent.

    3. That is the default browser behavior, you can override that using this CSS,

    .vc_single_image-img {
        pointer-events: none;
    }

    4. Which file or code snippet you want to copy? I didn’t understand that part.

    Let us know,

    Thanks,
    laranz.

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 26, 2017 at 02:43

    Hi!

    1.2.3 Thank you!

    4. I want to add a font so I can change the text on my webbsite.
    This is the fontcode:

    <link href=”https://fonts.googleapis.com/css?family=Raleway:300&#8243; rel=”stylesheet”>

    I found it on this webbsite: https://fonts.google.com/specimen/Quicksand?selection.family=Raleway:300

    And when I check videos and forums how to edit a new font to your wordpress site. They tell you to copy that code into the functions.php folder in between the <head> </head>.
    But as you can see in this picture : https://prnt.sc/gd4l0d
    There is no <head> </head>. So how can I add this font to my site?

    Thanks!

    Avatar: laranz
    Laranz
    Participant
    August 26, 2017 at 03:08

    Hi,

    4. That is for HTML website, still you can do that for WordPress site, you can put that in header.php file. But I suggest you this way, add this in your functions.php

    add_action( 'wp_enqueue_scripts', 'YOURTHEMENAME_enqueue_styles' );
    function YOURTHEMENAME_enqueue_styles() {
       	wp_enqueue_style( 'YOURTHEMENAME_googleFonts', '//fonts.googleapis.com/css?family=Raleway' );
    }

    or Use some Google fonts plugin.

    Let us know,

    Thanks,
    laranz.

    Avatar: rfgroupab
    rfgroupab
    Participant
    August 26, 2017 at 15:52

    Ok great than you!

    I was also wondering if there is a possibility to only show numbers of items in the shoppingcart when you have more than 0. So when you enter the site and havn’t added any items to the cart there wont be a 0 above the cart.
    Is there a code, plugin or something I can add to fix this?

    Thanks
    Hugo

  • 1 2 3
    Viewing 40 results - 21 through 40 (of 58 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.