Home › Forums › WoodMart support forum › Element kullanma sorun
Element kullanma sorun
- This topic has 12 replies, 3 voices, and was last updated 3 weeks, 2 days ago by
Artem Temos.
-
AuthorPosts
-
March 18, 2025 at 8:08 am #646610
afroturkceParticipant1- Blog sayfasında ilgili gönderiler çalışmıyor.
2- Elementlerde iç içe geçmiş karınca, ve tabslar da blog yada farklı içerik gösterimleri çalışmıyor.
Örnek: https://www.salihozdemir.com.tr/2025/03/15/turkiye-haritasi/March 18, 2025 at 1:43 pm #646758
Aizaz Imtiaz AwanKeymasterHello,
01. In order to display related posts, you need to create tags and then put these tags into the posts. The posts having equal tags will be displayed as Related posts.” now I have added the tags on your given post and the related posts are showing fine. Check back your site and check the issue.
02. Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Best Regards,
March 18, 2025 at 4:22 pm #646851
afroturkceParticipant2- Bir şeyi çözmek istemediğinizde hep aynı şeyi söylüyosunuz. 3. taraf eklentileri kaldırın diyorsunuz yada başka bir temada deneyin diyorsunuz. Ama biz sorunla yine baş başa kalıyoruz.. Evet kaldırdım. Sorun devam ediyor. Şimdi sırada ne var?
March 19, 2025 at 12:25 pm #647136
Aizaz Imtiaz AwanKeymasterHello,
Add the custom code to Theme Settings > Custom JS > JS Document Ready.
jQuery('.wd-tabs .wd-nav-tabs > li').on('click', function(e) { var $thisTab = jQuery(this); var $tabsIndex = $thisTab.index(); var $activeContent = $thisTab.closest('.wd-tabs').find('.wd-tab-content').eq($tabsIndex); setTimeout(function() { var $post = $activeContent.find('.wd-posts.wd-masonry') if ($post.length) { $post.isotope('layout'); } }, 250); });
Best Regards,
March 19, 2025 at 4:56 pm #647279
afroturkceParticipant2- Söylediğinizi yaptım. Ama hiçbir şey değişmedi. Şifrelerimi size gönderdim işlemi siz yaparak kontrol eder misiniz lütfen. Sorun devam ediyor.
2- Elementlerde iç içe geçmiş, ve sekmelerde blog veya farklı içerik gösterimleri çalışmıyor.
Örnek: https://www.salihozdemir.com.tr/2025/03/15/turkiye-haritasi/March 20, 2025 at 10:18 am #647466
Aizaz Imtiaz AwanKeymasterHello,
The code is working fine on your site. The content is displaying fine in the tabs.
See the video for clarification: https://uploadnow.io/f/gm6DjDHCheck your site after completely clearing the browser cache and checking the issue.
Best Regards,
March 22, 2025 at 9:12 am #648082
afroturkceParticipantevet haklısınız. kod çalışıyor ancak ben bu özelliği sayfada yer alan 1. elemente kullanamıyorum. teme içerisinde yer alan beyaz tabs elementte bu kod çalışmıyor. sadece siyah tabs elementte çalışyor. oysa kodun çalışmadığı element daha kullanışlı çünkü içerisinde kaydırma ve modern menü düzenleme özelliği var. lütfen benim bunu da kullanabileceğim bir çözüm bulunmanızı rica ederim.
ilgili sayfa: https://www.salihozdemir.com.tr/2025/03/15/turkiye-haritasi/#1742622431704-f501a874-c5c6
March 22, 2025 at 9:24 am #648083
afroturkceParticipantbir şey fark ettim. bir önce ki talebimde yazdıklarıma ek olarak beyaz tabs (ta) (modern) menü özelliği seçildiğinde kod çalışmıyor. Sadece (classic) seçildiğinde kon çalışıyor. bunu kontrol ederseniz daha güzel olacaktır. teşekkür ederim.
March 24, 2025 at 1:44 pm #648429
Aizaz Imtiaz AwanKeymasterHello,
Try to add the following code in Theme Settings > Custom JS > Global Custom JS.
(function($) { $('.vc_tta-tabs .wd-masonry').removeClass('wd-masonry') })(jQuery); (function($) { $('.wd-tabs .wd-nav-tabs > li').on('click', function(e) { var $thisTab = jQuery(this); var $tabsIndex = $thisTab.index(); var $activeContent = $thisTab.closest('.wd-tabs').find('.wd-tab-content').eq($tabsIndex); setTimeout(function() { var $post = $activeContent.find('.wd-posts.wd-masonry') if ($post.length) { $post.isotope('layout'); } }, 250); }); })(jQuery);
Best Regards,
March 26, 2025 at 9:38 pm #649308
afroturkceParticipant2- Verdiğiniz kod ile tabs çalışıyor ancak iç içe geçmiş konteyner çalışmıyor. Acaba ben yalnış kullanım mı yapıyorum. Kontrol eder misiniz?
– https://www.salihozdemir.com.tr/?cms_block=borsa-widget-2-2
– HTML blok kodu: [html_block id="12021"]March 27, 2025 at 11:55 am #649481
Aizaz Imtiaz AwanKeymasterHello,
To better understand the issue, please share some screenshots of the issue you’re encountering. This will help me analyze the problem and provide you with the best possible solution.
Best Regards,
March 27, 2025 at 4:26 pm #649610
afroturkceParticipantSize panel giriş bilgilerimi göndermiştim. Bir önceki mesajımda da sorun yaşadığım sayfa bilgilerim yer alıyor.
İç İçe geçmiş konternerin içerisine ne koyarsam kayayım çalışmıyor.
Attachments:
You must be logged in to view attached files.March 31, 2025 at 11:25 am #650351
Artem TemosKeymasterHello,
Sorry, but the problem is not quite clear. Could you please clarify? Here is how it looks now https://gyazo.com/eb8535ecaafa507cc9814f1f38b4de72
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register