carrierawks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot view all my post, reached limitJust so everyone knows…this is how you do it.
Go to: Appearance –> Editor –> Main Index Template (index.php)
And put in this code towards the bottom:
<div class="navigation"><p><?php posts_nav_link(); ?></p></div>
And it should show some nifty links. ??
Forum: Fixing WordPress
In reply to: Looking For a Shopcart that mirrors WordPress ThemeAs long as it’s a standards compliant theme it should work out. Try it out and see if it works for you. ??
Forum: Fixing WordPress
In reply to: Looking For a Shopcart that mirrors WordPress ThemeAre you looking for a shopping cart system that works within WordPress as well? You can always look at this: https://getshopped.org/
Forum: Fixing WordPress
In reply to: Cannot view all my post, reached limitWell good luck, hope you figure it out. If not there is always the forums. ??
Forum: Fixing WordPress
In reply to: Cannot view all my post, reached limitIf this is a custom theme, maybe there was some code missing in the theme itself to automatically create those links. You don’t have to make a new page, you need to go into your theme files and add the correct stuff to make those links appear, if they aren’t after posting more then 10 blog posts. — BTW I emailed you via your website. ??
Forum: Fixing WordPress
In reply to: Cannot view all my post, reached limitOh pretty cool looking theme. Have you read up on this: https://codex.www.ads-software.com/Next_and_Previous_Links
Forum: Fixing WordPress
In reply to: Cannot view all my post, reached limitDepends on the theme you are using and how it is setup. Whats the URL of your site and the theme you are using, more info will help. ??
Forum: Fixing WordPress
In reply to: Problems with writing my blogIf you go through https://www.wpdirect.com for your hosting maybe contacting them at https://www.wpdirect.com/contactus.html will help?
I had the same problem and removed the plugins via FTP but couldn’t get the site to work again. Kept getting errors when logging into the admin CP like this one:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 77824 bytes) in /public_html/wp-admin/includes/dashboard.php on line 695
But when you go back to the site, the admin bar on top shows up.
Then say you click on the link to “Comments” on the admin menu and then this error pops up.Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 77824 bytes) in /public_html/wp-admin/includes/class-wp-comments-list-table.php on line 393
I have searched everywhere and have changed all memory stuff in php.ini, wp-config.php and even did a rain dance (kind of hot today), and can’t get it to work again. It’s really very annoying.
Anyone else have these problems since installing these plugins. My site was fine before them.
Forum: Fixing WordPress
In reply to: How do I clone a wordpress install on same serverI would do this:
1. Download the files from your wordpress install to your computer.
2. Export your database and download to your computer.
3. Upload the wordpress files to your subdomain using FTP (etc.)
4. Create a new database for your new install & import the databse.
5. Setup the wp-config.php file to point to the new database etc.That should be all you have to do for the most part the ease of doing it depends on your hosting setup etc. If you have phpMyAdmin then the exporting/importing can be easy after you have made changes.
Tip when updating live site…make your life easy and DO NOT OVER WRITE THE wp-config.php FILE when uploading any changes.
Hope this information helps. ??
There are also some good tips on this page too: https://codex.www.ads-software.com/Moving_WordPress
Forum: Themes and Templates
In reply to: [Weaver II] Weaver II Review from an early adopter^^^ What they said.
I couldn’t have said it any better!Forum: Plugins
In reply to: [Plugin: Contact Form 7] changing the font color for the form field namesOkay I found that in the theme’s style sheet. But in Weaver 2010 you have advanced options and so I put this in the header section
<style type="text/css"> #content textarea { color: #000000; font-size: 16px; line-height: 24px; } </style>
And that did it for me. Now to get the darn submit button. Thanks for the help!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] changing the font color for the form field namesOn my contact page ( https://www.casketcrew.com/contact/ ) I am trying to find what exactly controls the text color in the form fields. It comes in as white. I tried looking over the CSS of the Weaver 2010 theme I am using and can’t seem to find the answer there.
Forum: Fixing WordPress
In reply to: Thumbnail Image option = Greyed out…2.7 wordpressI am having the same problem. I can upload a picture, but there are no thumbnails or really any options for them. So I tried reinstalling and even did a little dance for my blog. (BTW I run like 10+ of these things or webmaster them…) anyway…
PodPress = the devil in my case. Once I deleted the plugin on the one blog that stopped working it is now fine. I didn’t use PodPress that much on the blog in question so it wasn’t that bad of a thing for me to do.
Forum: Fixing WordPress
In reply to: Moved to new host, themes won’t workI ended up deleting a plugin called
Web Optimizer by Nikolay Matsievsky
and suddenly the website is happy and working. So if anyone ever has this problem try deleting/disabling a plugin or two and see what magically happens. ??BTW Thank you Michael!