WooCommerce: I Need to hide my page title/header (including menu) from all the WooCommerce related product pages, such as category and keyword pages

Take a look at the body class tags. This will help you further define your CSS selectors to target the elements you want to hide. In this use case, you can a single CSS rule to hide the header on each and every woocommerce page. Here is what I would use in your case .woocommerce … Read more

WordPress mobile and desktop header problems [closed]

The problem either in your theme setting or in css. if the theme setting try make header backround #000 on mobile and align logo center. So that will how your site look on mobile if you write custom css, here is the solution @media screen and (max-width: 767px) { #masthead_TesseractTheme .site-branding { text-align: center !important; … Read more

How to get customable image header?

Add the below code in functions.php File of your theme. It will tells your theme to support custom headers: $defaults = array( ‘default-image’ => ”, ‘width’ => 0, ‘height’ => 0, ‘flex-height’ => false, ‘flex-width’ => false, ‘uploads’ => true, ‘random-default’ => false, ‘header-text’ => true, ‘default-text-color’ => ”, ‘wp-head-callback’ => ”, ‘admin-head-callback’ => ”, … Read more

CSS does not take effects and it doesn’t show in inspect [closed]

This is the relevant section of CSS in your stylesheet: /*————————————————————– ## Uling dini ke beten, Bapak Ngelah olah2an. Kangguang deen malu! ————————————————————–*/ /*————————————————————– ## Header ————————————————————–* .site-header { background-color: #473C93; } #branding-logo { float: left; width: 50px; height: auto; } /*————————————————————– ## Menus ————————————————————–*/ If you look closely you’ll see that the CSS comment … Read more

Use WordPress Built In Jquery

The jQuery object is jQuery rather than $. See noConflict wrappers in wp_enqueue_script for some examples. jQuery(document).ready(function($) { // Inside of this function, $() will work as an alias for jQuery() // and other libraries also using $ will not be accessible under this shortcut });

Put CSS on TOP, how?

Would be interesting to see if you get the same YSlow message when checking your site without any plugins. Its a little difficult to be sure because of the minification of HTML/CSS on your site, but it seems some of the plugins are not inserting stylesheets in to the <head> part of your document, and … Read more

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