background changed after WordPress update

What version did you update to? The following has only been tested in 4.7.3 (and I never use custom backgrounds in the customizer, so I’m not sure what previous version of WP did there). In the customizer, when you set the custom background image, there should be an “Image Size” dropdown. You probably have “Original … Read more

How to add input search field with roudned corners?

Your markup is technically correct with the exception of your first line of css. You need to remove the e before the .searchform declaration for it to accept those styles. The code below is working correctly (see demo here: https://codepen.io/raptorkraine/pen/eyJrJG) however if your input still doesn’t show rounded borders it might be that your styles … Read more

Issue with TABLE or DIV padding on Mobile [closed]

This is a common CSS problem. In your table, there are too many columns for the width to accommodate, so div.table is overflowing from its container. To fix, wrap div.table inside another div. Set the outer div to: width:100%; overflow:auto; div.table will now stay within the boundaries without breaking the right margin, but will need … Read more

css .active dropdown selects all links

It does this because you’ve told it to. li.active a means “all a tags that are descendants of li tags with the active class”, and submenus in WordPress are structured like this: <ul> <li> <a href=”#”></a> <ul> <li> <a href=”#”></a> </li> </ul> </li> </ul> So the li for any menu item with a submenu also … Read more

remove author and date from all posts [closed]

For those who have the same issue, I solved it by doing the following: Within Apparence -> Customize -> Blog Post Options -> uncheck “post Date” uncheck “post Author” These settings, removed the author and date from the post. Then, commenting the following line from single.php /*$cmsms_post_author_box = get_post_meta(get_the_ID(), ‘cmsms_post_author_box’, true);*/ And then, I’ve changed … Read more

CSS messes up when CACHE is cleared

Caching is usually an issue with the visitor’s browser. Sometimes they won’t get a change that you have made to a page. So a Ctrl+F5 will force a reload of everything. If you have enabled caching on the back-end (usually with a plugin), then you may need to rebuild the cache for that page. If … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)