-
Posted in : Responsy WP
-
Which widget or theme settings area is used to create the services portion on the theme samples homepage?
Ah, thanks. I found the services shortcode. I assume I copy that and input the information for my needs? Do I enter the code inside the html snipit for my homepage?
Okay, I got it. The only issue is the titles are not centered directly under where the images are. They seem to be left justified.
Am I doing something wrong in the services shortcode? I’ve entered the images source for my icons, but they won’t show up.
http://www.thegalleycuisine.com/Blog/?page_id=44
[services_wrap title=”SHOWS” sub_title=”FRESH ENTERTAINMENT”]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”Modern Mom” service_title=””]MODERN MOM[/service]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”” service_title=””]HEALTHY KITCHEN[/service]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”” service_title=””]COMIC KITCHEN[/service]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”” service_title=””]GALLEY GADGETS[/service]
[/services_wrap]It is ok.
See image: http://img716.imageshack.us/img716/2002/itisok.png
Like this:
[services_wrap title=”SHOWS” sub_title=”FRESH ENTERTAINMENT”]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”MODERN MOM” service_title=”MODERN MOM”]Sample test content. Sample test content. Sample test content.[/service]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”HEALTHY KITCHEN” service_title=”HEALTHY KITCHEN”]Sample test content. Sample test content. Sample test content.[/service]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”COMIC KITCHEN” service_title=”COMIC KITCHEN”]Sample test content. Sample test content. Sample test content.[/service]
[service image_src=”http://www.thegalleycuisine.com/files/modern_mom_icon.png” alt=”GALLEY GADGETS” service_title=”GALLEY GADGETS”]Sample test content. Sample test content. Sample test content.[/service]
[/services_wrap]
Sorry, I got it figured out. I forgot about the html tab where I can made changes. For some reason, it was placing an href statement within the image source space. I’ve removed that and it’s working now.
The forum ‘Responsy WP’ is closed to new topics and replies.