Strange Message Displaying on Wordpress - wordpress

When I open the WordPress dashboard the following message is displaying at the top of the page:
index-php auto-fold admin-bar branch-5-4 version-5-4-1 admin-color-fresh locale-en-us no-customize-support no-svg">
I don't know what's going wrong. does anybody knows about it?

Related

Elementor on Wordpress not loading due to

I'm still pretty new to Wordpress but I started rebuilding a website and I want to edit the homepage elements.
Unfortunately when i click on "edit with Elementor" i get this error:
can anyone help me please?
I want to edit my header search bar and re-order the elements in this homepage...
Can you please check the page code if
<?php echo the_content();?>
is added in your page code?

A code in Wordpress footer created by dFactory cookie plugins

I'm not a technical shark which is why I hope one of you can help me.
I installed a cookie by dFacotory to my Wordpress page, and now I get a code in my footer.
enter image description here
I dont know how to remove it, and when I inspect the element and track the code I get following code;
<body class="home page-template-default page page-id-14 logged-in admin-bar full-width
header-shadow bg-fill lightbox
nav-dropdown-has-arrow customize-support
cookies-set cookies-accepted" data-gr-c-s-loaded="true">…</body>
Can anybody help me? (BTW I need to put some spaces between the code, so it would be shown as a code, don't know if I did it correct)

Only the left menu toolbar is showing up on Wordpress admin

When I log in to my Wordpress admin, only the left menu toolbar is showing. Nothing else is displaying. The website front end works fine.
What I've done so far to investigate:
Renamed plugins folder to pluginz to make sure none of the plugins are doing this
Made sure there is no javascript error on the page
Made sure there is no 404 errors
Temporarily removed .htaccess to eliminate possible htaccess issues
Made sure there is no fatal php error thrown on admin
Any idea what might be going on?
I was able to fix the issue with help from here :
To fix the bug:
Open file blog/wp-admin/includes/screen.php in your favorite text editor.
On line 706 find the following PHP statement: <?php echo self::$this->_help_sidebar; ?>
Replace it with the statement: <?php echo $this->_help_sidebar; ?>
Save your changes.

MODx Gallery plugin doesn't show full images

I have Gallery plugin installed.
I've uploaded my images and used snippet like this: [[Gallery? &album=1]].
Now I have thumbnails shown fine, but after clicking on image I'm sent to /index.php?id=4&galItem=2&galAlbum=1&galTag= address and nothing happens - this page is the same as the previous one.
Any ideas on what I am doing wrong?
You get the link to your page with id=4. In this page you have to get galItem, galAlbum and galTag and show corresponding image. I'm not sure you have handling this in your template.
Just try this:
[[Gallery? &album=1 &linkToImage=`1`]]
You will get the direct link to your image if you keep your thumbTpl chunk as in sample:
<a href="[[+linkToImage:if=`[[+linkToImage]]`:is=`1`:then=`[[+image_absolute]]`:else=`[[~[[*id]]?
&[[+imageGetParam]]=`[[+id]]`
&[[+albumRequestVar]]=`[[+album]]`
&[[+tagRequestVar]]=`[[+tag]]` ]]`]]">
Now you just get else part.

how come the wordpress admin bar isn't being displayed properly?

i just upgraded to wordpress 3.3 and built a really basic template for some reason the wordpress admin bar on the site is displaying really weird. on the backend (dashboard) it is fine though.
i have attached an image, but is there a better way to view my problem? or has anyone else had it?
http://www.keganquimby.com/dev/
it wont let me upload an image, so to see my screen shot: http://www.keganquimby.com/dev/wp-content/uploads/2011/12/Screen-Shot-2011-12-15-at-3.07.29-PM.png
I didn't know you could actually disable the admin bar for the front end of your site altogether, which is what I needed. Clicking on users then toggling the "Show Toolbar when viewing site" option off did it!
If you have already included wp_head(); & wp_footer();
Check function.php for show_admin_bar(FALSE); and change it to show_admin_bar(TRUE);
Have you made sure that your header.php contains the wp_head(); function call as last line of your head container and that you have wp_footer(); as the last line of your body container?
It's hard to diagnose the issue since your error probably lies server-side (PHP code).

Resources