Bahadir
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] ERROR404 on my inbound message page in FlamingoI have the same issue. here is the link example: domain.com/?p=115792&post_type=flamingo_inbound
Hi @art2dev
You can filter categories with shortcode like this
[am_post_grid show_filter="yes" btn_all="yes" cat=4370]
Change the category id with yours.
Forum: Plugins
In reply to: [WooCommerce] Product Data Tabs Missing in Admin PanelHey all,
I found problem with plugins. “Advanced Woocommerce Reporting System” plugin caused this error. If you faced with this problem, try to deactive this plugin.
Thanks for helps.
Forum: Plugins
In reply to: [WooCommerce] Product Data Tabs Missing in Admin PanelHey @riaan,
Thanks for reply.
Yes, when i look at console i get theese errors:
JQMIGRATE: Migrate is installed with logging active, version 1.4.1
jquery-migrate.js?ver=1.4.1:45 JQMIGRATE: jQuery.fn.load() is deprecated
jquery-migrate.js?ver=1.4.1:47 console.trace()migrateWarn @ jquery-migrate.js?ver=1.4.1:47
jquery-migrate.js?ver=1.4.1:45 JQMIGRATE: jQuery.support.boxModel is deprecated
jquery-migrate.js?ver=1.4.1:47 console.trace()migrateWarn @ jquery-migrate.js?ver=1.4.1:47
jquery-migrate.js?ver=1.4.1:45 JQMIGRATE: jQuery.fn.live() is deprecated
jquery-migrate.js?ver=1.4.1:47 console.trace()migrateWarn @ jquery-migrate.js?ver=1.4.1:47
jquery-migrate.js?ver=1.4.1:45 JQMIGRATE: jQuery.fn.size() is deprecated; use the .length property
jquery-migrate.js?ver=1.4.1:47 console.trace()So I deactivated “jquery-migrate.js”, product page broken.
According to you which plugin caused this error?
Thanks in advance.
Forum: Plugins
In reply to: [WooCommerce] After updating to 2.4.11 translation stop to workMe neither, so i’ve tried but i got this message:
Failed to install/update the translation: Sorry but there is no translation available for your language =/
Any suggestions?
Forum: Plugins
In reply to: [WooCommerce] How to show loading icon on Add to Cart ButtonHorray! Working now. Thanks for your help mate ^_^
Forum: Plugins
In reply to: [WooCommerce] How to show loading icon on Add to Cart ButtonIt didn’t work. I’ve added to header.php between head tag. You can see from source-code.
My code snippet like this:
<script type=”text/javascript”>jQuery( ‘.single_add_to_cart_button’ ).click( function() {
jQuery( this ).addClass( ‘loading’ );
});</script>Forum: Plugins
In reply to: [WooCommerce] How to show loading icon on Add to Cart ButtonHey @royho,
Thanks for reply. You can see in here: https://goo.gl/5plnJq .
You can click “Sat?n Al” button for test.
I have also using One page checkout plugin.
Forum: Plugins
In reply to: [[Abandoned] PPress] Margins after plugin activationI’ve solved with this css rule
.container {
margin: 0 !important;
padding:0 !important;
width: 100% !important;
}But i guess you must update plugin according with this issues.
Thank you dude. It’s work perfectly!
https://goo.gl/hCzRW bottom right button with telephone icon.
Correct codes<div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1" style="width:460px;height:180px;"> [contact-form-7 id="527" title="biz-sizi-arayalim"] </div></div> <a href="#fancyboxID-1" class="fancybox"><img src="https://url.of.image.png" /></a>
sorry for my bad english.