Discussion on Oshine - Multipurpose Creative WordPress Theme

Discussion on Oshine - Multipurpose Creative WordPress Theme

Cart 38,081 sales
Recently Updated
Well Documented

brandexponents supports this item

Supported

This author's response time can be up to 2 business days.

7855 comments found.

I haven’t heard a reply to my email or post above, but please let me know how we can use the Boxed Display on all Pages with exception to the homepage. I would like to use Full Screen on the homepage. How would this be done?

Hi,

We have responded to your email with the required solution.

Thanks, Swami

Hi, I just purchased another copy of your theme for my next project.

I will be using Woocomerce to create a catalogue of products with variations, but I need to show the products without displaying the actual prices! Can I replace the Woocomerce displayed prices with some text info like “Call Us For Prices” using some css? Can this be done with this theme?

BTW: I really like working with your theme! Cheers

Hi. I don’t see the ‘Import Demo Data’ option under the Appearance Menu. How can I import a demo theme without it?

Hi,

1. Although there isn’t an option to replace the price with a custom message, but you can use the css code below – the first one to hide the price and second one to add the custom message.

.product-meta-data:after {
    content: "Call us for Prices";
    text-align: center;
    width: 100%;
}

.woocommerce-page ul.products li.product .price{
    display: none;
}

You need to paste the code in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS.

2. Kindly ensure that you have the “BE One Click Import” plugin activated. If the option to import demo data does not show up inspite of having the plugin active, please email your website details via the private message form in the support tab so we can investigate this further.

Thanks, Swami

Hi, I can’t find a solution to my problem in the comments. When I upload my logo, I can only get it to display clear on my website at a large size (roughly 600px X 600px). The them automatically scales it down to 240×240, but I would like it a bit smaller than that. If I try to scale my image to 220×220 before uploading it in the logo section, it comes out blurry. If I scale it using an inspection tool, the logo stays crisp and clear. Is there a css code I can use to scale my logo to the size that I want so that it remains clear, or do you have another solution? I don’t believe the problem is with retina display like I have read in many other comments as I have checked on both retina and none retina screens.

My site is www.papascool.com I’d be happy to send you my log in info if you need it.

Thanks,

Kyle

Hi,

It looks like your site is locked, so i am unable to check your home and provide you with the necessary css. I need to see what is happening and then I will try to provide the code if its feasible.

Thanks, Swami

Ok. It should be live now.

Thank you

Hi,

Here is the custom css you would require to resize your logo and also optimize it for mobile devices.

#logo-sidebar img {
    width:240px;
    height:auto;
}

.logo img {
    width: 180px;
}

@media only screen and (max-width: 960px) {
    body.header-transparent #header-inner-wrap .mobile-nav-controller-wrap {
        line-height:240px !important;
    }
}

Kindly paste the code in the custom css setting under OSHINE OPTIONS > GENERAL SETTINGS. Kindly ensure that Options Panel cache is NOT turned on. 

Thanks, Swami

I am having problem to find how to add social share icon to my post and portfolio item, can some one help?

Thanks a lot

Tang Ku

Hi Tang Ku,

unfortunately, The list of Social Share icons that are present in the Single Blog Post and Portfolio Post page, is pre defined in the theme and cannot be modified.

Thanks, Swami

Hi, I’m very interested by this kind of structure : http://oshine.wpengine.com/v21/

However, I’d like to click on a picture to open a fullscreen video, in specially HTML5 videos, rather than embedded YouTube/Vimeo video. Is it possible thanks to this template ?

Thanks.

Hi,

Thank you for your interest in the theme and I am glad you like it. Yes we have option called a LIGHTBOX VIDEO portfolio that you can use. You can add Youtube, Vimeo and Selfhosted videos in this type of Portfolio. We have showcased this type of portfolio in this link from our demo here – http://oshine.wpengine.com/lightbox-portfolio/ .

Thanks, Swami

Hi Swami,

I am having trouble on my portfolio page on my site with Oshine theme. http://lexigoldfarb.com/portfolio/left-fixed-sidebar-test-2/

If you see on the left hand side and scroll down there is text overlapping my footer. This should not happen. Please advise how to fix. Also the box on the left with the text is slightly longer than the images – would like for those to align at the bottom before the footer.

Also, I want to remove the display of Category / Web / Mobile.

Where can I remove the “Share Now” and all the icons? If not please provide detailed instructions of where I can edit those.

Thank you, Alexandra

Screen shots would be helpful too if you can provide or e-mail to me directly.

http://lexigoldfarb.com/contact-v2/ – where is the option to move the Submit button to align to the right?

Hi,

We have responded to your email regarding the Overlapping Text in Sidebar and also with instructions on how to Remove the Cateogry and Sharing options.

And i see the Contact page now, and the button alignment is shifted to right, so I guess you have identified the solution already.

Thanks, Swami

Hey Swami,

