oneofayykind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Sidebar and Change Post WrapperAll set. I used a plugin to set the width of the theme so it was full page.
Forum: Fixing WordPress
In reply to: Remove Sidebar and Change Post WrapperAny help?
Forum: Fixing WordPress
In reply to: Remove Sidebar and Change Post WrapperUsing the Journal theme downloaded from ThemeForrest.
Forum: Fixing WordPress
In reply to: Comma between Post IDBingo! I was leaving off the first ” thank you so much for your help!
Forum: Fixing WordPress
In reply to: Shadowbox Gallery DIRECT from Post Thumbnail linkI can’t even find the get_the_link plugin.
Forum: Plugins
In reply to: Using ‘featured image’ functionality for custom meta boxes?How did you get this plugin to work? I have WordPress 3.0 and I can’t get this plugin to work. When I go to add a new post or if I go to add a new custom post type this option does not show up for me. According to the screenshots you should see the ability to add more than one featured image on the right side no? I downloaded the plugin, uploaded it, and installed it and still got nothing. No support from the plugin provider either.
Forum: Themes and Templates
In reply to: Limit excerpt lengthWhy do you still get the … even if you don’t fill up all the characters allowed?
Forum: Fixing WordPress
In reply to: If Else for taxonomyYES this worked thank you so much!
Forum: Fixing WordPress
In reply to: If Else for taxonomyWould it be possible to list an example? I’m trying to use <?php if() ?> to list posts that are using the featured taxonomy. I really am still learning so much of this so at this point I’m lost.
Forum: Fixing WordPress
In reply to: WWW before domain no longer worksThank you for that!
Forum: Fixing WordPress
In reply to: WWW before domain no longer worksOnly thing I could think of is I typed something in wrong but I can get to the site still just not the admin panel.
Forum: Fixing WordPress
In reply to: WWW before domain no longer worksOk I actually figured out why that was happening. Seems like in the General section of my wp-admin I had no www. before the domain. Here is the problem I’m now having. I changed this to include the www. in front of the domain. Now I can no longer log into my wp-admin. If I go to wp-admin it is now just a white screen.
Forum: Themes and Templates
In reply to: Thumbnail SizeI am using a theme called Huex. I have resized the thumbnail images but it insists on using a set size. I believe this size is in a js file? I am really not sure but I really know little about js and php. Is there any way someone could look at it for me and tell me what they think?
If you go to http://www.droidedup.com/testing/droidedup and inspect the small thumbnails in the featured section, you will notice a
<li style="width: 34px; display: list-item; " class="">. The thing is in my css I changed that width to 50 x 50 but it insists on using 34px for the image width. Does anyone have any idea where I can find out why this is happening? According to my developer tools if I inspect the element there is a “Style Attribute” that is set already.