JessiRue
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MyPHP admin password reset does work…@kmssinger…. well I kinda feel like a dummy. I figured out the problem.
I have use https://www.sitename.com/wp-login.php – instead of the normal /wp-admin
I don’t understand why, but that seems to work every time.
Forum: Fixing WordPress
In reply to: MyPHP admin password reset does work…ekyhelpingourselves dot com
So, last night I decided to just completely uninstall the wordpress installation and reload it from a backup. Seemed to be working fine. Now, I am having the same problem that I had before. Won’t let me login again using the first admin created. This time, I immediately made a second login when I created the page.
Now the second login works from a computer from another location. Different ISP. Neither login works for me.
So strange.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Could not save XML fileI am having the same XML problem that everyone describes in this forum…. except I can’t get any of the solutions listed above to work. AND MY MAP APPEARS TO BE WORKING. But the error still shows up.
I have changed permissions, tried @atkheos suggestion on changing the directory, updated to the latest version but nothing is working.
Does anyone have any other suggestions.
Forum: Fixing WordPress
In reply to: MyPHP admin password reset does work…Hey Bill – thanks for the suggest. Unfortunately I can’t register a new user.
So, following the instructions in the codex link listed above I followed their steps that said to select MD5 to encrypt the new password once I keyed it in. Which I did… are those steps inaccurate?
Forum: Fixing WordPress
In reply to: MyPHP admin password reset does work…@kmsessinger – do you have any other ideas for me.
I used almost all the suggested ways to reset, including the ’emergency.php’ file and none of them are letting me in my site.
I also ran the check you suggested and nothing shows up. I am at a loss.
Forum: Fixing WordPress
In reply to: MyPHP admin password reset does work…oh great! Okay….looks like it isn’t malware. Thanks for the site.
I will move on to the other codex link you sent me. Appreciate the help.
Nick – thanks for checking in. So on the https://www.mtsterlingchamber.com/events page, the links work fine for you in Chrome?
I haven’t tried anything specific, yet. However, I am also using the plugin on a separate site and it is working fine. (still on a testing site.) Mt. Sterling Chamber
Morehead Tourism running version 3.7
Mt. Sterling Chamber running version 3.7Here is one more really strange thing. The links on this page Mt. Sterling Chamberwork IF you right-click open in new time. WHAT THE HECK.
Are you suggestion to clear the cache in my browser or somehow within the plugin?
Thanks again for the help Nick.
@tcwaters – well that is strange….
Same problem here…. was working fine, now it is not. Events show up in list view, but links do not work for previous and past months.
This is an issue in IE, Chrome and Firefox for me.
https://www.mtsterlingchamber.com/events
Please advise
one last update…. I have stripped out all custom functions and removed all plugins – errors still exist on the ‘live’ site. The site still works beautifully on my local site running MAMP. I am feeling very crazy…
jrl – I’m thankful for your help and advice. I am learning to write the code, but stumbling a lot along the way and at times blindly following tutorials. I figure I written something wrong in the function without fully understanding it. Here is one of the complete warnings. All follow the same file path.
Warning: Illegal string offset ‘append_description_home’ in /home/creative/public_html/mtsterling/wp-content/themes/genesis/lib/classes/sanitization.php on line 157
Here is how I registered one of the widget and the function with it.
//*
genesis_register_sidebar( array(
‘id’ => ‘cta-chamber’,
‘name’ => __( ‘Call to Action Chamber’, ‘msc’ ),
‘description’ => __( ‘This is the call to action section.’, ‘msc’ ),
) );
*////*
// If it’s the Chamber page, display CTA Chamber
elseif ( is_page(‘about’) ) {
genesis_widget_area( ‘cta-chamber’, array(
‘before’ => ‘<div id=”cta”><div class=”wrap”>’,
‘after’ => ‘</div></div>’,
) );
}
*//Much thanks for any help. Or pointing in the right direction.
Thanks David! I really appreciate it. Keep me posted.
Forum: Plugins
In reply to: [Genesis Grid] Display only titles and thumbsI applied the code in Bill’s link to my functions.php file, but can see no change. Did I apply the code to the wrong location?
Please help.
Forum: Themes and Templates
In reply to: CSS Float Edit to Twenty Ten Theme Not Recognized in FirefoxThanks alchymyth for taking a look. I fixed it, but not sure how.
Forum: Themes and Templates
In reply to: CSS Float Edit to Twenty Ten Theme Not Recognized in Firefoxsorry, thought I included enough info….here you go. I have now check the page in Firefox on my Mac and it looks fine. Confused….suggestions?