Discussion on Oshine - Multipurpose Creative WordPress Theme

Discussion on Oshine - Multipurpose Creative WordPress Theme

Cart 37,987 sales
Well Documented

brandexponents supports this item

Supported

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

7853 comments found.

Hi there. For starters—we love Oshin/Oshine! Thanks to its usability and overall elegance, we’ve directed several clients to your theme over the last few years. And it’s on behalf of one of those clients that I have a question now.

We’re experiencing a situation in which a longer sentence within a heading tag (h3) is breaking but in the middle of words. Lines will break in the middle of words but will ignore the space between words that would normally be the logical place to wrap. I’ve tried a variety of HTML and CSS solutions but with no success. We’re seeing this in mobile & tablet because the width causes a line wrap but it happens on desktop browsers when you narrow the window width as well. Thoughts on how to fix this? Thanks!

Unfortunately, changing the font size for mobile doesn’t address the issue of a longer title breaking where it should not. There is no way to accommodate the varying screen widths of all mobile devices on the market, both current and future.

This is quite problematic, and I’ll give you an example as to why. The client’s site is about providing services to and empowering teenagers and young adults who have faced rather severe challenges in life and one of the organization’s key lines about is about “potential.” When I took your advice and tried to adjust the mobile font size to accommodate mobile devices, the like wrapped on my iPhone in the following way:

BELIEVING IN THE POWER OF POT ENTIAL FOR OVER 100 YEARS

Given that the message is directed at young people trying to make a better life for themselves, it’s pretty obvious that this will not work. How do I prevent the theme from wrapping in the middle of words?

Thanks so much!

Note: the line wrapped after the letters “POT” (as in: Believing in the Power of Pot—not a good message). It looks like the form merely added a space when posting here. Thanks for your help, Swami!

Hi,

You can try using the ‘word-break’ property in CSS to have the words displayed in the same line.

h3{
    word-break: keep-all;
}

You can paste the code in the custom CSS section under OSHINE OPTIONS > GENERAL SETTINGS. You can use this in combination with the Mobile Heading sizes to see if the words are getting accommodated in the screen.

Thanks, Swami

Hi,

Great theme! I’m using it to create a website that is similar to the restaurant demo website. On desktop, it works fine. But on mobile (iPhone) the menu doesn’t function as it should be. When you open the menu and try to scroll down, the menu disappears. This is the url i’m working on: http://dev.vycom.nl/jare

Is there a fix for this?

Kind regards, Quinten

Hi Quinten,

Kindly use the CSS code below to have the menu opened above the header in mobile devices -

