edwinx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: having trouble with child theme creationcool, thanks so much!
Forum: Fixing WordPress
In reply to: having trouble with child theme creationwhen I was first testing, I made a copy of the theme’s functions.php file then I deleted everything in that file and it seems to work.
I commented out:
function theme_enqueue_styles() { $parent_style = 'parent-style'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) ); } add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
Do I need that section of code?
Forum: Fixing WordPress
In reply to: CSS working locally but not working externallyyes, that was it
I don’t know what happened previously but there was a stealth forwarding of rcga.com to https://rushcraneguenther.com and the ip is at Digital Ocean. No one seems to know how it got there. I changed the stealth forwarding to “A Host” and pointed that to the proper IP and now it seems to work.
Thanks for the help.
Cheers!
Forum: Fixing WordPress
In reply to: CSS working locally but not working externallyrcga.com
I am in the midst of troubleshooting it. its a whole bag of mysteries right now.
I was able to get css to load..then it stopped loading
Thanks,
Hi,
I was able to restore my website
recap:
– backed up current website using FTP
– exported the SQL to file– deleted all WP files and folders from the host
– installed WP 3.4.2
– setup WP so that I view the site with content with the default theme
– used FTP to transfer my theme, plugins and galleries back to the host
– applied my theme and ensure everything was working
– used the auto update to WP 3.6I consider this issue is resolved.
Thanks so much!
ok, I did a fresh install of wp on the new server, imported the old DB except for the options table and I was still able to view the page. I uploaded all the old files but when I enabled my theme, it did not display properly and even though all the old posts are in the db, it won’t show in the wp admin. Any ideas?
Thanks,
or should I try to reinstall WP on the original host and let it detect the existing DB?
or wipe it fresh, and install wp, then import the backup? I am not sure if its a corrupted DB or corrupted WP files that is causing the error.
Ok, so as a test, I installed 3.4.2 onto another host, then imported my backuped SQL with data and I still can’t get the pages to display or access wp admin.
I guess I need to only parts of the DB (content) and leave the rest alone right?
Which tables can I ignore?
I think I would want to ignore tables that deal with website address? and users?
I think there is only 1 user, admin.
Thanks,
Krishna,
Thanks! I did not know that file exists. I will start the backup now and report back. Hopefully, all goes as planned…
Thanks,
Forum: Fixing WordPress
In reply to: I want to sort by tag within posts in a categoryHello,
where page should I modify?
I was looking at single.php and I see this line:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
can I use the same arguments for those functions? I wasn’t able to find the reference in the template tag index.
Thanks,
Forum: Plugins
In reply to: calendar or event pluginI tried to install it but I got:
“Cannot load ec3_admin.”
any idea?
Forum: Plugins
In reply to: WordPress SMF/Portal Plugin Released.dmry: I have installed the plugin but it doesn’t sync up. what things should I look for when troubleshooting? I have copied the Settings.php over to the proper folder but when I login in smf, it doesn’t log into smf. but when I look in teh smf_members table, I see that the account that I created in wp is there. any comments?
thanks,