Daiv Mowbray
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [NSFW] path difference in uploads folder?Can you post a real sample, like the actual url?
It could be your theme, try switching to the 2012 theme to test.Forum: Fixing WordPress
In reply to: How to change productpage/category view (thumbnail to open lightbox)You will want to ask the specific plugin author about that.
wp-e-commerce
But first, read the documentation and also read the support forum for that plugin.Forum: Fixing WordPress
In reply to: Cannot approve commentsHello,
perhaps a cache issue,
a post with a comment is this one.
It has a comment and must be approved:Could not have said it much better. As a society we do not know what the 2nd amendment means or anything else referring to the bill of rights or the constitution…and that includes the lawyers.
If this is the comment you refer to, it is approved or else it would not be posted.
Forum: Fixing WordPress
In reply to: Preview image not showing in Origin themeThe missing images are tiff files.
as seen in the html code of the page you listed at the entry:
Want to Eat Like a Personal Trainer!?Forum: Fixing WordPress
In reply to: Permalinks messed up my whole bloggood for you verbkeeper, you might want to do some online training, like read the manual…it’s worth the time.
Forum: Fixing WordPress
In reply to: Permalinks messed up my whole bloggo to admin permalinks and re save the option.
change the option save.
reset to original setting, save
all fixed…I hope.Forum: Fixing WordPress
In reply to: Preview image not showing in Origin themeThe missing images are format tiff.
You don’t want to use tiff, re upload them as jpg files, not tiff.
This should solve the issue.Forum: Themes and Templates
In reply to: Changing backround imagethe flicker background is some plugin which you must have installed.
go to plugins and deactivate it if you don’t know what it is or how to use it.WP Flickr Background allows you to display a random photo from Flickr or another source as the website background, without editing the theme.
Forum: Fixing WordPress
In reply to: WP Adding Linebreaks: Not using Pages as a way outYep,
ok so what I don’t know is what you are putting into your content.
nor what you want it to look like.
the images are wrapped in this:
<div style="position:relative;"><a href="http://localhost/wordpress2/?latest=17">
so, no sample due to local host.Personally I don’t think the issue here is WP adding breaks, what you have is the images wrapped in divs, which are block objects, ie; not inline. If you want the image “New Beginnings” to the right of “Foxtrotting” you’ll want to change the position:relative; to display:inline;
except then your rollover image swap fails.
float:left also causes a fail.How ever, I don’t think your issues are actually with WordPress, so much as design and layout issues related to your content and the plugin you are using for rollovers.
HTH
Forum: Themes and Templates
In reply to: Changing backround imageis this the page you want the background image on?
if so your flickr background plugin may be part of the issue,
/plugins/wp-flickr-background/pub-style.css.php?ver=1.2&h=bbec1a00a522fcb28051180dadf60585
if your project is another location / domain, slip it to me …
can’t see with my eyes closed.Forum: Fixing WordPress
In reply to: WP Adding Linebreaks: Not using Pages as a way outI’ve tested by disabling certain plugins.
read:
Have you disconnected all plugins, test re-activate each needed plugin one at a time.
Also read:
Post a sample page
I really can’t help you without a sample page and knowing that you have done as suggested.
Forum: Fixing WordPress
In reply to: Sidebar fonts and placementMy pleasure. Have a great evening.
Forum: Themes and Templates
In reply to: Color Marginfile: http://www.aas-bd.com/wp-content/themes/twentyelvenchildtheme/style.css
line: 119#page { background-color: #D3D6D7; margin: 0 auto; max-width: 1024px; }change the auto to 8% or 100px or 1.2em
as for the color of the margins,
you can change this in your admin – appearance – theme setting / backgroundForum: Themes and Templates
In reply to: Changing backround imagebody { background: #000; background-image:"../../uploads/2013/01/floodlights.jpg" no-repeat center center; }Forum: Fixing WordPress
In reply to: strange warning text on all pp except homeOh I know why…..but I’m not telling. 😉
glad it solved your issue.