Update to Royal 2.0 has several issues - by delanosuser

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

  • Avatar: delanosuser
    delanosuser
    Participant
    July 7, 2015 at 16:08

    Hello, My update to Royal 2.0 has not been smooth. I’m working on fixing all the stylistic and functional changes that occurred with the update and need your assistance with some of the issues. I’m using the site as a catalog, so most of my issues have to do with the store pages.

    1) Before the update I had individual project pages looking two different ways. Some had a right bar (two columns) and others did not have a right bar. The update has made all the pages have that right bar or all not have it. How do I make it look like the site before the update?

    Here’s an example of the site before the update to V2.0
    http://bit.ly/1dK1kBL – right side bar visible
    http://bit.ly/1eCu6VA – no right side bar

    The old Theme Settings had one layout option: Sidebar Position Right
    I’ve selected this in the V2.0 , but I also have Single Product Default

    10 Answers
    Avatar: delanosuser
    delanosuser
    Participant
    July 7, 2015 at 17:09

    Does this question make sense? I need to know how to make some products have a right side bar visible and some products to not have it visible. This used to work, and now with the update is not working.

    Maybe I just need to be able to see the “Page Attributes” box on each product page to chose the layout?

    I use the WooSidebars plugin for customizing what content goes on each right sidebar.

    HELP!

    Avatar: Eva
    Eva Kemp
    Support staff
    July 8, 2015 at 09:02

    Hello,

    Please provide us with FTP and wp-admin panel credentials in Private Content. Also please specify as an example what product should have sidebar and what shouldn’t.

    Regards,
    Eva Kemp.

    Avatar: delanosuser
    delanosuser
    Participant
    July 10, 2015 at 19:50

    See private content

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 11, 2015 at 08:34

    Hello,

    1. I’ve activated Visual Composer plugin. Please check.

    2. I’ve checked a product page and tabs are working there.
    Sorry but I don’t see any difference for 2 columns issue. Please show a screenshot.

    Best regards,
    Jack Richardson.

    Avatar: delanosuser
    delanosuser
    Participant
    July 13, 2015 at 14:51

    Oh my goodness. I’m so happy. This is MUCH better than it was.

    The screen shots to show the issue in product columns.

    To recap:
    The live site had most product categories as a full width layout with the product image the left half and the right half content about the product. The exception was one category of products. That category had a right side bar too.

    In the VERSION 2 (updated theme test site) – all products have the right side bar. The settings to show content in that right side bar are correct in that only the Almost Heaven mattresses show a right side bar with content in it, but all other products have a white (blank) space for the right column.

    We’d prefer it be set up just as it is in the live site.
    Image links in private content.

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 14, 2015 at 12:33

    Hello,

    Try to use this code in style.css of your child theme to have full width for single product page:

    .col-md-9.product-content.sidebar-position-right {
      width: 100%;
    }

    Best regards,
    Jack Richardson.

    Avatar: delanosuser
    delanosuser
    Participant
    August 18, 2015 at 21:00

    That CSS makes all the product pages full width. There are still a dozen or more that require 2 column (right side column bar).

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 19, 2015 at 08:42

    Hello,

    To have gallery slider go to Theme Options > Single Product Page > Enable slider for gallery images > On.
    Also please update the theme to the latest version 2.1 and Woocommerce as well.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!


    (it’s for Legenda theme but the process is the same).

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: delanosuser
    delanosuser
    Participant
    August 20, 2015 at 19:01

    Thank you.

    The solution for the one category of products have a right side bar and the others being full width was using the distinctive class for the one category I wanted a right column.

    .product_cat-almost-heaven-mattress .col-md-9.product-content.sidebar-position-right {
      width: 75%;
    }
    .col-md-9.product-content.sidebar-position-right {
      width: 100%;
    }

    I have one more question. Everything is working except the modifications I’ve made to the SEARCH ENGINE popup text are not showing. I made the text edits in the

    Theme Functions
    // **********************************************************************//
    // ! Search form popup
    // **********************************************************************//

    add_action(‘after_page_wrapper’, ‘etheme_search_form_modal’);
    if(!function_exists(‘etheme_search_form_modal’)) {
    function etheme_search_form_modal() {
    ?>
    <div id=”searchModal” class=”mfp-hide modal-type-1 zoom-anim-dialog” role=”search”>
    <div class=”modal-dialog text-center”>
    <h3 class=”large-h”><?php _e(‘Search engine’, ETHEME_DOMAIN); ?></h3>
    <small class=”mini-text”><?php _e(‘Use this form to find things you need on this site’, ETHEME_DOMAIN); ?></small>

    Change to:
    <h3 class=”large-h”><?php _e(‘Product Search’, ETHEME_DOMAIN); ?></h3>
    <small class=”mini-text”><?php _e(‘Use this form to search for specific furniture by keyword or model #’, ETHEME_DOMAIN); ?></small>

    Can you please review and help me make those final changes work?

    Avatar: Eva
    Eva Kemp
    Support staff
    August 21, 2015 at 08:36

    Hello,

    You placed the file theme-functions.php in the directory wp-content/themes/royal/, but you need to edit theme-functions.php which is located in wp-content/themes/royal/framework directory.

    Regards,
    Eva Kemp.

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