Home › Forums › Themes Support › Claue › Move Category Description to Bottom
Tagged: description, Category, SEO
- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by ccastanedag.
-
AuthorPosts
-
-
December 2, 2017 at 4:01 am #14249
Hello Devs:
I want to ask you if this is possible:
When you create a new category, you can put a title, description and background image. I want to keep the title at top but move the description at bottom. Plus, I want to be able to change the css of description. See screenshot for a clear explanation: https://prnt.sc/hhw2nr
In this way, I can write a big description for SEO purpose and visitors won’t need to “scroll down” to see products, because description will be always at bottom
I will appreciate some light to achieve this
Carlos Castañeda
-
December 2, 2017 at 10:30 am #14260
Hi Carlos Castañeda,
Please download attach file and install via Appearance > Theme > Add new
Best regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
December 4, 2017 at 11:46 am #14353
Hello Harry:
Thanks for your fast answer, but sadly I couldn’t solve the issue.
- When I tried to installed, wordpress said: “The installation of theme have failed”
- I copy the Claue-child files manually using filezilla but I haven’t seen any change on the position of the category’s description, it still on top.
Would be nice in future releases to allow to choose the position of category description, which is very useful for SEO. I will appreciate if you could re-check this.
I would like to take this opportunity to ask you something else: In your demo you static pages like Contact us, the tittle has a background image, but in my case it doesn’t have background image, is white and because the font is also white, it seems like a big empty space on top of all static pages (this screenshot explain it better: https://prnt.sc/hir1hi). Where can I add a background image for those pages, I haven’t seen an option for this.
Thanks once more time for your time
Greetings
Carlos Castañeda
-
December 4, 2017 at 12:08 pm #14355
I’m sorry Harry:
DISMISS THIS TICKET !!!
My mistake, your solution works!, it was my fault I didn’t install it correctly, now description is at bottom like I wanted
BTW, I could find where to put the background image on static pages, don’t worry.
Would be nice to have category’s description position option on future releases
Sorry my friend
Thanks again for your time
Greetings,
Carlos Castañeda
-
-
December 4, 2017 at 12:17 pm #14357
You’re welcome.
Have a nice day!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
December 4, 2017 at 1:30 pm #14361
Hello Harry again 😉
I have a new issue. I have created a clone site to test important changes, the claue-child you sent me works like a charm, but…
On my original claue-child I have added several customization code on functions.php. So, I join both source codes, everything work great except one piece of code you sent me on a prior ticket. About moving the size guide link (this was the ticket: http://support.janstudio.net/forums/topic/modify-the-location-of-size-guide-link/)
And this was the code you gave me on that ticket:
/*Move the “Size Guide” link to below the short description*/
add_action( ‘wp_head’, ‘remove_my_action’ );
function remove_my_action(){
remove_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_add_extra_link_after_cart’, 35 );
}
add_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_add_extra_link_after_cart’, 25 );When I put this code on the functions.php of the claue-child you gave me, I get an Error 500 and all my site crash.
Is it possible to have both codes running without conflict?
Thanks one more time 😉
Greetings,
Carlos Castañeda
-
-
-
AuthorPosts
You must be logged in to reply to this topic.