tdmac
Forum Replies Created
-
I haven’t contacted by email…at least not that I remember! Is there a fix for this that I can employ?
Thank you so much!
tdmacForum: Plugins
In reply to: [Raw HTML] HTML entities in [raw][/raw] tag if visual editor disabledI’m experiencing this trouble, too. Exactly same scenarios as Jan-Philip Gehrcke. I keep the visual editor disabled because it adds junk in to my code and reconfigures all my code.
MY SETUP:
I’m using current wordpress version 3.6
Raw HTML plugin Version 1.4.10
TinyMCE Advanced installedHave these Raw HTML settings checked:
Disable wptexturize
Disable automatic paragraphs
Disable convert_charsWhat’s happening:
HTML editor gets converted to HTML entities upon save.
Also, I get this displaying in my page, !RAWBLOCK0!I’ll keep looking for solutions, but if anyone has advice, I’d appreciate it!
Thanks!Forum: Plugins
In reply to: [Awesome Flickr Gallery] Custom Image size not functioningfabbbyu,
I like the vibe of where you were going with that resize. I’m not super savvy with code stuff. I implemented what you did above. I’m trying to adjust the size so that I have large images (Max 800) for my site controlled by AFG (Thanks, Ronak for your kick ass plugin!).
Anyway, after inserting your code above, I got a difference, but that was a series of thumbnails are square at 150×150. I entered 800 as my value, but am getting the 150×150 result. I guess I can’t figure out where this value is coming from, if I entered 800? Is “_q” a dimensional value on it’s own?
Anyway, surely I’m blinded by tiredness right now, but if you or anyone has ideas on how I can make my images bigger (800px) in my gallery, I’d super appreciate it!
Thanks all! Great Plugin!
tdmacDid anyone get an answer to this? I thought this was working properly a little while ago, but the toolkit is appearing on all my pages. I don’t want that. I need to pick and choose where they appear.
Forum: Themes and Templates
In reply to: Nav Bar Bottom Postion (Twenty Eleven)Oh cool! Let me check it out. The forums didn’t send me an email! t.
Forum: Themes and Templates
In reply to: Nav Bar Bottom Postion (Twenty Eleven)Hey Marventus!
I’ve had a second to see what you posted over there at JSFiddle (cool, btw). Question about this solution…would it mean that my page color would appear below my navigation bar, if the nav bar is, instead positioned with JS to attach to the bottom of my image? I guess in this scenario, I would like that nav bar to resize it’s height, (keeping nav buttons and ul’s at the top of the nav box they’re positioned in), so that the page color never appears below the nav area. Does that make sense?
Thanks!
tdmacForum: Themes and Templates
In reply to: Nav Bar Bottom Postion (Twenty Eleven)Hi Mareventus!
Thanks so much for getting back to me on this. I had to set this problem aside for a minute while I’ve encountered some shopping cart issues on a whole other site. That site has required my attention, so I apologize for not following up with you! Can you give me a couple more days to take a look at this and get back to you?
Forum: Plugins
In reply to: Dear God…Anyone familiar with WP-eCommerce Product Categories?Here’s a link to the site I’m trying to build a store for:
Where it is appropriate for all categories to appear
https://designinreallifecom.netfirms.com/wordpress/products-pageWhere I only want the selected sub-category products to appear:
https://designinreallifecom.netfirms.com/wordpress/products-page/artBless you. tdmac
Forum: Themes and Templates
In reply to: Nav Bar Bottom Postion (Twenty Eleven)Hi Marventus!
Thanks for the reply. The content will have other dimensions most likely, so I don’t think hard coding the position of the nav bar from the top will work across all pages of the site.
I’m very, very, VERY new to JS, so I would totally appreciate your help with that!
Forum: Themes and Templates
In reply to: Child Theme FundamentalsYou guys rock! Thank you!
tdmacForum: Themes and Templates
In reply to: Removing Twenty Eleven Title Image for Static PageThank you soooo much, alchymyth. That totally solved the issue. I’m rapidly trying to familiarize myself with all things code and how to manipulate wordpress to my advantage! And have definitely been using firebug. I think I run into trouble with the basics of css, html. Plus, I’m at the bottom of the curve in my understanding of php!
I very much appreciate the help both of you have given me. I can’t wait to learn more and be able to pass my knowledge onto others in the forums as you have done for me. Thanks!
tdmacForum: Themes and Templates
In reply to: Removing Twenty Eleven Title Image for Static PageSo far, no luck. I tried setting the image I want for the splash page via “featured image” on from the pages menu in my dashboard. I still have the code from ravinderk in my custom php doc, which is great for getting rid of all images, but I can’t seem to figure out how to just get rid of my header image alone.
Can I say something in the code that essentially says, “ignore this specific file name”? Or tell it to not load the header.php doc? Or something along those lines?
This seems to be so simple, yet I’ve gotten myself so confused. Any help appreciated in advance.
Forum: Themes and Templates
In reply to: Removing Twenty Eleven Title Image for Static Pagesorry. not an href…
Forum: Themes and Templates
In reply to: Removing Twenty Eleven Title Image for Static PageWell, hmmm… seems as though the “.remove img” is definitely causing all images within primary to be hidden. So, when I add an image using css “background: url)’…’)” it won’t show up. I’m playing around with it to see what other method I might employ. I added a div to house the image. But perhaps I need to try an href. I’m trying to work it out… Will let you know.