Discussion on Striking - MultiFlex & Ecommerce Responsive WP Theme

Discussion on Striking - MultiFlex & Ecommerce Responsive WP Theme

Cart 20,183 sales
Well Documented

kaptinlin supports this item

Supported

4684 comments found.

I would like to either add a fade transition to the Anything slider or add the description to the Nivo slider. Any help would be appreciated. thanks.

Hi MIC7 ,

Anything slider dosen’t support fade tansition.

For description to the Nivo slider, it’s possible to add the description to do this.

But it require you have enough php & js & css knowledge to do this.

If you want i will give you a brief instruction.

Regards,
KaptinLin

Also, how do you reduce the padding in the featured bar at the top? I put an image “Become Involved” in the featured bar and only want padding of about 5 px above and beneath it. thanks http://school.jadboustany.net/?page_id=120

Hi nknews,

You can use custom css code below in ‘striking’->‘general’ option page.

#feature .inner {
padding: 5px 0;
}

Regards,
KaptinLin

Hi, unfortunately that code doesn’t appear to work?

I even tried ammending the code directly in screen.css

You can see the padding is still there in this example: http://school.jadboustany.net/?page_id=120

Is it because I am putting images in the header?

Hi nknews,

You can try
#feature .inner {
padding:0;
}
#introduce {
padding:0;
}

Regards,
KaptinLin

Hi there, I have a couple questions:

1) I am creating a 2-column portfolio page. Is there any way to format the text that appears beneath the featured image? Even when i code it in html, it rejects it and displays as running copy. I attached an image here with the red circle around the area I’m talking about. And I’ve included some formatting below it in the image to show what I’m trying to achieve.

2) I’m trying to create a side navigation similar to the one you’ve shown on the live preview. Is this a menu? A sidebar? Categories? I’m confused as to how to create this side navigation. And then how to link to their respective pages.

3) I’ve figured out how to create a drop down of categories below the main navigation links along the top of the page, but I can’t figure out how to make them link to their respective page. In other words, I can see my drop-down showing, but when I click on it, it displays a 404 page as if the page doesn’t exist.

Thank you!

Hi,

For the questions

1) There are some plugin for the format of excerpt: http://wordpress.org/extend/plugins/excerpt-editor/
http://wordpress.org/extend/plugins/tinymce-excerpt/

2) You can use ‘striking – sub navigation’ widget for the side navigation.

3) Not sure how do you create your drop down and make them link to the page.

Can you give me your page url?

Regards,
KaptinLin

Is there a way to add a unique ID to the tabs and accordions so that when a user clicks a button it takes them to that tab or accordion? I am trying to point ads to a certain portion of my page on the second or third tab and not on the first tab.

Hi gncdean,

You can email me for this. I just update the code to support this.

Regards,
KaptinLin

I would like to know how to change the slider so that it displays slides for different time periods:

i.e a loop of the following: Slide 1 – 2 seconds Slide 2 – 8 seconds Slide 3 – 8 Seconds

Many thanks,

Hi,
Sorry, It doesn’t support this.

Regards,
KaptinLin

i would also like to make the background area where the slider is black. Without the highlighted part in the middle.

Hi

You can use custom css code in ‘striking’->‘general’ option page.

#feature { background-image: none; }

Regards, KaptinLin

Is It possible for me to do two things. One can I make one of my subpages look a little something like this.http://www.elevationchurch.org/sermons

2. Is there a way to edit my sidebar to look like this http://www.elevationchurch.org/welcome

If its just a matter of adding css I will do that I just don’t know where to place the css where php will access it.

Hi ahawngray,

You may create a page template for one of your subpages. Learn from http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates

For the sidebar, you can edit on ‘striking/sidebar.php’ file.

Also, you may add some css.

Regards,
KaptinLin

Hi Kaptalin,

What a great job! Thanks for this nice theme. I’m working on my website and was wondering:

1- If I can transform my sidebar into a dynamic sidebar including sub-menu and how? Then can I change the arrow icon?

