آموزش طراحی سایت سئو در وبینیو
74 subscribers
21 photos
2 videos
42 files
39 links
کانال وبینیو | طراحی سایت، سئو، دیجیتال مارکتینگ|
👇👇 گروه جهت پرسش و پاسخ و تبادل اطلاعات 👇👇
گروه : @webinew
کانال بله
https://ble.ir/webinew
Download Telegram
Popup-message-list-item-ANIMATION-by-webinew-ghasimi.json
8.1 KB
<script>
jQuery(function($) {
const items = $('.animated-list .elementor-icon-list-item');
let index = 0;

// نمایش اولین آیتم
items.eq(index).addClass('active');

setInterval(function() {
const current = items.eq(index);
const nextIndex = (index + 1) % items.length;
const next = items.eq(nextIndex);

// آیتم فعلی حالت خروج می‌گیرد
current.removeClass('active').addClass('exit');

// پس از پایان انیمیشن خروج، کلاس exit حذف و عنصر مخفی می‌شود
setTimeout(function() {
current.removeClass('exit');
}, 500); // مدت زمان انیمیشن در CSS

// آیتم بعدی نمایش داده می‌شود
next.addClass('active');

index = nextIndex;
}, 2500); // تغییر هر ۴ ثانیه
});
</script>
*** توجه * برای استفاده از کد جاوا اسکریپت به صورت این لاین اگر کش افزونه راکت را فعال کرده باشید این انیمیشن کار نخواهد کرد و باید اکسکلود کرد که کد زیر رو باید در فایل فانکشن قرار بدید.

// غیر فغال کردن جاوا اسکریپت این لاین برای فیچر نمایش پاپ اپ لیست ایتم انیمیشنی پایین صفحات
add_filter( 'rocket_defer_inline_exclusions', function( $inline_exclusions_list ) {
if ( ! is_array( $inline_exclusions_list ) ) {
$inline_exclusions_list = array();
}

// Duplicate this line if you need to exclude more
$inline_exclusions_list[] = 'animated-list .elementor-icon-list-item';

return $inline_exclusions_list;
} );
آموزش طراحی سایت سئو در وبینیو
Photo
این بنر محصولات مشابه دیجیکالا با هوش مصنوعی sora ایجاد شده است.
#prompt

پرامپت ش :

Create a high-quality web banner for an electronics promotion campaign. The design should feature the following elements:
Theme: {Technology Promotion}
Main Products to Display: {Headphones, Power Bank, Jump Starter}
Style: Futuristic, minimalistic, and modern
Background: Gradient from deep magenta to dark purple
Lighting: Soft studio lighting with slight glow behind products
Text Language: Persian (Farsi)
Text Elements:

A large discount badge (e.g., "تا %۴۰ تخفیف")

A bold, attention-grabbing title: {"لوازم جانبی دیجیتال پرومیت"}

A small subtitle under the title: {"با گارانتی معتبر پورترین"}

A rounded button with the Persian word "خرید"
Product Presentation:

Display ۳ renders or realistic images of the selected products arranged diagonally or in a creative composition.

Add subtle labels in English for each product: "Headphone", "Jump Start", "Power Bank".
Other Visual Notes:

Add sparkles or grain texture inside the discount box for extra flair.

All elements must feel cohesive and balanced for a professional e-commerce website.

Make sure the layout is responsive-friendly and ideal for wide web banners.
wpml.zip
26.7 MB
افزونه wpml به همراه افزودنی ها
تنظیمات راکت برای گرفتن سرعت خوب
#rocket #wp #speed
woocommerce-tm-extra-product-options_7.4.3.zip
2.5 MB
افزونه گزینه های اضافی محصولات ووکامرس، WooCommerce Extra Product Options
v7.4.3
@webinewcom

لینک توضیحات افزونه
https://www.rtl-theme.com/woocommerce-extra-product-opt-wordpress-plugin/
سرعت باز شدن اف کنوس المنتور به صورت پیشفرض خیلی کم هست و تنظیمی هم نداره که در ابزار ها کنترل ش کنیم. یک تکه کد میذارم که همین کار رو کنترل میکنه :