i have a question regarding a Woocommerce cart icon. Its in my upper right corner and when I click on it, it has a white background and the words: SUBTOTAL, PRICE, VIEW CART, CHECKOUT are also written in white – thus they cannot be seen (only when you highlight them with your mouse.)

How can I change the colors of these particular words to make them Black, so that my customer sees them all.

My website is: www.fischerova-rehabilitace.cz, if you click SHOP, choose a product and add it to a cart, you can see what it looks like.

Please, if I may ask you, could you please send me the code to adjust the font color, which I later paste into the css. file

Thank you very much! have a good one!

Marek

Hi Marek,

To change the Font Color of the details in the Cart widget, you can use the CSS code lines below and edit the color to the one of your choice -

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a, 
.woocommerce-page ul.cart_list li a, 
.woocommerce-page ul.product_list_widget li a, 
.woocommerce-page .product-categories li a,
.widget_shopping_cart_content,
.widget_shopping_cart_wrap .widget_shopping_cart .total .amount{
    color: red;
}

You need to paste the code in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS.

The styling of the Buttons in the Widget area can be adjusted using the options under OSHINE OPTIONS > SHOP SETTINGS.

Thanks, Swami

How do I add and modify fields of the Portfolio Details information? I need to change the names and add some. I located be-themes-metabox.php and found the php constants in there, but they don’t seem to be changing anything in the Oshin Child Theme.

Hi,

Please follow the instructions below to modify the Labels of the Portfolio Details module -

1. Upload the File named ‘oshine_child.zip’ that is present in the Buyer’s Package.

2. Activate the Oshin Child Theme

3. Log into your server using FTP, and open the oshin_child folder under wp-content/themes

4. Edit the functions.php file to add the following lines of code –
<?php
add_filter( 'gettext', 'be_themes_change_portfolio_details_labels', 20, 3 );
function be_themes_change_portfolio_details_labels( $translated_text, $text, $domain ) {
    if ( is_singular('portfolio') ) {
        switch ( $translated_text ) {
            case 'Client' :
                $translated_text = __( 'Client', 'be_themes' ); //Enter the Replacement text for Client here
                break;
            case 'Project Date' :
                $translated_text = __( 'Project Date', 'be_themes' ); //Enter the Replacement text for Project Date here
                break;
            case 'Category' :
                $translated_text = __( 'Category', 'be_themes' ); //Enter the Replacement text for Category here
                break;
        }
    }
    return $translated_text;
}
?>

5. Save and Upload the File

Thanks, Swami

Is there a way to have the portfolio name and title display at all times in the porfolio module rather than just on hover?

Hi,

Yes there is an option in the Portfolio Module (Force Show Overlay and Title ?) which you can enable to have the Title of the portfolio seen at all times.

Thanks, Swami

Perfect, thank you!! Is there a similar option for Portfolio Carousel? I checked but didn’t see it….

Hi Becky,

Apologies but there isn’t an option for this in the Portfolio Carousel Module.

Thanks, Swami

Dear Customers,

This is to inform you that our office is closed today due to a very severe cyclonic storm named ‘Vardah’. We hope to resume operations tomorrow and all your support requests will be attended to at the earliest. We kindly request your understanding and thanks a lot for your patience.

Kind regards, Swami & the rest of the team @ Brand Exponents

Hi, I aim having trouble adding a Instagram gallery to my About Page. I am using the V2 template. I have obtained and pasted my access toke in the Oshine options page. I have put in my Instagram account as @seekingshots and seekingshots and neither one has worked. I have tried this over the last three days just in case it was their servers. I am at a bit of a loss. Thanks for your support.

Hi,

Kindly email your URL,wp-admin id and password vis the private message form in the Support Tab so we can look into the issue and fix it.

Thanks, Swami

Hi Swami, can update to WP 4.7 or better wait to next theme update?

Impatient to see Tatsu in action :)

Hi,

We were supposed to submit the Tatsu update today. Unfortunately we had to close our office today because of a severe cyclonic storm. Power / Network connectivity has been down today, and we expect things to be better tomorrow. But the Tatsu update is very close and you can definitely expect it later this week. We are so eager and excited to launch it.

Thanks, Swami

Thanks Swami! ;)

Hi! Before I buy I want to see if it is possible to do something specific, I would like to put the menu on the bottom of the page like your restaurant theme but want the menu to stick to the top when the scroll reaches the top…. is this possible?

Thanks for your interest in purchasing our theme. Is this what you are looking for ? http://oshine.wpengine.com/v18/about/

Thanks, Swami

Hello

is there a way to put a box around the text in the header hero options/

Regards, René

Yes, i found that one and made a boxed text. Only the text is not in front of my hero header section and there is no code that i can copy paste from style 2 to the text box. What t do next.

Hi,

The Title Shortcode should be pasted in the Content Area of the Hero Section. The option to copy the shortcode is present in the Top Right corner of the Title module in the page builder. If you still have difficulty pasting this, do email the link to this page, along with the wp-admin id and password so I can add this for you. You can email the details using the contact form in the support tab in themeforest.

