Alp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Blocksy] Menu items overlappingI have same issue after last update
Forum: Themes and Templates
In reply to: [Blocksy] The Location of the “Quantity of Products in Stock”Thank you for your answer Eduard. I checked the product elements section, but the problem is still not solved. Because the “number of products in stock” element is in the “Add to cart” div. Therefore, a divider cannot be added between them. There is an example of the situation I mentioned in the link below. Before v2.0.0, “number of products in stock” was in the area marked with an arrow. After the update merged with the “Add to cart” button.
https://drive.google.com/file/d/10cS7uFVmWpExaxoNEKS7gMoChJW_Gdto/view?usp=share_link
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Translation IssueThanks for your answer zvaranka, your solution is better than mine. I avoided changing the word “Addresses” in case it was using different code elsewhere. However, it seems that there is no problem. By the way, Woocommerce is in v.8.3.0 and the problem still persists.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Translation IssueThank you for your answer. I fixed the problem. However, I may have broken something else. I have not encountered any negative situation so far. But could be.
I added the following code above the msgid “Addresses” line in the “woocommerce.pot” file.#: includes/wc-account-functions.php:102
Then, I replaced following 102. line in the wc-account-functions.php file,
from;
‘edit-address’ =>_n(‘Address’, ‘Addresses’, ( 1 + (int) wc_shipping_enabled() ), ‘woocommerce’)to;
‘edit-address’ => __( ‘Addresses’, ‘woocommerce’ ),
Then I synchronized woocommerce-tr_TR.po file from Loco Translate.
And problem fixed.
Please check this bug in future updates. Thanks again. Have a nice day.
- This reply was modified 1 year, 6 months ago by Alp.
Forum: Plugins
In reply to: [LiteSpeed Cache] Slow image replacement to webpI have same problem. But my products do not have much variation. Also I have the same problem on my homepage. Whenever I activate webp images via Litespeed, my web pages take longer to interact and load. Here are my homepage Google Pagespeed values before and after webp images activation:
Before: https://drive.google.com/file/d/1p836Si_a5X1fel3quau5GwhNCvdrFnTw/view?usp=share_link
After: https://drive.google.com/file/d/11SysYINu9MkABF9evO8WMFKZx8zKIDu7/view?usp=share_link
Forum: Plugins
In reply to: [LiteSpeed Cache] Expires Headers@serpentdriver Okay. Thank you for all your advice. I will contact my hosting provider. Have a nice day.
Forum: Plugins
In reply to: [LiteSpeed Cache] Expires HeadersI started a topic because Pingdom Tools said “Add Expires Headers” and there was no increase in site speed. If you say expires is active, no problem. Thank you all you again because of interest.
Forum: Plugins
In reply to: [LiteSpeed Cache] Expires Headers@serpentdriver ?? Yeah..
Forum: Plugins
In reply to: [LiteSpeed Cache] Expires Headers@serpentdriver My server provider manages my CF connection. So I can’t access the CF panel.
Forum: Plugins
In reply to: [LiteSpeed Cache] Expires Headers@qtwrk KPGSONHE
Forum: Plugins
In reply to: [LiteSpeed Cache] Expires Headers@serpentdriver I deleted .htaccess and recreated cleanly. Here is the my plugins.
0 => ‘all-in-one-wp-migration/all-in-one-wp-migration.php’,
1 => ‘blocksy-companion/blocksy-companion.php’,
2 => ‘classic-widgets/classic-widgets.php’,
3 => ‘dologin/dologin.php’,
4 => ‘easy-wp-smtp/easy-wp-smtp.php’,
5 => ‘filebird/filebird.php’,
6 => ‘getwid/getwid.php’,
7 => ‘litespeed-cache/litespeed-cache.php’,
8 => ‘loco-translate/loco.php’,
9 => ‘paytr-sanal-pos-woocommerce-iframe-api/paytr-sanal-pos-woocommerce-iframe-api.php’,
10 => ‘sozlesmeler/woocontracts.php’,
11 => ‘stackable-ultimate-gutenberg-blocks/plugin.php’,
12 => ‘woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php’,
13 => ‘woocommerce-ajax-filters/woocommerce-filters.php’,
14 => ‘woocommerce/woocommerce.php’,
15 => ‘wordpress-seo/wp-seo.php’,Forum: Plugins
In reply to: [LiteSpeed Cache] Expires Headers@qtwrk Thanks for reply. Okay, I sent.
@serpentdriver Thanks for reply. I was having the same issue before the Cloudflare connection. I have no idea what is causing this.
Forum: Themes and Templates
In reply to: [Astra] Remove “astra-settings” from databaseForum: Plugins
In reply to: [WooCommerce] Products by Attribute Block PaginationHere is the shortcode which how products by attribute block pagination for everyone who search it:
Create a “new page” -> add “shortcode” -> Type this code:
[products limit=”16″ columns=”4″ products attribute=”your-main-attribute-name” filter=”your-sub-attribute-name” paginate=”true”]
You can learn your “your-main-attribute-name” and “your-sub-attribute-name” WordPress dashboard->Products->Attributes. Also you can change products limit, columns. Good work.
- This reply was modified 2 years, 1 month ago by Alp.
Forum: Plugins
In reply to: [WooCommerce] Products by Attribute Block PaginationHi @anastas10s
Thank you for the answer. It works fine for categories. That’s great. But I can’t find products attribute short code. I found someting but didn’t work. I’m probably making a typo while writing the code. I tried this short code for filter by attribute;[products limit=”16″ columns=”4″ attributes=”{“id”:317,”attr_slug”:”pa_burclara-gore-dogal-taslar”}” paginate=”true”]