/* افزایش سرعت انیمیشن منو */
.elementor-widget-off-canvas {
--e-off-canvas-animation-duration: 400ms !important;
}

@webinewcom
معمولا در ووکامرس تا وقتی کاربر یکی از متغیر ها رو انتخاب نکنه قیمت محاسبه نمیشه و دقیق نمایش داده نمیشه.
راه حل اول : اینه که از تنظیمات هر محصول متغیر پیشفرض فعال رو انتخاب کنی که خوب برای هر محصول باید همین کار رو بکنی

راه حل دوم : استفاده از تکه کد زیر در فایل function چایلد تم هست.
با این کد اگر پیشفرض داشت که تغییری نمیده ولی اگر متغیر پیشفرض نداشت خودش با جاوااسکریپت اولین متغیر رو انتخاب میکنه و فعال میشه.

/**
* Auto-select the first variation using JavaScript on the product page.
*/
add_action( 'wp_footer', 'pasha_tex_auto_select_first_variation_js' );

function pasha_tex_auto_select_first_variation_js() {
// Only run on single product pages
if ( ! is_product() ) {
return;
}
?>
<script type="text/javascript">
jQuery(function($) {
// Find the variations form
var $form = $('form.variations_form');

// If a variations form exists...
if ($form.length) {
// Find the first dropdown for attributes
var $firstDropdown = $form.find('.variations select').first();

// If the first dropdown's value is empty (i.e., the placeholder is selected)
if ($firstDropdown.val() === '') {
// Select the first real option (which is at index 1, after the placeholder)
$firstDropdown.find('option:eq(1)').prop('selected', true);

// Trigger the 'change' event to make WooCommerce update the price, image, etc.
$firstDropdown.trigger('change');
}
}
});
</script>
<?php
}
پک ایکون مینیمال برای استفاده در طراحی سایت
میتونید ایکون های دیفالت المنتور رو بذارید کنار و از این پک استفاده بفرمایید
#icon #pack #elementor
@webinewcom
فایل روبوت برای سایت های فروشگاهی


# Optimized robots.txt for WordPress & WooCommerce
# By webinew.com - 09159677791
# Last Updated: 2025

User-agent: *

# --- Block sensitive WordPress core files ---
Disallow: /wp-admin/
Disallow: /wp-login.php
Disallow: /wp-register.php
Disallow: /xmlrpc.php
Disallow: /readme.html

# --- Block only PHP files in includes, plugins, and themes ---
Disallow: /wp-includes/*.php$
Disallow: /wp-content/plugins/*.php$
Disallow: /wp-content/themes/*.php$

# --- Allow assets for proper rendering ---
Allow: /wp-admin/admin-ajax.php
Allow: /wp-includes/js/
Allow: /wp-includes/css/
Allow: /wp-includes/images/

# --- WooCommerce specific ---
Disallow: /wp-content/uploads/wc-logs/
Disallow: /wp-content/uploads/woocommerce_transient_files/
Disallow: /wp-content/uploads/woocommerce_uploads/

# --- Block unnecessary pages and feeds ---
Disallow: /?s=
Disallow: /search/
Disallow: /trackback/
Disallow: /feed/
Disallow: /comments/feed/
Disallow: */feed/$
Disallow: */*/feed/$

# --- Optional archives (uncomment if needed) ---
# Disallow: /author/
# Disallow: /tag/
# Disallow: /category/

# --- Block cache/optimization plugin files ---
Disallow: /wp-content/uploads/wpo/wpo-plugins-tables-list.json

# --- Sitemap (update per project) ---
Sitemap: https://yourdomain.com/sitemap_index.xml
افزونه لرن دش
به همراه ترجمه فارسی

مسیر ترجمه :
wp-content/plugins/sfwd-lms/languages

@webinewcom