sionlanini
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Widgets] Works with exception on home page, but not any othersThanks! I’ll give it a try
Forum: Fixing WordPress
In reply to: Trouble with playing .swfJust to clarify, the connection with the database was broken when our website got upgraded (possibly relational URLs?).
Our developers were able to disable the database connection, so it should in theory work on the website as it does on my computer locally?
Any insight you can offer would be much appreciated!
Thanks,
Sion
Forum: Themes and Templates
In reply to: [Customizr] Customizr theme, text-align widgets in footerHey there,
This worked for me (www.worldatplay.org.uk):
footer#footer p {
text-align: left;
}footer#footer h3 {
text-align: left;
}Cheers
Sion
Forum: Themes and Templates
In reply to: [Customizr] New Bootstrap 3 Version ?I’m thinking of trying to make my website more responsive.. should I wait til next week then? 😉
Siom
Forum: Themes and Templates
In reply to: [Customizr] Optimising webste / reducing bandwidthThanks rdell. I came across W3TC and just wanted to check for compatibility.. which if you’re using it seems ok!
Forum: Themes and Templates
In reply to: [Customizr] changing path of wordpress installationtry using velvet blue url changer plugin, as the links in your database need to be updated
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] modifying cssHi rm2773
Thanks for the extra tip – it was displaying OK on mine but good to make sure it looks neater across more platforms.
Thanks again very much for your help,
Sion
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] modifying cssHurray! That seems to work – thanks so much for your help 🙂
So for future plugin updates I need to:
Go to line 1720 in googlelanguagetranslator.php and find this:
.goog-te-gadget .goog-te-combo { margin-top:-7px !important; }And then change it to this:
.goog-te-gadget .goog-te-combo { margin-top:-3px !important; }And then find this on line 1726:
#google_language_translator {
clear:both;
width:auto !important;
text-align:right;
}Then change it to this below:
#google_language_translator {
width:310px !important;
clear:none !important;
text-align:right;
}Thank you!
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] modifying cssHi rm2773,
Thanks for taking the time to explain – I have learned so much over the past month from supportive community members so really appreciate your patience!
I have made the modifications as instructed in my child theme’s style.css and in the google-language-translator.php file, but it appears that the button and the ‘back to top’ part of the theme are still on different lines.
Do you know whether it’s possible to get them on the same lines?
Thanks
Sion
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] modifying cssAw shucks, sorry guys. Forgot the cookie declaration plugin was showing up for you.
I’ve changed it appear on the top now, so you should hopefully be able to see the translate plugin now in the bottom right. Thanks for your offer to help though.
I’m looking to have the ‘Google Translate’ text, the drop down box and the ‘back to top’ link alongside each other in the same vertical alignment as the social media links on the left.
Do you know how I could do this?
Thanks for your perseverance!
Sion
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] modifying cssHey there!
The translator is at the bottom of the page at http://www.worldatplay.org.uk/wordpress
Can you not see it?
Cheers
Sion
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] modifying cssHi Rob,
Thanks for your message. The website is at http://www.worldatplay.org.uk/wordpress
I’m trying to get the plugin to sit neatly next to the ‘Back to top’ link and inline with the rest of the footer items.
Any ideas?
Thanks 🙂
Sion
Hi Peter,
Thanks for your email and for your concern. I was using a custom CSS with a child theme, but it didn’t seem to be working.
It turns out the CSS I wanted to change was actually related to the theme and not the plugin, so I got there in the end anyway.
Thanks again and keep up the good work!
Sion
Forum: Themes and Templates
In reply to: [Customizr] changing width of sidebars and article-containerHi Electric Feet,
Thanks for the caution. I’ve adapted the content to fit the spans as they are.
Cheers
Sion
Forum: Themes and Templates
In reply to: [Customizr] add another sidebar