Help theme - by dryurix - on WordPress WooCommerce support

This topic has 9 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp

  • Avatar: dryurix
    dryurix
    Participant
    June 21, 2014 at 01:08

    hello
    please you can help me with the following items

    . 1 – How I can put the logo bigger
    . 2 – how I can remove the breadcrumbs of portfolios
    . 3 – how I can remove the category display on the proyect
    . 4 – how can remove the title of the content of the first tab in product display
    . 5 – it is possible that the content of the first tab always display product Deployed
    . 6 – the product is possible to display social icons below the image
    . 7 – where I can resize the button add to cart

    thanxs
    regards

    thanks

    8 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 21, 2014 at 08:53

    Hello,

    1) You can add the following code into the custom.css and adjust max-width value to get the bigger logo image:

    .header5 .logo img, .header6 .logo img, .header1 .logo img, .header7 .logo img {
    max-width: 300px;
    }

    2) To remove breadcrumbs from the portfolio page you should edit portfolio.php file add comment out the following line <?php etheme_breadcrumbs(); ?> (line 22).

    3) This question is a bit unclear for us. Could you please clarify us with more details?

    4) To remove the title please add this code into the custom.css:
    #content_tab_description h2 {display:none}

    5) This question is a bit unclear for us. Could you please clarify us with more details?

    6) Please provide us with FTP access and link to the site and we’ll help you with social icons position.

    7) To resize “add to cart” button add the following code into the custom.css:

    .single-product-page .product-info .single_add_to_cart_button {
    width: 300px;
    height: 99px;
    }

    Don’t forget to change width and height values to desired.

    Regards,
    Jack Richardson

    Avatar: dryurix
    dryurix
    Participant
    June 24, 2014 at 07:50

    hello thanxs for the support

    http://parquex.com/?page_id=145

    look the images are disconfigured

    thanxs

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 24, 2014 at 08:05

    Hello,

    Please provide us with wp-admin access as well.

    Regards,
    Jack Richardson

    Avatar: dryurix
    dryurix
    Participant
    June 24, 2014 at 19:15

    here the wp

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 24, 2014 at 19:24

    Hello,

    Unfortunately we can’t log in to your FTP account. The credentials are incorrect. Please check them and provide us with the correct ones.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: dryurix
    dryurix
    Participant
    June 25, 2014 at 03:14

    hello the access

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 25, 2014 at 10:05

    Hello,

    You’ve changed title color to white. That’s why your titles are invisible.
    Add the following code into the custom.css to change color of portfolio item title:

    .portfolio-descr a {
      color:green;
    }

    Regards,
    Jack Richardson

    Avatar: Eva
    Eva Kemp
    Support staff
    June 25, 2014 at 13:26

    Hello,

    To fix the issue with the images display you can update the theme to the latest version (please read our documentation before upgrading: https://www.8theme.com/demo/docs/legenda/index.html#!/upgrade ) or select specific number of projects to be displayed on Portfolio page in Theme Options > Portfolio.
    In this way pagination will be enabled and the images should load fine on the 1st page.

    Regards,
    Eva Kemp.

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