the5sisters
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: user-created stylesheet for a table used inside wordpressI cannot see why you should have to go to all that trouble.Why can you not just call for your extra css for that one page only or pasting it directly into that page as html unless of course the whole themechanges with that page.You can call for an individual stylesheet that is uploaded into the wp-content folder quite easily.Just look at the source code of pages that use css websites to see the ‘phrasing’ .You may have to use url*https://www.yourdomainname/wp-content/name of stylesheet/* where*=( and )
Forum: Fixing WordPress
In reply to: Excerpt Solution at last!!!!On some excerpt pages the menu button is called’kitchen sink’ rather than ‘more’
Forum: Fixing WordPress
In reply to: HTACCESS HELPRead carefully and replace 3 areas.Keep copy of original .htaccess file,in case this won’t work for you.
After necessary 3 changes upload as htaccess.txt and then rename by right click to .htaccess (don’t forget the dot at the beginning and no dot at the end)Wait 10 minutes aand exit FTP Clear your browser cache and if your site is loaded click CTRL and F5[function key may need to be on with some keyboards]## DISABLE HOTLINKING
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://(www\.)?yourblogdomainname.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|png|js|css)$ – [F]# Link Cloaker Plugin BEGIN
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule link/([^/]*)/([0-9]+)/([0-9]+)/? https://your blogdomainname.com/wp-content/plugins/link-cloaking-plugin/wplc_redirector.php?post_id=$2&link_num=$3&cloaked_url=$0 [L]
RewriteRule link/([^/]+)[/]? https://yourmaindirectorynameof blog1.com/wp-content/plugins/link-cloaking-plugin/wplc_redirector.php?name=$1&cloaked_url=$0 [L]
</IfModule>
# Link Cloaker Plugin ENDS<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Post Links Not Working — Guidance Please!Check the settings in sociable again.Install Autohyperlinks plug-in .
Forum: Fixing WordPress
In reply to: Wider text when sidebars are goneChange the 100% to 980px in quotation marks.
Forum: Fixing WordPress
In reply to: How to add HTML code to a single pageIf I misunderstood the question above then maybe you mean adding a php form code using copy/paste and making it work.If the code is in Word Press as an active plug in like an autorespondor plug-in then it will still work in an uploaded html page.Otherwise you have to add the contact page into the autorepondor database.
Forum: Fixing WordPress
In reply to: How to add HTML code to a single pageCreate your contact page in html and copy/paste into dashboard “New Page”
Word press has ‘tinymce’editor installed by default and will accept simple html but not javascript. Try it and save as draft and preview it before publishing.
WordPress strips and reformats html sometimes so you may require a few extra plug ins like “Code Formatting” to preserve your code.
Another way is to upload (FTP) your Contact page as an html page onto your server (into the Directory with your blog domain name) and add a link to it via the ‘Blogroll Links”in your sidebar.Forum: Fixing WordPress
In reply to: WP blog using so much server CPU usegeProbably a ping setting.Also try temporarily Deactivating each pug in one at a time and check stats via c-panel.
Also make sure to simply inspect the theme editor php files via your dashboard to make sure there is no actual javascript in the theme.I know php is java related like asp but Word Press does not allow full javascriptForum: Fixing WordPress
In reply to: How to display random posts from a given category?There is a plug in called ‘Random Posts’ which has a setting option to exclude categories by name.
Forum: Fixing WordPress
In reply to: can’t edit post after upgrading to 2.8I’ve tried all of the above before I posted Apologies and Gripes.
Forum: Fixing WordPress
In reply to: can’t edit post after upgrading to 2.8Similarily:Apologies and Gripes
I posted this also on my blog.Someone must have a resolution.
When I started building my own blog I posted several articles by other authors but always with permission and full credit.However,I neglected to have them as signed up contributors and the Word Press settings show me as the original author at the top of the posts with corrections further down.The authors are getting full credit but it is a little confusing in old posts.
I must note that my blog has had technical problems resulting in 3 crashes and although most things are working correctly now I would have to delete those old posts and republish them because any changes I have tried to make are not saved by Word press.I cannot even add new pages,only new posts.More problems to solve.
Word Press is now fully updated and the administration pages for Edit Page and Edit Post are there.
BUT: they won’t save my article nor posts nor allow corrections ,whether I ‘Save as Draft’ or ‘Publish’,except for the title.The only way I have been able to publish new posts has been via copy and paste into that little post page on the Dashboard screen.
I cannot even correct a title mispelling unless I delete the post,correct it and repost.
Anyone have any ideas on how to fix this I have re-installed the ‘tinymce-advancred’ editor and uninstalled some plug-ins and rechecked all settings.Forum: Fixing WordPress
In reply to: Can you Make a Body Background Image Clickable?Your original background can have a transparent “layer” of a one pixel jpg
with the same attributes as the backgound and the new background=
url(https://weblocation/BG.jpg
{<}a target=”_blank” href=”https://www.your othersite.com”>{)}