Cypher
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Keep one news post on topSearch for “Adhesive” and you’ll find your answer.
Regards
Forum: Fixing WordPress
In reply to: Migrating a domainHmm..is the URL (https://www.dalekeiger.com/) in your profile pointing to your blog?? If so , it works for me.
Your last post was on 6/9/2006 entitled “Eduardo Galeano”
Regards
Forum: Fixing WordPress
In reply to: Permalink Change ProblemSure thing..my working site has this in .htaccess for the default permalink structure..
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Regards
Forum: Themes and Templates
In reply to: What do i do next? please helpOK..let’s try this..:)
Assume that the Connections.zip file in your computer in c:\, use a Zip[1] program to unzip the content into a directory called c:\themes.
Now use a FTP[2] program to login to your website.
Once connected to your site, you will probably end up /public_html or something..from here you want to move over to the /wp-content/themes directory in the right frame of the FTP software.
Now, in the left frame of the FTP software, you should be in the c:\themes directory and that should contain the connections directory which is your them.
Just drag and drop the Connections directory from the left frame to the right.
Once done, follow my instructions from the previous post about enabling the post.
Hope this helps..
Regards
[1] https://www.7-zip.org/
[2] https://filezilla.sourceforge.net/Forum: Fixing WordPress
In reply to: Permalink Change ProblemHave you confirmed that the .htaccess file was indeed created and looks OK?
Regards
Forum: Fixing WordPress
In reply to: Problem posting commentsHow about a link your blog, some information about it and a real question?
Regards
Forum: Installing WordPress
In reply to: Link helpNeed more info..
Forum: Everything else WordPress
In reply to: mark levin fan problems with siteFor starters, I assume that you are referring to this site: https://marklevinfan.com/
Next, unless you own this site what the owner does with their site is beyond anything we can do.
This is support site for issues relating to WordPress, not the way someone administers their site.
Please take your issue with the owner..
Regards
Forum: Fixing WordPress
In reply to: Migrating a domainForum: Everything else WordPress
In reply to: Diffrent html main site that wordpress defaultMove your WP to a subdirectory/subdomain, have your index.html as your main page and point to the subdirectory/subdomain for your blog.
Regards
Forum: Themes and Templates
In reply to: What do i do next? please helpLet’s start the basics, is WP up and running?? Is the default theme visible??
If so, then uncompress the Connections theme to your computer, you will then want to use a FTP program and upload the “connections” directory to your website under /wp-content/themes.
Then, login to your website using the Administrator account and choose the Presentations tab, here you will see the Connections theme listed, select it and chose to apply it as your default theme.
Return to your blogs main page and the connections theme should be up and running.
Regards
Forum: Everything else WordPress
In reply to: WebhostingThe moderators on this forum will have no say on the hosting page. Why don’t you just send an email to the address listed on that page??
Regards
Forum: Everything else WordPress
In reply to: Brinkster updated their mysql server and I have an error.So what version of WP are you all running, at the least, upgrade to 2.0.3 and see if it works.
If not, then put a bug against WP in https://trac.www.ads-software.com.
Regards
Forum: Fixing WordPress
In reply to: Splash ScreenThe file name themselves have no significance to Apache, but rather the order in which they are listed does matter.
The basic point is that you can only have one “index” file per directory. Whether you call it index.htm, default.asp, index.jsp, index.php, localhost.asp, index.html, foobar.me doesn’t matter..which ever exists (and configured in Apache) is found and used.
So if you want a splash screen (very old world BTW) you’d want to put the index.html in the / (public_html) directory and your blog would be in a subfolder, this will work fine.
Regards
Forum: Fixing WordPress
In reply to: How to increase the size of fonts for posts?Depends on your theme, start playing with the style.css for your theme and see what you can come up with.
Regards