ThemeForest

Gamma - Responsive Multi-Purpose WordPress Theme

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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.

WPExplorer

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

Default-user

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.

WPExplorer

You can learn about the CSS background property here:

http://www.w3schools.com/css/css_background.asp

For 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

Default-user

Help’s a lot! Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Gals Purchased

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???!!!!

WPExplorer

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:

$testimonial_content .= $content .'

You would need to change that to:

$testimonial_content .= do_shortcode($content) .'

That way shortcodes will work within testimonial shortcodes.

-AJ

Default-user
Gals Purchased
Hi. I changed the php but it still isn’t working, just showing the shortcode text at the top of the testimonials page: http://foundationsprogramme.com/?page_id=50
WPExplorer

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.

Default-user
Gals Purchased

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.

WPExplorer

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

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
vcugreg Purchased

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.

WPExplorer

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

Default-user
vcugreg Purchased

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

WPExplorer

No worries, I didn’t know either. Good to know! Now when someone else has the same issue I can help them much quicker ;)

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
wallyd Purchased

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?

WPExplorer

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; }
wallyd
wallyd Purchased

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.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
wallyd Purchased

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/

WPExplorer

Not with the shortcode. But you can add the button styles directly to your link. Here is a sample button:

 <a href="#" class="button black small " target="_self"><span class="button-inner">Normal</span></a>

-AJ

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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?

WPExplorer

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

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
cvarun Purchased

Hi, Can I have widgets displayed at the home page.

WPExplorer

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.

Default-user
cvarun Purchased

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)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
cvarun Purchased

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)

WPExplorer

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.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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.

WPExplorer

It’s created by filling our your social option in the theme panel.

Appearance -> Theme Settings -> Social

-AJ

  • Bought between 1 and 9 items
  • Has been a member for 5-6 years
  • Spain

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

WPExplorer

These are cropped to 390×390. If you open you staff-related files you’ll find this line…

//resize & crop the featured image
$featured_image = aq_resize( $img_url, 390, 390, true );

First value is width, second height and last is hard crop (true or false).

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi again WPExplorer,

I’m just wondering how I could add a sidebar on the right or left side of the portfolio page?

thanks :)

WPExplorer

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.

  • theme_functions/widget_areas.php – you can see how I’ve added widgetized areas so you can add your own sidebar, you can learn more here – http://codex.wordpress.org/Function_Reference/register_sidebar

  • single-portfolio.php – here you will edit the html to add your new sidebar (http://codex.wordpress.org/Function_Reference/dynamic_sidebar), and possibly change featured image and slider image size dimensions if you are adding a new column to the post and shrinking the current one.

  • style.css – at the bottom you can add any new CSS to style your new layout.

  • css/responsive.css – you can see how the current portfolio post re-acts to media queries so you can style your new layout accordingly.

You shouldn’t really need to view/edit any other files then that. Hope that helps you out!

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
golosiy Purchased

hi, i bought your theme but when i try to activate it i get server error 500 message. thanks.

WPExplorer

Have you tried uploading via FTP . It’s possibly your server can’t handle the size of this theme.

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
golosiy Purchased

it works. looks like it was a plugin that interfered. cheers.

WPExplorer

Glad you got it working ;)

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
golosiy Purchased

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.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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.

WPExplorer

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”.

Default-user

You solved my problem, as usual!! Thanks!

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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-

WPExplorer

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

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
golosiy Purchased

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.

WPExplorer

I was about to answer your question below, guess I’ll answer here ;)

  • Simply add some CSS to set the slider to 100%:
body #header-slider .flexslider .slide-inner{ width: 100%; }
  • To center the menu its also basic CSS below is some code to help you get started – it will need some tweaking though.
#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; }
  • All you would need to do is go to Settings->Reading and set that page as your static homepage option.

-AJ

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
golosiy Purchased

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.

WPExplorer

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.

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
golosiy Purchased

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?

WPExplorer

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.

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 3-4 years
golosiy Purchased

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.

WPExplorer

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.

by
by
by
by
by