Hi folks, need some help here as it is driving me crazy trying to work out what I have done wrong. I am setting up my footer copyright text to align centre. I dont have alignment option in theme, I tried CSS code through Chatgpt to align text to center but my text align to left, right, center-right, and center-left but not align to exact center. it doesn’t workout.
I am extremely lost, any guidance would be fantastic.
]]>Any suggestions for how to do this? It’s ok if the first two footers remain side-by-side. But the copyright should appear at the bottom. Also is there some CSS that will make the copyright update the years?
Thanks!!!
]]>The theme is great for any kind of website, but how can I remove the copyright options from the footer? I tried removing the action call but wasn’t able to do so, can you help me with it?
add_action( 'init', 'remove_copyright_action');
function remove_copyright_action() {
remove_action( "greenlet_after_footer_0_columns", 'greenlet_footer_text', 9);
}
This is a business website, having copyrights will not look good. Hope you understand
]]>I have had copyright with dynamic date in every theme I ever built. Not sure why this is even important to me but I just want a public opinion before I make the change to the theme.
I can make a customizer field but I have never had to do this in the past. And there is nothing wrong with the syntax or code (uses date_i18n
, esc_
etc).
My web https://sensorhd.com
]]>What’s there now is this code:
<?php wope_var($main_option[‘copyright’]);?>
If I take out that line I remove the entire copyright text. I just want to remove “Powered by WordPress”
I’ve looked everywhere for it. In the css, the page template, functions, everywhere and I can’t find it.
Can anyone help?
]]>For example: /de-fractie/hans-de-jong/colofon
The first part is the normal url: https://www.waternatuurlijkgrootsalland.nl/de-fractie/hans-de-jong
The last word “colofon” is added for some reason I cannot track. There was a page “colofon” I linked to from the footer in html-code, i.e. in the Theme Hueman – Theme Options – Footer – Footer Copyright (because I didn’t want a footer with widgets because of the size they have).
Obviously, this caused the problem, so I remoeved the link from the footer, and even deleted this page. I also deleted cache, and synced the .htaccess file, but I still get these 404 errors.
I do hope some can explain and help!
]]>