Question Fashion Webshop - by irish - on WordPress WooCommerce support

This topic has 38 replies, 5 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp

  • Avatar: irish
    irish
    Participant
    September 15, 2016 at 09:24

    Hi Robert!

    1) See print screen: this is the space between images on the homepage: http://missguilty.nl/wp-admin/upload.php?item=16032
    5) See for example the product Leather Jacket: http://missguilty.nl/wp-admin/upload.php?item=16033

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 15, 2016 at 09:40

    Hello,

    1) I’ve added this code in Page Settings. Please check.

    .wpb_content_element:first-child{
    margin-bottom: 0px;
    }

    2) I don’t see it http://prntscr.com/ci7y8q .
    Seems you’ve disabled the color attributes.

    Regards,
    Robert Hall

    Avatar: irish
    irish
    Participant
    September 19, 2016 at 13:05

    Hello!

    1) See homepage; i used advanced buttons but they don’t show.
    2) How can i set the background color of all pages? I already set it in theme options AND on the homepage but it don’t work
    3) See footer: How can i remove the white background when you hover a link?
    4) See http://missguilty.nl/winkelmand/ : At the prodcuct “Leather Jacket Blue” you see the text: attribute_pa_colour:
    grey

    How can i remove “Attribute_pa_”???? This is also shown at the invoice.

    5) See http://missguilty.nl/winkelmand/: how can i remove the black line, in the sidebar, above “Fashion feed”?
    6) How can i make the mobile menu button (hamburger) in white?
    7) How can i make the background of the search button white? + the icon transparent

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 19, 2016 at 14:42

    Hello,

    1) Please update the theme and plugins to the latest versions then check issue.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.

    Don’t forget to make backup of the site before update.

    Here is video tutorial how to update theme.
    https://www.youtube.com/watch?v=KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    2) Use this code in Global Custom CSS.

    .st-content {
        background: red;
    }

    3) Use this code in Global Custom CSS.

    footer .widget_nav_menu li.current-menu-item a {
        background-color: transparent;
    }

    4) See screenshot: http://prntscr.com/cjt62f
    Please specify What browser you’re using?

    5) Use this code in Global Custom CSS.

    .sidebar-widget .widget-title {
        border-top: 1px solid transparent;
    }

    6) Use this code in Global Custom CSS.

    .menu-icon:before {
        color: #fff;
    }

    7)Use this code in Global Custom CSS.

    .et-search-trigger .fa-search {
        background: #fff;
        color: #f4cdd8;
    }

    Regards,
    Robert Hall

    Avatar: irish
    irish
    Participant
    September 20, 2016 at 18:04

    Hi Robert,

    1. Alright, i updated everything but the buttons are still missing, see http://missguilty.nl/inspiration/

    2. I want to translate the text in the search pop-up, tried every po and mo file but nothing worked…
    Search Engine->Search Miss Guilty
    Search (button)-> GO!

    Avatar: Eva
    Eva Kemp
    Participant
    September 20, 2016 at 18:21

    Hello,

    1. Please update Ultimate VC Addons and Visual Composer plugins https://www.8theme.com/download-plugins/ . Then check the buttons.

    2. Edit the file wp-content/themes/royal/framework/theme-functions.php in line 1189 and the file wp-content/themes/royal/woosearchform.php in line 19.

    Regards,
    Eva Kemp.

    Avatar: irish
    irish
    Participant
    September 21, 2016 at 09:30

    Hi Eva!

    1. Alright, updated everything. But the buttons are still gone…
    2. The button works, but i don’t get the text “Search Engine” changed. I get every time the error:
    Parse error: syntax error, unexpected ‘Use’ (T_USE) in /home/missguilty/public_html/wp-content/themes/royal/framework/theme-functions.php on line 1183

    And i only change the name…

    Avatar: Eva
    Eva Kemp
    Participant
    September 21, 2016 at 10:22

    Hello,

    1. The reason is you added this css code in Global Custom CSS:

    .vc_row.wpb_row.vc_row-fluid .ubtn-ctn-center {
        display: none;
    }

    Remove it to show the buttons.

    2. I’ve changed Search Engine text. Please check.

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 38 results - 31 through 38 (of 38 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.