Pres7
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ignite] Remove DATE from all postsThank you all for your help.
Ben your code worked.
Joseph, your code works for WordPress in general, but not for this theme.
Got it! Thanks
Where is the visibility section? The word visibility is not an option in any post or page.
Forum: Fixing WordPress
In reply to: Image caption links Twenty ElevenThank you alchmyth. I will try it.
Forum: Plugins
In reply to: [Links in Captions] [Plugin: Links in Captions] Doesn't Work in 3.4.1Even when I remove the plugin in 3.4.1 and try to enter the code, it doesn’t work. Do you know how to add the links in captions in 3.4.1 without the plugin? Thanks Zack
Forum: Plugins
In reply to: [Links in Captions] [Plugin: Links in Captions] Doesn't Work in 3.4.1Yes, can anyone help please. I have the same issue as lacedivory
Forum: Plugins
In reply to: [Jazzy Forms] Jazzy FormsIgor,
Here’s the page source code on pastebin
And here’s the page source of the output page.
It works here, but I cannot edit anything in the Forms page.
Forum: Plugins
In reply to: [Jazzy Forms] Jazzy FormsThanks for answering Igor. Below is the page source code for Jazzy Forms. Its pretty long. I could not find wp_options table. I looked for it with an ftp program. I did not get any Javascript errors although it looks like Javascript is the main problem since the Forms page will not let me do anything
[ Code moderated. Use pastebin.com instead. ]Forum: Plugins
In reply to: [Jazzy Forms] [Plugin: Jazzy Forms] Appearance: Custom CSSIf there is any concrete modification you need
Yes. I would like to make the output font bold. Thanks
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] FooterThank you. This one worked
#first .widget_links .widget-title { display: none; }
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] Footereither don’t add a title to the widget; or possibly use css to hide it:
#first .widget-title { display: none; }
I tried it and I also tried
#first .widget-category { display: none; }
#first .widget-link-category { display: none; }And neither worked. I did not find an option in WordPress to not display the title of the links.
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] FooterThat code worked thanks. How does it know it’s the footer that’s horizontal and is there any way to remove the title of the links in the footer.
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] Image CaptionThat worked! Thank you
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] Image CaptionI cleared the browser cache and reload and it looks the same.
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] Image CaptionWanted to make the font size smaller. A page with an image is http://www.gogreenacademy.com/causes-and-effects-of-air-pollution/
Thanks all for the help