America Jr
Forum Replies Created
-
🙂 Any ideas anyone?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cool basic ideaHow can I make the Cart always stay up? Like amazon.com apple.com etc
Great idea for a plugin. Thanks!
Yes, I agree. Im stumped.
Remove those lines from
LOCATION: http://domain-name.com/wp-content/themes/theme-name/function.php
Just get a free FTP program like FileZilla. You can login to your WordPress files and edit it with a simple text editor just like you do when you’re logged in to WordPress.
Make sense?
Ok, I just showed my gf how to do this. She is learning all about blogs at the moment. She has a Love Poems For Her Blog..
Here is the code she used there to remove the buttons from the excerpts.
remove_filter( 'get_the_excerpt', 'st_remove_st_add_link', 9 ); remove_filter( 'the_excerpt', 'st_add_widget' );Add that code to your function.php file
LOCATION: http://lovepoemsforher.com/wp-content/themes/theme-name/function.phpYou can edit it using an FTP tool or logging into wordpress. In the sidebar go to Appearance > Editor > Theme Functions (functions.php) and add the code
🙂
Abettedlife
That code removes it from showing up in your list of blog articles. The three line code I provided removes it from single pages (not posts/articles). Your homepage, contact page, about us page etc. but no, the code does not add options. It just removes it.
UPDATE SHARETHIS: As of now there is an option under the share this settings.
In your admin dashboard, Sidebar > SETTINGS > SHARETHIS and about half way down the page you will see two options.
Automatically add share this to your posts/pages.
I leave yes to posts on so people can share your blog items.
And then say no to pages because its pretty ugly in my opinion.
Any questions, feel free to ask.
I can help you out as this issue DROVE ME NUTS.
1. I didnt have a Robots.txt
2. I had Yoast installed
3. Im pretty sure it created a Robots.txt even though it doesnt exist in my root (.com/here)
4. My Google webmaster tools shows thisUser-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /cgi-bin Disallow: /wp-admin Disallow: /wp-includes Disallow: /wp-content/plugins Disallow: /plugins Disallow: /wp-content/cache Disallow: /wp-content/themes Disallow: /trackback Disallow: /feed Disallow: /comments Disallow: /category/*/* Disallow: */trackback Disallow: */feed Disallow: */comments Disallow: /*?* Disallow: /*? Allow: /wp-content/uploads Allow: /assetsTHIS IS HOW YOU FIX THIS ISSUE. Create a Robots.txt and only add this (or whatever you want. I keep it simple and rank well/have no issues at all. You CANT trick google)
User-Agent: * Disallow: /wp-content/plugins/1. login to wordpress
2. Click SEO in your side toolbar (Yoast WordPress Plugin settings).
3. Go to edit files under SEO (in the side toolbar)And now you have the option to edit your Robots.txt file.
🙂
I made this to remove it from single pages.
if (!is_page_template('page.php')) { remove_filter( 'the_content', 'st_remove_st_add_link', 9 ); remove_filter( 'the_content', 'st_add_widget' ); }Hope this helps you guys out!
Forum: Plugins
In reply to: [WP-AutoSharePost] Enable WP-AutoSharePostJust randomly started working. I was using my wordpress fan page slug (the username in the link) but I guess i had to use the number version. Example 34535934985
RESOLVED
@ shimoom <3 <3 <3 lol THANK YOU! Im launching my business today and this plugin makes the forms look great!
I always look for the settings panel when I install a plugin. But this plugin make me think it was ONLY automatic.
Installation page says: Activate the plugin through the ‘Plugins’ menu in WordPress
Main Description says: Automatically converts “”ALL”” Gravity Form labels……Strange!
The plugin also hides/erases all text next to select or radio options.
Maybe more. Ill keep you posted. Again, id love for these to be fixed. Amazing plugin!
@tevya Im here for that too. Great add on if it can do that!
Almost like a receipt or contract. It would be perfect.
And if you can’t add it to the email could you have an option to download the pdf after they apply?