Pete
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Custom CSSHi hungrylions
There are many reasons for creating a child theme.. they make it so your WP site is ammune to updates, they help speed up development. It is always a good idea to make all your updates on the child theme.
Thanks,
Pete
Forum: Themes and Templates
In reply to: How to change fonts on an entire site after changing themeOh that was it!! Awesome! Glad you got this working!
Pete
Forum: Themes and Templates
In reply to: [onetone] Contact Form FunctionalityHi sennentimcke
Was this bundled with the theme?
There are many excellent contact form plugins which do have redirects that can send the user to another page when they press submit (such as a thank you page).
If your contact form doesn’t have a way to do this, you might want to take a look at another contact form plugin.
Thank you
Pete
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Widen Post/Page bodyharrietbone
In your particular site, you can use the following in a custom CSS setting or a child theme:
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
max-width: 800px;
}Thank you
Pete
Forum: Themes and Templates
In reply to: [Theme: Sugar & Spice] Place a Home button on the default menuHi elibrarian27
The way I usually do this is I create a new page and call it Home. I set this new page up entirely with everything I want the home page to have.
Then create a new menu in the administrator and add the new Home page to the menu.
You will also need to modify the navigation in your them customization to use the newly created menu as the primary navigation.
Add any new pages you create to this new menu and they will appear.
Let me know if you need further assistance.
Thank you,
Pete
Forum: Themes and Templates
In reply to: [onetone] change the 3 icons in serviceskayseth
These appear to be part of the content in your services page. There should be a page you can access in your administrator that refers to these services and it should be easy to change the pictures.
Thanks
Pete
Forum: Themes and Templates
In reply to: [onetone] change the 3 icons in servicesHi kayseth
Can you please provide a link to your site so I can take a look?
Thank you
pchoppin
Forum: Themes and Templates
In reply to: [Corpo] Too much space around logoYou’re welcome! No problem at all
Forum: Themes and Templates
In reply to: change font weight in posts – twenty elevenOk kathreinegill
I have found the element in your CSS that controls this.
Please take a look at
.entry-title, .entry-title a {
color: #222222;
font-size: large;
}This is line 82 in your CSS file.
I added the font-size here and you can make it anything you want.Would you like any other help with this? Let me know.
Thank you,
pchoppin
Forum: Themes and Templates
In reply to: How to change fonts on an entire site after changing themeOk, I just have a couple questions.
Is the child theme active?
Did you try this in Firebug?Would you like to contact me via Skype to see if we can resolve this easier?
My Skype name is pete.choppin
Thank you
pchoppin
Forum: Themes and Templates
In reply to: [Corpo] Too much space around logoAhh yes.. in maintenance mode, I am unable to look at your CSS
Also screenshots are sort of helpful, but we will need to inspect the code to determine where this is controlled.
You will need to take this out of maintenance.
The other way I can help is using screen sharing and I can show you exactly what to fix.
Please let me know how I can help best!
Thank you
Forum: Themes and Templates
In reply to: How to change fonts on an entire site after changing themeSure
The <p> element I looked at with Firebug should have the following:
p {
margin-bottom: 1.625em;
font-size: small;
}You can change the font size with several parameters. Try this in Firebug to get the results you want.. then edit your style.css file. The <p> element was found on line 342 or your style.css
I hope this helps. Let me know if you have any other problems.
Thank you
pchoppin
Forum: Themes and Templates
In reply to: [Corpo] Too much space around logoHi lotoyaj
This is normally controlled in your style.css
Please post a link to the site you are working on so I can take a look.
Thank you
pchoppin
Forum: Themes and Templates
In reply to: change font weight in posts – twenty elevenHi kathrinegill
Could you please post a link to the site you are working on?
Thank you,
pchoppin
Forum: Themes and Templates
In reply to: [Market] Change width of bannerHi Market
Could you please post a link to your site and indicate the banner you need to modify?
Thank you
pchoppin