I have several questions - by davidoffox

This topic has 7 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Jack Richardson

  • Avatar: davidoffox
    davidoffox
    Participant
    July 22, 2016 at 11:27

    1) How can I change the way products display on a product page? Right now it’s in a square shape, but I want it to be in rectangle shape, like in the demo. http://davidoffox.ru/katalog/

    2) I can’t use Visual Composer in Static Blocks. How do I add it there? Add how can I change footer design using Static Blocks? Can you suggest any tutorials?

    3) When I try to add products to the tabs on my main page using product ID, they doesn’t show up.

    4) On a Single Product Page, arrows that changes product quantity are messed up. There are two kinds arrows: http://davidoffox.ru/product/киска/

    5) At the bottom of my main page this text always shows up “Edit this Edit with Visual Composer”. How can I delete it?

    Thanks!

    6 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 22, 2016 at 13:14

    Hello,

    1. Go to WP Dashboard > WooCommerce > Settings > Products > Display and change product images dimensions to your needs and disable “Hard Crop” option. After you save the changes you need to regenerate thumbnails.

    2. Go to Visual Composer > Role Manager > Select “Custom” post types and tick needed fields.

    Add how can I change footer design using Static Blocks?

    Create your custom footer in Static Blocks, then add “8theme – Static Block” widget in Apperance > Widgets > Footer widget area and select needed static block http://prntscr.com/bw3jo6.

    3. The problem is your tabs element is outdated so you need to recreate it.

    4. As I see the mentioned arrows are present http://prntscr.com/bw3u5b

    5. This phrase appears only if are you logged in as administrator.

    Best regards,
    Jack Richardson.

    Avatar: davidoffox
    davidoffox
    Participant
    July 24, 2016 at 08:58

    Thanks! How can I make my menu to show up horizontally in static blocks using visual composer? Right now it shows up vertically.

    And Google Maps doesn’t seem to work correctly. It says “Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”.

    Also, when I translate theme in Poedit, save it (as po and mo) and upload both of these file through FTP, I don’t see any changes on my website.

    Avatar: davidoffox
    davidoffox
    Participant
    July 25, 2016 at 06:17

    For some reasons, when I hover main menu links in Safari, they work just fine. But when I do the same thing in Google Chrome, they disappear.. How can I fix that?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 25, 2016 at 09:17

    Hello,

    How can I make my menu to show up horizontally in static blocks using visual composer? Right now it shows up vertically.

    Please specify static block name you are talking about.

    And Google Maps doesn’t seem to work correctly. It says “Oops! Something went wrong.
    This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”.

    Please refer to the article https://docs.brainstormforce.com/how-to-create-google-api-key-in-order-to-make-the-google-map-element-work/ how to fix this problem.

    Also, when I translate theme in Poedit, save it (as po and mo) and upload both of these file through FTP, I don’t see any changes on my website.

    You also need to translate the wp-content/themes/classico/languages/default.po file and save translated file with your language name, e.g. ru_RU.po. Next edit wp-config.php located in the root folder of WordPress and use the $locale with prefix with your language name which should be similar to the translation file name. For example: $locale='ru_RU';.

    For some reasons, when I hover main menu links in Safari, they work just fine. But when I do the same thing in Google Chrome, they disappear.

    Try this css code in Theme Options > Styling > Custom CSS > Global Custom CSS section:

    .product-title a:hover,
    .products-page-cats a:hover {
        color: #F38C5D !important;
    }

    Set color value to your needs.

    Best regards,
    Jack Richardson.

    Avatar: davidoffox
    davidoffox
    Participant
    July 25, 2016 at 11:15

    Thanks! I translated the theme.

    I talk about custom static block. I click “Add New”, then add the row through Visual Composer, choose “WP Menu” and it shows up vertically in the footer. I don’t know how to make it shows up horizontally.

    I tried to add this code to Global Custim CSS section, but it didn’t work.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 25, 2016 at 12:51

    Hello,

    Visual Composer element “WP Menu” is default WordPress element and if you want to display it horizontally you need to write your custom css code for it. Also you can try to add custom links instead of menu using text block element as shown on the screenshot http://prntscr.com/bx8frp

    As for the css code I gave you in my previous post it’s working as should. Please clear browser cache and then check.

    Best regards,
    Jack Richardson.

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

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

Helpful Topics

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