Home › Forums › Weaver Xtreme Theme › Copyright Informations in the footer
- This topic has 16 replies, 3 voices, and was last updated 4 months ago by
scrambler.
-
AuthorPosts
-
May 28, 2023 at 13:06 UTC - Views: 77 #72880
JMittendorf
ParticipantHello,
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
May 28, 2023 at 23:39 UTC - Views: 71 #72883scrambler
ModeratorPlease 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?
May 29, 2023 at 07:38 UTC - Views: 66 #72886JMittendorf
ParticipantHello,
sorry for the incomplete informations:
- I want to have the text centered
- #site-info {text-align:center;}
- https://www.iw-nordharz.de
Jörg
May 29, 2023 at 08:52 UTC - Views: 62 #72889User
ParticipantHi Jörg
Try: #site-info { float: none; padding-left: 0em; }
Regards!
May 29, 2023 at 09:26 UTC - Views: 61 #72890JMittendorf
ParticipantHello,
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
May 29, 2023 at 12:13 UTC - Views: 54 #72891User
ParticipantJörg
Please try just adding the following into Customize > Custom CSS > Global Custom CSS >
#site-info { float: none; padding-left: 0em; }
Regards!
May 29, 2023 at 12:20 UTC - Views: 50 #72892JMittendorf
ParticipantHello, 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
May 29, 2023 at 12:49 UTC - Views: 46 #72893JMittendorf
ParticipantHello 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
May 29, 2023 at 16:30 UTC - Views: 39 #72894scrambler
ModeratorOK 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
May 29, 2023 at 20:06 UTC - Views: 35 #72898JMittendorf
ParticipantHello,
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
May 30, 2023 at 00:30 UTC - Views: 29 #72900scrambler
ModeratorFor 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 boxIf 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.
May 30, 2023 at 06:24 UTC - Views: 30 #72901JMittendorf
ParticipantUnder
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:
Is it a class of weaver xtreme?
I have no idea more.
Regards Jörg
May 30, 2023 at 16:44 UTC - Views: 21 #72905scrambler
ModeratorWe 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.
- You had mentioned that you made the Footer Full width. How did you do that?
- What version of the theme are you using
- What version of the Xtreme Theme support plugin
May 30, 2023 at 18:45 UTC - Views: 17 #72907JMittendorf
ParticipantHello scrambler,
here are the answers for your questions:
-
<li style=”list-style-type: none;”>
- 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”
- I use the version 6.2.1.4
- 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örgMay 30, 2023 at 18:54 UTC - Views: 17 #72908scrambler
Moderatorcustomizer -> 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
May 30, 2023 at 19:12 UTC - Views: 11 #72912JMittendorf
ParticipantOk 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?
-
AuthorPosts
- You must be logged in to reply to this topic.