mybunnygoboom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Found which plugins have a conflict, now what?Resolved this a while back – just coming back to wrap it up. It ended up being an entirely different plugin, jquery updater. When it was activated, it caused the four previously identified plugins to lose their minds. Had to remove it altogether.
Forum: Fixing WordPress
In reply to: WordPress Admin/dashboard not workingFinally got FTP access and it was, in fact, a plugin issue.
Forum: Fixing WordPress
In reply to: WordPress Admin/dashboard not workingI updated all their plugins for the first time since 2012, which usually would be the point where things go ka-put… but it was all fine and dandy and about a half hour later is when it froze up.
Forum: Fixing WordPress
In reply to: WordPress Admin/dashboard not workingOh balls.
Ok, that’s what I was afraid of. Getting the access is going to be a big ol’ pain in the ass, but I’ll attempt it.Forum: Fixing WordPress
In reply to: Site title in Google search resultsIt’s from your meta title. If you get a plugin like Yoast SEO, you can select the option “force re-write titles” and this will prompt it to override any previously existing meta titles that are cluttering up your site. Sometimes it’s added to the theme by accident by a person who didn’t know any better, and that one is somehow taking precedence.
Now, if you have a site that is older, it’s also possible that Google just hasn’t crawled it recently to get your new titles. You can prompt a crawl by using Webmaster tools, as Krishna suggested using. If that’s all that was going on, you should see the new meta title within a few days.
Forum: Fixing WordPress
In reply to: Case of the disappearing blog postsThank you @AndrewNevins, I appreciate the link.
Forum: Fixing WordPress
In reply to: Case of the disappearing blog postsIs there anybody on the boards that can help if I give them a techsupport login? I am willing to pay for their time if it’s not too astronomical of a cost.
Forum: Fixing WordPress
In reply to: Case of the disappearing blog postsIf I switch to twentytwelve, the posts show up on the /articles page, but nothing shows up in the Reading dropdown menus for the home page.
Forum: Fixing WordPress
In reply to: Case of the disappearing blog postsIt’s a custom made theme, I think the guy who made it might have used Twenty-Twelve as a guide.
Forum: Fixing WordPress
In reply to: Submit button not workingThis is the updated code in case it helps:
<table><tr><td><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/newsletter.png”/></td><td><input type=”text” value=”Receive Our Latest Promotion…” onblur=”if(this.value==”)this.value=’Receive Our Latest Promotion…’;” onfocus=”if(this.value==’Receive Our Latest Promotion…’)this.value=”;” /></td><td><input type=”image” src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/btn_submit.png” /></td></tr></table>
<?php echo do_shortcode( ‘[contact-form-7 id=”716″ title=”Contact form 1″]’ ); ?>Forum: Fixing WordPress
In reply to: Submit button not workingYeah I fixed that, but it puts my form underneath, whereas I want it to use the table as the form.
Wpthemes, I was looking at your blog, very nice work!
Forum: Fixing WordPress
In reply to: Submit button not workingYikes, I tried this (it’s a php file, the footer in the theme) and it just put the contact form below the table, which made things look pretty FUBAR.
Forum: Fixing WordPress
In reply to: Submit button not workingOk I have generated a form with Contact Form 7, but where do I place the code to have it work properly?