halffinn
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Table Ready!] redirect loop & blank pagethanks. sent my info to you.
Forum: Themes and Templates
In reply to: [Customizr] Blank edit css pagei know this is probably a mostly dead topic by now, but i thought i would share some info. i found where the content goes. it’s in a post with title safecss
post excerpt: Customizr Child
post_status: inherit
post_name: 136-revision-v1 (not sure if that would be the same for other people)however, even after deleting the most recent entry in that table, the page (SITE/wp-admin/themes.php?page=editcss) still doesn’t display for me.
Forum: Themes and Templates
In reply to: [Customizr] Blank edit css pagesorry, i’m a little confused. styles that i edit at:
SITE/wp-admin/theme-editor.php
go into DIRECTORY/wp-content/themes/customizr-child/style.css
but the editor page that is showing up blank is Edit CSS
SITE/wp-admin/themes.php?page=editcss
where does that go? i don’t see any other files that it could be.
Forum: Themes and Templates
In reply to: [Customizr] Blank edit css pageonly to put any custom code updates into the child theme styles.css instead.
where is the data from
MYSITE/wp-admin/themes.php?page=editcss
saved? into the database or into a file? i could try to clear it out and see if something in there is a problem.Forum: Themes and Templates
In reply to: Blank page after editing "Theme Functions (functions.php)"i’m having this same problem with the Customizr theme. i’ve created a child theme and made several edits to the stylesheet there, both in the
Customizr Child: Stylesheet (style.css)
and in the Edit CSS section.
i 2 have 2 functions in my child theme functions.php, but i’ve tried removing them and that makes no change to my ability to display themes.php?page=editcssForum: Themes and Templates
In reply to: [Customizr] Landing pageas a shortcut, while i’m working on tweaking html, i’m testing this plugin:
http://wordpress.org/plugins/landing-pages/
so far, the results look pretty good.
Forum: Themes and Templates
In reply to: [Customizr] Landing pagei’m working on one. i’m thinking of:
– removing the header logo
– removing the navigation menu
– leaving the footer in place
– removing all text/html spacing above the body of the pageso the goal would be that you could lay out the page in the main text section, adding a title, text, table or whatever you want, and a nice button wherever.
let me know if you have any other ideas.
Just a quick thank you – this is great! 🙂
Forum: Themes and Templates
In reply to: [Customizr] choose specific posts for front pageawesome – thanks so much! that’s a great solution for me. the only downside is that on the main blog page, the sticky articles are now on top, and everything else is chronologically descending after it. but that’s fine. i want people to see the sticky posts first anyway.
Forum: Themes and Templates
In reply to: [Customizr] choose specific posts for front pagebut how would that work? i want the front-page slider and featured texts, and to do that, i need to choose “your latest posts”
Forum: Themes and Templates
In reply to: [Customizr] move the tagline of site to the lefti tried your css code and it definitely moved the tagline, but if i want to move it completely to be under the logo, how could i do that?
also, i’d like to remove the italics on it and apply bold. i tried this css:
.navbar-wrapper .navbar h2 { float: left; font-style: bold; line-height: 19px; padding-right: 5px; text-align: left; }and it moved the tagline some, but not to where i want. forgive me if i’m a little newbie on all this css stuff.
my site is http://www.auditbucket.com by the way