Need several customization - by boedakpinank

This topic has 15 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: boedakpinank
    boedakpinank
    Participant
    March 6, 2015 at 09:27

    hi,
    i want to change several :

    1. how to update from 1.6 to 1.7 , fyi i didn’t use any child theme, what must i do for keep my settings?

    2. How to change color of Chat Console in front? now i see the chat color Red.

    3. how to change Menu Text hover to be Underline? i see at this website 8theme.com when i hover the menu its come to be Underline Text.

    4. how to disable search symbol in header? and if we disable, can another put over there?

    5. at top bar my site (in private), how to add another menu or text in left? now there is a text in right, is it possible?

    6. i see default footer when install some demo, how to edit just this footer? i want to use it but custom as my own

    thank you

    Please, contact administrator
    for this information.
    14 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 6, 2015 at 09:39

    Hello,

    1) Please see video tutorial how to update theme:
    https://www.youtube.com/watch?v=KdWESIIPU1k
    Before updating please make backup your site and move all your changes to custom.css file or Child Theme.
    2) Navigate to Dashboard->Chat Console-> Options->Customize Skin.
    3) Please add this code into custom.css file

    .menu > li > a:hover{
    text-decoration: underline;
    }

    4) To disable search symbol please add following code into custom.css file

    .et-search-trigger .fa-search{
    display:none;
    }

    to change for another you can use some 3rd party plugin.
    5) Try to use sidebar ‘Place in header top bar’ in Appearance->Widgets.

    Regards,
    Robert Hall.

    Avatar: boedakpinank
    boedakpinank
    Participant
    March 6, 2015 at 10:17

    awesome support! thank you
    i have hide search symbol, but when i add some menu i header, why the menu go down? i think the menu will fill blank space that before use with search symbol?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 6, 2015 at 10:47

    Hello,

    No, menu has some static width and removing search icon will not give you result.
    Also I don’t recommended you to remove search icon.

    Regards,
    Robert Hall.

    Avatar: boedakpinank
    boedakpinank
    Participant
    March 6, 2015 at 10:53

    Thank you for your recomendation, but how about with my question a point 6?

    6. i see default footer when install some demo, how to edit just this footer? i want to use it but custom as my own

    thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    March 6, 2015 at 12:22

    Hello,

    You need recreate the footer as described in our documentation:
    https://www.8theme.com/demo/docs/royal/#!/9_footer

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: webroister
    webroister
    Participant
    March 6, 2015 at 21:52

    Dear friends, i have too many questions about customization of this fantastic theme and i need some advices.

    1. How can i add items (or delete) in the upper header menu (that’s with the “login”, “My account”)?

    2. How i can change color to the “shopping bag” in the header or floating menu?

    3. How i can change the floating window content/color/size when the right click is disabled?

    4. How i can change the font type and the font size in pages title/breadcrumb like single product page?

    5. How i can add combine filter in side bar in store section that can work like “brands” + “price” + “category”?

    6. How i can have same image size in shop (main shop page) when i have images uploaded to products with different sizes?

    7. How i can have brands filter in drop box (not like a complete list)?

    Pffff…. sorry for too many questions but i need answers because i have to finish my website in the next three (3) days.

    Thank you so much for your time.

    Avatar: boedakpinank
    boedakpinank
    Participant
    March 7, 2015 at 06:07

    hi i am very need the code for create a static block such as default, how can i get it?

    Avatar: Eva
    Eva Kemp
    Support staff
    March 7, 2015 at 18:18

    Hello,

    1. You can remove those links in Theme Options > Header > Enable top links (Register | Sign In) > Off.

    2. In this case you have to edit cart icon using some image editor, because it’s located in the file wp-content/themes/royal/images/sprite/icons.png.

    3. Could you please show a screen shot what exactly you want to change?

    4. To change font size and font family in the breadcrumbs section you need add this code in custom.css file:

    .page-heading .title {
        font-size: 24px;
        font-family: "Bodoni_Regular";
    }
    .breadcrumbs {
        font-size: 15px;
        font-family: "Bodoni_Regular";
    }

    5. Unfortunately there is no such combined filter. You can use “Woocommerce Layered Nav filter”, “Woocommerce Price Filter” “8theme – Brands filter” widgets separated.

    6. Please provide us with a link to your Shop page.

    7. Unfortunately there is no such possibility. Sorry.

    You can read more about static blocks in our documentation:
    https://www.8theme.com/demo/docs/royal/#!/1_static_blocks

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: webroister
    webroister
    Participant
    March 7, 2015 at 19:26

    Dear Eva,

    first of all i want to thank you for your answer.

    For the number “1.”. I want to add items in this menu and i don’t know how.

    Top Header Menu

    For the number “3.”. When i press right click and i have disabled in the theme control panel, a screen appears. This screen i want to change.

    Right Click Disabled Sceen

    For the number “4.” I to add the custom css code that you provided me, trying to change my product title font but nothing happened.

    Custom Css

    Thank you so much.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 7, 2015 at 20:57

    Hello,

    1. Unfortunately there is no option to add items into that menu. Sorry.
    3. You can modify that box in Theme Options > General > HTML code that shows when you click mouse right button on the site > write the text you want to appear in that box.
    4. How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
    6. As I see all products images on the shop page have similar sizes.
    Where do you see a problem?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: webroister
    webroister
    Participant
    March 9, 2015 at 22:17

    Dear Eva,

    all set and working!

    I have one more question.

    I tried to add a WooCommerce Layered Navigation widget at the main Shop Sidebar and nothing happens.

    The sidebar is blank but the widget is active.

    Thanks for your time.

    Best regards

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 10, 2015 at 12:56

    Hello,

    The reason is you didn’t created any attributes for Brands and don’t have any products in Brands attributes that you created in Products > Attributes. Mark some products with brands that you’ll create.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: webroister
    webroister
    Participant
    March 10, 2015 at 13:29

    Dear Eva,

    i create attributes for Brand and i still the Layered Nav Widget doesn’t appears in the main Shop Sidebar.

    Best regards

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 10, 2015 at 14:12

    Hello,

    Please view Woocommerce documentation how to mark products with attributes correctly:
    http://docs.woothemes.com/document/variable-product/

    Thank you.
    Regards,
    Eva Kemp.

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