84 comments found.
Hi, it gives me this error “The plugin does not have a valid header” when i want to activate the plugin Oriel-Features. Any Advise? I am having this problem as well…
hi can i set a carousel category in 2 row?
Hi, sorry but no, there isn’t any feature like that
Hi, it gives me this error “The plugin does not have a valid header” when i want to activate the plugin Oriel-Features. Any Advise?
Hi, I replied to your email.
hi, great theme, is it woocommerce compatible?
Hi, sorry but no;
http://help.wp4life.com/2015/02/12/woocommerce-compatibility/oh noooooo. any idea about a outlet page?
You can buy a customization service from Envato Studio. Only a web developer can add this feature to the theme;
http://help.wp4life.com/need-a-customization/Hi, I want to create Project Sidebar Like your demo homepage and How can I create Latest Galleries on sidebar http://prntscr.com/8fs40f
Hi,
You should use widgets.Please read the help documentation well;
http://help.wp4life.com/2014/08/20/where-is-the-help-documentation/Your team support so good. Thanks for creating that theme and supporting me.
You’re welcome 
Hi Egemen! Can we make 2 kind “dvgridfilter” different with each others? Ex: dvgridfilter for bedroom and dvgridfilter for living room?
dvgridfilter displays all your categories on the same page… If you want to add your categories separately, you should use “dvgrid” shortcode (categoryid).
Please read the help documentation for more information.
And if you still have a question, please use the following contact form, don’t use the comments field…;
http://themeforest.net/item/oriel-responsive-interior-design-wordpress-theme/11160898/supportHi Egemenerd! I can’t active Plugin “Oriel Features”. They say: “The plugin does not have a valid header”. So Can you give your advice?
Kind wishes, Andy Nguyen
Please send me your wordpress admin link,username and password via contact form. I provide support for my items through that contact form…
http://themeforest.net/item/oriel-responsive-interior-design-wordpress-theme/11160898/supportI just gave you my wordpress admin link, username and password via your contact form. Thanks for your support, you can change or reinstall this theme if you need. Thanks again.
I think i have some mistake when i add Oriel theme. Can you reinstall this theme for me?
I replied to your email. Problem was related to one of your other plugins.
Thanks a lot, thanks for your support. Your team working so quickly and so professional. 
You’re welcome 
Hi Egemenerd! Can I hide “category” on my page. Ex: Category:Introduction… How can i delete the word “Category” on there?
Hi,
You can use the following code;
add_filter( 'get_the_archive_title', function ( $title ) {
if( is_category() ) {
$title = single_cat_title( '', false );
}
return $title;
});
Screenshot;
http://i62.tinypic.com/ezifcw.pngIt is work… Thanks a lot. 
Dear Egemenerd! I just bought your theme and when i upload that theme, i got a message: “The uploaded file exceeds the upload_max_filesize directive in php.ini.”. and i come and fix php.ini post_max_size = 100M upload_max_filesize = 100M max_execution_time = 300 max_input_time = 300
But it is not work. Can you have me?
it is work, now… Thanks.
Hello, on mobile versions the head item of a menu with subitems is not clickable. Any way to fix this?
Hi, sorry but there isn’t anything to do about that. You can add empty links to the head items;
http://help.wp4life.com/2014/08/29/how-to-add-empty-links-to-the-menu-in-wordpress/Hello egemenerd,
Thank you for this great theme. I’ve really appreciated your assistance as I familiarize myself with it’s capabilities.
I’m curious if there is a way to view the ‘Oriel Icons’ that are linked to each number to speed up the selection process. I would really appreciate your guidance.
Kind wishes, Michelle
Hi,
Here it is;
http://oriel-wp.wp4life.com/wp-content/themes/ORIEL-WP/documentation/images/flaticons.pngYou can find the same image in the help documentation;
http://help.wp4life.com/2014/08/20/where-is-the-help-documentation/You’re awesome. Thank you so much!
Why I can not see the homeslider title on mobile?
Hi,
It is hidden because title may blocks your images on small mobile screens.
You can do the following to activate it;
http://i.imgur.com/BIK40Ee.pngYou can also change font size from Appearance->Theme Settings->Homepage Slider->Font Size(Mobile)
How can I change the ‘WP THEME’ word which is displayed in main slide with black box.
You can change it from Appearance->Theme Settings->Homepage Slider->Static text
Please read the help documentation;
http://help.wp4life.com/2014/08/20/where-is-the-help-documentation/Is Visual Composer compatible with this theme?
Hi,
It is not tested with visual composer. You can use SiteOrigin page builder with the theme;
https://siteorigin.com/page-builder/About feature image in gallery. Same size that I used, but some of gallery’s feature image does not fit with title.
Visit our website and tell me how to fix them
http://bnkworks.com/grid-style/Some of your images have white blank spaces around them. You should crop them. Following article may help you;
http://help.wp4life.com/2014/10/30/how-to-crop-an-image-inside-of-wordpress/How can I change the icon on the homepage?
As I said please read the help documentation well… After that if you still have a question, you should use the contact form on my profile page.
How to import demo content
Hi,
Please read the help documentation;
http://help.wp4life.com/2014/08/20/where-is-the-help-documentation/I want to add a function so the ‘Simple Page Sidebars’ plugin to works with ‘Projects’ post type.
The code prototype is: function myprefix_init() { add_post_type_support( ‘{{post_type}}’, ‘simple-page-sidebars’ ); } add_action( ‘init’, ‘myprefix_init’ );
is the post type for ‘Projects’ == ‘orielprojects’ ?
Thanks,
The theme plus custom plugins is awesome. I wish more devs did that.
Hi,
Thank you 
I replied to your email.
So this is what I figured out…
1. a child theme using ‘Child Theme Configurator’ does not work. Edit the parent theme.
2. If the add the code above to the parent theme’s functions.php – you are halfway there
3. you must also edit the ‘single-orielprojects.php’ file and change the sidebar code from:
<?php if ( !function_exists( ‘dynamic_sidebar’) || !dynamic_sidebar( ‘orielprojectssidebar’) ) : ?>
to:
<?php if ( !function_exists( ‘dynamic_sidebar’) || !dynamic_sidebar( ‘orielmainsidebar’) ) : ?>
This will enable you to add a sidebar to any Project post and make everything work.
If you want to add the same widgets to all your project pages, just use the “Projects Sidebar” field which is at the Widgets page.
If you want to create different sidebars for your project pages like on the other standard wordpress pages;
1) Add your code to the functions.php file (or your child theme’s functions.php file);
http://i.imgur.com/VFfEZMO.png2) Edit the following line;
http://i.imgur.com/kIDtFTm.png3) Look at the help documentation (Sidebars) and follow the steps.
http://help.wp4life.com/2014/08/20/where-is-the-help-documentation/For future buyers to note—there are no images included in this theme.
Hi,
If you look at the item description page;
http://themeforest.net/item/oriel-responsive-interior-design-wordpress-theme/11160898You can see the following;
“Demo Images ( DEMO IMAGES ARE NOT INCLUDED IN THE DOWNLOAD )”
There are placeholder images in the demo xml file. If you have any problem when you try to upload them, there should be a problem on your server settings (folder permissions). You should contact your hosting provider.