ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] move the site title and taglineHello!
Can you provide your site link?
Thanks!
Forum: Themes and Templates
In reply to: Changing link colors on FirmaSite themeGlad it works 😀
Forum: Themes and Templates
In reply to: Changing link colors on FirmaSite themeHello booksbylkevans 🙂
No need to be scared. You need to install a plugin:
http://wordpress.org/plugins/simple-custom-css
And add this code:
a {color: put-your-color-code-here;}Let me know if it solve the problem.
Evandro
Forum: Themes and Templates
In reply to: Add Image Size on Child theme doesn't workHello again esmi.
I found this code on wp-mayor:
if ( function_exists( 'add_image_size' ) ) { add_image_size( 'new-size', 300 ); } add_filter('image_size_names_choose', 'my_image_sizes'); function my_image_sizes($sizes) { $addsizes = array( "new-size" => __( "New Size") ); $newsizes = array_merge($sizes, $addsizes); return $newsizes; }And not works neither… Any idea?
Thanks
Forum: Themes and Templates
In reply to: Add Image Size on Child theme doesn't workI am trying to add a new image size to select on media section to insert the image. I need a 770px wide image to cover all the width (100%) of the content section.
Forum: Themes and Templates
In reply to: [Montezuma] Social media on top right MontezumaCrouchingBruin,
Definitely I will install this theme to check it out… Thanks for the tip 🙂
Evandro
Forum: Themes and Templates
In reply to: [Montezuma] Widget title and post/page title same height?CrouchingBruin,
Thanks for the input 🙂
I didn’t how this theme works.Zaralene, I’m glad this work for you 🙂
Forum: Themes and Templates
In reply to: Change background color of H4 based on linked page nameNo problem Kburrows 😉
I saw your map now and looks great!
Nice work 🙂
Forum: Themes and Templates
In reply to: [Carton] How do I change the favicon?Hey Amy!
I’m glad that plugin work for you 🙂
About the box issue: can your site link? So I can take a look at it.Thanks!
Evandro
Forum: Themes and Templates
In reply to: Change background color of H4 based on linked page nameKburrows,
You don’t need a table to display this data also. There is a best way to do it:
– create a container for the background (position relative);
– use the map as background;
– put the links using absolute position;The page will be more easy to maintain and it will load faster. 😉
Please, Let me know how it goes…
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Child theme not showing changesHm,
It means your child theme is loading properly. So, is possible you getting the wrong selectors on your css.
Forum: Themes and Templates
In reply to: Building a good websiteHello,
Yes is possible. You need to do:
– members: you need to research some plugins to to do that for you;
– online chat: maybe has a plugin that solve this issue;
– traffic: write good content.There is tons of tutorials to teach you how to do those things online.
Hope it helps
Evandro
Forum: Themes and Templates
In reply to: [Coller] replace logoHello!
Try this:
.site-branding{ margin:auto; width:360px; /* float: left; */ }You need to remove or comment the line: float:left;
Hope it helps.
Evandro
Forum: Themes and Templates
In reply to: Expound full width postHello!
Do you have a link for you site?
Thanks!
Evandro
Forum: Themes and Templates
In reply to: Image ABOVE the nav?Hello!
To help you we need to see the actual design of your site… Can you upload your local version to the site?
Thanks!
Evandro