mohdrafie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why Themes do not show in admin after intalled?That’s weird. I can access the style.css of the twentyeleven. Let me know if anyone fixed this, I am keen to know.
Forum: Themes and Templates
In reply to: How to Remove the Featured Image in this Theme?Install the Custom CSS plugin as suggested by Andrew.
Then add this code:
#header-image { display: none; }
Forum: Fixing WordPress
In reply to: Headers already sent warning problem?Re-upload the theme file again. But first, make sure you have create the backup
Forum: Themes and Templates
In reply to: Drop menu overlaping.NWDS-nav ~ .NWDS-nav { z-index: 10 !important; }
Forum: Fixing WordPress
In reply to: Headers already sent warning problem?If you’re making changes on the file, revert it back. Else, you can try re-install the theme.
Forum: Fixing WordPress
In reply to: Why Themes do not show in admin after intalled?Make sure that the theme folder is in the “themes” and not in the theme folder’s folder
themes/
../themefolder/
../..index.phpand not
themes/
../themefolder/
../..themefolder/
../../index.phpP/s: grab us a snapshot of your FTP.
There’s a plugin that does that
https://www.ads-software.com/extend/plugins/jquery-mobile/
But I understood that you wish to integrate this with your theme.
What I would do is:
Check if your theme has already call the jQuery library. Ideal if you queue the one that is being used by WP.
Guide: https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script
2. Then, if it is all good, then you should be good.
But I would start by creating a template that loads the jQuery mobile to work from the content or layout.
Hope it helps.
Forum: Themes and Templates
In reply to: WP drop down admin bar. Is there any way to delate it ?What you need to do now is go to your admin backend
..youdomain.com/wp-admin
and log out from there ??
P/s: Kindly mark this as resolved. Cheers!
Forum: Themes and Templates
In reply to: WP drop down admin bar. Is there any way to delate it ?Forum: Themes and Templates
In reply to: WP drop down admin bar. Is there any way to delate it ?See below for the right setting which I use:
Forum: Themes and Templates
In reply to: [Thematic] Can't Use Thematic Child ThemeDid you upload both the child theme and Thematic theme on the wp-content/themes?
Forum: Themes and Templates
In reply to: I Broke WordPress!!!I’m sorry but if you’re building things from scratch, you should know where the snippets are coming from.
I might not address your problem, but I suggest that you start with child theme to understand theme layout and structure.
Twentyeleven or twentytwelve would a great start! ??
Forum: Themes and Templates
In reply to: Too much spacing, can't find in CSSI’d use this method:
header { margin-bottom: 20px; }
Forum: Themes and Templates
In reply to: [Pinboard] How to hide date and authorOr the smarter way to follow the standard CSS guide provided by WordPress
.entry-author-link, .entry-permalink, .entry-date, .entry-meta { display: none; }
Forum: Themes and Templates
In reply to: I need serious help widget location problem.I slightly disagree with this method.
Maybe we should have #main to have float: left;