Categories and few other questions - by martin

This topic has 18 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: grexx51
    martin
    Participant
    July 13, 2015 at 10:31

    Hello,

    I would like to move categories from one column to another, so the main page has the same appearance as the demo (Royal EXTRIME) but all I have accomplished is this.

    Also I would like to know how to add the social media buttons to appear same as in the demo listed before and where to edit language phrases concerning registration/account/cart/checkout.

    17 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 13, 2015 at 13:40

    Hello,

    You should select “Without Sidebar” for “Sidebar Position” field in the “Page Layout” box when editing home page in Pages section of wp-admin panel.
    To add social icons you need add shortcode [share] in “Place in header top bar” area in Appearance > Widgets.
    Did you translate .po file of the theme as described in the documentation:
    https://www.8theme.com/demo/docs/royal/#!/1_how_to_translate ?

    Regards,
    Eva Kemp.

    Avatar: grexx51
    martin
    Participant
    July 14, 2015 at 17:50

    Thank you for your help, these issues have been resolved.

    I have different problem at the moment, when a page with categories sidebar is loaded, 1st main category and its subcategories are shown, but I want them to be closed just like all other categories.
    Link to image – categories

    Avatar: grexx51
    martin
    Participant
    July 14, 2015 at 19:41

    Also I dont know how to fix the fill of categories widget (Widgets are the same but on diferent pages – filled on main, blank on other).
    Link – categories fill

    Avatar: Eva
    Eva Kemp
    Support staff
    July 14, 2015 at 20:20

    Hello,

    You can close the first category by editing wp-content/themes/royal/js/etheme.js file. Find and comment out the line 1722
    $this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();

    Your link for “categories fill” screenshot is incorrect. Please upload your screenshot again.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: grexx51
    martin
    Participant
    July 14, 2015 at 20:59

    This one should work.
    Link – categories fill

    EDIT: I wanted to create footer (as found in tutorial video on EightTheme) but When I edit new static block I cant edit it with visual composer because its not showing.
    Link to image – Static block, visual composer

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 15, 2015 at 07:29

    Hello,

    We can’t see your screenshot: http://storage2.static.itmages.com/i/15/0715/h_1436941693_7157166_0595ff98ff.png (even if I’m logged in to dropbox).
    To enable Visual Composer editor for Static Block go to WP Dashboard > Visual Composer > Settings > Content Types > tick all content types.

    Best regards,
    Jack Richardson.

    Avatar: grexx51
    martin
    Participant
    July 15, 2015 at 08:08

    I have uploaded it on another hosting, please try in now, thank you.
    Link to image

    Avatar: grexx51
    martin
    Participant
    July 15, 2015 at 08:29

    Also I would like to add these three elements but I dont know what elements to use.
    Link to image – Three elements

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 15, 2015 at 13:19

    Hello,

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

    To have the same style for products sidebar on other pages add this code in custom.css:

    .sidebar-widget.woocommerce_product_categories {
      border: 2px solid #FF7171;
    }
    .sidebar-widget.woocommerce_product_categories .widget-title {
      background-color: #FF7171 !important;
      border-top: none !important;
      color: white;
      text-align: center;
    }
    .sidebar-widget .product-categories > li > a, .sidebar-widget .product-categories > li > ul.children li > a {
       padding-left: 20px !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: grexx51
    martin
    Participant
    July 15, 2015 at 18:05

    Thank you, your solution works.

    How can I disable “Add to wishlist” clickable link shown next to “Quickwiew” on product? (I dont want to use wishlist.)
    Link to image – Wishlist button
    And how to show “price range” bar on all pages when browsing & searching for products.
    Link to image – sample price range bar

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 15, 2015 at 18:36

    Hello,

    Please add this code in custom.css to remove Wishlist link:

    .footer-product .yith-wcwl-add-button a.add_to_wishlist {
      display: none;
    }

    To show price range go to Appearance > Widgets > add “Woocommerce Price Filter” widget to “Shop Sidebar” area.

    Best regards,
    Jack Richardson.

    Avatar: grexx51
    martin
    Participant
    July 15, 2015 at 19:55

    Thank you, both wishlist & price filter work as needed now.

    I have added new tags in administration (Link to image) but the widget in footer still shows some sample ones, which I cant find anywhere (Link to image).
    And I want to edit text in price range widget button but I cant seem to find it (Link to image)

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 15, 2015 at 20:24

    Hello,

    Please provide us with WP Dashboard and FTP credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: grexx51
    martin
    Participant
    July 15, 2015 at 20:38

    Credentials have been added to private content bellow, also the fix of product sidebar in custom.css has stopped working and is no longer visible.
    1st category which should be fine is open on mobile device view, but I need all categories to be closed when page is loaded. Link to post where it was solved on desktop

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 16, 2015 at 07:45

    Hello,

    I didn’t found custom.css among your files, just default.custom.css, so I’ve re-added the code to Theme Options > Custom CSS > Global Custom CSS and edited it a bit:

    .sidebar-widget.woocommerce.widget_product_categories {
      border: 2px solid #FF7171;
    }
    .sidebar-widget.woocommerce.widget_product_categories .widget-title {
      background-color: #FF7171 !important;
      border-top: none !important;
      color: white;
      text-align: center;
    }
    .sidebar-widget .product-categories > li > a, .sidebar-widget .product-categories > li > ul.children li > a {
       padding-left: 20px !important;
    }
    .sidebar-widget.woocommerce.widget_product_categories .widget-title span {
      background-color: #FF7171 !important;
    }

    Please clear browser cache and check sidebar now.

    Concerning the tags you added the widget for posts tags. I’ve added other widget http://storage2.static.itmages.com/i/15/0716/h_1437029003_3921478_5b2d2acc10.png and now your products tags are shown.

    As I see first category is closed in sidebar. Do you want to make all categories closed by default, for example the second one http://storage3.static.itmages.com/i/15/0716/h_1437029115_4521346_8161b4c3ce.png which is opened when the category page “CESTOVNÍ POTŘEBY” is loaded?

    Best regards,
    Jack Richardson.

    Avatar: grexx51
    martin
    Participant
    July 16, 2015 at 23:28

    Thank you for your assistance, all what you edited works now.

    I want to edit text in price range widget button from “FILTR” to “FILTROVAT” but I cant seem to find a way how to do it. Link to image
    Also I would like to add social media buttons (Link to image), but I want them to link to Facebook/Twitter/etc. page and not to be “share” buttons.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 17, 2015 at 09:56

    Hello,

    “FILTR” text can be found in woocommerce-cs_CZ.po file in wp-content/languages/plugins directory.
    To add share icons you need add [share] shortcode in Text widget and drag it to “Left Side top bar area” in Appearance > Widgets.
    Also you need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” on line 1701), to change links you need edit the code, for example for Twitter <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ETHEME_DOMAIN).'" target="_blank"> and replace https://twitter.com/share?url='.$permalink.'&text='.$post_title.' with a link to your Twitter account.

    Best regards,
    Jack Richardson.

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