Сергей
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] brief product descriptionI have already contacted the support of the plugin, I was refused in this issue! Therefore, I am writing in support of WooCommerce!
- This reply was modified 5 years, 11 months ago by Сергей.
Forum: Plugins
In reply to: [WooCommerce] Good dayUnfortunately, this code does not work!
Forum: Plugins
In reply to: [WooCommerce] CodeGood day! As on the home page, adjust the text under the product photo – the entire width of the picture.
Forum: Plugins
In reply to: [WooCommerce] CodeHow decisive? I asked a question!
Forum: Plugins
In reply to: [WooCommerce] CodeGood day! I’m trying to write code for the home page. Tell me, how can I reduce the size of the left column in two? How to increase the size of the photo, how to make
Tex under the photo – the entire width of the picture. I wrote the code, but it does not work:
.site-main .columns-4 ul.products li.product .hotel-product-content
{
text-align: left
}Forum: Plugins
In reply to: [Yoast SEO] codeAfter entering the code, according to your instructions, the topic automatically returns to the first value!
Forum: Plugins
In reply to: [WooCommerce] CodeA message appears: “Unable to connect to the site to check the code for errors, changes in the PHP code were rolled back. You need to upload the modified PHP file in another way, for example via FTP or SFTP.”
Forum: Plugins
In reply to: [WooCommerce] CodeI’m trying to implement the breadcrumbs function from Yoast SEO, add code! The theme does not allow me to add code to header.php! Where can I add breadcrumbs code from Yoast SEO?
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,’
’ );
}
?>Forum: Plugins
In reply to: [WooCommerce] CodeI’m trying to implement the breadcrumbs function from Yoast SEO, add code! The theme does not allow me to add code to header.php! Where can I add breadcrumbs code from Yoast SEO?
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>Forum: Plugins
In reply to: [Schema] ProductMy site – this site provides services for booking houses, tell me what type of sites to choose when setting up the plugin?
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] Product schemaYour plugin supports Yandex requirements, by reference:
https://yandex.ru/support/webmaster/supported-schemas/goods-prices.htmlForum: Plugins
In reply to: [WooCommerce] CodeThank! Great support!
Forum: Plugins
In reply to: [WooCommerce] CodeWorks! This look suits me better! Thanks for the support! Can I have another question? On the site “Loop Product Title” capital letters – how to create a normal look?
Forum: Plugins
In reply to: [WooCommerce] CodeI decided to use the Code Snippets plugin.
And when adding code, the description tab is completely gone.
I was looking for code that will expand the tabs, that is, the text of all tabs will be displayed simultaneously on the page. I thought this code, which is specified in woocommerce, allows replacing tabs with expanded text.
How can I remove tabs from the product description using this code?/**
* Remove product data tabs
*/
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘description’] ); // Remove the description tab
unset( $tabs[‘reviews’] ); // Remove the reviews tab
unset( $tabs[‘additional_information’] ); // Remove the additional information tabreturn $tabs;
}Forum: Plugins
In reply to: [WooCommerce] Codefunctions.php – When updating a theme or plugin, everything will be deleted automatically?