mismatchedpear
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2-columned wordpress supporting 2 bloggerswell – I suppose it’s 3 columned. Two main content columns. One small sidebar on the very right.
Forum: Fixing WordPress
In reply to: Wrapping the post entry around the sidebarBy golly, it worked.
It’s amazing how people can spot things that take me hours and hours of grief to find! Ok time to upload…
Forum: Fixing WordPress
In reply to: Wrapping the post entry around the sidebarReviewing and changing right now — hoping it works.
Do you think it’s TOO green? Don’t know how I would easily change that, haha.
Forum: Fixing WordPress
In reply to: Wrapping the post entry around the sidebarOk, here’s the link to a sample post:
greenteaweightlosshub [dot] com/what-are-antioxidants/
I’d like the text to wrap around the sidebar when it ends.
Sorry for messy code, just started this design from scratch a few hours ago
Forum: Fixing WordPress
In reply to: Wrapping the post entry around the sidebarClarification:
I have two-columns width 800px. This is how it currently is:
– page
– – content (float left)
– – – entry (width 610px, float left)
– – sidebar (margin left:610px)
– – footerI’ve also tried
– page
– – content
– – – entry (width 800)
– – – sidebar (float right)
– footerForum: Plugins
In reply to: Tracking User DataMy client is also looking for:
d) Email
e) Phone NumbersThey say they have an internet-relations company advertising a package where they could track that data through visits. I doubt it to be that easy.
I am trying to explain to them you cannot get this information in a plugin; otherwise we’d all be flooded with spam mail and phone calls!
Forum: Fixing WordPress
In reply to: Question about MarginsTwo min. after posting, Display: Inline fixed the problem.
[RESOLVED BUTTON]
Forum: Fixing WordPress
In reply to: Question about MarginsThanks Esmi!
The “right:-50px” does it proper.
But unfortunately I ran into another problem! I would like to have my Headers’ backgrounds cover only as wide as the text, instead of the header bg color extending the entire width of its parent element. Does that make sense? In comparison: the header on the very top of the page vs. a log post header.
The way I have achieved this is by using “Display: Table” — I do not know the official use of Display table, but it seemed to work fine for me. But in this specific incident Display Table is preventing me from using “text-align:right” That I may align my sidear on the right wall of #content.
Is there a way of achieving the same results of Display Table while also aligning my Sidebar H2 to the right and applying “Right:-50px”?
Woo, what an elaborate explanation!
You’re utmost helpful. Thanks!Forum: Fixing WordPress
In reply to: Question about MarginsI don’t even know if I will like how it will look yet – I just need to get it to work to see if I like it or not! Ha!~
Forum: Fixing WordPress
In reply to: Image access problemsFileZilla upload … New to FileZilla.
WP in root folder.Forum: Fixing WordPress
In reply to: files were deleted after upgrading to 2.9.2The files are still there.
For your theme specifically heck out:
https://blogadeur.com/wp-content/themes/
https://blogadeur.com/wp-admin/You can always download from there.
Just an hour ago I lost my site to upgrading to 2.9.2 ;; in the past hour I been re installing everything. Fortunately I only lost 1 post because its new blog.
I’m pretty sure your situation isnt as bad as mine because at least i still see your files there
Forum: Fixing WordPress
In reply to: 2.9.2 update – database errorBy the way i am using “fantastico” to upgrade if anyone knows what that is… through cpanelx
Forum: Fixing WordPress
In reply to: WordPress pages got eaten by mod_rewrite!Somehow I fixed it.
I must have deleted a line of code in HTaccess file.
I copy pasted this and it worked:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I don’t even know what all that does, but it worked!
Forum: Fixing WordPress
In reply to: WordPress pages got eaten by mod_rewrite!Here is the code I’m using
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.jaspry.com$ [NC]
RewriteRule ^(.*)$ https://jaspry.com/$1 [R=301,L]Forum: Fixing WordPress
In reply to: WordPress pages got eaten by mod_rewrite!Not Found
The requested URL /about/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I tried a mod_rewrite code to REMOVE .www ; just incase it could work (I’ll take any rewrite rule to either ADD or REMOVE www. , I just don’t want both!)
When I click on a link that contains WWW. it correctly removes the www. in the address bar… But it still shows the 404 error as quoted above. So now I think I got the problem fixed OTHER than the fact that WordPress isn’t creating my /about/ page!!!