jack4arpit
Forum Replies Created
-
I know that “js_composer” is causing this error. If I disable it, everything works fine. But I need this plugin. I have tried re-installing it, still the same.
Also tried increasing memory limit to 256M, still same. php memory limit also increased to 256M. Nothing worked.What do you suggest next?
Forum: Fixing WordPress
In reply to: manual translationTry,
Forum: Fixing WordPress
In reply to: Error establishing a database connectionI guess its server problem. Actually the server I am working on is Chinese.
Also the website works fine most of times. This error comes randomly at any time. So I think wp-config has all the permission to read my database.Forum: Fixing WordPress
In reply to: Header hoverTry
.nav-menu-main > ul > li:hover {
background: none !important;
}Forum: Fixing WordPress
In reply to: dropdown not working in ipadits working for me on every mobile device.
Forum: Themes and Templates
In reply to: [Make] Mobile menu – menu-toggle beside logoUse,
.site-branding {
width: 80%;
float: right;
margin-top: 5px;
}
#site-navigation {
width: 16%;
float: left;
margin: 0 5px;
}
.menu-toggle {
margin: 0;
}
.menu-primary-container {
width: 100px;
}Forum: Fixing WordPress
In reply to: dropdown not working in ipadPlease provide a url
Forum: Themes and Templates
In reply to: [Make] Mobile menu – menu-toggle beside logoPost the url of your website please
Forum: Fixing WordPress
In reply to: Sidebar is showing up at the bottom of pageUse,
.googlepublisherpluginad {
clear: none !important;
}Forum: Fixing WordPress
In reply to: Change post title size in search resultsUse,
.entry-header a {
font-size: 28px;
}Forum: Fixing WordPress
In reply to: add/change copyright sectionchange it via jQuery or making changes in your footer.php
Forum: Fixing WordPress
In reply to: Header hoverUse,
.nav-menu-main > ul > li.current_page_item > a, .nav-menu-main > ul > li.current-menu-item > a{
background: none;
}