wordpress toolset

Stack Overflow

When I deploy my WordPress application to Google App Engine using by: gcloud … –verbosity=info … I have the following script said: Beginning deployment of service [default]……INFO: Could …

tagged: wordpress, git, google-app-engine, repository, gcloud Jan 7 at 12:41
Stack Overflow

I have woocommerce powered e-commerce website. I have 2 Categories Cement: shipping charges $5 per bag Steel: shipping charges $50 per bundle How do I make this kind of shipping conditions in …

tagged: wordpress, woocommerce, shipping, hook-woocommerce Jan 6 at 19:33
Stack Overflow

I’m trying to create a simple carousel slider like the one on the page below which shows rooms in a hostel. Three rooms are displayed at a time in the slider. It’s a very common slider setup …

tagged: wordpress, revolution-slider Jan 7 at 13:40
Stack Overflow

I’m using the bitnami stack for WordPress on Ubuntu 16.04 I cleared the DB to import an SQL dump in order to clone a site and I get a confirmation message saying: Import has been successfully …

tagged: mysql, wordpress, phpmyadmin, xampp, bitnami Jan 6 at 18:11
Stack Overflow

I have a little problem with calculating the taxes on woocommerce. The problem is that if I have 2 decimal set from woocommerce, and the vat number is 19 for romania, at the total of an order I found …

tagged: wordpress, woocommerce Jan 6 at 18:51
Stack Overflow

I’m in the process of making a custom menu extension for Woocommerce. Basically, it’s a menu with different options, and depending on the options the price of the product will change. The product …

tagged: wordpress, woocommerce, product Jan 6 at 16:03
Stack Overflow

I’m building out a site using the Sydney theme, along with the SiteOrigin widget bundle. Up until 2-3 days ago, everything worked great. Then all of a sudden, all my buttons made with the Button …

tagged: wordpress, widget, siteorigin Jan 7 at 2:46
Stack Overflow

From my custom theme in WordPress, I’d like to send an HTML email. Rather than populating the body like this: $message = “”; $message = “<h3>Someone has applied for a job on the …

tagged: php, wordpress, html-email Jan 6 at 22:34
Stack Overflow

So I helped someone launch a site and they wanted a discounted product when someone purchased a specific product. I found a solution and implemented it and it worked at launch of the site and is no …

tagged: php, wordpress, woocommerce, orders, hook-woocommerce Jan 6 at 16:31
Stack Overflow

I need to create a menu with all site’s pages in hierarchical structure. The pages are currently in another database, so I wrote a script to import them to WordPress using their new REST API. I found …

tagged: wordpress Jan 7 at 13:35
Stack Overflow

I try to use this code (I found it on personal blog) for my custom WordPress theme to show popular posts in one custom page. Unfortunately it show the same posts in every of those three UL block’s. …

tagged: wordpress, views, posts Jan 7 at 11:25
Stack Overflow

I continue to get this error when trying to login to the WordPress admin area: Warning: Illegal string offset ‘capabilities’ in …

tagged: wordpress Jan 7 at 9:02
Stack Overflow

I am using WP_Nav_Walker to implement bootstrap menu to a WordPress installation. It seems to work alright but I need to extend it to use a featured image in drop-down menu items. Essentially …

tagged: wordpress, twitter-bootstrap, menu, wp-nav-walker Jan 7 at 6:59
Stack Overflow

On my WP site I have front-end posting form with: 1) ordinary fields (they’re used to show the title, description etc. of the post) 2) dropzone.js field for multiple image uploading (it’s used to show …

tagged: javascript, php, wordpress, dropzone.js Jan 7 at 13:34
Stack Overflow

I have this Javascript code, where I have a condition for 3 days after the current date and one for the current day. I would need to add a condition for 3 days previous to the current date. How can I …

tagged: javascript, jquery, wordpress Jan 7 at 13:03
Stack Overflow

I’m building a front-end posting form on my WP site. The simplified code of my form is as follows: <form id=”new_post” name=”new_post” method=”post” action=”/add-property-query/” enctype=”…

tagged: javascript, php, jquery, wordpress, dropzone.js Jan 6 at 21:40
Stack Overflow

after upgrading to PHP 5.6 I am getting different “illegal string offset” warnings: Warning: Illegal string offset ‘id’ in header.php on line 4 foreach ($options as $value) { if (get_settings( $…

tagged: php, arrays, wordpress Jan 7 at 10:56
Stack Overflow

I have an amazon astore site but i do not like it. I want to make it more beautiful, responsive by editing it’s html and css file. Is there any way to do it??

tagged: css, wordpress, e-commerce, amazon, affiliate Jan 7 at 5:50
Stack Overflow

I am using wordpress rest api and angular2 to build simple one page app. I created a custom post type with toolset. All is working fine and I can see the data returning fine. …

tagged: wordpress, angular2 Jan 6 at 16:17
Stack Overflow

WooCommerce allows you to hide the shipping calculator for all methods. But I need to remove the calculator only for a selected specific shipping method. I tried to use the filter like this: function …

tagged: php, wordpress, woocommerce