bsoedargo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 WooCommerce Order Dropdown Field] Email Tag not appearHi…
i don’t know what happen, but suddenly, it works nya, maybe there’s something that i’m missing on setting. Thank you again for the nice plugin.
Cheers
Forum: Plugins
In reply to: [Contact Form 7 WooCommerce Order Dropdown Field] Email Tag not appearhi there… thanks for the reply.
Here’s my mail setting
https://i.imgur.com/T0e4BIu.pnghere’s my form setting
https://i.imgur.com/rBWZYQo.pngThank you
Forum: Plugins
In reply to: [qTranslate X] change from plusHi Gunu,
what a fast respond. Read it now…
thank you.
Forum: Plugins
In reply to: [Easy Table] CSV Error reading file/URL.i dont know if it’s the better fixed or not, but it helped me out.
i asked my friend to check the plugin script file easy-table.php on line 207 he change$response = wp_remote_get($file);
into
$response = wp_remote_get($file, array( 'timeout' => 30 ));
hope it help you guys out
Forum: Plugins
In reply to: [PrestaShop Integration] Cart not showing products in WordPress siteHi there,
i am exactly have the same problem just like you, try to replace setcookie in prestashop folder classes/Cookie.php around line 320
return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0); else return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0, true);
Change it to
return setcookie($this->_name, $content, $time, '/' /* $this->_path */, $this->_domain, 0); else return setcookie($this->_name, $content, $time, '/' /* $this->_path */, $this->_domain, 0, true);
after done that, try to clear all cookies in your browser that related to your site, try read this post https://www.ads-software.com/support/topic/problem-with-customer-logon-in-prestashop?replies=3
don’t bother the title, it’s related with cart too, i did have the problem with cart and logon, after read that post, it’s now running well…
good luck
Forum: Plugins
In reply to: [PrestaShop Integration] Home Featured PrestaHi there,
no problemo aytechnet, sorry for bothering you in summer ^_^.
i guess i need much read the tutorial, faq, and anything related to this plugin, btw, i already did that, and it’s work perfect… will share the site if it’s ready…
thank you
Forum: Plugins
In reply to: [PrestaShop Integration] Header & Footer StyleThis is like starting from a blank WordPress theme, but if you need to update the CSS you will have some problems : this is often easier to start a blank theme, check the codex : https://codex.www.ads-software.com/Theme_Development
Yes, i did use a blank theme now, thanks for the advices now the look of header is from presta.
For number 2, i try to add deregister_script and it’s not running well, suddenly become blank on all of the site, so i keep in my way by putting jquery-min 1.7.2 on my header.php themes (i still can’t figure out any other way and the affect by doing this in the future, but i guest it’s the right way and it’s running well just like what i want ^_^ for now). Thank you again for reply-ing and your advice.
Salute.
Forum: Plugins
In reply to: [PrestaShop Integration] Header & Footer StyleHi Aytechnet,
this is awesome, actualy here’s what i’ve been doing after i post this topic, i dont know this is the right way to do it or not, but so far, it run smoothly implementing prestashop header and footer.
1. In function.php i comment the
wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri() );
it’s to take the wordpress style completely blank. so i can use the 1 css to edit the whole site using presta global.css2. The problem is the js from prestashop header in wordpress didn’t running well, Then i put
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
in wordpress themes header, the header is running smoothly.i don’t know if this the right thing to do to implement the header and footer prestashop in wordpress (using sidebar widget and place it in header), but so far, it’s running well, i think i’ve done complete my 1st phase, going further now, i’ll mark this as resolved.
very helpful plugin & support …
Regards