Home › Forums › WordPress Themes – Premium › Preference › Logo
- This topic has 9 replies, 29 voices, and was last updated 10 years, 5 months ago by
Sushil Adhikari.
-
AuthorPosts
-
April 22, 2013 at 11:03 pm #13734
Zdenka
MemberHi,
how do I center my logo on the Preference frontpage?
Is there a limit size for the logo?April 23, 2013 at 6:06 am #17738Sushil Adhikari
ModeratorSorry for late reply….there is no limit size. As for centering, this should be centering because this was fixed in the most recent version. What version of Preference do you have and also, do you have a link to your website where this is and I can take a quick look? Thanks.
April 23, 2013 at 7:04 am #17739Zdenka
MemberWell. I’m still learning how to use the theme while waiting when your Encouters theme is released.
It’s http://www.kvaskovani.cz.
Also I wonder how I can change the colour of thin lines (see the footer on the left) and of the small text in quotations.Thanks
zd.(please when will the Encouters theme be available?)
April 23, 2013 at 8:14 am #17740Sushil Adhikari
ModeratorCurrent theme version you are using is 1.4.1, but the latest is 1.4.3 which solves the issue with the centering of the logo. You should download the theme again for the latest version, unzip the theme file, then replace the existing theme files. Please note if you made any theme file modifications, they will be overwritten.
For your lines in the footer, the styling for this is found in the theme’s style.css file around line 149 and looks like this:
#footer-wrapper li:hover {
border-color:#84a2ab;
}“Remember when making modifications, hopefully you are using the child theme method 🙂
As for the Encounters theme….this week for sure.
April 23, 2013 at 1:23 pm #17741Zdenka
MemberHmmm. I bought the theme on the 8th, after the last upgrade. So I believed to have the last version. OK, now it’s definitely 1.3.4 but it did not help (I removed the logo and downloaded it again). Am I to upgrade the Child theme as well? But this also, I dowloaded from you tutorial link on the 8th April…
April 23, 2013 at 6:29 pm #17743Sushil Adhikari
ModeratorI just looked at your site and your logo is now centered, so it appears it’s now working for you from the upgrade of the theme. For the Child theme, you do not need to upgrade that.
April 23, 2013 at 8:44 pm #17744Zdenka
MemberSorry, but the logo is not centered in my browser (safari). I made a screenshot but am not able to add a file here. The button “add file” doesn’t react for me.
April 23, 2013 at 9:24 pm #17745Sushil Adhikari
ModeratorSorry about the add file function….I have to update the forum and make some adjustments, but haven’t had the time to do this yet…hopefully soon. I just tried your site in my Safari, although Windows Safari, I also tried it in Chrome, ie, and Firefox….all show a centered logo. You may want to clear your browser cache to see if that refreshes your site and shows it centered?
April 23, 2013 at 11:31 pm #17746Zdenka
MemberYes, that worked. Thank you.
Please, is the access to the theme updates also limited for one year only?I also tried to look at the CSS style sheets.
OK, the place in the Child theme CSS looks like that:/* Add your style.css changes here
————————————————————– */Where exactly do I copy the code? Do I rewrite the text (“Add you style….”)? Do I put it under the dotted line? above? instead of it?
What part of the code do I copy there – I guess I have to include the title before { , and the the code I want to change in {} . The lines must be maintained?
Would it be possible to easily change Preference from boxed to full width?Please, would it be possible to make the themes translation-ready? I can’t find any .pot file …
April 23, 2013 at 11:51 pm #13735Sushil Adhikari
ModeratorA full year yes…usually the average life of a theme for code and compatibility updates is 1 year. Sometimes a theme needs to be completely rebuilt at least once a year, but generally a full year of updates pretty much guarantees all bugs or other adjustments have been achieved by that time and the theme should last past the year.
Copy & pasting code into the child theme’s style.css will go below the comment like this:
/* Add your style.css changes here -----------------------------------------------------------------------------------*/ .yourclass { background: #000000; }
Regarding changing the width from boxed to full width with Preference could be done but it would definitely be significant recoding.
-
AuthorPosts
- You must be logged in to reply to this topic.