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
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!
See private content
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.
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.
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.
That CSS makes all the product pages full width. There are still a dozen or more that require 2 column (right side column bar).
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 http://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.
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?
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
d7ed5d03-cb21-4657-b20c-442972d0523c | 15 Nov 2016 |