mrflesh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to workDamn it. That’s a bummer. Justin is no help, all I get is…….”put the code in other than that I don’t know I didn’t mae the plugin” Is there any of the code that I could post here that would help?
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to workForum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to workOkay okay. Something crazy is happening. After I installed the sidebar “login plugin” on custom tab 1 it worked flawlessly, Then I reinstated it on custom tab 2 and set that tab up to be the first tab. I reinstalled the wp-cumulus on custom tab 1 and set that up as the second tab. Now neither of them will show properly, but if you hit the refresh button the wp-cumulus cloud appears briefly on the custom tab 2 and doesn’t show on the custom tab 1. If I put the cumuls cloud as tab 1 it shows, but the “sidebar login” pluging will not show on tab 2. If I switch back to custom tab 1 wp-cumulus cloud does not reappear.
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to workOkay let me start over I’ve made some errors. I am using the options theme from justin tadlock. Here is what he said about this…..
<?php case __('Custom 1','options') : ?> <?php _e('Please input your custom code','options'); ?> <?php break; ?>
“To add your custom code, remove everything between the first and last line and input what you want. “
I have tried putting the standard cumulus code in the “please input your custome code” and I have tried doing it the way you suggested in your last post. Both with cumulus echoing and returning. the custom tab remains blank in either case as you can see at https://www.hornymelon.com.
“Did you try my code (with the return we talked about earlier)?”
Which code are you talking about?
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to work<?php case __('Custom 1','options') : ?> <p> <?php _e('echo wp_cumulus_insert();','options'); ?> </p> <?php break; ?>
Here is the code I am being told to put in. This results in the following simply being typed in…..
echo wp_cumulus_insert();
You can see it at https://www.hornymelon.com In the tabbed section on the left. Is there any other code you need to see?
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to workErr I mean he says, contact the widget makers author.
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to workHe tells me the same thing. You should contact the themes author. Is there a way to verify that the plugin is indeed returning and not echoing now? Thanks for the help.
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] Trying to get cumulus to workStill having issues. I switched echo to return. I’ve put the code
// Custom tab 1 case __('Custom 1','options') : // Input custom code echo ''; _e('Please input your custom code','options'); echo ' '; break;
where it says to put the code. It still isn’t functioning. Do I need to make changes other than copy/paste?
Forum: Fixing WordPress
In reply to: [Plugin: Shadowbox JS] Markup for multiple galleries.Thank you for answering. One final question……Is there a plugin/line of code, that I can use that would allow me to put multiple galleries on my front page…..for instance I would have 5 pictures in a line and clicking on each individual pic would open up a separate gallery.
Forum: Fixing WordPress
In reply to: Cannot importI got this error message
Error
SQL query:
—
— Database:hornymel_wrdp1
—
— ——————————————————–
—
— Table structure for tablewp_ak_popularity
—
CREATE TABLEwp_ak_popularity
(
post_id
int( 11 ) NOT NULL ,
total
int( 11 ) NOT NULL ,
feed_views
int( 11 ) NOT NULL ,
home_views
int( 11 ) NOT NULL ,
archive_views
int( 11 ) NOT NULL ,
category_views
int( 11 ) NOT NULL ,
single_views
int( 11 ) NOT NULL ,
comments
int( 11 ) NOT NULL ,
pingbacks
int( 11 ) NOT NULL ,
trackbacks
int( 11 ) NOT NULL ,
last_modified
datetime NOT NULL ,
KEYpost_id
(post_id
)
) ENGINE = MYISAM DEFAULT CHARSET = latin1;MySQL said: Documentation
#1050 – Table ‘wp_ak_popularity’ already existsI did not get this error the first time I imported the database. Now popularity contest is broke in 2.5 and i had to remove the code from my blog for the rest of my theme to work. I can see all the files listed there. What do I do after I import it? Where do I use mysql commands?
I’t all been imported…the files are there. How do I clear the database for a clean import?
Forum: Fixing WordPress
In reply to: Cannot importInitially yes that’s what I did I didn’t realize the backup and import feature used different file extensions. when I backed up my wordpress through backupwordpress it was saved as an SQl…i think as i can’t find any wxr. file extension on my harddrive. The only backups I can find are of my .sql backups
Forum: Fixing WordPress
In reply to: Cannot importHosting made error with another one of my blogs, also the previous installer had no ability to upgrade wordpress unless i did it manually. Since they have a new installer that they had to reinstall the other blog with I switched my current blog as well. I imported my old database into the new one, my hosting told me the file is there, but wordpress isn’t picking it up. What am i changing in the wp-config.php? Is there a way to convert the .sql file to a WXR and just import it through wordpress?
Forum: Fixing WordPress
In reply to: Cannot importWhile looking around the export was saved to a .sql. Tried updating through my service provider phpmyadmin. They say the files are there but they are not showing up in wordpress.
I know that site doesn’t use word press. If it did I could figure it out by looking at the source. I was using it as an example of what I want.
As for custom fields, I don’t know enough to write code from scratch. I’m still at the modify/tweak/easy level. I don’t even understand WTF that tutorial is talking about let alone how it works.