Bottom Bar
-
Admin
Appearance > Customize > Franz Josef: General > Footer > Copyright text.
Hi Syahir
It’s good to hear from you, I was beginning to think that you had abandoned Franz Josef.
I’ve added some text to the bottom-bar and although I can see it if using Firebug it doesn’t display so I was wondering if there is something else I’m supposed to be doing.
What I wan to achieve is something similar to your demo site bottom bar with the social links etc.
Can you advise please?
Kind regards
DEzB
Admin
You have the following code in your child theme’s
style.css
file which is hiding the text:.copyright {
display: none;
}Just remove those lines and you should be good.
I also noticed that you have 3 empty text widgets in the footer widget area. Might want to check those?
Hi Syahir
Many thanks for getting back to me, yes, sorry, that was my fault, I forgot that I had added that.
What I’m trying to achieve is a bottom bar similar to the one that you have on yours but I cannot figure out what or how to add stuff to the bottom bar. I tried adding a list to customizer/Franz Josef: General/Footer but every time I saved it the theme deleted it.
Can you advise please?
Also about your question on stacks, the answer is yes. I’ve created a test page, added in a new row comprised of 2 columns. Then added a Site Origin Editor widget to one column and a Site Origin Google maps to the column. However each time I save it everything deletes itself and I end up back at the text editor or the visual editor. Does the theme not support this page builder system?
Finally the reason I had the empty widgets was because I wanted to spread out the three sections that show on the site. The left widget has a copyright title, the middle an image and the right a menu. For some reason if I don’t add in the empty widgets they all line up beside each other and not spread evenly across the screen.
My sincere apologies for the multiple queries in this response but you did ask??? 🙂
Kind regards
DezB
Admin
Quote:What I’m trying to achieve is a bottom bar similar to the one that you have on yours but I cannot figure out what or how to add stuff to the bottom bar. I tried adding a list to customizer/Franz Josef: General/Footer but every time I saved it the theme deleted it.What are the plugins that you have installed? Can you list them out here? Could be one of them is causing the issue. It sounds similar to the page builder behaviour that you’re seeing (widget content being deleted).
Quote:Finally the reason I had the empty widgets was because I wanted to spread out the three sections that show on the site. The left widget has a copyright title, the middle an image and the right a menu. For some reason if I don’t add in the empty widgets they all line up beside each other and not spread evenly across the screen.By default, the footer widget area has 4 columns, which is they’re not spread evenly across the width if you only have 3 widgets. You can change the widget area column number from Customizer > Franz Josef: General > Footer.
Hi Syahir
Apologies for taking so long to get back to you, I’m at work all day and can only get onto this once I get home.
Here is a list of all the active plugins on the site, I hope something pops out as the culprit.. 🙂
AccessPress Social Counter
AccessPress Social Icons
AccessPress Twitter Feed
Adminimize
All In One SEO Pack
Columns
Contact Form 7
Event Calendar WD
EWWW Image Optimizer
Franz Josef – Additional Options
Franz Josef – Layout Shortcodes
Franz Josef – Stacks
Google Analytics
Graphene Shortcodes
NextGEN Gallery
Really Simple CAPTCHA
Responsive Column Widgets
SiteOrigin Widgets Bundle
Social Share WordPress Plugin – AccessPress Social Share
TinyMCE Advanced
WP Edit
Hope to speak soon.
Kind regards
DezD
Admin
Try deactivating the following plugins:
Columns
Responsive Column Widgets
SiteOrigin Widgets Bundle
TinyMCE Advanced
WP Edit
Hi Syahir
many thanks for getting back to me an apologies that it’s taken so long for me to answer. I’ve changed job roles and things are pretty hectic at the moment.
I’ve done as you suggested and added the following to the bottom bar, but for some reason the html gets stripped out and only the copyright notice is shows??
Any ideas why please??
Kind regards
DezB
<div class="container clearfix">
<div class="row">
<div class="copyright col-xs-12 col-sm-6">
<p class="copyright-text">
© Copyright 126 City of Derby ATC 2017
<br>
</p>
</div>
<ul class="col-xs-12 col-sm-6 social-links text-alignright">
<li>
<a href="https://www.facebook.com/126Squadron/?fref=ts" title="126 City of Derby ATC Facebook Page">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/126DerbySqnATC" title="126 City of Derby Twitter Page">
<i class="fa fa-twitter"></i>
</a>
</li>
</ul>
</div>
</div>Admin
Quote:I’ve done as you suggested and added the following to the bottom bar, but for some reason the html gets stripped out and only the copyright notice is shows??Something on your site is stripping out the HTML. Try deactivating all plugins temporarily to see if it’s really a plugin conflict issue.
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.