alwayspaws
Forum Replies Created
-
Hi @lordspace,
At that time I see that I was using Yoast – the free version.
I had been watching a lot of YouTube videos and came across a YouTuber, who is a reseller of various plug-ins called PluginsForWP or go to the website PluginsForWP.com (no spaces) Check it out. He has a sale going on right now and he regularly has sales for holidays.
@margaretwporg Thank you for these helpful details and the link!
Thank you for these resources.
Is it necessary to show the site title with the logo? This may be an old fashioned idea. I understand that setting the site title and tag line is for search engines.
I’ve added additional CSS before so I know where to do it. I just haven’t found the code to add it.
If it’s not necessary to display the site title on the website, I’ll move forward.
Thank you for this insight.
Hi @nawaz0705
Since I don’t know what file to edit, I’m going to leave this alone, unless someone has a more specific answer. I’m not hiring people for a site that’s a few months old, but thanks for the suggestion.
Thanks.
Forum: Fixing WordPress
In reply to: Carga de informacion desde frontendThis is the google translation for anyone who can answer this question:
I have a sports management page, what I intend is that the representative of each team only fills in some fields of the pre-established format for the ups and downs of players, this I want to do from frontend, I do not want them to enter the dashboard. Is there a plugin that helps me? Thank you
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepageHi @chiape Andre!
Thanks for fixing the code for me. It works great!
Now the “New In” section is gone. BTW, Sublime “remembered” me and opened the file immediately. (I originally asked what to use to edit the php file).
Thank you to everyone who helped me out!
Best of everything,
Stephanie
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepage@daniyalahmedk
Hi,I updated the PHP code to child theme functions.php file with your exact code and it got rid of all the sections I didn’t want, except one I didn’t give you the name of: New In
I tried to add the code but the New In section is still there.
Screenshot: https://alwayspaws.com/home-page-want-to-delete-extra-sections/ or just please see: https://alwayspaws.com/ I still want to keep “Shop by Category”.
I tried two ways:
First:
remove_action( ‘homepage’, ‘storefront_new_in_products’, 80 );
and then:
remove_action( ‘homepage’, ‘storefront_new_in_products’, 30 );
Please let me know what I did wrong. Thank you for the terrific help!
Here is the entire code as it is now:
<?php add_action( 'wp_enqueue_scripts', 'storefront_child_enqueue_styles' ); function storefront_child_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } function remove_storefront_home_sections( $args ) { remove_action( 'homepage', 'storefront_new_in_products', 30 ); remove_action( 'homepage', 'storefront_featured_products', 40 ); remove_action( 'homepage', 'storefront_popular_products', 50 ); remove_action( 'homepage', 'storefront_on_sale_products', 60 ); remove_action( 'homepage', 'storefront_best_selling_products', 70 ); } add_action( 'after_setup_theme', 'remove_storefront_home_sections' );
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepage@daniyalahmedk I promise to do this soon. Thank you.
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepage@daniyalahmedk I made a backup copy and another copy, which I edited.
Is this correct, before I edit the original child theme functions.php file? This is the entire file contents except that I removed the storefront_product_categories because I need that one. I selected “CODE” from this post editor but it didn’t put it in a box like yours did.
`<?php
add_action( ‘wp_enqueue_scripts’, ‘storefront_child_enqueue_styles’ );
function storefront_child_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
?>function remove_storefront_home_sections( $args ) {
remove_action( ‘homepage’, ‘storefront_featured_products’, 40 );
remove_action( ‘homepage’, ‘storefront_popular_products’, 50 );
remove_action( ‘homepage’, ‘storefront_on_sale_products’, 60 );
remove_action( ‘homepage’, ‘storefront_best_selling_products’, 70 );
}
add_action( ‘after_setup_theme’, ‘remove_storefront_home_sections’ );- This reply was modified 2 years, 4 months ago by alwayspaws. Reason: more info
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepageHi, @daniyalahmedk
I already have a child theme and found the file. Should I use a plain text editor? I used to use Sublime a couple of years ago. It may take a minute because I have to go out.
I added the screenshot for my child theme to
Thank you!
- This reply was modified 2 years, 4 months ago by alwayspaws.
- This reply was modified 2 years, 4 months ago by alwayspaws.
- This reply was modified 2 years, 4 months ago by alwayspaws. Reason: additional info
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepageTo confirm, I don’t see any categories with the names:
new in, we recommend, best sellers, fan favorites.
I also don’t have anything on sale, or cross-promoted, etc.
Thank you. Maybe someone else has an idea? ??
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepage@rynald0s
I created a page to add my screenshots to:https://alwayspaws.com/home-page-want-to-delete-extra-sections/
Ignore the shop by category! That one I’m keeping.
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepageI tried to use https://snipboard.io/
I’m on a Mac desktop.
Do I hold down all of these at the same time? I keep trying. Nothing happens when I go back to the screenshot page.Press Shift + Ctrl + Cmd + 3.
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepage@rynald0s When I open my homepage from pages to edit it, none of those sections show.
When I go to edit the individual product to see if there are extra settings, there aren’t any:
Forum: Themes and Templates
In reply to: [Storefront] Extra Unwanted product-related sections on homepageHi @rynald0s
I’ll try the new suggestion and will let you know if it worked for me. Good thing I was out walking my dog. ??
Cheers!