planesfillingwc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Running into cross-browser compatabilities.Issue 3 resolved.
Forum: Themes and Templates
In reply to: Three Rows and Three Columns?alchymyth was spot on. Thanks!
/me-n00bing
Forum: Themes and Templates
In reply to: Three Rows and Three Columns?This is being pulled directly from the Main Index Template (index.php). Nothing seems to be defined in the Style Sheet, and I’d prefer not to Frankenstein this anymore than I already have due to my limited knowledge.
Is there anything I can add to this script to get what I want?
3 columns, 3 rows.
Here’s the theme: https://demo.woothemes.com/?name=object
Forum: Fixing WordPress
In reply to: Website not showing up in Google search listings…I just found this in my source code:
<meta name='robots' content='noindex,nofollow' />
Could that be the cause?
Forum: Fixing WordPress
In reply to: Website not showing up in Google search listings…Yep, I’ve registered it with search engines months ago but that still didn’t work. The meta data in the source code all looks correct to me… it’s really strange that this is happening.
Forum: Fixing WordPress
In reply to: Cannot upload images from Manage > Write PostGreat, thank you. That worked.
Forum: Fixing WordPress
In reply to: Cannot upload images from Manage > Write PostI think the url being generated in that is from the MySQL?
Edit: I’ll try that, brb
Forum: Fixing WordPress
In reply to: Cannot upload images from Manage > Write PostWell, the problem is that I’m not seeing an “uploads” folder in “wp-content.” Only folders for “plugins” and “themes.”
Forum: Fixing WordPress
In reply to: deletedelete
Forum: Fixing WordPress
In reply to: Problem with Featured Content Gallery alignment.It’s a matter of going into the gallery.php of the plugin and removing an additional div tag that pulls from the “featured” in the style sheet css. That extra div tag messes everything up.
Glad to have this resolved. Hopefully my frustration and endless tinkering helps someone out in the future.
Forum: Fixing WordPress
In reply to: Adjusting width in Contact Form 7 pluginThanks a lot, that did the trick.
Forum: Fixing WordPress
In reply to: Adjusting width in Contact Form 7 pluginI’m not even seeing that. Do I have to manually add that myself? If so, which styelsheet should that be in (the one w/the plugin, or the theme’s)?
Thanks.
Forum: Fixing WordPress
In reply to: Problem with Featured Content Gallery alignment.Ugh, this is driving me insane.
I managed to find another site that uses the same theme and plugin and they somehow have theirs working. I’ve gone all through their visible source numerous times and I cannot find anything different from mine that would be causing the plugin to work for them and not me.
At this point, I’m willing to drop some money just to get this fixed. It seems so minor but nothing corrects it.
Forum: Fixing WordPress
In reply to: Problem with Featured Content Gallery alignment.Thanks for replying. I’ve messed with it some more and I am almost positive it’s a conflict between the theme and the plugin.
This issue still stands unresolved. Does anyone have any ideas on how to adjust either the plugin or the theme to work properly with the other?
I’ve contacted the developer of the Featured Content Gallery, but I am yet to hear back. I’m obviously not alone with this problem.
Forum: Fixing WordPress
In reply to: Placing php elements within a Page.Cool, thanks. I think I got it worked out.
I figured this would be an easy solution.