Thanks, Swami

Hi Swami

i got it. It works now.

Thanks

Hello. I’m trying to optimize my website and I notice I have a lot of pages on my site that I don’t remember creating. Some of the names of the pages are: Shortcodes, portfolio, portfolio-grid and event-directory. Let’s say if I decided to delete these pages, would it affect my website or break the theme’s code? Thank you in advance.

Hi,

Most of these pages would have come from the sample content you would have imported. Deleting the pages you didn’t create will not affect your website nor will it break the code. So go ahead and delete all the unwanted pages / posts.

Thanks, Swami

I would like to use the Boxed Display on all Pages with exception to the homepage. I would like to use Full Screen on the homepage. Can you recommend the best way to do this?

Kindly share your wordpress admin url, ID and password to help@brandexponents.com, I will see if there is a programatic way to do this. I will try doing it via custom css or a using a php snippet in your child theme.

Thanks, Swami

Ok, I sent an email to you.

How do I place text below the Portfolio on Portfolio Pages? For example, I am using Centered Slider and I want to show a description below to the left side (not on or over the image). And I don’t want to use the slide-out feature, just plain text below the images to the left for the Portfolio. Not for each slide.

Apologies, unfortunately there isn’t an option to do this. You can try building your slider using either the Master Slider or Revolution Slider plugins and then using the plugin’s shortcode in the PLUGIN SHORTCODES module of the page builder. You should also set the Single Portfolio Style to Page Builder instead of Centered slider in this case. This way you can have your description beneath the slider as everything is going to be in the page builder.

Thanks, Swami

Just to be sure I am clear, we just want to add text below the slider on a Portfolio page using the Centered Slider. This is not possible by default? Can this be done through a template in the Child Theme?

The only text that can be added beneath the Slider, is the Panel containing the name of the Portfolio and the Portfolio Navigation arrows. Any other content, can be added to the Page Builder section of the portfolio and that will be shown up in the Floating Information box on the Right, if you enable the Show information box checkbox.

Thanks, Swami

500 Internal Server Error—MY SETTINGS ARE CORRECT!!

I’m fully aware that this is a common error message; however, I have checked the server settings and they are correct as per your specifications. I keep getting the same 500 Internal Server Error message message when I try to upload the demo content.

I updated the memory limits to 256M and still no luck.

Please advise. Thanks!

Hi Maya,

I have imported v25 demo onto your site. Unfortunately your server has very poor configurations as I can see that you are on a managed wordpress hosting ( with godaddy ). The configurations shown in the php.ini file do not reflect your actual configurations and your hosting provider has limited the resources available ( max_execution_time & memory limit ) which was causing the import issues and I had to do it manually.

Thanks, Swami

Thank you Swami! Good to know what the root of the problem is; I may consider switching hosting providers to avoid having more issues of this sort down the road.

Hi Swami, I just wanted to thank you guys again for helping me figure out how to solve the upload issue. I am now testing a new hosting provider and the demo works so much better. I’m really glad it worked out because this theme is my absolute favorite and I was heartbroken thinking I’d have to find an alternate theme.

Hello there,

I set up a header hero section for my home page. However, on mobile devices it is displayed in a way that it doesn’t look good. How can I adjust the header hero for mobile devices. Or at least, how can I disable the header hero section on mobile devices,

cheers, p3t3r

Hi,

The Hero Section looks huge in Mobile Devices, because you have added the “Extra Spacing” module in the content area. By default the content in the Hero Section will be aligned vertically middle in larger screens, and in mobile devices a specific padding value will be applied around the text. Removing the extra spacing module should fix the issue.

Thanks, Swami

Hi Swami, thank you again for your reply, very helpful. The extra spacing module was intended to just move the written heading down (“Willkommen bei Egal Skateboards”). I didn’t realize that it actually extends the hero section. What is a way to have the heading at the bottom of the header hero section? cheers, P3T3R

Hi,

Apologies, but the Heading is designed to occupy the middle of the hero section vertically and there isn’t an option to set the alignment on this.

Thanks, Swami

hey, i need help please… i use the v27 demo.. on the home is a Background Video http://3b6me28lito4leeh3t78uf7z.wpengine.netdna-cdn.com/wp-content/uploads/sites/27/2016/08/oshinev27-bgvideo.mp4 if i paste another Video link the Background Video doesn’t Display… only the Background Image…. if i paste your demo link again – everything is okay… can you please help me? i tried with a mp4 self hostet Video, vimeo and YouTube…. nothing work… thank you

Hi,

Only self hosted videos will work as backgrounds. Youtube and Vimeo videos cannot be used. Could you kindly use mp4, ogg and webm formats of your self hosted video in order to ensure cross browser compatibility. Also kindly check the file size of your video and ensure it is less than 10MB. Large videos will take time to load. If all of these measures fail to help you, kindly share your wordpress admin url, ID and password to help@brandexponents.com and we will investigate the issue.

Thanks, Swami

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey