leejosepho on "what do i need to create a page?"
ths page does not add to the menu. in earlier times this was no problem But nowadays... i do not know what goes wrong here.. I do not understand how all the various menu options in WordPress work, and...
View Articlesay_hello on "how to add the Custom Facebook Feed to responsive pro"
hello dear developer, first of all - i am really overhwelmed bout the great plugin custom facebook feed. i love it. It is so featurerich. due to a new install of wp on a freshliy configured server i...
View Articlesmashballoon on "how to add the Custom Facebook Feed to responsive pro"
Hey say_hello, The plugin is responsive by nature and so should automatically be responsive in any theme you use, so long as you haven't set a fixed pixel width on the feed. If this isn't the case then...
View Articlepressward on "logging every cookie/session issue in an sql table"
Thanks, Ryan, the vulnerabilities website helps a lot. back to wp_usermeta session_tokens; I have test-installed and am exploring WP 4.1. In the session_tokens meta_value I am seing a long hex string...
View ArticleRyan on "logging every cookie/session issue in an sql table"
In the session_tokens meta_value I am seing a long hex string (as the top key). If you parse the cookie of a logged in user: wp_parse_auth_cookie('', 'logged_in'); You'll get something like this: Array...
View Articledonaldng on "[Plugin: User Groups] SQL Database"
Following function may help // Get group name by author id (by DN 20150108) function get_groupname_by_author_id($aid) { global $wpdb; $term_ids = $wpdb->get_results( $wpdb->prepare( " SELECT...
View Articleupdate to update the data if are the same"">giwrgos88 on "How to force wpdb->update to update the data if are the same"
Hello everyone, I'm working on a pluging and I found out that when I'm trying to update a row in the database with the same values it the wpdb->update returns false instead of true. Is there any way...
View ArticleEdwinaelizabeth on "mySQL Disk Space"
Please help - I have a personal blog http://www.thelifeofstuff.com which has its own domain and is on a pro-host package which allows for Unlimited x 100 MB Space. I recently received an email from the...
View ArticleJames Huff (MacManX) on "mySQL Disk Space"
Your database really shouldn't be that large for 500 posts. I have a few thousand posts and my database is around 8 MB. First, before we try anything, make a backup:...
View Articlestickyn1 on "Array showing up in my extra meta fields"
I have 2 option, which i would like to know out of the 2 is the best. But my issue is; I have purchased USERPRO which works great. The USERPRO plugin also allows me to add custom fields into the...
View Articlesay_hello on "customize the size of the characters in theme 2015?"
fairly new to wp run a beta-beta wp version 4.1 with theme 2015 question; where can i customize the size of the article - i want ot customize the size of the characers is this possible in the theme...
View Articlesay_hello on "customize the size of the characters in theme 2015?"
here in the manual-page they show some methods: http://www.wpbeginner.com/beginners-guide/how-to-change-the-font-size-in-wordpress/ - one method utilizes a WordPress plugin known as TinyMCE advanced...
View Articlesay_hello on "adding new menus fails all the time - what can i do"
hello dear wordpress experts well i am fairliy new to wordpress. i run a wordpress version 4.1 with the theme 2015 it is a totally fresh install - and i play around with the options. at the moment i...
View Articlesay_hello on "how to arrange the text width in the 2014 theme?"
hello dear wordpress-experts have installed wp version 4.1 with theme 2014 i am using wp for some months now but i am pretty (fairly) new to all. i am trying to customize the theme; my question: how to...
View ArticlePeter Cralen on "adding new menus fails all the time - what can i do"
Hi, First you have Create new menu - Fill - Menu Name. After that just select page or whatever you want from left sidebar and click Add to Menu. Then Save Menu.
View Articlemattwebdev on "how to arrange the text width in the 2014 theme?"
Hi there. The code that is controling the content width of your theme is: .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta,...
View ArticleDoomsan on "Random Error establish database connection on WordPress 4.0.1 MU"
he site works, but every now and then, i get a "Error establish database connection" that lasts for like a minute, and then everything´s back to normal. There are even days that the error doesn´t...
View ArticleJames Huff (MacManX) on "Random Error establish database connection on...
Whenever you see that, it means that WordPress cannot connect with the database server. If you aren't changing your connection details in your wp-config.php file, then that means the database server is...
View Articlesay_hello on "how to arrange the text width in the 2014 theme?"
hello good day mamy thanks tor the hints.... creating a child theme - the link you showed me goes to a child theme for the 2015 - here all the necessary things are described. new techniques and best...
View Articlemattwebdev on "how to arrange the text width in the 2014 theme?"
That is correct, the code I provided is CSS and can go in your child-themes style.css file. Remember to replace the references to twenty-fifteen to fourteen since you're using that theme. Also, follow...
View Article