The main menu top level links don’t work – they work in the Customizer view, but not on the live site. The sub-level menu links do work.
https://eslbuddies.toni-esl.com
Please advise
Thank you
]]>In the theme WardPro, on the posts page, the thumbnails with each post are huge. How can I size them down?
]]>Purchased and using Ward Pro – “support has expired” – latest update of theme has turned off Jumbo Headlines. The following is showing up in Custom CSS Editor. Could this be the problem?
.home-jumbotron {
display: none;
}
.home .home-jumbotron {
display: block;
}
Hello! Is there any CSS rule I can call to hide the jumbotron in all the frontend except for the homepage?
Thanks in advance!
]]>Since a recent update, my old category links no longer work and my home page navigation has been rendered useless/broken. Links structured like https://www.MYPAGE.com/category/post-name-here and https://www.MYPAGE.com/?cat=2 no longer work. It reports the error “Nothing found
NO RESULTS WERE FOUND. PLEASE TRY AGAIN.” Has this happened to anyone else or can you help? Thanks in advance.
You would think after nearly ten years of using WordPress I would be able to work this out, but it seems to be a hobby of free theme developers to make the home page as difficult to update as possible.
How do I update the home page images?
]]>I have the free version of Ward Theme and I am trying to make the font family in the Jumbotron cursive. I’ve tried using Easy Custom css plug-in to manipulate this with no luck. Any help would be much appreciated?
]]>I’ve identified archive.php as the file where you can make that line of text appear/disappear, but I’ve been update to manipulate it so it just shows the page title and not “Category:” before it. Any ideas? I’ve checked other files for the functions listed in archive.php but without much luck.
Thanks.
]]>Hello,
I have a huge problem with displaying the four images and text in widget area on mobile devices or when we resize the browser. Theme is great and everything works, except this one thing and it looks very bad, when we go to the website with smartphone.
I tried changing sizes in CSS and I think I just don’t know how to do it properly…
I would like these round images to stay next to each other, just to get smaller. Can anyone help me?
Website: https://immaster.de/en/
]]>I am having trouble updating the image for top menu widget, I have tried everything, including flushing the cache.
After removing the old image, I selected a new image, but even at this point, the preview is not updated with the newly selected image. I clicked ‘save’ anyway, but it doesn’t update. When I returned to the customise page and expanded on the option again, the old image is still showing in that particular widget. I even went around to the widget section to try to change the image, but to no avail.
Please help.
]]>Hi,
I created a child theme from ward and tried to change the power symbol to the tree symbol (?? Unicode \1F333). This works with Firefox but other browsers (Chrome, IE) show the tree in one color, not a brown trunk and green foilage.
I can change the color using
.basic .home-jumbotron .middle-circle {
color: blue;
}
But how can I remove the color attribute from the icon?
]]>Hi Guys,
First to first thank you for a great theme.. Its simple to use, and having a good layout as Call to action. Btw, i have a problem with a configuration that i have made.
You may see this screenshoot https://i.imgur.com/FFywURV.png
Some widget which should appear on the side, but it has drops down below content.
And btw, im choosing one page to appears as front page. Is that a real problem ? Here is a page that show me an error..
I dont have any idea how to fixed this. So, any opinion would be great for me. ayam kodok panggang
Thank you in advanced.
]]>Just wondering what I have to do to the search php to make it so it only looks at the titles of pages and then when the searches are displayed it only shows the titles not the content.
Thanks for the help!
]]>I hope the theme dev can answer this as I don’t see many responses from them to other questions…
How can I add another txt widget block next to the ones that are already there either next to it horazontally without it dropping down 5 in total e.g. – – – – –
OR have the newly added txt widget center itself under the 4 that are there already
e.g.
– – – –
–
Any help would really be appreciated.
P.S. i tried turning off the home page widgets and it didn’t work?
e.g. Theme options – ‘home_widget’ =>’on’,
Hi, I’d like to add an image to the Jumbo Headline. Is that possible? And how do I do that?
I want in centered under the text of the Jumbo Headline.
Thanks!
Hi – I’d like to edit the widget so the text is above the image instead of below. Where can I find the code for that widget? I can’t find the right folder/document.
]]>The free Ward theme does not have the option to add widgets to the footer. How can I add widgets to the footer?
Miles West
]]>The Ward theme only allows a sidebar on the single posts pages.
I wish to also show the sidebar on the front-page and archive pages. Does anybody know how to do this whilst retaining the posts with stripey effect?
I have tried using a static page as the front-page but do not know how to get the sticky posts and the blogs latest posts onto that page.
How do I do this?
Miles West
]]>I liked the look of this theme so downloaded it, with a view to going Premium.
However, after working my way through it, I’ve found that the background colour can’t be changed, and I seem to be stuck with a salmon pink colour in the bottom half of the home page.
In other themes, I simply used ‘Theme Options’ to change the colour, but for some reason ‘Theme Options’ doesn’t exist under the ‘Appearance’ menu, even though that is mentioned as an option in the advertising. So don’t know why it isn’t there?
I also tried clicking on the ‘Background’ option under ‘Appearance’ and tried to change the colour option that way. Though I could select a different colour, and could save it, it didn’t actually change anything at all. Very frustrating.
I appreciate that some people will say to just add some CSS, but really this should just work properly, and do what it says on the tin.
Can other users, WordPress or the Developer give me any advice please as to what’s going on, and how to solve these issues? Am I missing anything?
Thanks in anticipation…
]]>I’ve realised the power/leaf icon are part of the Font Awesome glyph set, but why, even when I change the Unicode (f021, etc) to any of the other FA glyph codes it won’t change…?! It is infuriating. The power icon will change to the leaf and vice versa but this is ridiculous
Can anyone give insight?
]]>Hello,
Awesome theme, thank you very much.
I needed to add the following to the theme in order to make it work fully with a child theme where I was overriding the “bavotasan_jumbotron” function in functions.php…
if ( ! function_exists( 'bavotasan_jumbotron' ) ) {
function bavotasan_jumbotron() {
.....
}
Without this code the wordpress site stops working after a few minutes and returns a blank white page.
It would be awesome if you would consider adding this code to the theme so that I don’t have to add it after any theme updates.
Thank you
]]>Home page top area is not listed under Customize and Widgets
How do I edit those images?
]]>Hopefully folks still look at this ??
I have a weird situation where I’d like to have my home page feature my latest posts but only posts with a specific category. The rest of the posts I’d like to go to a separate blog page. I assumed this would be easy by setting a static home page and then creating a custom page type for that home page, however, it appears that Ward has specific guidelines already set for a home page that over-rule the page type.
I’d like to do this sans-plugin. Don’t mind getting my hands dirty as I’m pretty familiar with PHP and child themes but if that’s the easiest way I understand. I have tried the Display Posts shortcode plugin but I really want to leverage Bootstrap better which is tough with shortcodes.
Thanks!
]]>I got this errors in webmaster tools, is there a way to fix them?
Error: Missing required field "updated".
Error: Missing required hCard "author".
]]>
I am trying to create menus for each page with the content for that section. For example, on the about page, I want a menu on the right side of the page with the sub-pages of that area of the site.
However, I can’t figure out how to do this with the Ward theme. I know there is the custom menu widget for the sidebar, but I don’t get how that works.
My site is wp.nyu.edu/evansilberman.
I appreciate any help.
]]>Hello,
I am using Ward free. At the top of the page in responsive view (mobile) when I click on the button I get a drop down menu of categories. But it only displays 5 of them.
Can someone please point me in the right direction?
Thanks
]]>Hello, I’m trying to change the name of the Home Page in the Page Menu to “Home”. Instead, it’s showing the Page Title which really doesn’t help when looking at the menu. Is there a way to change that?
]]>A different Jumbo Headline for each category. Is this possible?
Many thanks.
]]>1. Is it possible to change the close-button image/icon on the front-page?
2. Is it possible to show a different image/icon on each parent-category page or category page?
Please help.
]]>For each parent-category, I wish to have custom page templates as an introduction to their respective child-categories below.
Each parent-category to have the following…
1. Styled like the front-page.
2. With its very own & separate four featured-images.
3. Each image to be clickable and link to a post URL.
4. Each image to be uploaded via a Ward Image & Text Widget with URL option linking to a post.
4. All four feature image sections to have different background colours.
Please help.
]]>