Few customization questions. - by Seranum

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

  • Avatar: Seranum
    Seranum
    Participant
    November 22, 2016 at 15:20

    Hi,

    I have a few questions:

    1. how to remove newsletter button and also currency and language buttons from the header ?

    2. Is there some chance that when I click newsletter button to have form to subscribe to the newsletter ?

    3. In your snowboard demo page category section have blue column. How to set up color ?

    4. How to change text “Categories” in category sidebar? I made translation, but it’s still in english…

    5. What maximum size of the logo I can add ?

    43 Answers
    Avatar: Seranum
    Seranum
    Participant
    November 22, 2016 at 15:44

    In addition, how to add Subscribe area, which is on you default demo home page and also gift and total sale graphic buttons ?

    and in addition in flowe demo home page “Get in touch area” ?

    in food demo home page “popular products” and “latest products” buttons ?

    Last question on my account page all links text are very bad visible light grey color, how to change it ?

    Avatar: Eva
    Eva Kemp
    Support staff
    November 22, 2016 at 18:53

    Hello,

    1. To remove currency and language buttons go to Appearance > Widgets and add empty Text widget in Left Side top bar area. To remove Newsletter go to Theme Options > Promo Popup > Show link in the top bar > Off.

    2. You can use MailChimp plugin https://www.8theme.com/demo/docs/royal/#!/0_newsletters and add its shortcode in Theme Options > Promo Popup > Popup content.

    3. You can change color using css code in Theme Options > Custom CSS > Global Custom CSS:

    .category-1 .widget_product_categories {
        border-color: #0cb3d7;
    }
    .category-1 .widget_product_categories .widgettitle {
        background-color: #0cb3d7;
    }

    Change color values to the one you need.

    4. You need edit that page and open settings of Product Categories element. Change its title.

    5. Upload logo with sizes 320px × 75px.

    6. Subscribe area is created with MailChimp plugin http://wordpress.org/plugins/mailchimp-for-wp/
    Gift and total sale graphics are just banners, created with Banner element in Visual Composer editor. Also you can import any template in Theme Options > Import/Export https://www.8theme.com/demo/docs/royal/#!/demo_data_installation and check how elements are created.

    Regards,
    Eva Kemp.

    Avatar: Seranum
    Seranum
    Participant
    November 23, 2016 at 10:19

    Ad1. Works. Thank you

    Ad2. Works. But as soon someone click to subscribe, whole page is realoading and pop-up is closing. Is there a chance, that subscription info will be confirmed in pop-up without reloading whole page ?

    Ad3. Code doesnt work. Still have the same color…

    Ad4. I know how to change names of particular categories, but I need to change only widget name where category are listed… any help ?

    Ad.5 Can I add bigger logo – for example with widht 400 or 450 ?

    Ad6. Clear. Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 23, 2016 at 10:46

    Hello,

    Please provide WP admin credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Seranum
    Seranum
    Participant
    November 23, 2016 at 12:22

    Poniżej zapytania.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 23, 2016 at 17:50

    Hello,

    Home Page:
    1. Please read how to enable Register link https://www.8theme.com/demo/docs/royal/#!/4_registration_page .

    2. You added the code incorrectly. I’ve recreated it with Visual Composer editor. Please check now. To remove horizontal line use this code in Theme Options > Custom CSS > Global Custom CSS:

    .copyright.text-color-light .row-copyrights {
        border-top: none;
    }

    3. Unfortunately there is no such possibility.

    4. You can translate that text in .po file in wp-content/themes/royal/languages directory
    https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate

    SKLEP PAGE
    1. Add this code in Global Custom CSS:

    .sidebar-widget .widget-title span {
       color: #cda85c;
    }

    MOJE KONTO PAGE:
    1. Could you please show a screenshot of the issue as we can’t replicate it?

    2. This is also can be translated in .po file in the languages directory.

    KONTAKT PAGE:
    1. Add this code in Global Custom CSS:

    .wpcf7-form label, .wpcf7-form textarea {
       width: 100%;
    }

    2. You can do this in the file wp-content/themes/royal/framework/shortcodes.php (lines 2268-2282).

    3. To add email icon requires additional customization which is beyond our basic support. If you have necessary knowledge you can do this yourself editing the files wp-content/themes/royal/framework/shortcodes.php and vc.php.

    4. Edit the code in wp-content/themes/royal/framework/shortcodes.php file and add target="_blank" to the link for icons, for example, for linkedin edit the code $html .= '<li><a href="'.$a['linkedin'].'"> and add target="_blank", so it will be $html .= '<li><a href="'.$a['linkedin'].' target="_blank"">

    Regards,
    Eva Kemp.

    Avatar: Seranum
    Seranum
    Participant
    November 23, 2016 at 19:19

    THANK YOU!!!

    Few more questions.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 23, 2016 at 20:10

    Hello,

    MOJE KONTO PAGE:
    1. Please provide FTP credentials to check the issue with translation.

    SKLEP PAGE:
    1. In this case remove the previous code and add a new one:

    .sidebar-widget .widget-title span {
        color: #fff;
        background-color: #cda85c;
    }
    .sidebar-widget .widget-title {
        background-color: #cda85c;
    }

    KONTAKT PAGE:
    1. Also use this css code:

    .wpcf7-form input[type="text"] {
       width: 100%;
    }

    Regards,
    Eva Kemp.

    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 08:37

    Ok. Last things:

    Please, contact administrator
    for this information.
    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 09:05

    In addition…

    Please, contact administrator
    for this information.
    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 09:21

    And last last thing.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 24, 2016 at 12:02

    Hello,

    KONTAKT PAGE:
    1. I’ve fixed it. Please check.

    As for FTP, you can grant access for us only to specific directory where your site is located.

    2. Footer widget:
    Add this code in Global Custom CSS:

    .main-footer-1 .widget_pages li {
        float: left;
        padding-right: 20px;
    }
    .main-footer-1 .widget_pages ul {
        margin-left: 20%;
    }

    3. You can edit picture in page editor in the row settings http://storage5.static.itmages.com/i/16/1124/h_1479985399_2494625_d4e771c8f6.jpeg .

    Regards,
    Eva Kemp.

    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 13:12

    Thank you.
    Please find missing info:

    Please, contact administrator
    for this information.
    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 13:45

    Let me know also…

    Please, contact administrator
    for this information.
    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 14:24

    One more small problem…

    Please, contact administrator
    for this information.
    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 14:30

    And…

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    November 24, 2016 at 18:05

    Hello,

    Can you please give access to whole WordPress installation, not only to the theme folder?

    2. On our demo we used image with dimensions 1,569px × 617px.

    3. Use this css code:

    .main-footer.text-color-light .widget-title {
     display: none;
    }

    4. This is related to Woocommerce settings, not to the theme. You can ask their support regarding your request.

    I’ve edited footer static block. Please check it now. Also you need to remove the code from Global Custom CSS:

    .main-footer-1 .widget_pages ul {
        margin-left: 20%;
    }

    To center social icons use this css code:

    .et-follow-buttons.buttons-size-large.icons-colorfull {
        text-align: center;
    }

    To edit icons in the footer, you need modify the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1965).

    Regards,
    Eva Kemp.

    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 18:10

    Ok. Here it is.

    Please, contact administrator
    for this information.
    Avatar: Seranum
    Seranum
    Participant
    November 24, 2016 at 18:20

    Few additional questions.

    Please, contact administrator
    for this information.
  • 1 2 3
    Viewing 20 results - 1 through 20 (of 44 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.