Questions tagged [wordpress-5]

This tag is for programming-specific questions referring to version 5.x of WordPress. For general questions use [wordpress]

Links

6 questions
5
votes
2 answers

How to extend sorting order of Team Members

I'm using Business Lounge theme by RT themes with Elementor. Wordpress version is current (5.2.1) On the team page (Demo: https://businesslounge-demo.rtthemes.com/our-team/) there is a list of cards of team members. I want to change the order of the…
yunzen
  • 32,854
  • 11
  • 73
  • 106
0
votes
1 answer

wordpress 5 empty site when i load pictures from media library

I am currently trying to implement the carousel from bootstrap 4 in wordpress. unfortunately i got that when i load the pictures from wordpress media library i get empty site. where is the lack? this is the test code
Ayari
  • 39
  • 1
  • 11
0
votes
3 answers

Wordpress classic text editor not displaying post content and toolbar is missing

I am using wordpress 5 along with Classic Editor plugin. But I am not able to edit posts using it. The post edit area is completely blank and the toolbar above it also not showing .
sourabh
  • 418
  • 4
  • 8
0
votes
1 answer

How to get back the previous/old editor in wp admin in updated version >5

Wp updated version >5 is creating a problem in wp admin editor, is there any way to switch the editor to the previous one ?
-1
votes
1 answer

Recently downloaded WordPress 5.7.2 but when run on localhost fetch error

I download WordPress 5.7.2 zip file on official site. after extract file and put it on htdocs and run it on browser localhost/wordpress/index.php. But fetch error Parse error: syntax error, unexpected '.', expecting '&' or T_VARIABLE in…
pintu
  • 7
  • 2
-1
votes
1 answer

Missing a temporary folder problem while image upload

showing 'Missing a temporary folder.' problem added below code in wp-config.php file define('WP_TEMP_DIR', dirname(FILE) . '/wp-content/temp/'); also Created the Temp Folder inside wp-content define('WP_TEMP_DIR', dirname(FILE) .…
user3601901
  • 1
  • 1
  • 2