Why is my website going blank everytime I edit a row in Wp_options?
I have a wordpress theme and I am trying to change a bit of text that I can only really find in the database. It's a bit of title text that I can only find in the wp_options database.
I found the bit of text I need to change in wp_options, in a row under "of_options"
...";s:16:"translation_port";s:16:"Recent portfolio";s:23:"translation_relatedpost";
s:7:"Related"; s:27:"translation_advertise_title";s:28:"Our Nights";
s:20:"translation_morelink";s:9:"Read more";s:24:"port_project_description";s:20:
That above code does not have any breaks in it, I only changed it for ease of reading.
Just ran another test, and I dont actually have to change a single bit of text, purely opening the row for edit, then saving it without touching anything messes it up.
No logos, images, layout or anything shows. Only the background image :/
I have no idea, tried everything.
Any help would be appreciated.
Solutions
Never fully read it.
Was a part in the theme
edit menu
to change the titles under a translation tab. My bad.
Don't try to edit this field in the database.
What you see here is a serialized array.
'of_options' refers to '
Options Framework
' and is an array containing all chosen options.
Look under Appearance for an options links. The values will be editable there. If somewhere else you need to add more info to your question for help to be provided.
Similar questions
Blank space going off-screen
I am trying to fix the following issue on this website: http://santanna.beutifi-website.com/ Notice that there is a blank space to the right as if the page has a wider width or margin, although after checking these features, I could not figure out what the problem is. It does not happen on mobile devices though. I played with developer tools for qu...
Cron firing my function everytime wp-admin is visited
This is a MU-plugin I'm developing, and I want it to run hourly. Unfortunately, it's running every time I visit any site's wp-admin page. I've used the Debug Bar plugin with the Cron plugin, and it consistently says that the next event is in the past. Any ideas?
How do I add custom fields to posts without having to manually add everytime I post?
I am new to wordpress but I was trying to add custom fields to certain posts but I don't want to manually add every time. I saw there is a custom post type class that you can specify but I didn't find any related info when I searched. Essentially I want to add metadata so that I can add search functionality on posts. ie. rating, difficulty, etc.
wp_get_attachment_image_src() regenerate custom size images everytime
i try to make simple gallery from post's attachment images with custom sizes. i wrote simple loop: but performences page becomes so poor. i check creation time of my custom size images and saw that it time equals page loading time. It means that wp_get_attachment_image_src() regenerate my images everytime when page is loading. i try to use image_ge...
Also ask