Tagged: footer, icon boxes, socket
-
AuthorPosts
-
February 3, 2014 at 11:40 pm #219035
Hello. I’m almost at the end of my site build but have a few questions that I now need to ask. They are hopefully all easy fixes.
1. Is there a way to make my icon boxes all appear the same size on one particular page? I am using three in a row and there is a different amount of text in each but I would like them to look balanced.
2. Is there a way that I can add a hyperlink to some new text that I have placed in the socket?
3. Is there also a way that I can add a hyperlink to some text within the footer?
4. How do I place images in the footer? I would like three coloums – text and then two logos, but I can’t figure out how to do this.
5. Table columns and rows alternate between two colours. Can I make my table all one colour?
Thank you in advance for your help!
February 4, 2014 at 2:57 am #219114Hi Laureninthailand!
1- You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.page-id-456 .iconbox_content { min-height: 250px; }
You can right click on the page on Chrome or Firefox and click Inspect elements to find page ID. Please change page ID to yours
2- You can simply use HTML a tag ( please see http://www.w3schools.com/tags/tag_a.asp )
3 & 4- You can go to Appearance > Widgets and add a text widget to any of the footer columns and add using HTML. Or you can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget
5- Yes, it is possible. Which tables are you using?Best regards,
YigitFebruary 6, 2014 at 9:48 pm #220686Thank you for your help. I’ve managed to get a link in the socket and images in the footer, but I’m still having trouble with making the icon boxes the same size and getting a link on one word within the footer. I’m a complete novice so it’s highly possible that I’m not doing something right!
Also, I’m just using the table that comes with the Enfold theme to display tabular data.
Any other help would be much appreciated!
thank you,
Lauren
February 6, 2014 at 11:53 pm #220711Hi!
1- Can you post the link to your page where you have icon boxes?
2- Please add following code to Quick CSS as well.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: inherit; }
Best regards,
YigitFebruary 7, 2014 at 5:23 pm #220948The link is here but I don’t know if you will be able to see it as it’s under development – I’m happy toPM you the login details if you need them.
http://compassionateconservation.net/Thank you!
Lauren
February 7, 2014 at 5:25 pm #220951Hi!
“is coming soon”.. Please post the login details here privately
Best regards,
YigitFebruary 7, 2014 at 6:04 pm #220979This reply has been marked as private.February 8, 2014 at 5:00 am #221122Hi!
You can add this on Quick CSS to make iconboxes’ height similar:
.home .iconbox_content { min-height: 290px; }
What is the word that you want to set as a link on the footer? You can use the ‘a’ tag: http://www.w3schools.com/tags/tag_a.asp
Regards,
Ismael -
AuthorPosts
- The topic ‘A few questions’ is closed to new replies.