Scott Foshee
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] How do users register/login?Thank you.
Forum: Plugins
In reply to: [WP Edit] I can't get change fonts to workI deactivated two other font plugins and am using this one now exclusively. It seems to do the trick.
Still no help on this. Any ideas anyone?
Thanks. So that’s the WordPress Terms of Service? I’m not sure what that has to do with Auto Terms of Service and Privacy Policy?
Getting these translated into Spanish is going to cost us about $350, so I am still checking. Thank you for your help. If you find anything else, I’d appreciate it.
Forum: Themes and Templates
In reply to: [Decode] How to disable mobile optimization in Decode themeI hope this helps.
Forum: Themes and Templates
In reply to: [Decode] Language switcher box causes header to be off centerFixed this with this code:
<div style="position: absolute; right: 0;"><?php do_action('icl_language_selector'); ?></div>
Forum: Themes and Templates
In reply to: [Decode] Language switcher box causes header to be off centerLink to the page where you can see it off center:
https://lallabee.com/wordpress/?page_id=41Forum: Plugins
In reply to: [Ceceppa Multilingua] Installing changes my page formatIs there anyone else with this problem? Is it fixable or is there something else I can do?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Installing changes my page formatI am using the Decode theme. I uninstalled Ceceppa so you can see how the site is supposed to look, with the fixed bottom menu, social links, etc. When I install Ceceppa the page reverts to the default look of the theme. I then have to uninstall it and do a restore from backup to get the site back displaying correctly with the static splash page. here is the site: https://lallabee.com/wordpress/
If you would like for me to show it to you when Ceceppa is installed, let me know and I will do that so you can see it. Thank you very much for your help.
OMG – THANK YOU!!! This is exactly what I have been looking for! You are the absolute best!
How do I float or align them left on the same line as the Copyright?
OK, I added the icons from the php code at the top of the footer.
No – the codes I posted above would add them. I could use either the short ode or the php code. I don’t know how to get them to work in the CSS code so I can float it left on the same line in the footer as the Copyright.
Thank you so much for your help. `The Copyright after the ::after is correct now. I deleted the other copyright. The final thing I am trying to figure out is how to put the social media icons on the same line as the copyright and float them left. I have the shortcode for the icons:
[DISPLAY_ACURAX_ICONS]
And I also have the php:
<?php DISPLAY_ACURAX_ICONS(); ?>
I just don’t know how/ where to put them in the CSS with the Copyright text. Any ideas?