Using WP theme 2017 I want to add MaxButtons to the Header Media photo that is on the landing page. The short code,(an example here that MaxButtons generates for a new button [maxbutton id=”1″]) is a CSS pointer that their generator instructs one to add it to one of opening tags in the HTML portion of the theme. Some assistant instructor from a WP instruction class suggested that I put it in the header.php file. But where? I’ve tried there and in the front-page.php file, but no luck getting it to appear on the top portion of the landing page.
Using WP theme 2017 I want to add MaxButtons to the Header Media photo
Reply To: [Kale] help with removing spacing and other questions
Hi there,
In order to move the menu and header image try paste the following code to Appearance → Customize → Additional CSS:
.header-row-2, .header-row-3 {
margin-bottom: 20px;
}
To make the widgets closer add this:
.widget {
margin-bottom: 20px;
}
Hope that helps. Feel free to reach out if you need anything.
Jarek
Kale Support
Reply To: [Morphology Lite] Homepage post limit?
Oh, sorry. I already found a solution – I had to go to customizing section, then blog options and change image post template count. Thanks anyway!
Reply To: [Storefront] page too wide
no answer?
Reply To: [Tuto] Center Nav?
It seems you’ve applied several code modifications and these are breaking the navigation. Please remove all your modifications except the code we gave you and then you won’t have this issue.
New Latte Installation – Issues with sections
Hi,
I’m starting a new page, and I have chosen the latte theme because it looks great!
When I have downloaded and installed, most of the sections do not appear. Do you know why can it be?
I’m working on a local host.
Regards
Reply To: [Freelancer] HELP! How to change Header Color on Freelancer
No problem! 🙂
Removing URL/website link in Comments section
In the comments form at the bottom, there is a box for the comment, a box for the commentor’s email, a box for the commentor’s name and a box for their website url. I want to remove the box for the website url. My site is more of a teaching site and I do not want folks coming in just to spam or self promote. I did try two plugins that said they would remove that line, but neither did the trick. I am sure it is an easy fix? but a coder I am not.
How would I remove that link box?
Thank you so much for your help!
Reply To: [Latte] New Latte Installation – Issues with sections
Hey,
You need to create a new page and set the Homepage Template from Page Template option. It should work then.
Reply To: [Receptar] Header Gone on Category Pages
Hey
I want t make header appear on tags and category pages, how can i do that?
i know its not there by default.
Reply To: [Latte] Add-on contact form – Latte configuration error
Hello Question,
What do you mean by independent page?
Reply To: [Fortunato] Post Width
I have created a child theme actually. If i made these changes, will i lose them after a theme update?
On another question, how can I change the post font types? I.e. Google fonts
Theme contains obfuscated code
I downloaded and reviewed two files – content2.php and content/system_m.php.
The first downloaded obfuscated code from the internet and stored it in local files. The second has obfuscated code itself. I didn’t look any further and had not tried to unobfuscate the files to see what this was about. It seems fishy, and I wouldn’t install it.
My theme is not responsive
my twenty twelve theme is not responsive it looks awfull on the mobile i want support please can any one help me??? http://www.fiveods.com/
Reply To: [Tuto] Center Nav?
Thanks! I think we figured it out.
Reply To: [Twenty Twelve] My theme is not responsive
It looks like you are on the right track, because I was going to say that those spans at the bottom with the left padding was pushing the phone number and social media links out too far to the right.
Reply To: [Tuto] Center Nav?
Sorry, but that doesn’t seem to be the case. Your stylesheet definitely has been modified, for example it contains:
.mh-navigation li { float: center; }
This isn’t how the theme has been coded. In addition, you shouldn’t modify core theme files. For code customizations always use a child theme, otherwise your modifications will be lost after theme updates anyway.
As mentioned before, please restore the original codebase of the theme and after that just add the code which we’ve provided in your WordPress dashboard under Appearance => Customize => Additional CSS.
If your site is cached, then you should also clear the cache after you’ve applied any changes or after you’ve restored the original codebase.
Adding Rich Pins to Kale Theme
Hi,
I just started using the free Kale Theme and I’d like to add rich pins to my pages. In the ‘inspect page’ i see that the code says <meta property=”og:type” content=”website”>. I need to change the content to content=”article”, but I can’t find the meta property line in Editor. Can someone point me where it is?
Padding at top and bottom of main content
Thanks for the amazing theme.
There is quite a lot of padding (or “white space”) at the top and bottom of the box which contains the main content of a page. Is there any way that I can make this smaller?
Reply To: [Quark] Changing the color
Hey psellers,
Try this;
navigation li a:hover {
color: #990000;
}
Hope this is what you are looking for!
Regards,
Rohan