If you want it to work, carefully read the file how to install.txt which is inside the Plugins & Demo Rey folder.
Rey – Fashion & Clothing, Furniture v1.6.6 NULLED
![]()
File on MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB now!mega.nz
TassieNZ![]()
Download Rey v1.6.6 - Fashion & Clothing, Furniture WordPress Theme Nulled Free
Rey Core & Rey Theme – v1.6.7 - Thanks To @TassieNZ
22 May 2020
- Improvement: Added option to include tags in search results;
- Improvement: MailChimp checkbox in checkout restyling;
- Improvement: Added back 4 columns blog;
- Improvement: Added option to hide active tax in filters;
- Fix: Taxonomies filters in tax pages;
- Fix: Out of stock Variables option not working...
Tomz updated Rey - Fashion & Clothing, Furniture WordPress Theme with a new update entry:
Rey Theme v1.6.6 Nulled
Read the rest of this update entry...
Download Rey v1.6.7 - Fashion & Clothing, Furniture WordPress Theme Nulled Free
Rey Core & Rey Theme – v1.6.7 - Thanks To @TassieNZ
22 May 2020
- Improvement: Added option to include tags in search results;
- Improvement: MailChimp checkbox in checkout restyling;
- Improvement: Added back 4 columns blog;
- Improvement: Added option to hide active tax in filters;
- Fix: Taxonomies filters in tax pages;
- Fix: Out of stock Variables option not working...
Hi,
I want to use it for RTL language. But it seems it doesn't support.
What should I do if I want to use it for RTL language?
Download Rey v1.6.8 - Fashion & Clothing, Furniture WordPress Theme Nulled Free
Rey Core & Rey Theme – v1.6.8 - 3 Jun. 2020 - Thanks To @TassieNZ
- New: Added Product page – Tabs/Blocks panel, which contains all the tabs/blocks options in a single place. Added options to establish priorities;
- New: Added ability to create custom tabs/blocks for the product page;
- New: Option to disable Specifications block/tab; Move it into the summary block in various...
function enqueue_theme_files() {
wp_enqueue_style( 'themeslug-style', get_stylesheet_uri() );
wp_style_add_data( 'themeslug-style', 'rtl', 'replace' );
}
add_action( 'wp_enqueue_scripts', 'enqueue_theme_files' );
I copied the codes from the style.css to a new style-rtl.css by rtlcss.com ( style-rtl.css doesn't exist by default).
I should copy these codes to functions.php, but into witch lines?
Code:function enqueue_theme_files() { wp_enqueue_style( 'themeslug-style', get_stylesheet_uri() ); wp_style_add_data( 'themeslug-style', 'rtl', 'replace' ); } add_action( 'wp_enqueue_scripts', 'enqueue_theme_files' );