stuartathompson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Advance CMS – Please Help 8)Honestly this is beyond my knowledge but the kind of functionality you’re describing sounds beyond built-in WordPress functions or plug-ins that I’m aware of…
There are some e-commerce plugins, but for the access control you’re looking at, it sounds like you need something more advanced.
Sorry I can’t be more help! I’m sure someone can add some more…
Forum: Fixing WordPress
In reply to: Add hotspot to imageThere’s a few things you can do, I think.
1) Chop up the graphic in Photoshop and place in the “hotlink” spot between an inline <img src=”..”> link. You’d have to put this code into your PHP file, which is probably header.php
2) Bring it into Dreamweaver and make an actual hotlink and paste all the code in… but this will probably break, I’m not sure.
3) You could also put Link into the <div id=”top_menu”> and add some things to css.. something like..
#top_menu a{ display:block; height:446px; width:284px; text-index:-999%;
Those are my first thoughts.
Forum: Fixing WordPress
In reply to: Problem Loging in?What happens if, after you log in, you type in https://ryankunkleman.com/theKUNK/wp-admin
Forum: Fixing WordPress
In reply to: Preview fails, uses default permalinkUnresolved bump
Forum: Fixing WordPress
In reply to: Registering on WordPress Blog/SiteFor comments, go to Settings > Discussion
For registration, some plugins offer more functionality, such as a captcha and password registration. Try “WP user registration.”
Forum: Fixing WordPress
In reply to: Site doesn’t look right in Firefox, please help!If you have issues in Firefox, download Firebug.
Using it, I found you can float your divs using
width:121px;
float:left;Can you update the code?
Forum: Fixing WordPress
In reply to: htaccess issue?So songdogtech, you’re recommending the exact process I wrote at the beginning. This is wrong how exactly?
Forum: Fixing WordPress
In reply to: How come half of my dashboard is in italics?Try disabling all your plugins and see if this fixes the problem. If it does, reactivate one by one to find the broken plugin.
Some plugins input content into the dashboard.
Forum: Fixing WordPress
In reply to: How to Stop people posting posts on my site?Weird.
It shouldn’t be possible to post without logging in, so I’d say your password has been compromised. Possibly change it again and wait and see?
What’s the site?
Forum: Fixing WordPress
In reply to: Need to correct link to blog, but HOW?Is your new “blog page” the home page? If so, upload a blank HTML page to your /blog directory with this inside:
<html>
<head>
<meta HTTP-EQUIV=”REFRESH” content=”0; url=https://aligningwithsoul.com”>
</head>
<body />
</html>Forum: Fixing WordPress
In reply to: htaccess issue?What are your permalink settings? They should match the URLs you have generated, so something like /2010/11/5/name-of-the-post
Once you save those settings, there’s a box at the bottom that gives you some code. You have to open your .htaccess file (using FTP) and paste that information inside and reupload.
Forum: Fixing WordPress
In reply to: Preview fails, uses default permalinkFurther to last, I have deactivated all plugins but this did not help.