Home Forums Weaver Xtreme Theme Copyright Informations in the footer

Viewing 16 posts - 1 through 16 (of 17 total)
  • Author
    Posts
  • #72880
    JMittendorf
    Participant

    Hello,

    I have read following in the weaver xtreme guide:
    By default the Site Copyright is on the left, and the Credits are on the right….

    On this page (https://guide.weavertheme.com/alignment-title-tagline-copyright-credits/) of the weaver xtreme guide are some css codes where I could change the alignment of the footer text, but it doesn’t work, and I don’t know what is wrong.

    Or can I change the alignment over the customizer (WordPress) or over weaver xtreme admin?

    Thank you very much for the support.

    Regards Jörg

     

     

    #72883
    scrambler
    Moderator

    Please be specific about what you are trying to do and what you have done.

    • What alignment are you trying to achieve.
    • What CSS have you put in the Custom CSS Rule box.
    • And most important, what is the link to your site?
    #72886
    JMittendorf
    Participant

    Hello,

    sorry for the incomplete informations:

    Jörg

    #72889
    User
    Participant

    Hi Jörg

    Try:  #site-info { float: none; padding-left: 0em; }

    Regards!

     

     

     

    #72890
    JMittendorf
    Participant

    Hello,

    I have tried the following config under weaver xtreme admin -> main options -> footer -> site copyright

    © [ php]#site-info { float: none; padding-left: 0em; }[/php] http://www.iw-nordharz.de | Impressum | Datenschutz | [rcb-consent type=”change” tag=”a” text=”Privatsphäre-Einstellungen ändern”] | [rcb-consent type=”history” tag=”a” text=”Historie der Privatsphäre-Einstellungen”] | [rcb-consent type=”revoke” tag=”a” text=”Einwilligungen widerrufen” successmessage=”Du hast die Einwilligung für Services mit dessen Cookies und Verarbeitung personenbezogener Daten erfolgreich widerrufen. Die Seite wird jetzt neu geladen!”]

    before I had the following config

    © 2023 http://www.iw-nordharz.de | Impressum | Datenschutz | [rcb-consent type=”change” tag=”a” text=”Privatsphäre-Einstellungen ändern”] | [rcb-consent type=”history” tag=”a” text=”Historie der Privatsphäre-Einstellungen”] | [rcb-consent type=”revoke” tag=”a” text=”Einwilligungen widerrufen” successmessage=”Du hast die Einwilligung für Services mit dessen Cookies und Verarbeitung personenbezogener Daten erfolgreich widerrufen. Die Seite wird jetzt neu geladen!”]

    But it doesn’t work.

    Jörg

     

     

     

    #72891
    User
    Participant

    Jörg

    Please try just adding the following into Customize > Custom CSS > Global Custom CSS >

    #site-info { float: none; padding-left: 0em; }

    Regards!

    #72892
    JMittendorf
    Participant

    Hello, it doesn’t work.

    Is there any possibility to change the text from left alignment to center alignment or to right alignment over the webgui of weaver xtreme?

    Jörg

     

    #72893
    JMittendorf
    Participant

    Hello I have found a workaround.

    I have changed the site width, but it is not a real solution. There must be a way to set the text of the footer to center, when the site width is greater.

    At the moment it seems that the text of the footer is left alignment.

    Jörg

    #72894
    scrambler
    Moderator

    OK lots of things here.

    First you have set the width of the footer to 120%, please remove that
    Second you added the class wvrx-fullwidth to the footer, please also remove that. (if later you do want the footer full width, use the align area optioon full width for it.

    Then add the rules below to the custom CSS rule box
    #site-info {padding-left:0;width:100%;text-align:center;}

    if still a problem, leave things as I described above and post back

    #72898
    JMittendorf
    Participant

    Hello,

    First you have set the width of the footer to 120%, please remove that -> I have set it to 100%

    Second you added the class wvrx-fullwidth to the footer, please also remove that. -> I don’t know this class, is the class from any plugin? I have found the class, but I don’t know for what this class is. And when I don’t know I can’t delete the class.

    Third point I do, when I know for what this class wvrx-fullwidth is.

    Thank you very much.

    Jörg

     

     

     

    #72900
    scrambler
    Moderator

    For the class, You had said that you made the Footer Full width, How did you do that, because from looking at the site it looks like you did it by adding the class in the footer area class box. If not explain what you did.

    And check what you have in

    If using legacy admin:
    Appearance > Xtreme Admin > Main Options > Footer > Footer Area > Add Classes box

    If you use the customizer:
    Customize (in Where Mode) > Footer > Footer Area > Other > Footer area Add classes.

    And add the rules I gave you they will work now that the width is set properly.

    #72901
    JMittendorf
    Participant

    Under

    Appearance > Xtreme Admin > Main Options > Footer > Footer Area > Add Classes box

    I have no entry and also under

    Customize (in Where Mode) > Footer > Footer Area > Other > Footer area Add classes.

    it is the same no entry

    When I search with google for the class name “wvrx-fullwidth” the first entry shows me a thread from 2016 of weaver xtreme forum:

    Problem with wvrx-fullwidth

    Is it a class of weaver xtreme?

    I have no idea more.

    Regards Jörg

     

    #72905
    scrambler
    Moderator

    We can keep trying to figure out why you have that class on the footer, but in the mean time, you can add the CSS rule I gave you to center your copyright, it is independent of the wvrx full width class.

    #site-info {padding-left:0;width:100%;text-align:center;}

    About the wvrx-fullwidth class:

    This is a Weaver class that use to be used to make area full width before weaver implemented the full width as an “Align area” option. It was either used by options found in the full width TAB which are now gone, or added manually where I mentioned.

    Can you please answer the questions below.

    1. You had mentioned that you made the Footer Full width. How did you do that?
    2. What version of the theme are you using
    3. What version of the Xtreme Theme support plugin

     

    #72907
    JMittendorf
    Participant

    Hello scrambler,

    here are the answers for your questions:

      <li style=”list-style-type: none;”>
    1. I think I have told something wrong. I think I have done it under customizer -> footer -> footer area -> Footer Alignment and Spacing -> Footer Area Visibility and the value is “Extend BG to full width”
    2. I use the version 6.2.1.4
    3. I use the version 6.2.9

     

    I have copy your css code to customizer -> footer -> footer area -> Footer Area Custom CSS

    And it works.

    Great

    Thank you very much
    Jörg

     

    #72908
    scrambler
    Moderator

    customizer -> footer -> footer area -> Footer Alignment and Spacing -> Footer Area Visibility and the value is “Extend BG to full width”

    OK that clarifies it, so you can go back to align left or center for that setting, given you have no Background to extend.

    The CSS Could actually go to:  Customize > Custom CSS > Global Custom CSS , instead of the footer CSS

    It is easier to keep track of CSS when all in that One place, rather than disseminated in the various areas boxes

    #72912
    JMittendorf
    Participant

    Ok one place for the whole css code is easier to control. But I think it is difficulter to find out in some months which css code belongs to what.

    I must know for what is the container id #side-info.

    Do you have an overview for all container id’s which are used in the theme?

     

     

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