ibogo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] http error when uploading pictures?!?!happens with me all the time too
Forum: Themes and Templates
In reply to: [Customizr] Posting a media video in the sliderI recommend using a slider plugin for this. There are many to choose from, and setup is easy.
If you did not change the name of the file, it could be using the old file even if you deleted it from your library.
Forum: Themes and Templates
In reply to: [Customizr] Javascript in child functions.phpHave yet to use jQuery :s
Where would the code go?
Update: Nvm, found a good article. Will look into it. Thanks
Forum: Themes and Templates
In reply to: [Customizr] Javascript in child functions.phpThe <div> is wrapped around the entire homepage body.
On right-click, an alert pops up.
Forum: Themes and Templates
In reply to: [Customizr] Javascript in child functions.phpActually, not only homepage but sitewide.
Forum: Themes and Templates
In reply to: [Customizr] buttonsWelcome 🙂
Forum: Themes and Templates
In reply to: [Customizr] Cannot edit "Featured Page" and then some. Help!Watch this walkthrough:
Forum: Themes and Templates
In reply to: [Customizr] buttons.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: solid blue; background-image: linear-gradient(to bottom, transparent, transparent); width:250px;height:200px color: white; outline:1px transparent; font-family:Arial; }🙂
Forum: Themes and Templates
In reply to: [Customizr] Make Featured Image Above Text on Homepage?Please provide link to site.
Forum: Themes and Templates
In reply to: [Customizr] buttonsI know what you mean.
When you hover slider button, the bottom half color slides up.
Happened with me too but I solved it.
Forum: Themes and Templates
In reply to: [Customizr] Making Menu Pages to display different colorsOK
I thought you meant page backgrounds.
Use this code in custom CSS:
.navbar .nav > li#menu-item-xxxx > a { background-color:#008000; }change “xxxx” to specific menu item ID # (right click-> inspect element)
Forum: Themes and Templates
In reply to: [Customizr] Making Menu Pages to display different colorsIt works for sure because I tested it before posting.
You must be doing something wrong.
Please provide link.
Forum: Themes and Templates
In reply to: [Customizr] Making Menu Pages to display different colors1. Find page id: “right-click” -> “inspect element”
2. Add this code to custom CSS:
body.page-id-xxxx { background-color:#008000!important; }3. Change “xxxx” to your page-id number.
Hope this helps.
P.S. For Homepage, use this code:
body.home { background-color:#008000!important; }I did this before but cannot remember exactly how, but it is easy.