This item is by an Elite Author
DigitalCavalry
- Author was Featured
- Bought between 10 and 49 items
- Elite Author
- Europe
- Exclusive Author
- Has been a member for 3-4 years
- Item was Featured
- Referred between 50 and 99 users
- Sold between 100 000 and 250 000 dollars
288
Purchases
Buyer Rating:
4.33 stars
4.33 average based on 40 ratings.
-
5 Star
2767%
-
4 Star
615%
-
3 Star
37%
-
2 Star
12%
-
1 Star
37%
| Created | 21 December 12 |
| Last Update | 23 December 12 |
| Columns | 4+ |
| Compatible Browsers | IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, jQuery |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- advanced
- business
- clean
- contact form builder
- content builder
- corporate
- drag and drop
- high resolution
- mega menu
- modern
- multipurpose
- post and page slider
- pro menu system
- responsive
- sharp
© All Rights Reserved DigitalCavalry -
Contact Envato Support


Great theme! I am sure that I have just overlooked it – but where did you add the search box in the header? I found the text above the social icons but not the search. Thanks!
Hello,
As frifoto already responded in the comment above, you will find this option in section: Osaka > General > Miscellaneous – in subsection SEARCH PAGE you need to select “Display search panel in header” option.
Thanks guys – I knew it was something stupid I missed. I know it would be a lot of work. But you should really think about a fully developed user guide. Most things are pretty straight forward but I know there are things the theme can do that I can’t even imagine right now!
Yes, we will try to add some more instructions to User Guide with future updates, especially some most FAQ that are currently not included in the documentation or some additional instructions that might be useful.
lilliepie: The search box is here: Osaka>General>Miscellaneous settings, choose “Display search panel in header”
DigitalCavalry: I have some text behind photos in the blog. I have picked “full width” in both post and blog page. How can I move it away? You can see it here: http://frifoto.no/blog/
Hello,
This change will be added also with the coming update, but here is an instruction how to resolve the images display:
- open CSS files located in “css” folder (or only in the one CSS that is used by your option “CSS mode” in section Osaka > General > Theme Core) and search for this class:
- right below the ending } bracket – insert this new CSS part for image:
.blog-post-full-wrapper .bpf-content img { max-width: 100%; height: auto; }----------------- in the same CSS file/files search for this class
- and also right below the ending } bracket – insert this new CSS code:
.page-short-compact-wrapper .bps-content img { max-width: 100%; height: auto; }And that’s all. Now the content images won’t be bigger than the content area.
Hi, great theme. I am trying to add an image as a header background and am not having any luck in the CSS. Added background-image property to dc-site-header div in common.css but having no success. How can I do this please?? I have disabled the responsive design as well. Thanks!
Hello, I see you already resolved this. Thanks!
Nevermind, wrong style sheet. Got it.
I have just bought your theme and am on my journey to modify it for my needs. I am using your latest theme, plugin, and wordpress 3.5 with php 5.4.9 I am also using wordpress network with subdirectories. Questions:
1. If i make a modification to the settings, for example the logo image. i save the settings but the header does not update. Yes i have cleared the cache and tried different machines. This seems to be the case for all settings. Is there an issue with multinetwork setup?
2. Is there a way to make your theme unboxed,full screen width and responsive?
Thank you
Hello,
1. From your description in next comment it looks like it was just a problem of the wrong link and the options are working correct?
2. As for the unboxed I think it is possible, depends how you see this modification. You can make a simple change in CSS to remove the background color from two boxed containers, footer and menu. Plus you will have to remove the shadow property from .dc-body-inner-wrapper class and I think that’s all if the main background will be set to white (for other color background also some other small changes in CSS might be needed). For full-screen (if you mean a real full-screen site) some bigger changes in CSS are needed and this would need some development to test this kind of layout.
Ok, after further review looks like the every time i select a page it directs me to your live theme. Also, i am getting this error:
Check theme compatibility Missing the call to wp_head() in your theme, contact the theme author
This was generated from nexGen Gallery.
Thank you again, sorry for all this newbe stuff.
Best
In regards to the links in menu – if you imported the menu, it will recreate the layout and options settings but all the menu links will point to our Live Preview. The can be changed easily with special redirect option available for each menu item. If you will click on Show options icon for a menu item with link, there is an option named as Select page for replace – this allows you to select a page and I think there should be already the right page selected when you enter this section – next you just select option located below Use selected page for replace and click on Save all changes. You can also select this redirect option for each menu item and then at the end click on “Save all changes” once.
--------As for the missing call issue, do you have the latest version of NGG plugin? The wp_head is defined in the theme, so maybe there is something wrong with the files (you can try to redownload the theme and replace theme files on your server) or maybe some other non Osaka plugin causes this (you can check this by deactivating the non Osaka plugins). Also, do you use on your site one of the NextGEN widgets (widgets that don’t have the “DC” before the name)?
I am trying to customize the board slider which by default uses large square image boxes with no margin, to become smaller rectangles with margin spacing. I have succesfully got them into my preferred size, see the example here: http://rapidshare.com/files/1887973672/Capture.JPG Here you can see the board slider at the top with a stretched image – which is the problem. I have specifically made a small image to the exact size because I do not want the code to choose the middle of my larger photo.
Unfortunately the images display at the new size, instead they still think they are square and stretch (275px square at the moment!)
The code I have changed is this:.dc-board-slider.opt-1-line { height:184px !important; } /* +20px for slider controls */ .dc-board-slider.opt-2-line { height:368px !important; } .dc-board-slider .cell { width:275px !important; height:184px !important; display:block; overflow:hidden; float:left; background-color:transparent; position:relative; margin: 4px !important;}How can I make the images maintain their aspect ratio, I must be missing a bit of code somewhere, any help appreciated.
Hello,
It should be possible to make this kind of modification – change the proportions of the images displayed in Board Slider, but all images will have the same proportions. For this change, you will have to not only change the .cell class like you described, but also make a small modification in cp_renderer.php file located in /cms/php/ folder. After you will open this file, search for “renderBoardSlider” text and you will find the function. Then going down, closer to end of this function you will find these two lines:
The second values 283 in both lines define the height of the image, and I think you just need to fit this value (additional to all the CSS modification). I didn’t tested it heavily but looks like this should work for your needs.
For this modification, you will have to adjust additionally the responsive CSS code for different resolutions – also located in BOARD SLIDER CSS section.
Many thanks, this has worked.
Hi Guys,
Great theme, have been playing around this morning. Just a quick question – what is the optimal image size for images being used in posts to pull through into ‘board slider’ function. Or does the slider adjust to the image size used?
Thanks,
Ben
Hello, the images can be any size (283×283px are minimum for the Board Slider). The thumbnails are automatically generated from main image uploaded for post or page and crops them to square if needed. Square images are optimal if you don’t want them to be cropped by Board Slider.
thanks guys, additionally – how do I add the search box to the top of my site? I see it’s active in your live preview.
You will find this option in section: Osaka > General > Miscellaneous. In subsection SEARCH PAGE select “Display search panel in header” option.
Hi (again) I’m starting to understand the theme. One thing, where can I change the “read more” words when used in posts? Regards, Lars
Hello, you can change it with a small modification. For posts displayed by Blog segment you can change it in cp_renderer.php file located in cms/php/ folder. In this file search for “read more” text and change it in these two functions code:
- wpPostShortLayoutNormal
- wpPostShortLayoutCompact
Also, in the same file, in other functions, you will be able to change the “Read More” for most other sections / segments if needed.
How can I add other Google Fonts?
Hello,
In Superior Osaka you can add any Google Font you want thanks to Font Manager – this tool is available in section Osaka > Font > Google Fonts List. This process of adding a new Google font is presented quickly in our Video Presentation that you will find on the link below (first video at the top – switch to 720p when watching it) – “Font Manager” part is starting from 10:45:
http://digitalcavalry.com/themeforest/live/wp/osaka/videos/What you need to do:
Go to Google Fonts List section and from Google Web Fonts you copy the data that is available on Quick Use page for each Google font. Lets say we choose “Yesteryear” font – in the top subsection ADD NEW GOOGLE FONT you insert for fields exactly this data:
Google font name: Yesteryear
Google font CSS family: ‘Yesteryear’, cursive
Google font resource URL: http://fonts.googleapis.com/css?family=Yesteryear
Take a look how this data looks, there is no ; character copied at the end of Google font CSS family and for Google font resource URL only link URL is inserted.
And that’s all. Now, after you click on Add Google Font, you will be able to select this font in section Osaka > Font > Heading Font > GOOGLE FONT.
Is it possible to change the slug for the member page? Right now the url for an individual member page is:
domain.com/member/john
And I want it to be:
domain.com/custom/john
Any help would be appreciated.
I’m sooo in love with this theme!!!! Thanks so much!
Hello,
For this open cp_customposts.php file located in cms/php/ folder and at line 34 inside the DCC_ControlPanelCustomPosts class, you will find this line:
You need to edit the ‘member’ value and I think it should work just like this, without starting a new installation. Maybe you will need also go to Settings > Permalinks section and click on Save Changes button.
Also, Is there a way to turn comments off for individual pages?
Thanks.
Yes, for this you can use option “Allow comments” in Discussion section. When you edit a page, it is located at the bottom – if it’s not displayed, first go to the top and select “Discussion” option in Screen Options.
Oh great! Thanks!!
I am getting this error on the blog pages:
Warning: Wrong parameter count for strstr() in … /Osaka/cms/php/cp_renderer.php on line 2028
Also some blog post pages have this error:
Warning: imagecreatefromstring() [function.imagecreatefromstring]: Empty string or invalid image in … /Osaka/cms/php/cp_classes.php on line 3107
I have removed the full display of the path to the url. Can you help? It’s only on the posts not pages.
Hello,
As for the first warning on Blog page, looks like you didn’t defined excerpts for posts displayed on this page.
To get an excerpt for post you need to add some excerpt text for “Excerpt” field when you edit a post – this excerpt field is located at the bottom when you edit a post. If you don’t see this field, it might be hidden by default on your WordPress installation – you can enable it in Screen Options at the top).
If you will get an excerpt text for each post the errors should disappear. It is not a big bug, however you shouldn’t see these errors even if you don’t have an excerpt defined for posts. We will add a simple fix for this with the next update. Thanks for pointing this out.
----------In regards to the second warning, I am not sure why you see this. Do you have some main image added for this post? Did you uploaded this image with the Load Image option? If yes, you can check if the image path is correct, maybe it is something with the image path.
If there is no image for this post, you can also check if the warning is displayed if you select “Hide image” option available at the bottom of subsection Post Settings > Main Image (when you edit a post).
Also, what version of PHP you have set on server?
Thanks DC for the quick response. Yes – the missing excerpt was causing the first error. As for the second one, it was the imported XML post from your data (post dated 11/8) that was forcing the error with the image. Once I checked off to hide the image it works perfect! Maybe an error on import?
Great it helped. As for the image problem, yes looks like some image was not imported properly as an attachment for the XML file import.
Hello,
I keep getting this message on my pages:
Warning: Wrong parameter count for strstr() in /public_html/wp-content/themes/Osaka/cms/php/cp_renderer.php on line 2453Can you help me?
Looks like it is the similar thing as in lilliepie question above. I think it comes from some segment that displays posts and looks like you didn’t defined excerpts for posts displayed on this page. What segment with posts you have on this page?
To get an excerpt for post you need to add some excerpt text for “Excerpt” field when you edit a post – this excerpt field is located at the bottom when you edit a post. If you don’t see this field, it might be hidden by default on your WordPress installation – you can enable it in Screen Options at the top).
If you will get an excerpt text for each post the errors should disappear. It is not a big bug, however you shouldn’t see these errors even if you don’t have an excerpt defined for posts. We will add a simple fix for this with the next update. Thanks for pointing this out.
Is it possible allow shortcodes to be use in the ‘header extra information table’?
Thank you.
No, this is not possible at this moment. You can insert here just text, links or html code – for example insert some image.
I am using a membership plugin called ‘eMember’ and I am trying to configure the header.php coding for the menu so that I can display different menus to different visitors. The plugin recommended that I replace the current php menu code with the following:
<?php if ( wp_emember_is_member_logged_in('1') ) {//Show this menu to members of membership level 1 wp_nav_menu( array( 'menu' => 'level-1-menu', 'container_class' => 'menu-header' )); } else if ( wp_emember_is_member_logged_in('2') ) {//Show this menu to members of membership level 2 wp_nav_menu( array( 'menu' => 'level-2-menu', 'container_class' => 'menu-header' )); } else if ( wp_emember_is_member_logged_in('3') ) {//Show this menu to members of membership level 3 wp_nav_menu( array( 'menu' => 'level-3-menu', 'container_class' => 'menu-header' )); } else {//Show this menu to non logged in visitors wp_nav_menu( array( 'menu' => 'normal-visitor-menu', 'container_class' => 'menu-header' )); } ?>I can’t seem to get this to work though because Osaka doesn’t use the same type of coding structure.
Any advice you can offer would be appreciated.
We didn’t used the eMember plugin, so hard to say how it works and what is needed for it. Probably some adjustment is needed for this or maybe you replacing the wrong part. We will try to look on this more later and maybe then I will have some better answer if its possible to add this in some easy way.
Okay thank you. Sorry about the formatting above. Here’s a link to their explanation of how I’m supposed to set it up. It might be easier to view the above code on this page. I feel like this shouldn’t be hard to pull off except that I’m a second grader when it comes to PHP.
http://www.tipsandtricks-hq.com/wordpress-membership/show-different-navigation-menu-to-your-members-and-non-members-551I am running into more problems with the eMember plugin. It turns out that any content created with the content builder is not protectable almost like the membership plugin doesn’t even see it.
Do you do theme customization or can you recommend another membership plugin that might be compatible with Superior Osaka?
Looks like some modifications are needed for this in the theme or in the plugin and it would need some development. We also didn’t tested any other membership plugin with the theme.
I would be happy to pay someone to resolve this for me.
I have finally got this working now!
Great, thanks for the information!
Hi, !
is it possible to change background color page on homepage only ?
I’d like to change background color on my website (http://www.herveguyot.fr) I ‘d like greay color everywhere on homepage, instead of white.
thanks for you help
Hello,
It is not possible to change this only for specific page in some easy way. It would be possible with some additional PHP code but this would need some development and we don’t have any ready solution at this moment for this modification.
The Responsive Board Slider – display post and pages.
And the Custom Post Types ?
Hello,
This Board Slider can display only standard posts and pages – it is not possible to display custom posts.
There is no way to do it?
???
It can be done only with some modification in the code. We will see if it is possible to add custom posts display option for the Board Slider with some update, but currently there is no option for this in the theme.
Fantastic theme. Well done. I bought your Prestige theme but this one takes things to a new level.
This theme is my next purchase
Congrats and good luck with sales.
Thank you!
Hello!
I’m using the Homepage with basic image slider as my homepage and instead of it saying “Our Services and Products” how do I change that to make it something else?
Additionally, how do I edit the social media icons in the upper right?
Thanks!
Hello,
You can edit segment settings by clicking on the edit button located in the left-top corner of each segment. After clicking on this button, you will see the segment options below all the Content Builder inserted segments.
As for the heading – it is defined as a Segment Header (for each segment you will find some basic settings to define padding or segment header). To edit this Segment Header, first you click on Edit button in the top-left corner of the segment. Then below the Content Builder, on the right top click on Segment Settings to display additional options and then click on Segment Header button to use individual segment header options. Here you can define segment title and subtitle or decide about some other additional header settings.
------------------In regards to the header icons – you will find options for this in Osaka > General > Header Icons Box.