wordpress, caching, fragment, w3-total-cache

Stack Overflow

I am currently working on a WordPress powered website, with WooCommerce functionality. I have created a custom field, to appear in the Back End of a Product Page, using the following code: <?php …

tagged: php, wordpress, woocommerce May 4 at 19:15
Stack Overflow

How can I create a live search with Jquery AJAX, I used keypress or keyup event to loop query, but if I type 3 characters or more the AJAX will do 3 times or more. My form: `<input …

tagged: jquery, ajax, wordpress, livesearch May 4 at 16:18
Stack Overflow

I’m using the WordPress-Core rules for a project I just started in PhpStorm (involves developing a custom plugin and theme), and I find it strange that most of the default php files in a clean …

tagged: php, wordpress, phpstorm, phpcs May 3 at 10:40
Stack Overflow

I am trying to make a local copy of a WordPress site. After downloading the files I change the site url to localhost in wp_option’s table, at rows siteurl and home. After that the problems begins. …

tagged: php, wordpress, url, path May 3 at 12:37
Stack Overflow

Please bear with me on this question. I understand that it may not be as clear but and suggestions are helpful. So I created a template page and within that template page I have two tags. One …

tagged: php, wordpress, advanced-custom-fields May 4 at 15:48
Stack Overflow

With this example I manage to add custom post type and custom meta data in WordPress REST API. Right now I’m trying to hide some of the data for non logged users and I’m trying like this: …

tagged: wordpress, wordpress-rest-api May 4 at 18:33
Stack Overflow

I am new to php, please help. I am using this shortcode to show total number of published posts (400), it works fine. If I change (‘post’) to (‘page’) it shows total number of published pages (100) …

tagged: php, wordpress, shortcode May 2 at 23:48
Stack Overflow

On this page: http://eliv.com.tw/elivqa/ all the traditional Chinese characters are displayed incorrectly on Chrome for mac and IE (other browsers seem to work fine). In my Wp-config file utf-8 is …

tagged: wordpress, google-chrome, utf-8, character May 4 at 2:14
Stack Overflow

I am facing one issue in my wordpress site. When I am logged out from site few of the content of home page getting disappeared. Like some heading and plugins etc. I am not finding the exact cause of …

tagged: wordpress May 4 at 10:03
Stack Overflow

I am having some issue in navbar but unable to find the error.I have made the navbar transparent but unable to make it sticky. If you suggest me then that would be really good for me. This is my …

tagged: javascript, html, css, wordpress May 3 at 4:49
Stack Overflow

I have Woocommerce installed on my WordPress website and have never had this problem before. Adding orders manually through “Add order” has always worked fine – I added an order manually 2 days ago – …

tagged: wordpress, woocommerce May 3 at 3:20
Stack Overflow

I am currently working on an app for a custom wordpress site, (So hosted on a different server than wordpress’ servers). In that app we want to give users a way to register and create an account for …

tagged: java, android, wordpress, oauth, scribe May 4 at 14:05
Stack Overflow

I’m working on a website based on ASP .Net MVC 5 and Entity Framework, however, due to some other priorities, I need to stop working on my website. For now, if I start my website using WordPress, …

tagged: wordpress, asp.net-mvc-5, web-hosting May 3 at 3:54
Stack Overflow

add_action(‘wp_ajax_ybr_client_results’, ‘ybr_client_results’); add_action( ‘wp_ajax_nopriv_ybr_client_results’, ‘ybr_client_results’ ); function ybr_client_results() { $client_details = $_POST[ …

tagged: php, ajax, wordpress, return May 3 at 19:22
Stack Overflow

The following code composes a custom menu: <ul class=”nav navbar-nav”> <?php $menu = wp_get_nav_menu_items_hierarchically( ‘Menu’ ); foreach($menu as $…

tagged: php, wordpress May 4 at 19:50
Stack Overflow

I am working on a WordPress website, with WooCommerce functionality. I have created 2 Custom Fields, for the Product Data box within the backend of the Product Page, using the following Code: …

tagged: php, wordpress, woocommerce May 4 at 0:28
Stack Overflow

I want to add markers on map using Leaflet Maps Marker. After activating this plugin, I couldn’t find how to enter latitude and longitude of markers. Do you have idea how to do that?

tagged: wordpress, leaflet May 4 at 15:44
Stack Overflow

I apologize for my English, I hope you will understand me. So, I have w3 total cache plugin with enabled “page cache” and “fragment cache” option. But I can’t implement fragment caching on my website! …

tagged: wordpress, caching, fragment, w3-total-cache May 4 at 4:54
Stack Overflow

I’ve a website with Woocommerce installed along with woocommerce bookings and woocommerce dynamic pricing. In this website I sell bookable experiences where you can define the number of people. I need …

tagged: php, wordpress, woocommerce, woocommerce-bookings May 4 at 10:17
Stack Overflow

I have an wordpress site and today I saw a strange code in .htaccess. And I don’t know if the hackers can attack my wordpress using the rules from htaccess. Here is the code <IfModule …

tagged: wordpress, .htaccess
wordpress , MySQL , Oracol