Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #13734
    Zdenka
    Member

    Hi,
    how do I center my logo on the Preference frontpage?
    Is there a limit size for the logo?

    #17738
    Sushil Adhikari
    Moderator

    Sorry 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.

    #17739
    Zdenka
    Member

    Well. 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?)

    #17740
    Sushil Adhikari
    Moderator

    Current 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.

    #17741
    Zdenka
    Member

    Hmmm. 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…

    #17743
    Sushil Adhikari
    Moderator

    I 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.

    #17744
    Zdenka
    Member

    Sorry, 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.

    #17745
    Sushil Adhikari
    Moderator

    Sorry 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?

    #17746
    Zdenka
    Member

    Yes, 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 …

    #13735
    Sushil Adhikari
    Moderator

    A 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.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.