Ajouz ♞ Posted June 19, 2013 Share Posted June 19, 2013 View File Maxx 2013: The Smart one Important: 1- Please remember to follow this file to be notified when the skin is updated . 2-The Slider sometimes Stop working on Firefox24 and ,Firefox26. This is not a skin bug, it is firefox bughttps://bugzilla.mozilla.org/show_bug.cgi?id=879717News: 35$ Special reduced price for the first release. Smart Skin by Ajouzhttps://www.youtube.com/watch?v=GZpc-S68bfE Global Overview Board index Support and settings Full Description: 1-Header Settings: [*]admin can choose between:slider, html header, blank. [*]admin can choose where to show the slider : everywhere , board index ,ip.content2-Slider jQuery Plugin Settings (standalone price 10$ -you got it for free ) : [*]can run videos and images with build-in settings to manage it , [*]integration with Ip.content articles included also [*]Touch swipe for iOS and Android mobile devices is of course included [*]advance users can create unlimited effects .3-Borad index settings: Our Different board index layouts can be chooses through admin panel : [*]Topics Mode : which is suitable for Q&A Sites [*]Forums Mode : which is Grid Mode style with forums icon support [*]default Mode : the original IPB board index [*]Category Mode : which is one column mode with category image support4- customizing : more than 180 setting to control the skin. for example we have [*]default background (called default css class) [*]text logo vs image logo setting [*] Footer Bar settings [*]welcome message block" settings [*]social media settings [*]etc ......................5-Install and customize : [*]Basic Documents included [*]Slider documentations : a- no (html , css ,java) knowledge : we create a quick start settings , just copy images links and video id and put them in the skin settings b- basic knowledge in (html , css ,java) : a basic documents included6-Bonus (Without Support: take it as it or leave it) [*]responsive layout build using [*] [*]counter block with settings (standalone price 4$, you got it for free) [*] Feed blocks with images [*]testimonial block [*]pricing tables (Nexus block ) standalone price 4$, you got it for free [*]short codes [*]custom columns layouts (feed blocks)7-includes: [*]image set xml [*]skin xml [*]image set available on request [*]instructions [*]skin hook8-Support : [*]Support provide using support topic [*]the response time is 24/48 hour. [*]support closed in weekend. [*]customization not a part of the support . [*]bugs related to jquery sliders will be redirect to the original developer. so this may take some time to got a response about it . [*]the extra Bonus stuffs like responsive layout (mobile friendly) is not included in the support.9-Copyright and Licenses:1- Skin framework developed by Ajouz from ips-skins.com2-Jquery Slider developed by http://www.themepunch.com/ (we have an Extended License allowing us to use it in this skin project )3- counter Extended License4- css3 some codes Extended License5-responsive layout by Ajouzfor any copyright issue you please contact us , we can provide a License Certificate 10-Buyer Guide: [*]Go to demo board first and check the skin carefully before to decide to buy it. [*]after purchasing the skin, download the package and read the documents first [*]if you got a problem, then post it in support topicThank you. Submitter Ajouz ♞ Submitted 06/19/2013 Category Complex Skins Discussion URL Support Info Supported Versions Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 19, 2013 Share Posted June 19, 2013 Ajouz, Love this skin, as it has a lot of options! I'm having an issue on displaying the the slider, when I choose "Board Index Only", it displays the performance of ask, answer and ask an expert instead and it's displaying everywhere. I've done a rebuild, etc.. as well. Any ideas to fix this? See the attached photo. Thanks, Ben Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 19, 2013 Author Share Posted June 19, 2013 To disable this html header Set the setting called Alternative header: no Bests regards. Link to comment Share on other sites More sharing options...
Janyour Posted June 19, 2013 Share Posted June 19, 2013 waw just great, purchased !!! Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 19, 2013 Share Posted June 19, 2013 Ajouz, To disable this html header Set the setting called Alternative header: no Bests regards. What if I want to only show it on my "Portal" page by Michael? I currently have it as my home page instead of my forum. I really appreciate the help. Ben Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 20, 2013 Author Share Posted June 20, 2013 Ajouz, What if I want to only show it on my "Portal" page by Michael? I currently have it as my home page instead of my forum. I really appreciate the help. Ben I am not a coder, but I think to display something only in portal app the condition should be something like <if test="IPS_APP_COMPONENT==portal"> <!--show something in portal--> </if> it would be wise to ask the portal developer to confirm this. if he confirm this condition, then yes we can display it only in the portal app. bests Link to comment Share on other sites More sharing options...
Jav Hun Posted June 20, 2013 Share Posted June 20, 2013 Where exactly do you find how to change the forum to grid mode? Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 20, 2013 Share Posted June 20, 2013 Jav Fun, Are you talking about this? System Settings > Smart SKIN > Smart SKIN Settings Ben Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 20, 2013 Share Posted June 20, 2013 Ajouz, Where would I put that code at? I already contacted the DEV and waiting for a response as well. <if test="IPS_APP_COMPONENT==portal"> <!--show something in portal--> </if> V/R, Ben Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 20, 2013 Author Share Posted June 20, 2013 for now you can try the following open the global template and find <if test="$this->settings[$this->settings['ipsskinscom_name'].'_where']==e"> replace it by <if test="$this->settings[$this->settings['ipsskinscom_name'].'_where']==e And IPS_APP_COMPONENT==portal "> then set the slider setting to be everywhere. Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 20, 2013 Author Share Posted June 20, 2013 Where exactly do you find how to change the forum to grid mode? Jav Fun, Are you talking about this? System Settings > Smart SKIN > Smart SKIN Settings Ben yes, choose forums mode for grid layout. bests Link to comment Share on other sites More sharing options...
Jav Hun Posted June 20, 2013 Share Posted June 20, 2013 How do you use grid mode? Ive look through all of the settings and i cant find a option for it. Edit: Found it i think ill test it out. Edit: Found it thanks alot. Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 20, 2013 Share Posted June 20, 2013 for now you can try the following open the global template and find <if test="$this->settings[$this->settings['ipsskinscom_name'].'_where']==e"> replace it by <if test="$this->settings[$this->settings['ipsskinscom_name'].'_where']==e And IPS_APP_COMPONENT==portal "> then set the slider setting to be everywhere. Ajouz, I tried that and it still shows up everywhere instead of showing only on portal. Ben Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 20, 2013 Share Posted June 20, 2013 Ajoz, I went ahead and changed forums to portal and it works for now. <if test="IPS_APP_COMPONENT == 'portal' && ipsRegistry::$current_module == 'portal' && ipsRegistry::$current_section == 'portal'"> Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 20, 2013 Share Posted June 20, 2013 Ajouz, 1. I added forum icons as (100.png example of forum ID) to my appropriate directory but they don't show up. I did a rebuild. Any idea? 2. What do I need to add to make my background default to look like the attached? I tried to add as per the example below photo but the background doesn't change. Ben Link to comment Share on other sites More sharing options...
Dr Coder Posted June 21, 2013 Share Posted June 21, 2013 Hello Ali Very Nice skin but for us in arabic forum it is not fully support rtl Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 22, 2013 Author Share Posted June 22, 2013 Ajouz, 1. I added forum icons as (100.png example of forum ID) to my appropriate directory but they don't show up. I did a rebuild. Any idea? 2. What do I need to add to make my background default to look like the attached? I tried to add as per the example below photo but the background doesn't change. Ben use css class without . so it is style5 not .style5 for the images location it should be under domain.com/public/style_images/ < Your Skin Image Directory > /forums-imgs thanks Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 22, 2013 Author Share Posted June 22, 2013 Hello Ali Very Nice skin but for us in arabic forum it is not fully support rtl I will try to improve tthe rtl version soon my friend. many thanks Link to comment Share on other sites More sharing options...
Dr Coder Posted June 22, 2013 Share Posted June 22, 2013 Waiting, and keep good working Link to comment Share on other sites More sharing options...
przemu Posted June 22, 2013 Share Posted June 22, 2013 Hi! Can I get access to admin section of Smart Theme? Best regards! Link to comment Share on other sites More sharing options...
Bernabe Guerra Jr. Posted June 22, 2013 Share Posted June 22, 2013 for the images location it should be under domain.com/public/style_images/ < Your Skin Image Directory > /forums-imgs thanks Ajouz, That's where I put them at, but wondering how can I have them show up in Default Mode? Ben Link to comment Share on other sites More sharing options...
Janyour Posted June 23, 2013 Share Posted June 23, 2013 can you tell me please how i can disable or remove the performance/normal option ? regards Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 23, 2013 Author Share Posted June 23, 2013 can you tell me please how i can disable or remove the performance/normal option ? regards there is no build-in setting for this. you can manually delete it. open the template called global_template and find and delete this <!--::: prefomance mode :::--> {parse template="Performance" group="global" params=""} <!--::: prefomance mode :::--> regards. Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 23, 2013 Author Share Posted June 23, 2013 Ajouz, That's where I put them at, but wondering how can I have them show up in Default Mode? Ben default mode has no such feature. I will add it to todo list. regards. Link to comment Share on other sites More sharing options...
Ajouz ♞ Posted June 23, 2013 Author Share Posted June 23, 2013 Hi! Can I get access to admin section of Smart Theme? Best regards! I created this demo site http://a45153.demo.invisionpower.com/ user:demo pass:demo bests. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.