Editting Detail Within Wordpress Footer - wordpress

A friend of mine is working a design, and she wants to add some extra details to the footer. However the links to the theme she also wants to edit ;
http://www.certaxnorthampton.co.uk/
Please can you tell me where that is displaying the data from? As i have checked the footer.php and it appears to not be located in there.
thanks
Kirsty

Related

How to Remove Body Element on Elementor Wordpress

As you can see from the picture, I have the site name that appears on top of my website and I want to remove it. The problem is that I can't figure out how to remove it. The variable is a text variable at the start of the body section. I went to edit the theme and I can't find that text, I tried to remove all the plugins I installed and still nothing, I can't really understand where to look to remove it.
Have you checked the header or the footer files of your active template ?
Also the overall configuration on the customizer side ?
If you already did all this, then let check the overall wordpress installation options over https://mytld.tld/wp-admin/options.php.
If you are still not successful then go to your database to consistently remove it!
Hopefully, this will help you by!
Ok, this is really strange. There is nothing in the source code as you can see with i.e. "view-source:https://damamma.net", so it's there because of a script.
Deactivate the Plugin PixelYourSite and check again.
I don't think it is caused by Wordpress itself, Elementor or the Theme.

Wordpress website duplicating the content and putting it above the menu bar

I was changing the theme on my wordpress website, and when i activated the new theme it entirely changed the placement of text. The text in the body of the website was moved into the header, above the navigation links. Picture of my problem:
I have no idea what has caused this to happen and would appreciate any help
Thanks guys!
I found that the content is in the <head/>. looks like "dev" code too me or a plugin conflict. What theme is this? below you can see the html thats in the head:
Kindly go widgets and check if the contents of the widget moved up to the header
If not, check if there is any page builder plugin like elementor or wp bakery. If yes kindly try disabling the plugins.
If the above two points doesn't work, check if the contents from posts moved to the header and check theme settings for the same.

Disable Gravity forms scroll to top in elementor

I've got a problem. I'm currently working for a client in an Wordpress buildup with Elementor. They have a form made with GravityForms.
When I submit the form it automaticly scrolls to top. I want it to do nothing more than submit the form. So... no scrolling.
I found out I can 'easy' set it off. But it won't work over here
https://docs.gravityforms.com/disable-automatic-scroll-form-confirmation/
On some other websites I found they said 'Place it in the functions.php'.
So I did, I had no idea where specific in the fuctions.php... but It didn't work on top neither on the bottom.
Other websites told me to work in the theme files (since there is no theme because I'm using Elementor I can't find where...
The docs.gravityforms.com told me to paste it in form_display.php...
Whatever... Where ever I post the 'easy' line of code. It wont work...
Can somebody please help me out.
Where specefic do I have the place this line of code
add_filter( 'gform_confirmation_anchor', '__return_false' );
Thanks in advance!!!
functions.php is a Theme File that you cam Access From WordPress Dashboard>> Apperence>> Theme Editor >> and now look for the right panel http://prntscr.com/prb6v2
After opening the functions.php file put that line of code at the bottom of it & Save.
However, It's recommended to do such Theme file edit via child theme otherwise you will lose your edit's after next theme update.

How to edit Wordpress code for a specific page?

I feel kind of stupid asking this but... I have three pages on my website. There is one of them I want to edit. How do I access the code of this page? I need to change the size of a Google Maps I have embedded on the page.
Go edit this page, in the right sidebar look for Template in page attributes box. This page should be using a template, go to your theme folder and look for a php file with the similar name, when you open, it should have the exact template name in the header, that's where you can edit the code of this page assuming that it use a template.
I managed to solve the problem by playing around with some divs in the css.

WordPress v3.5.1 collapsible menu missing

I have Admin role but the collapsible menu (left side panel) is missing, I tried to create another admin but still no avail. I can access WP file when I type it as URL (ex http://xxx-xxx.com/wp-admin/plugins.php) Please help I'm still a newbie.
Thanks you very much!
You might want to check the functions.php file for the installed theme. Look to see if there is any PHP code that starts with the line if(is_admin()). One of these may be affecting the admin area, or a function intended for the front end may be screwing with the admin area and need if (!is_admin()) wrapped around it. Are you familiar with this sort of WordPress stuff?
NOTE: we talked through the problem in the comments, so I added the answer formally here.
(The theme's functions.php had a remove_menu() line, which was commented out to restore the admin sidebar menu.)

Resources