This item is by an Elite Author
WPExplorer
- Elite Author
- Author was Featured
- Sold between 250 000 and 1 000 000 dollars
- Referred more than 2000 users
- Bought between 100 and 499 items
- Has been a member for 3-4 years
- Exclusive Author
- United States
364
Purchases
Buyer Rating:
4.81 stars
4.81 average based on 42 ratings.
-
5 Star
3583%
-
4 Star
614%
-
3 Star
12%
-
2 Star
00%
-
1 Star
00%
| Created | 12 September 12 |
| Last Update | 3 January 13 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- breadcrumbs
- business
- clean
- corporate
- creative
- localization
- modern
- portfolio
- post types
- responsive
- seo
- staff
- wordpress theme
- wpexplorer
- yoast
© All Rights Reserved WPExplorer -
Contact Envato Support


Me again … two more questions … 1. How can I change the background color for the Custom Modules? ... 2. Can I make some fonts bigger / smaller, or open / close the leading in the Highlights ? Thanks.
Each custom module has it’s own class name – home-custom-one, home-custom-two, home-custom-three…etc.
So you can change the colors via CSS .
Of course you can change font sizes, this will of course be a CSS customization you’ll need to do in your style.css file – preferably at the bottom to keep your customization separate or via a child theme.
Not sure what you mean by open / close the leading in the Highlights”.
-AJ
Can you be a little bit more specific about how to change the background color with css? ... I know html a little and pretty much nothing of css! =) thanks.
You can learn about the CSS background property here:
http://www.w3schools.com/css/css_background.aspFor example to make the background color for the first custom module you would do something like this:
.home-custom-one{ background: #000; }I suggest you read up on CSS or hire a freelancer. Do to the very cheap price of themes, support should be dedicated to theme-related issues and not customization’s.
Hope that guidance helps, ^AJ
Help’s a lot! Thanks!
Hi there, I wanted to add a parallax type slider to my testimonials page and was hoping you could tell me the best way to do this. Trying jLayer parallax slider, but when I paste the shortcode on a page, it just shows it as writing rather than inserting the slider???!!!!
If you want to insert a shortcode inside a testimonial you’ll need to make a small adjustment to the file located at framework/shortcodes/shortcocodes.php.
On line 247 you should see this:
You would need to change that to:
That way shortcodes will work within testimonial shortcodes.
-AJ
Oh, well first of all it doesn’t seem you are using it inside testimonials but rather in the regular post content, so there was no need to edit any code.
To me it just looks like the shortcode might be done incorrectly. Make sure there aren’t any blank spaces. If you continue having issues, you should contact the plugin developer.
Cheers. Will do. I was wondering if I could put social media icons in the top right of the header? Also I wanted to type a bigger version of my address to the right of my Contact boxes on the contact page. http://foundationsprogramme.com/contact/ How would I do this? Cheers.
You could cut out or duplicate the code for the social profiles and then add it to your header.php and change the location of the icons if you want others and then style accordingly. Otherwise you might have to use some sort of plugin. This is a customization you’ll need to handle on your own.
Not quite sure what you mean for the contact page. But if you want full control over widths of inner elements (the column shortcodes don’t provide enough for you). Then I suggest you edit the page in HTML mode so you can add in some divs and then style via CSS .
-AJ
Has anybody been having any issues with the twitter feed widget? I placed mine in the footer and entered my username, but it only displays my twitter link.
I even went to twitter and used their widget maker and inserted the html code into a text widget and that didn’t work either. Obviously, I’d prefer to use the twitter feed already built into the widgets but I can’t get this to work. What am I missing?
www.seifmedgraphics.com/newsite
Thank you in advance. Side note: If I insert the widget and leave the username field blank it shows a constant random twitter stream of random users of the world. So I guess it stops working as soon as I type in my username into the widget in the footer.
What if you were to try with my twitter username – @WPExplorer
Does that work?
You say that even the twitter maker doesn’t work for you and it seems to not work only when using your twitter username. Which seems pretty strange. Could you test with a few other usernames to make sure the issue isn’t localized to your specific feed?
Another thing you could try is maybe adding a new tweet to your feed, I see you haven’t tweeted for a long time, maybe Twitter has some sort of cache on the feed.
-AJ
You were correct. Twitter has some sort of cache which made it not show my tweets. Thank you. Geeze, I should have thought of that. Sorry
No worries, I didn’t know either. Good to know! Now when someone else has the same issue I can help them much quicker
Is there a way to make the buttons a uniform width? Say if I wanted them to all be exactly 200px wide? I do not see the option in the short code generator?
This would be a really simple CSS customization. By default they all have a width just based on padding. You could set a fixed width like this:
.button{ width: 200px; }Yeah, I was trying to get all in one footer to be 100px and all in the side bar to be uniform at 200px.. I was just hoping that there was some short code by default… all good, looks like editing CSS is the key. Thanks for your quick response.
New Question… Im trying to get a button to open up in a PRETTYPHOTO IFRAME …. ? any thoughts as how to do this? Currently Im using this with a static image button… But I would like to use the cool theme buttons..
<a href="http://rcp-hosting-v4.com/client_sites/Source-One-Digital/rapid-quote-request/?iframe=true&width=500&height=600&scrolling=no" rel="prettyPhoto[iframes]"><img src="http://rcp-hosting-v4.com/client_sites/Source-One-Digital/wp-content/uploads/2012/09/Rapid-Quote-Request.png" alt="" title="Rapid-Quote-Request" width="206" height="43" class="aligncenter size-full wp-image-4808" /></a>See the page here:
http://rcp-hosting-v4.com/client_sites/Source-One-Digital/test/Not with the shortcode. But you can add the button styles directly to your link. Here is a sample button:
-AJ
I’m trying to call an html page in the Custom Module at the Home with the <iframe> command, but its not working. Do you know whats wrong?
Do you have the URL of the page in question? It’s pretty hard for me to know what’s going on without having a look. If you want to share in private, please open a ticket – wpthemehelp.com
-AJ
Hi, Can I have widgets displayed at the home page.
Yes. You’ll need to enable the widgets module in the theme settings (then select your options for the title/columns). Then you can add them under Appearance->Widgets.
I have enabled that and I am able to see the widgets in home page, but can i have widgets at the right side of the highlights
for eg – if my home page is of 3 columns (can i have 2 highlights and 1 widgets, side by side)
I have enabled that and I am able to see the widgets in home page, but can i have widgets at the right side of the highlights
for eg – if my home page is of 3 columns (can i have 2 highlights and 1 widgets, side by side)
This would require customizing the template files. What are you trying to add to a widget area? It’s possible you can just add a shortcode or HTML directly on the last highlight.
how can I create the “Connect” footer like you used on the theme Preview? Is there a tutorial for that? And the footer menus? Thanks.
It’s created by filling our your social option in the theme panel.
Appearance -> Theme Settings -> Social
-AJ
Hi AJ,
The featured image of each staff member, does the theme crop the image to a certain size or you can use different sizes?
Thanks
These are cropped to 390×390. If you open you staff-related files you’ll find this line…
First value is width, second height and last is hard crop (true or false).
Hi again WPExplorer,
I’m just wondering how I could add a sidebar on the right or left side of the portfolio page?
thanks
This would actually be a pretty complex customization. Not something i’ll be able to walk you through step by step (probably a 30min-1 hour customization). But I can point you the files to edit.
You shouldn’t really need to view/edit any other files then that. Hope that helps you out!
hi, i bought your theme but when i try to activate it i get server error 500 message. thanks.
Have you tried uploading via FTP . It’s possibly your server can’t handle the size of this theme.
it works. looks like it was a plugin that interfered. cheers.
Glad you got it working
Hi,
Could you please advise how to make each slideshow on a website to fill the whole width just like on the homepage with the arrows on the sides of the browser window?
Also please help to center the main top menu, can’t seem to manage it.
Lastly, I can’t find instructions on how to set up the landing page to appear each time user enters main url, please help.
Thank you.
Can I use the image from the Feature Image instead of a URL of the image for the Entry: Lightbox URL !? ... if not, can I enter this Lightbox URL as a Custom Field, so I can import it from a CVS file? Thanks.
You can use the featured image by pasting the same URL into the meta option.
The meta options are essentially custom fields. For the lightbox URL the ID would be “wpex_portfolio_entry_lightbox”.
What might be easier though (if you want lightbox on all the items) would be to edit your template files so that it automatically adds the lighbox rather then you having to select a “style”.
You solved my problem, as usual!! Thanks!
Hi - When using the Contact Template, the google map works fine but the contact form does not display. Does this need to be activated somewhere? Thanks-
Yes. As mentioned in the included documentation files, for my live demo I simply used the Contact Form 7 plugin. You can use any plugin you wish. In general there isn’t a point in having a build int contact form with the theme due to all the awesome and constantly updated plugins out there
Here is the one I use: http://wordpress.org/extend/plugins/contact-form-7/
Thank you for the purchase, AJ
Hi, Could you please advise how to make each slideshow on a website to fill the whole width just like on the homepage with the arrows on the sides of the browser window? Also please help to center the main top menu, can’t seem to manage it. Lastly, I can’t find instructions on how to set up the landing page to appear each time user enters main url, please help. Thank you.
I was about to answer your question below, guess I’ll answer here
body #header-slider .flexslider .slide-inner{ width: 100%; }#navigation, .sf-menu{ width: 100%; text-align: center; float: none; } #navigation .sf-menu li, #navigation .sf-menu a{ display: inline-block !important; float: none !important; }-AJ
Hello, Thank you very much for your help. Everything worked except the slider, which is still in a box in the middle of a page. Maybe my description was confusing, sorry. For example after I created a slider I want to copy its shortcode and put it on any page. But instead being in a box I want the next and previous arrows extend all the way to the ends of a browser window. Thanks.
I thought you were asking about the homepage slider at the top.
The whole layout of this theme is centered. If you want a slider to extent all the way outside of the bounds of the main wrapper you would need to edit the CSS of that page so that the main wrap doesn’t have a fixed, you might be better off creating a custom template.
This would be a larger customization that I can’t walk you through.
Thanks. I can take care of CSS . Could you just point me to that slider bit to put into PHP in order for the slider to be displayed on a page via shortcode.
I know it should be something like this:
if($data['home_slider_alternative']) { echo '<div id="home-slider-alternative">' . do_shortcode($data['home_slider_alternative']) .'</div>';Can I just replace ‘home_slider_alternative’ with the general shortcode for the slider?
if you have a shortcode for a slider you can show it anywhere you want inside a template like this:
<?php do_shortcode(‘YOUR SHORTCODE ’); ?>
In fact you can do that for any shortcode.
Got it, thanks. Few more things: How to remove the shadow and the border around the slider? Also, how to change the height of the slider while keeping the same width and proportional image? Regards.
Simply remove the box-shadow property from the css. You can re-set it to box-shadow: none; Please look in style.css or via firebug.
The slider doesn’t have a fixed height. So if you want a smaller height for example, upload smaller images. If you want a larger height, upload larger images.