image

wordpress, vue.js, vue-router

How to show preview mode on separate server by get api on Wordpress? I've have to develop website by use separate server into 2 server: 1 - use wordpress as cms and api and send api to frontend 2 - frontend (php) get api I'd like to get preview mode to show on ... tagged: wordpress, 3-tier Mar 17 at…

Read More
image

javascript, jquery, wordpress, woocommerce

How to add and remove input fields in customizer when header images are added and removed I am building a child theme and what I need to do is to add/remove input fields when a header image is added/removed. I want that input field to be attached to each specific header image and removed ... tagged: php, wordpress Mar 15…

Read More
image

php, wordpress, function, woocommerce

Add Features Panel in Wordpress i am working on a WordPress site. i want to add services/features on my site similar to this www.mydubaitech.com any body has idea how to do that? any plugin or custom css for this? thanks in advance. tagged: wordpress Mar 15 at 16:58 ACF repeater pagination I would appreciate some help regarding Advanced Custom Fields…

Read More
image

Magento admin login not working in chrome but works fine for firefox

I think there is the problem with session cookie with the chrome browser. So just go through this directory /app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file and comment out the line from 85 to 92 in magento (1.7.2 for my case). Like this // session cookie params /* $cookieParams = array( 'lifetime' => $cookie->getLifetime(), 'path' => $cookie->getPath(), 'domain' => $cookie->getConfigDomain(), 'secure' => $cookie->isSecure(), 'httponly' =>…

Read More
image

wordpress, mobile, custom-wordpress-pages

Shortcode in Wordpress causing php below to not function I've written a shortcode to display the posts of a custom post type (containing team member profiles) in a post with the same category assigned to specific team members. The shortcode works perfectly ... tagged: php, wordpress Mar 14 at 2:18 In which file $wpsc_cart object is getting set? I have…

Read More
image

Analytics Android

Top new questions this week: Why does ?: cause a conversion error while if-else does not? Making some changes in the code I use the next line: uint a = b == c ? 0 : 1; Visual Studio shows me this error: Cannot implicitly convert type 'int' to 'uint'. An explicit conversion exists ... c# .net type-conversion asked by…

Read More
image

wordpress, menu, woocommerce, cart

WordPress Sidebar contact form Warning: mail(): SAFE MODE Restriction in effect I have a WordPress plugin (sidebar form) which is giving an error. When I submitting any kind of message as user this error is showing: Warning: mail(): SAFE MODE Restriction in effect. The fifth ... tagged: wordpress, contact-form, safe-mode, php-safe-mode Feb 11 at 8:49 Wordpress: strip classes from duplicated…

Read More
image

wordpress plugins

How can I create a navigation menu in wordpress plugins without creating any menu in a theme? I am developing a plugin to install a nav menu in wordpress. Once I installed the plugin , a nav menu must appear at the top of the home page. I want to do this in plugin without using any theme ... tagged:…

Read More
image

Visual Composer

Visual Composer Bug Load Image I have a problem with my Visual Composer plugin...When I want to import or edit an image I het an Uncaught Typeerror and I can't set an image Here my Log: Uncaught TypeError: Cannot read property ... tagged: wordpress, visual-composer Jan 11 at 9:07 Best way to display group of elements in wordpress I've just…

Read More
image

working on wordpress

How to retrieve email addressess of users with specific role in WordPress through this code I am able to retrieve email addresses of all the users in WordPress with the help of this code: <?php $users = get_users(); foreach ($users as $user ) { $email = get_user_meta($user->ID, "... tagged: wordpress, role Jan 9 at 13:53 skrollr data-anchor-target not working on…

Read More
image

Javascript/JQuery

Google map not showing in hidden wordpress tab using Geomywp shortcode I'm using Geomywp. I am using the following shortcode in a hidden tab (tab number 5): [gmw_member_location map_width=100%] When the user clicks the hidden tab the map loads empty. If the user then ... tagged: javascript, jquery, wordpress, google-maps, tabs Jan 5 at 10:45 WP_LIST_PAGES custom output using WP_QUERY…

Read More
image

WordPress Ajax

How do you use Wordpress Ajax calls for authenticated users without cookies? I have Wordpress setup as a "mothership site". My users are registered there and so forth. From one of my client sites, I would like to make ajax api calls to the Wordpress site and get results back ... tagged: ajax, wordpress, cordova Mar 10 at 22:42 wrap…

Read More
image

WordPress Amazon

How to use sticky sessions in AWS? We have a website WordPress website running on AWS and it has ELB implemented on it. I have to save UTM data of each visitor whenever it reaches to our website and has to keep it for the whole session ... tagged: php, wordpress, amazon-web-services, amazon-elb, sticky-session Jan 5 at 19:09 WooCommerce Subscriptions…

Read More
image

structure in WordPress

How to use custom HTML markup in woocommerce I've got a little trouble with a woocommerce. I must use custom HTML markup in woocommerce templates. I have searched about hooks and actions, but i can't find right way to start develop new theme. tagged: html, wordpress, woocommerce Jan 10 at 13:32 Can't view new post type in wordpress I've created…

Read More
image

wordpress toolset

Could not find any remote repositories associated with MY GOOGLE APP ENGINE APPLICATION 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 How to apply shipping in category woocommerce I…

Read More