racheljcox
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Mysterious small caps in main navigationFound it with the help of Firebug. This CSS wasn’t showing up with the Chrome developer tools. Line 6320 of black.css…
.navbar .nav > li > a:first-letter {
font-size: 17px;
}Very weird!
Rachel
Forum: Themes and Templates
In reply to: [Customizr] Mysterious small caps in main navigationHere is the screenshot: https://www.racheljcox.com/1/FRS_screenshot.png
I hope someone can help!
Thanks
Rachel
Forum: Themes and Templates
In reply to: [Customizr] Mysterious small caps in main navigationI’m developing it locally so i can’t. Would a screenshot help or do you want to see the code?
Forum: Themes and Templates
In reply to: [Customizr] Using ShortcodesBasically the shortcode was not working when I tried putting it in the <head> because of the way Customizr is set up (I think). No matter where I tried putting it in the header.php file I would get an error message when I tried to view the page.
The only way I could get the shortcode to work was to put it in the body of a page in the wp admin. My home page was a template where I had deleted all the article content. I had to put the minimum amount of that stuff back in so that the shortcode would be included, then go into the css and use “display:none” to get rid of all the other article stuff that I didn’t want displayed.
So, I think the answer is, the shortcode works if you put it into the body of an article in the admin. Once you do that, you need to adjust everything else around it.
Let me know if that doesn’t make sense!
Thanks,
RachelForum: Themes and Templates
In reply to: [Customizr] Using ShortcodesPlease disregard this question. I figured it out.
Forum: Plugins
In reply to: [WP Vegas] How to NOT use global settingsPlease disregard this question. I figured it out.
Forum: Plugins
In reply to: [WP Vegas] How to NOT use global settingsI’ve been fiddling around with this and i think I would like to amend my question.
I see now that when I insert the shortcode into the body of the page the correct slider shows up. The PROBLEM with my site is that each page has a custom template with custom content, and I deleted the wordpress loop and article selector from the templates files. The only way to get the shortcode to show up is to keep the loop.
Can you suggest a solution for me?
Thanks so much
Rachel
Forum: Plugins
In reply to: [WP Vegas] How to NOT use global settingsI’ve been fiddling around with this and i think I would like to amend my question.
I see now that when I insert the shortcode into the body of the page the correct slider shows up. The PROBLEM with my site is that each page has a custom template with custom content, and I deleted the wordpress loop and article selector from the templates files. The only way to get the shortcode to show up is to keep the loop.
Can you suggest a solution for me?
Thanks so much
Rachel