artsyandi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Responsive Canvas…Perfect, thank you!!!
Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Responsive Canvas…I’m still having the same issue.
The form is now at http://www.causefunders.com/create-account/and my custom CSS now reads:
.wpcf7-form-control-signature-body{ width:100% !important; padding-bottom: 8px; } .wpcf7-form-control-signature-body canvas{ border: 1px dotted #BADA55; }However, when I resize my window, it still is not responsive. When the window is too narrow it even overlaps the outside of the form window. Any suggestions on what I need to do from here to make it resize with the window?
Forum: Fixing WordPress
In reply to: Post pages not opening after changing static pageThanks Big Bagel!!!
I tried this and although it didn’t reset them, it gave me some prompts when I clicked on the various options. One solution ended up being to use the Custom Permalink Structure of “/blog/%post_id%”
I’m sure there are other options but I am just happy it is working now.Hope this may help others who have this issue in the future!
Andi
Forum: Plugins
In reply to: "Subscribe-to-comments" styling…?I changed the code a bit and got it closer to what I want. An example can be seen on my blog at http://www.andiosiek.com/?p=71
Basically I want to bump the line of text to be next to the form box rather than below it. The code for displaying this (including the changes I made to get it to this point is):
<p <?php if ($sg_subscribe->clear_both) echo 'style="clear: both;" '; ?>class="subscribe-to-comments"> <input type="checkbox" name="subscribe" id="subscribe" value="subscribe" style="width: auto; float: left; margin-left: 10px; margin-top: 5px;" <?php if ( $checked_status ) echo 'checked="checked" '; ?>/><label style="width:450px; margin-left: 10px; clear: none; " for="subscribe"><?php echo $sg_subscribe->not_subscribed_text; ?></label> </p>Does anyone know what should be changed to shift these elements onto the same line?
Also, what CSS style rule would I use to adjust the style of the form box itself?
Forum: Themes and Templates
In reply to: Can't override style of link… ?Thanks alchymyth… worked like a charm!
Forum: Themes and Templates
In reply to: Background image was perfect but now pixelatedIt looks fine on my end. Maybe try clearing your browser history???
Forum: Themes and Templates
In reply to: Can't override style of link… ?P.S… The CSS styles controlling the size of the commenter’s name are as follows.
#content .commentlist li a { font-weight:bold; color: #577077; font-size: 16px; } #content .commentlist li a:hover { color:#7B979F; text-decoration: none; }I’m guessing that the solution would be to take out the font size/color rules from this set of rules and apply it to a CSS rule specific to the name of the poster… but I’m at a loss as to what the ID would be for that rule…
Any help is greatly appreciated!
Forum: Themes and Templates
In reply to: Comment Styling…That helped some… and I am a lot furthur than I was. An example page is here:
http://www.andiosiek.com/?p=53#comments
Now what I would like to do is shorted the width of the comment text itself in each reply, and shift it up a bit so that it is directly under the meta date/time information. It is close at this point… but I want it to fit alongside the avatar box.
Then, I would like to change the font of the reply button.
Any more suggestions as to what css rule would be affected for these two changes? I’ve been messing with this all day and I know it shouldn’t be this difficult.
Let me know if there is any information you need to help with this.
Forum: Themes and Templates
In reply to: Comment Styling…Thanks so much!
Forum: Fixing WordPress
In reply to: Removing hyperlink and adding navigation…Ok… I got the issue fixed with the navigation links… but am still having an issue with the header title being a link.
How do I change the following code to make it be a solid title rather than a link?<h3 class="h1" id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" class="single" rel="bookmark" title="Permanent Link: <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>Forum: Fixing WordPress
In reply to: 2 blogs, one host… seperate domains?For dummies like me… here’s the solution. They should put warning labels on thosedashboard URL form fields!
http://codex.wordpress.org/Changing_The_Site_URL
P.S… I used the relocate method and it worked great!
Forum: Fixing WordPress
In reply to: 2 blogs, one host… seperate domains?Ok… so those changes fixed my redirection problem, but did not solve the issue with changing those settings in my WordPress dashboard.
The new domain now opens the blog that was built in the subfolder.
http://www.cozyosiee.com
However, the blog has lost all of its formatting and will still not allow me to log in to the dashboard as I did before.Any suggestions? All I did was change the site address URL under the general settings tab on dashboard. Anyone know how I can change that back without being able to log in to the dashboard?
Forum: Fixing WordPress
In reply to: 2 blogs, one host… seperate domains?I called my host and they are WONDERFUL.
Answered my call within two rings and gave me all the answers I needed withing a couple minutes. (Hosting.com for those who are curious).Apparently my domain had been registered but hadn’t been connected to the account properly. He fixed that issue and let me know it should be fully directed within the hour.
In the meantime I need to add an htaccess file to my root folder redirecting it to the subfolder. I probably would have figured this out within the next hour or so on my own… but so glad I didn’t have to.
Ill let you all know if it works out!
Forum: Fixing WordPress
In reply to: 2 blogs, one host… seperate domains?Probably not… how would I go about that?
I’m pretty knowledgeable about CSS and HTML coding for website design… but am fairly raw when it comes to issues like these…
Forum: Fixing WordPress
In reply to: 2 blogs, one host… seperate domains?Ahhhh!
Apparently I did something VERY wrong. I tried changing the site address URL in my dashboard to the new domain. Now, it doesn’t open correctly at either address…
http://www.andiosiek.com/athome
http://www.cozyosiee.comEven worse… it won’t allow me to login to the dashboard anymore because it thinks the blog has been moved to another address that isn’t opening…
What do I do!?!