Progress Concepts
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Getting */ above headerYour welcome.
Forum: Themes and Templates
In reply to: [Fruitful] Getting */ above headerLooks like you have the following code in your custom CSS:-
/* IMPORTANT You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher. <!--[if !IE 7]> <style type="text/css"> #wrap {display:table;height:100%} </style> <![endif]--> */and it is the final */ that is showing in your header. It appears you are trying to comment the whole area out, so why not just remove it?
Forum: Themes and Templates
In reply to: [Fruitful] SEO improvementsI can’t sorry as you have it in draft. its only available to you.
Forum: Themes and Templates
In reply to: [Fruitful] SEO improvementsJust looked and it seems fine?
Forum: Themes and Templates
In reply to: [Fruitful] SEO improvementsThe text sizes are set in CSS yes, but the you select the text in the editor.
See my last reply in relation to how to change the font size though, as the developer has included easy editing of the fonts.
Forum: Themes and Templates
In reply to: [Fruitful] SEO improvementsThat is by design. H1 is larger, H2 being smaller, going down to H6.
However, if you look in the theme options under fonts, you can change the sizes if you so wish.
The size in the editor is not always representative of reality, so best to check the page itself with preview or save the change and try it.
Forum: Themes and Templates
In reply to: [Fruitful] SEO improvementsAndrew, my sincere apologies. I had simply meant for him to come back if he needed more help. Nothing more than that.
Forum: Themes and Templates
In reply to: [Fruitful] SEO improvementsYou can set the H1 (or H2 or any other levels) in individual pages within the editor.
On the visual tab, select the text to be H1, and select Heading 1. If you look at the text tab, you will see it wraps your text with <h1> </h1> in the html.
Don’t go overboard with H1 tags though. Only really 1 per page, maybe 2 if it warrants it. But usually H1 is for the main header. H2 / H3 can be used for sub headings.
By all means, get in touch if you want to know more.
Forum: Themes and Templates
In reply to: [Fruitful] Footer (Multiple Lines of Text)If you just want multiple lines, use a line break
<br>in your footer code wherever you want your line break to occur.Or do you mean something different?
Forum: Themes and Templates
In reply to: [Fruitful] Version 1.3.1 Menu issueNo worries! Just wanted you to be aware of the bug that was all!
Keep up the good work.
Forum: Themes and Templates
In reply to: [Fruitful] Blog Social IconJust to let you know I noticed the social icon LNG had a B inside. So I amended the vk social icon CSS to use the offset for B and utilised the vk line in social settings.
But as you say you may add it moving forwards.
Keep up the excellent work.
Forum: Themes and Templates
In reply to: [Fruitful] Uninstall fruitful-themeYes, if you uninstall the theme the page will still exist.
However, so will any previous pages and posts you created.
If you look at the menu as I suggested above then you should have the option to select what appears. I suspect from your past comments that your main home page was posts, so I would try selecting ‘your latest posts’ from that menu. And save the changes and take a look.
Then, if you go into pages, you should see the ‘demo’ home page. If there are 2 home pages just open each in the editor and delete the one with the demo content.
Finally if you want to re install fruitful then just reinstall and you should be able to use with no issue.
Forum: Themes and Templates
In reply to: [Fruitful] Menu bar rounded cornersHi. I have done some tweaking with the CSS and come up with something I like now.
Will close this down.
Thanks.
Forum: Themes and Templates
In reply to: [Fruitful] Menu bar rounded cornersBy the way, I should say, I have tried the following code for the borders:-
.main-navigation a { border-bottom: 1px solid #888; border-top: 1px solid #888; border-left: 1px solid #888; border-right: 1px solid #888; }This provides the border, however there is a gap between each menu item, so I see a rectangle around each item.
I suspect what I therefore want to know is how to remove the padding between cells?
And also how to make the 4 corners of the full bar slightly rounded (not the individual menu buttons).
Hope that makes it a little clearer!
Thanks.
Forum: Themes and Templates
In reply to: [Fruitful] Uninstall fruitful-themeI just saw your page and you aren’t using the Fruitful theme.
However, I am pretty sure the issue you have is that in making the change, Fruitful will have created a page with the dummy content.
If you go to Appearance > Customize > Static Front Page and select what you want (maybe Your latest posts?) But you can always select another page if that is where your content is. And you would be sorted.
Fruitful theme would still work too.
By the way, I am not part of the Fruitful team, and I am sure the owner will correct me if I am wrong.