.mobile-menu {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

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

Thanks, Swami

Thank you!

Hi, Nice theme, but is there a way to add cart widget on static the left menu. thx

Hi,

Apologies, there isn’t an option to add Cart Icon in the Left Menu. However you can use the Sliderbar Widget area and add the WOOCOMMERCE CART widget here. The content in the Sliderbar widget area will be pulled in the Left Header.

Thanks, Swami

Thank you for your response, i already try it but it is not as nice as the shop bag. The woo commerce cart widget is to big and unstyling.

Thanks.

Hi,

Yes i can understand that. Although, the contents and the layout of the widget cannot be altered, you can use the code below to ajust the styling of the widget -

.widget_shopping_cart_content{
    width: 75%;
    margin: 0 auto;
}

.widget_shopping_cart_content .buttons a{
    text-align: center;
    margin: 5%;
    display: block;
    float: none !important;
}

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

Thanks, Swami

How do I disable lightboxs in the gallery module within the page builder? I do not want my images to be clickable.

Hi,

You can use the Custom CSS code below to remove the click and hover event on the gallery images -

.element .thumb-wrap, .element .flip-img-wrap{
    pointer-events: none;
}

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

Thanks, Swami

Unfortunately I gave a blog post the same name as a site before, which means that the post got the same permalink as the site and the site can not be found now. I have a 404 error: page not found. I deleted the post but the site has still diasappeared. Does anybody know how this site appears again?

Hi,

Kindly email your URL, wp-admin id and password along with your FTP details via the contact Form here – https://themeforest.net/item/oshine-creative-multipurpose-wordpress-theme/9545812/support/contact so we can investigate the issue further.

Thanks, Swami

This is a better layout than the one I use now and I plan to purchase it. Before that, I would like to know how difficult is to switch from my current WP theme (also bought from Themeforest – with Woocommerce/Shop activated and is use) to this lovely Oshine?

I mean do I have to treat the layout from the start or it can take the existing blogs, portfolios and galleries, and products as such?

Thanks, Serban

Hi Serban,

Thank you for your compliment and your interest in purchasing the theme.

Oshine also uses Woocommerce for Shop and hence all your basic data like Posts, Shop Products and Page content will be available when you move themes. However, in Oshine we use our own Page Builder for building pages and hence to utilise all the options in the theme, you will have to use the Page Builder, in which case you need to manually move the content from the default Editor to the Page Builder.

About Portfolio and Gallery, we have our own Portfolio Post and Gallery module in the theme, that you can use to showcase your items.

Let me know if you have further questions.

Thanks, Swami

Hi, I just installed your beautiful theme and have one question before importing the demo content. I would love to use the v27 demo but instead of a gallery I would like to have a portfolio. So should I import All or just Content and then Content from another demo that has a Portfolio? Because I have never worked with your theme before I don’t know how easy it will be to customize it – like changing colors or in that case adding a portfolio to a demo that hasn’t got one, so I would appreciate some advice. Thank you very much!

Hi,

Thank you for your kind words.

I would suggest that you import “all” contents of the V27 demo so that you will get all pages and a selected set of Portfolio items as part of the demo. For the other Portfolio Types, I can email you a Sample file with just the Portfolio Posts. This way you will avoid importing unnecessary pages from another demo. Kindly email me your id, so I can have this file sent. Hope this helps.

Thanks, Swami

Okay, I am trying to set up my blog page in the masonry layout. It looks fine at the top, but when you scroll down the bottom has thumbnails that stretch across, and it basically just doubles my blog posts.

When I go to my page editor, it won’t let me select “masonry”, it just has large thumbnail available.

Here is the page I am having issues with http://www.sarayaroshelle.com/blog/

Thank you! That fixed the problem. I thought I tried that but I guess I did not. I’ve been using the theme for over a year now and it’s been great.

Now it is showing the full blog post and not the preview like it was before. I much prefer the preview.

Hi,

You can use the Read More tag in the Content editor to limit the post content that is displayed in the page. Kindly read the article here – http://www.brandexponents.com/oshine-knowledgebase/knowledge-base/read-more-link/ to know how to add the More tag to your blog posts.

Thank you for your compliment and I am glad you like the theme.

Thanks, Swami

Hi Swami, Thank you for the great theme! I was wondering if it is possible to fix section heights so that they the sections do not dynamically expand/contract based on the content inside them. I have sections with image sliders/tabs that, when the content updates, tend to expand. Thanks!

Hi,

There are certain modules whose height vary as viewers interact, like the Image Slider, Testimonial Slider, Tweet Slider, Tabs and Accordion. Unfortunately, the height of the Wrapping Section will vary as the contents in these modules change. The alternative to dynamic height adjustment is to provide a scrollbar for each section so that the contents don’t cut out, but this does not offer a good user experience.

Thanks, Swami

Hi there,

I’d like to know if it is possible visualizing my homepage with text logo and small menu at the botton (or similar), all over the pictures of the fullhight slideshow.

My homepage now is www.m-inside.it

I’d like to visualize it like that http://www.vincentvanduysen.com/ or like that http://www.johnpawson.com/

Many thanks for your help in advance, Kind regards

Hi,

Although, you do not have option to Add TEXT in place of the Logo, you can create your Logo with the required text and upload it as Image in the option under OSHINE OPTIONS > LOGO, just like the OSHINE logo in our demo sites.

Unfortunately, the position of the Menu cannot be changed. We provide options in the future to adjust the vertical alignment of the Menu.

By the way, i do not see the Supported tag against your account Name here. Kindly renew your Support Pack to avail further support.

Thanks, Swami

Hello,

I have imported the demo contenct and master slider for v1. However, the slider does not work properly.

On the master slider plugin everything seems ok, but when I go to the homepage url the text and box does not show. How can I solve this problem?

My website is ofisdisindayim.com

Thanks in advance,

Hi,

The slides in the Home Page seem to have just the Image and no Text or Button layer in them. To add layers to the Slider, you need to navigate to Master slider page and Click on the ADD LAYER button and add the required text in it.

A simpler option will be to make changes to the Imported Sample Slider. You will have the layers in place already. You need to change the BG image and modify the contents in the Text Layers.

Let me know if you need further instructions.

Thanks, Swami

Hello, I’m thinking to buy this theme for one of my clients. I have one question before making the purchase. Can I have different portfolio pages showing only one category? So that for example I can have a dropdown menu like Classic, Design, Double etc (these are some categories from your demo page) linking to these pages with just one category portfolio? Thanks in advance for your quick response.

Hi,

Thank you for your interest in purchasing the theme. Yes you can do this. You can have the individual Categories listed as Menu Items and on Clicking them, you can navigate to the page that has Portfolio Items belonging to just that Category. The option to pick a specific category to be displayed in the grid, can be found in the Portfolio Module itself.

Thanks, Swami

Hi, I made some galleries with portfolio on its. I want them to be password protected but when you highlight them before touch it shows “protected” in the name. Is someway I can remove that?

Hi,

Apologies, there ins’t an option to hide the term, as it appears in the place of the PORTFOLIO TITLE on the grid. Alternatively, you can add custom CSS code to hide this.

By the way, i do not see the Supported tag against your account Name here. Kindly renew your Support Pack to avail further support.

Thanks, Swami

Hi, I created a portfolio page with about 40 portfolio pages, all of them are under one or more categories. When i choose the no filter option, it works and all my pages are there. But when i choose the filter by category option, i have only 9 items on the “all” section. And even if i go on one of the category, some projects are still missing. All the portfolio pages are published, and it works perfectly well without the filter. My website is nadiamartin.com. For the moment i choose the no filter options. But it’s difficult for me to show you the portfolio with and without the filter. Do you have any idea of what the problem could be ? Thanks for your help ! Jeoffrey

Swami, i tried to find out by myself what the problem was and i never did ! Finally, i noticed that some categories were working and all the post were on the portfolio, some were not working at all (with 0 post), and others with something like half or less of the posts. So i created new categories, and removed the old ones. Then i relinked all the post one by one, checking every time that it was on the portfolio. And now everything is ok. But i really don’t know why these categories were not working in the first place. If you have the answer, please let me know, if it happens again, i would be happy to have an easier solution ! Thanks again. Jeoffrey

Hi Jeoffrey,

We had also received your query via the Contact Form and my Support Staff has responded with the necessary suggestions.

Thanks, Swami

Hi Swami, have tried installing demo date on Version 4 (the shop). It’s not importing despite having made the changes to the php.ini file as suggested in the documentation. Do you have a link to more extensive documentation other than this: http://brandexponents.com/oshin/documentation/ ? While I’ve been tinkering and figuring stuff out myself I’m stumped. One issue is with how to make the home page of version 4 (this is for a website kingzettgallery.com) and another issue is the cart not showing / checkout not possible (this is for jodykingzettart.com)... I’ve updated plugins, checked woocommerce documentation etc… but can’t solve this one. If you have a moment any help on these two issues would be fantastic.

Hi,

Apologies about the issues you are facing in importing the Sample Content. We have revamped our documentation and the new knowledge base can be found in this link here – www.brandexponents.com/oshine-knowledgebase/ . You can find a more detailed article about How to import demo content in the knowledge base.

To import the V4 content along with the shop data, you need to import the contents of both “Oshine V4” and “Shop Sample” using the One Click Import under APPEARANCES > IMPORT DEMO DATA.

The reason why the Cart and Checkout pages are empty is because the shortcodes are placed in the WP content editor. In the theme, by default we pull content from the BE page builder. You either (a) Have to paste the shortcode in the Page Builder using the Plugin Shortcode module or (b) Disable Page Builder in that page. Note that once you check the “Disable Page Builder” option, you need to click on Save Page Builder to save this change.

If you have further issues, do contact us with your URL and admin details via the contact form in the Support tab so we can log into investigate further.

Thanks, Swami

Aaaaaahhhh!! I see… yes that makes sense… that’s where it’s been going wrong. Will try it now and see how I get on. Good to have this documented down in the new knowledgebase… will really help :-)