2- If I can add a field in my contact form such as ” the company”?

Thanks!

Hi,

Thanks for the compliments.

For the questions.

1) Not sure what your mean. You can use ‘striking – Sub Navigation’ widget for the sub-menu.

2) You can learn from http://kaptinlin.com/support/discussion/comment/1004/#Comment_1004

Regards,
KaptinLin

Well sorry my english isn’t fantastic. Question 1: Well, how can I get a dynamic sidebar? The Sub-navigation widget makes a static sidebar. But i’d like it to appear like an accordion including the differents sub-menu and clickable links to other pages. Don’t know if it’s clear? Thanks!

Hi,

There is no dynamic sub navigation widget.

Regards,
KaptinLin

Hi Kaptinlin, congratulations for your work, it so cool.

I purchased your template for make my web, but I have some problems with Firefox, IE7 and Safari in Windows.

The subfooter of my homepage appears wrong when I try access to the web with that browsers.

Can you help me to fix this mistake?

http://www.madeinled.es/

Thank you!

Hi jcamacho,

Thanks for the congrats.

For the issue,

Can you email me your code in your homepage?

There seems have something wrong in it.

My email is kaptinlin@gmail.com

Regards,
KaptinLin

1. How do I go about Sorting the Portfolio 3 columns A to Z (Alphabetically (Title))?

I created two different Portfolio 3 columns pages and both display differently.

Please compare the:

http://chef.warnai.com/?page_id=40 (Very confusing sorting)

TO

http://chef.warnai.com/?page_id=108 (Sorted the title Z -> A)

2.

How do I go about displaying the portfolio Title when Pretty-photo java scripts trigger on portfolio picture? Left side of (1 of 6)

Please help

Hi joeiska,

You can try http://wordpress.org/extend/plugins/post-types-order/ for the order of custom post type like slider item, portfolio item.

For desending base on the tile,

You can change the code below in line 74-75 & 82-83 of ‘striking/framework/shortcodes/portfolios.php’

'orderby'=>'menu_order', 
'order'=>'ASC'

To

'orderby'=>'title', 
'order'=>'DESC'

More info: http://codex.wordpress.org/Function_Reference/query_posts#Order_.26_Orderby_Parameters

For the second question, You can learn from http://kaptinlin.com/support/discussion/489

Regards,
KaptinLin

Cap, thanks a bunch!!!! It works!!!

No wonder you are able to sell 2197 licenses from Oct 10 to 11/25/2011.

Cuz, you have a great WP theme and Support!!!

I will certainly buy again from you!!!

Thank You

You are welcome!

Where do I go to ‘randomize’ photos in the slider. I’m not seeing the optiion on the admin/backend side.

Thanks.

Hi,

You can use Post Types Order plugin for the order of slider item.

If you want randomize the items, you can edit on the file ‘striking/framework/helpers/themeGenerator.php’

Locate line 529.

Replace ‘menu_order’ with ‘rand’

Regards,
KaptinLin

I really like your theme but need to put a 600×338 video player on the home page. Is there a way to do that with your theme. I don’t need the slider.

Thanks

Randy

Hi Randy,

Glad you like it. You can use anything slider for the video in it. Take a look at this.

Regards,
KaptinLin

also, what CSS is controlling the padding between widgets and the slider? I want to tighten the space between slider and widgets on the right sidebar. thanks!

Hi,

You can use

.right_sidebar #sidebar_content {
    padding-top: 20px;
}

Regards,
KaptinLin

Regards, KaptinLin

3 Quick questions i’d really appreciate help on:

1. How do I move menu to the left?

2. How would I set it so the logo doesn’t display on home page, but does display on all other pages (on the right, incidentally)

3. How can I change the seconds per frame on the slider – so they are different for different slides?

Thanks so much. Great theme.

Hi nknews,

For the questions:

1) You can use custom css code in ‘striking’->‘general’ option page.

#navigation {
right:auto;
left:-15px;
}

2) For the logo not display on home page.

