Gangsar Swapurba
Forum Replies Created
-
hi mate,
i also got
IMysqldump: Connection to mysql failed with message: SQLSTATE[HY000] [2002]
and then, i adjust my DB_HOST constant to
define('DB_HOST', '127.0.0.1:3306');
in wp-config.php filenow it works!
it’s not bad to give it a try ??
Thanks,
Great
It works!Forum: Fixing WordPress
In reply to: jQuery UI tabs not working with layerwp themeHave you check the script dependences?
Have check this guide from layerswp team? https://docs.layerswp.com/child-themes-styling/
Go to Rapid Styling
I hope you already sorted it out
Produsen Kostum
Cek Daftar Harga Kostum Badut!Forum: Reviews
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] cool useful pluginyes, the pro version is a great one :).
after looking for the problems, i guess walker argument is the problem
in wptouch/core/menu.php:
https://pastebin.com/KCAtACrcbut it’s too heavy to continuing looking for the problems for me.
any guru could give me some help?
after looking for the problems, i guess walker argument is the most possible problem
function _wptouch_show_menu( $menu_slug, $nav_menu_walker, $page_menu_walker ) { $nav_menu_walker = apply_filters( 'wptouch_nav_menu_walker', $nav_menu_walker, $menu_slug ); $page_menu_walker = apply_filters( 'wptouch_page_menu_walker', $page_menu_walker, $menu_slug ); $menu_to_show = wptouch_get_menu_name_from_slug( $menu_slug ); if ( $menu_to_show == 'wp' ) { wp_list_pages ( array( 'title_li' => '', 'walker' => $page_menu_walker ) ); } else if ( $menu_to_show != 'none' ) { if ( $nav_menu_walker == false ) { $nav_menu_walker = new WPtouchProMainNavMenuWalker; } // WordPress menu $menu_params = array( 'before' => '', 'after' => '', 'container' => '', 'container_class' => '', 'container_id' => '', 'link_before' => '', 'link_after' => '', 'menu_class' => '', 'items_wrap' => '%3$s', 'menu' => $menu_to_show, 'walker' => $nav_menu_walker ); wp_nav_menu( $menu_params ); }
but, it’s too heavy for me to dig it up again
maybe any guru here could give me some help?
Hi,
i tried solve it myself, but i give up
i guess, there is something inside wptouch_show_menu( ‘primary_menu’ ); in header_bottom.php
i use default bauhaus theme
Hope anybody could give some help
Regards,
GangsarForum: Plugins
In reply to: [WP-DBManager] STICKY??right
you can mark it solved now!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] can not generate pdfi got it
after doing debug in wp, by adding wp_debug = true in my wp_config.php, its output:
Fatal error: Uncaught exception ‘Exception’ with message ‘The PHP GD extension is required, but is not installed.’ in /home/
and i install gd extension in my php.ini.
now it works.
i guess this case is resolved.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] can not generate pdfDo you get this problem with the default template or a custom template?
i have not installed similar this plugin, exactly with other plugins which generating pdf
How much memory do you have available for WordPress? (check via WooCommerce – System Status)
this is my system status generated by WooCommerce – System Status https://pastebin.com/udgS56hh
Have you enabled WP_DEBUG? If you do, do you get any errors?
i have not. i will do try
Can you output to HTML (see code below) and check for errors?
this is what i got when generating invoice in WooCommerce – Orders admin page after adding it
add_filter( ‘wpo_wcpdf_output_html’, ‘__return_true’ );
add_filter( ‘wpo_wcpdf_use_path’, ‘__return_false’ );
to my theme functions file.https://dinokidz.co.id/wp-content/uploads/2014/02/pdf-html.png
Forum: Plugins
In reply to: [wpMandrill] Contact Form 7 Submit Failurethanks kamegami, you make it
Forum: Fixing WordPress
In reply to: Fatal error on updateYes, you’re right Luca.
Forum: Fixing WordPress
In reply to: Cannot Change the Update Plugins FTP Informationthank you.