thanks Swami :-)

hello good as it is to change a symbol link for example the instgram as I did and renamed my web photographymof.com

Hi,

I am really sorry, but I am not sure if I understand your question. Do you need to know if you will be able to change the Icons used for Instagram in the theme? Kindly clarify with probably some screenshots, so I will be able to help you better.

Thanks, Swami

Hi to all of you! Thanks for the theme, its awesome! obviously there are a few questions where I need support(which is great..;)

Please help!

How can I reduce the gap between the footer and the slideshow on the main page as well when on the portfolio pages? This is very important in order to get the layout right!

Many thanks, felix

Hi Felix,

Thank you for your compliment :-) . We have received your email about the same query and I assume Sanjeev from the team is helping you with this.

Thanks, Swami

Hello how do I make the blog post fill the full width of the page? At the moment it is downsizing to 780 px wide and I can;t work out how to change that. Example here: http://shaun-maluga.com/audrey/

Hi,

The content is occupying this width due to a custom css that you have added under OSHINE OPTIONS > GENERAL SETTINGS > Custom CSS -

.post-content { margin: 0 auto; max-width: 780px; }

Removing this line of code should fix the issue.

Thanks, Swami

Good morning:

I’m trying to connect pinterest in the Oshine issue and view each image in the table (in the widget) is a popup in the same manner as in instagram which did work perfectly. In the case of pinterest not work for me and throws me the following error:

Warning: Invalid argument supplied for foreach () in /public_html/wp-content/themes/oshin/functions/Pintrest/Pinterest.class.php on line 55

Warning: Invalid argument supplied for foreach () in /public_html/wp-content/themes/oshin/functions/Pintrest/Pinterest.class.php on line 122

both lines have q do with the line concerning:

         foreach ($ boards as $ board) {

Any suggestions ??

Hi,

The issue is due to incorrect caching of the error feed. We can manually reset the Cache for you so that the feed is pulled again. Kindly email your URL, wp-admin id and password via the Contact Form in the Support Tab so we can fix this in your site.

Thanks, Swami

Is there anyway to hide particular posts on the blog page? ie so they are still accessible via http link but don’t show up in the blog feed?

Hi,

You can use the Blog Categories, to display a specific set of posts in the Page. Wordpress creates separate pages for each of your Blog Categories, and you can add these category pages to your menu by adding them from the Menu Panel under APPEARANCES > MENUS.

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