joelwalsh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Really wide comments textareaWell, try 50% where the 100% is in the html then!
Where is that in WordPress? I mean, the html for something like that, where is it? in one of the wp- files?
Forum: Fixing WordPress
In reply to: Really wide comments textareaWhich element of the CSS? Comment? Problem is I can’t find comment element in the CSS that’s in the theme folder. Is there another CSS?
I emailed him this morning but no response yet. I didn’t know TG’s site had comments, I’ll check that out.
Forum: Fixing WordPress
In reply to: Really wide comments textareaI’ve deactivated every single plugin on upmarketnewsletters.com, and still the layout is messed up. Any thoughts?
Forum: Fixing WordPress
In reply to: Really wide comments textareaI installed this theme on another site and it is having a slightly different variation of the problem:
https://upmarketnewsletters.com/blog/sticky-post-1/
The box does not end up quite so wide, but it’s still really wide.
I have no idea what’s different between the two sites.
Forum: Installing WordPress
In reply to: www vs. public_html folder–source of errors?I was using ftp to chmod it.
Of course, it’s not /home/endometr/public_html/wp-content
It’s
/home/endometr/www/wp-content
And I think that’s the source of the problem. Are you sure that www vs. public_html has no effect?
Forum: Installing WordPress
In reply to: www vs. public_html folder–source of errors?Yes, the directory has been chmod’d to 777 all along.
Forum: Installing WordPress
In reply to: www vs. public_html folder–source of errors?Another note, according to the receipt from Fantastico, the WP database in question was installed in public_html, which pretty much takes the issue of file paths out of my control:
Full installation path: /home/endometr/public_html Public URL: https://endometrialcancer.org/ Admin URL: https://endometrialcancer.org/wp-admin/
Forum: Installing WordPress
In reply to: www vs. public_html folder–source of errors?Thank you for the advice. But I haven’t written in anything, I don’t think, except maybe wp-config, and that only asks for the database name. Am I missing something? It’s all been done automatically otherwise.
As for www=public_html, I don’t really understand the whole thing except that when I FTP, the www folder is full, and the public_html directory is empty except for two folders I can’t delete. Plus, it’s a common problem that search engines tend to see https://www.domain.com and domain.com as different. And have seen sites where https://www.domain.com yields something different from domain.com
Forum: Installing WordPress
In reply to: www vs. public_html folder–source of errors?The error is in using the file upload module; it’s not something I think you’d see on the site itself unless you’re logged in (did you see file upload anywhere on the site?).
The file upload feature is in the admin panel.
Anyway there are a number of plugins that return error messages referencing public_html when I try to install them.
Thanks
Forum: Fixing WordPress
In reply to: Front page won’t displayBy the way, is there no way of using the post-name as the page name in permalinks? No plugin for that yet?
Forum: Fixing WordPress
In reply to: Front page won’t displayIs Denis the one who designed the semiologic plugin? The website says that it’s paid-support only and I don’t see that since I seem to have the issue resolved and this is more of a hobby site anyway.
Forum: Fixing WordPress
In reply to: Front page won’t displayyeah, it looks like with the semiologic plugin activated, there’s still no problem…
Any idea why that plugin would cause problems on this one wp installation when it wasn’t causing problems on my others?
Forum: Fixing WordPress
In reply to: Front page won’t displayOh boy, at the moment it looks like this was the culprit:
Smart Link 1.4 Denis de Bernardy Doc/FAQ a€¢ Support forum a€?? Lets you write links as [link text->link url] (explicit link), or as [link text->] (implicit link).
That’s bundled with the semiologic plugin.
Not sure what it even does.
Forum: Fixing WordPress
In reply to: Front page won’t displayHi,
I did not make any modifications to the theme, which is Semiologic CMS | Design by Denis de Bernardy. I am using that semiologic plugin since I want the site to have more of the CMS functionalities.
No. of posts to show=10, max. no.= 10, full text.
As for the default theme, the default theme is not recommended for sites using the Semiologic plugin. For such sites, the theme I am using now is effectively the default theme.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Front page won’t displayOK, a bit desperate, but that’s where I am. Here is my .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ – [S=50]
RewriteRule ^(about)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]
RewriteRule ^(about)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(about)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(about)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
RewriteRule ^(about)(/[0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]
RewriteRule ^(related-websites)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]
RewriteRule ^(related-websites)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(related-websites)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(related-websites)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
RewriteRule ^(related-websites)(/[0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]
RewriteRule ^(endometrial-cancer-diagnosis)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]
RewriteRule ^(endometrial-cancer-diagnosis)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(endometrial-cancer-diagnosis)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(endometrial-cancer-diagnosis)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
RewriteRule ^(endometrial-cancer-diagnosis)(/[0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]
RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1 [QSA,L]
RewriteRule ^(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1 [QSA,L]
RewriteRule ^page/?([0-9]{1,})/?$ /index.php?&paged=$1 [QSA,L]
RewriteRule ^comments/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1&withcomments=1 [QSA,L]
RewriteRule ^comments/(feed|rdf|rss|rss2|atom)/?$ /index.php?&feed=$1&withcomments=1 [QSA,L]
RewriteRule ^comments/page/?([0-9]{1,})/?$ /index.php?&paged=$1 [QSA,L]
RewriteRule ^search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?s=$1&feed=$2 [QSA,L]
RewriteRule ^search/(.+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?s=$1&feed=$2 [QSA,L]
RewriteRule ^search/(.+)/page/?([0-9]{1,})/?$ /index.php?s=$1&paged=$2 [QSA,L]
RewriteRule ^search/(.+)/?$ /index.php?s=$1 [QSA,L]
RewriteRule ^category/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?category_name=$1&feed=$2 [QSA,L]
RewriteRule ^category/(.+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?category_name=$1&feed=$2 [QSA,L]
RewriteRule ^category/(.+)/page/?([0-9]{1,})/?$ /index.php?category_name=$1&paged=$2 [QSA,L]
RewriteRule ^category/(.+)/?$ /index.php?category_name=$1 [QSA,L]
RewriteRule ^author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?author_name=$1&feed=$2 [QSA,L]
RewriteRule ^author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?author_name=$1&feed=$2 [QSA,L]
RewriteRule ^author/([^/]+)/page/?([0-9]{1,})/?$ /index.php?author_name=$1&paged=$2 [QSA,L]
RewriteRule ^author/([^/]+)/?$ /index.php?author_name=$1 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&day=$3&feed=$4 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&day=$3&paged=$4 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index.php?year=$1&monthnum=$2&day=$3 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&monthnum=$2&feed=$3 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$ /index.php?year=$1&monthnum=$2&paged=$3 [QSA,L]
RewriteRule ^date/([0-9]{4})/([0-9]{1,2})/?$ /index.php?year=$1&monthnum=$2 [QSA,L]
RewriteRule ^date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$2 [QSA,L]
RewriteRule ^date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$ /index.php?year=$1&feed=$2 [QSA,L]
RewriteRule ^date/([0-9]{4})/page/?([0-9]{1,})/?$ /index.php?year=$1&paged=$2 [QSA,L]
RewriteRule ^date/([0-9]{4})/?$ /index.php?year=$1 [QSA,L]
RewriteRule ^([^/]+)-([0-9]+)/trackback/?$ /index.php?name=$1&p=$2&tb=1 [QSA,L]
RewriteRule ^([^/]+)-([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?name=$1&p=$2&feed=$3 [QSA,L]
RewriteRule ^([^/]+)-([0-9]+)/(feed|rdf|rss|rss2|atom)/?$ /index.php?name=$1&p=$2&feed=$3 [QSA,L]
RewriteRule ^([^/]+)-([0-9]+)/page/?([0-9]{1,})/?$ /index.php?name=$1&p=$2&paged=$3 [QSA,L]
RewriteRule ^([^/]+)-([0-9]+)(/[0-9]+)?/?$ /index.php?name=$1&p=$2&page=$3 [QSA,L]
</IfModule># END WordPress