zmihailo
Forum Replies Created
-
Forum: Plugins
In reply to: [Guest Author] Guest author name in POST/PAGE permalinkOkay, thanks for fast reply! ??
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Icons do not have the same widthThere is a class from Font Awesome
fa-fw
but I am not able to add it toi
element.Forum: Everything else WordPress
In reply to: WordPress on Cloud hosting with GithubSorry. Thank you very much for the reply. I will do a research.
Forum: Fixing WordPress
In reply to: Best way to make multiple ‘sites’Thank you very much for the details. You covered everything I need to know.
I will install multiple WordPress sites. Updates won’t be a problem since it can be done via AdminCP.
One question not regarding this.
I will create my custom theme. If I update my site, will be there any error with my theme. Any incompatibility? If yes, where I can track the changes?
Forum: Fixing WordPress
In reply to: How to display referer information in admin panelThank you. I will try this plugin. ??
Forum: Fixing WordPress
In reply to: My custom theme changes CSS of wp-adminNow, it’s becoming a problem. I really can’t look at my admin panel.
(box-sizing: border-box)
https://prnt.sc/morxyp
https://prnt.sc/mory72Here it says: https://prnt.sc/moryy1
Inherited from html.wp-toolbar. I disabled it and the problem still there.Forum: Fixing WordPress
In reply to: My custom theme changes CSS of wp-adminI didn’t understand you. Default wp-admin theme loads my base.css file. How can this be? In common.css (wp-admin/css)
body {
background: #f1f1f1!important;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, “Helvetica Neue”, sans-serif;
font-size: 13px;
line-height: 1.4em;
min-width: 600px;
}I even tried adding !important, but it does not work.
Forum: Fixing WordPress
In reply to: My custom theme changes CSS of wp-adminI do. It’s ‘body’. Everything works fine but it’s annoying. I never had this kind of bug.
Forum: Fixing WordPress
In reply to: PHP Serbian stringsIt’s not working.
Forum: Fixing WordPress
In reply to: Let users upload custom backgroundsI tried searching but all plugins are for back-end use. Thank you for your time.
Forum: Fixing WordPress
In reply to: Let users upload custom backgroundsCookie? Is that possible? So there’s no available plugin to do what I want?
Forum: Fixing WordPress
In reply to: Let users upload custom backgroundsI want to let visitors choose one of backgrounds from a menu that I’ll create. Background of my website (body).
Forum: Fixing WordPress
In reply to: Editing JS and CSSHow?
Forum: Developing with WordPress
In reply to: Search form displays only one searchTried all of the files, they don’t work..
Edit: It’s working now. content-search.php was missing from my folder. ??
- This reply was modified 6 years, 8 months ago by zmihailo.
Forum: Fixing WordPress
In reply to: Plugins not working on custom themeThanks for the response. I solved the problem by adding <?php wp_footer(); ?> in my footer.php file.