wordpress, vue.js, vue-router

Stack Overflow

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 9:18
Stack Overflow

I have a wordpress site. And I have implemented owl carousal. There are total 17 items in loop. But carousal showing 10. If I <pre></pre> inside the loop, then all 17 shows. What should I …

tagged: php, wordpress, owl-carousel Mar 17 at 6:31
Stack Overflow

I used the following code on a wordpress site to display sales percentages after the sales prices on the products. I am trying to include span tags within the PHP to make the sales text red and keep …

tagged: php, html, css, wordpress Mar 17 at 19:08
Stack Overflow

I really tried to find a relevant answer but I couldn’t, I guess my scenario is a bit uncommon (?) so if anyone can help, I ‘d be grateful. What happens: I recently installed xampp on my ubuntu …

tagged: wordpress, ubuntu, xampp, multisite, lampp Mar 16 at 20:05
Stack Overflow

I am using OptionTree for WordPress option panel, I am getting the page ID, and using that page ID I want to populate the content of the page to another page. Here is my code: <?php $test_input …

tagged: php, wordpress, while-loop, hook-wordpress Mar 17 at 5:29
Stack Overflow

I have created a mobile app that uses parse-server for the backend that is hosted on heroku, there is also a requirement for a Web app and e commerce component. One of the simplest ways I could think …

tagged: php, wordpress, parse-server Mar 17 at 14:10
Stack Overflow

My client wants to experiment around with WordPress on a server that they have currently a Typo3 CMS running on. I’m supposed to set it up, without making the old website unusable. Current website …

tagged: php, linux, wordpress, content-management-system, typo3-6.2.x Mar 17 at 14:20
Stack Overflow

Am trying to create a custom custom drop-down in woo commerce admin under checkout tab. With the dynamic category option list. But its not appending option correctly. $taxonomy = ‘product_cat’; …

tagged: php, arrays, wordpress, woocommerce Mar 17 at 11:20
Stack Overflow

I am developing a wordpress plugin that can manage the posts/pages views by different filters. The admin.js is working in the wordpress admin backend but not when I click customize in the front end. …

tagged: javascript, wordpress, widget Mar 17 at 3:15
Stack Overflow

I recently tried to change the header.php file for my site in order to add a click to call button to my site. I successfully added the button, but when you clicked on it, it would overlap with sidebar …

tagged: html, wordpress, header, sidebar Mar 16 at 23:22
Stack Overflow

I’m setting up a woocommerce store but for some reason is not calculating the right percentage, I placed as a tax rate 21% but is calculating a much lower amount and I’m not sure why, wondering if any …

tagged: wordpress, woocommerce Mar 17 at 17:18
Stack Overflow

Calling $_GET[‘ip’] worked up until a recent wordpress update and now it’s broken. I don’t know how WordPress expects me to get the variable but the code I’ve been messing with and put together …

tagged: php, wordpress Mar 17 at 19:26
Stack Overflow

So I just added a custom post type through the WP-Types plugin, nothing fancy just a custom post type. Now the permalink of this custom post type isn’t showing up. I figured out that it had something …

tagged: php, wordpress, permalinks Mar 16 at 22:23
Stack Overflow

I’m trying to remove the annoying “Variation #(number) of” string from the cart preview on one of the websites I’m building. This title appears in the upper corner where the cart preview is shown. …

tagged: php, regex, wordpress, woocommerce Mar 17 at 14:42
Stack Overflow

I need to crop a category images. I followed this steps: I added a thumbnail size add_image_size( ‘cat-image-size’, 255, 160, true ); // Hard Crop Mode On my category page I used this code $idcat …

tagged: php, wordpress, image, crop Mar 17 at 9:19
Stack Overflow

I’m trying to add slideshow in my article using Facebook Instant Article but it does’t work i put the below code in my post page.. <figure class=”op-slideshow”> <figure> <img …

tagged: php, wordpress, facebook, blogs, facebook-instant-articles Mar 17 at 4:34
Stack Overflow

I am using the BeStore theme. The only options I see for the search bar (under headers& subheaders–>extras) is “Icon | Search shop products only” i want to set the behaviour of searchfield is to …

tagged: wordpress, woocommerce, settings Mar 17 at 12:17
Stack Overflow

I’m trying do a few customizations to the wordpress default search form and I would like to replace the text “Search” in the value=”Search” string with an icon. Currently I have the following form: …

tagged: wordpress Mar 17 at 1:25
Stack Overflow

I am creating a theme with WP Rest API with Vuejs. I have created dynamic routes to blog titles and linked with router-link. When I click on a title, the url changes but the component is not showing …

tagged: wordpress, vue.js, vue-router Mar 17 at 5:02
Stack Overflow

I’ve written the following to potentially find an usable solution for responsive, inline background images with WordPress: jQuery(document).ready(function ($) { // BREAKPOINTS var lg = 1280, …

tagged: jquery, wordpress, image, background-image, responsive