You can edit on ‘header.php’

Add the code below to line 45

< ?php if(!is_front_page()): ? >

And the code below to line 59

< ?php endif; ? >

remove the space between ‘>’, ‘<’ and ’?’

For the logo on the right,

You can use custom css code

#logo, #logo_text {
left:auto;
right:0;
}

3) If you want the different slider in different page, you can set the sliders with different category. Then go to edit page, select different category for slideshow.

Regards,
KaptinLin

Hello,

I just downloaded this template however, i m confused with the usage of the template. I use it in Turkish however I can not change the HOME button into Turkish. How is that possible?

Thanks,

Hi djavu,

You can do it on the ‘striking/framework/helpers/themeGenerator.php’ file

locate line 54.

You will find the code below $output .= '<li><a ' .$active_class. ' href="' .get_option('home'). '">'.__('Home','striking_front').'</li>';

Change ‘Home’ to you want.

Another alternative is use wordpress built-in menu so that you don’t need to modify the file. You can learn about it from document.

Regards,
KaptinLin

I just purchased the theme and I’m setting up website. I can easily say this is the best theme I have worked with. Thank you.

My question: - is it possible to place more than one marker to google maps ? - how to add space between buttons (i placed two buttons nest to each other and they are touching) - is there a way to list posts from specific category as thumbnails with title only

cheers and thanks for the theme again.

Hi,

Thanks for your compliments.

For the more marker to google maps, you can learn from http://gmap.nurtext.de/

Then using plain html & scripts in the editor instead of gmap shortcode.

sample

<div class="google_map" id="map4" style="height:400px"></div>
[raw]
<script type="text/javascript"> 
jQuery(document).ready(function($) {
    $("#map4").gMap({ markers: [{ latitude: 47.651968,
                              longitude: 9.478485,
                              html: "_latlng" },
                            { address: "Tettnang, Germany",
                              html: "The place I live" },
                            { address: "Langenargen, Germany",
                              html: "_address" }],
                  address: "Braitenrain, Germany",
                  zoom: 10 });
});
</script>[/raw]

Hope this make sense.

Regards,
KaptinLin

More info on what isn’t working…

None of the Font updates work None of the Color updates work Only the 3D flash image rotator works

Anything would be helpful. Thanks.

Hi,

That’s the permission issue.

Please check the permissions of your ‘striking/cache’ folder. Set it to 777.

Also ‘striking/cache/skin.css’ file.

Regards,
KaptinLin

I am having an issue getting the theme’s options to work. It doesn’t take options for the slider and Font sizes and most all of the other options. Is there any known issues with the theme or with plugins interfering with the theme? I am using Verve Meta Boxes, CMS Press & Gravity Forms to name a few. Any help would be greatly appreciated. Thanks.

Hi cleverful,

For the color issue, you may learn from http://kaptinlin.com/support/discussion/375/color-options-not-working

For the plugin interfering, you may wrap the shortcode with [raw] tag.

Sample
[raw][plugin_shortcode][/code]

Regards,
KaptinLin

Hi Kap,

Love your theme! I’m using it at www.yoursellingsolutions.com with WordPress MU.

I do have one thing that I need help with. Before setting up domain mapping, all the images were showing (Slider Items & Portfolio Images). However, now that the domain mapping is completed, the images have disappeared.

Any advice?

Mathew

Hi Mathew,

I can’t access your website. I think there must be something wrong with your image path.

Can you email me for more details? My email is KaptinLin@gmail.com

Regards,
KaptinLin

Hi Mathew,

Can you tell how you set up wordpress mu and what plugin you used for domain mapping?

Or can you give me your whole site permission? So i can make some changes on the theme to trace the error.

Regards,
KaptinLin

disable slideshow button turned to ON does not disable the slidshow for me? any ideas?

Hi nashspence,

Do you choose a page for homepage?

If so, you should go to that page, then change the type of ‘Header Introduce Type’ to ‘slideshow’.

Regards,
KaptinLin

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