Anand Parmar
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to remove Breadcrumbs from shop page ?@karsen i think this will work
Edit shop page and go to “super simple custom css” section and add this css
section#title { display: none !important; }Forum: Plugins
In reply to: [WooCommerce] How to remove Breadcrumbs from shop page ?You can also hide that breadcrumbs using Super Simple Custom CSS plugin
1) Install this plugin
2) Edit shop page and add this css in “super simple custom css” plugin sectionsection#title { display: none; }Forum: Plugins
In reply to: [Super Simple Custom CSS] Needs to escape quotes in titlesHi,
This issue was solved in version 1.2. Use latest version of plugin.
Forum: Plugins
In reply to: [Super Simple Custom CSS] CSS PrefixesThis plugin can very well handle all browser prefixes.
For example,
.site-content-contain>div {
-webkit-transition:all 4s ease;
-moz-transition:all 4s ease;
-ms-transition:all 4s ease;
-o-transition:all 4s ease;
}Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined functionHi
I think there is issue with “flv_milano_portfolio” plugin.delete this plugin from filemanager and check website is working proper. if website is working than install latest version of “flv_milano_portfolio” plugin.