How to Remove Body Element on Elementor Wordpress - 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.

Related

Style.css not updating when changed in theme editor

New to wordpress theme editing and php.
I am working on a website and i have run into an issue, within the style.css there is a #meadia breakpoint added that screws up the view for mobile users and adds a margin.
This is the code:
.wpb_row.full-width-content{margin-left:-10px!important;}
Now what i do is change this in the child theme, theme editor to:
.wpb_row.full-width-content{margin-left:-10px!important;}
And it says that this is saved!
However, when I return to the page and inspect the mobile view, it still says
.wpb_row.full-width-content{margin-left:-10px!important;}
Am I completely missing something here, or making a noobish error here. Hope anyone can help. Good day to you!

Backend content of page is not showing in wordpress

Okay so my problem is that, I am currently working on a website which is already been created using wordpress. My problem is that when you see the website page, there is all the data and everything is present. But when I come to the backend of the page in wordpress its not showing any content at all. I mean its like there has never been the data at all in this page. Its so confusing. Please answer me this. And kindly remember that I am not a good coder so anything that is related to coding please ellaborate it with examples.
I 've fixed it.
The problem is in charset of db.
Open wp-config.php file and just change charset to utf8 & comment the old one.
define('DB_CHARSET', 'utf8');
Thanks
Like the other commenters mentioned, you can also insert content into pages on Wordpress with pages on custom themes.
Remember to back up your site before you make any changes.
Try to change your theme by going to 'Appearance->Themes' in the Wordpress admin window and activating a new theme. Head to the page in question and see if the content is still there. If it isn't, it's being added in a custom theme, which is probably what's happening.
If that's all you need to know, you're all set - otherwise, you can use this process to find what's creating the content:
Go to your Wordpress installation directory (you'll know you're there when you see folders like 'wp-admin' and 'wp-content'), then go to 'wp-content->themes' and see what themes you have installed. You can dig around in the php files there to find the content being created. You'll need to play around with PHP if you want to learn more from there.

Renamed a page and changed the slug, now its gone

The title says it. I renamed a page in wordpress along with the permalink (the slug also changed) and now I can't find it on my site.
The menu updated along with my changes, but the page content isn't there when I click on it.
Here's the offending page
If anyone can tell me what I did wrong and particularly how to fix it, I'd really appreciate it.
Thanks in advance!
Try regenerating permalinks - editing permalink settings triggers that regeneration.
Also, if you have any kind of cache plugin running, purge it's data too.
This was a conflict with a portfolio feature in my theme (Bello by WeGraphics)... I renamed the permalink and it works fine now

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

Admin pages and posts layout messed up

I've got an error in my WordPress installation.
The error is that the columns in the wp admin pages and posts are messed up.
See image here:
I've updated to the latest release of wordpress, tried to disable all plugins and tried to change the column number. Nothing fixed it.
Has anybody seen the same issue and/or know a solution to fix it?
Have you tried switching theme? weird problem..
You also try to download wordpress and replacing all css files in wp-admin/css with the newly downloaded.
If that doesn't work replace the wp-admin/js.
If that doesn't work replace the whole wp-admin folder.
Finally you could try to 'reinstall WordPress' from the dashboard -> updates screen.
Make sure you use the same versions of WP.
And as always make a backup before you start.

Resources