wordpress, mobile, custom-wordpress-pages

Stack Overflow

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
Stack Overflow

I have a product value rounding task on checkout page, problem is product value 716.70 is rounding to 717 but i don’t want to do that, by debugging i came to cart.class.php file. I’ve google so much …

tagged: php, wordpress Mar 14 at 11:06
Stack Overflow

I’m having a problem on with a WordPress website I’m putting together for a friend. For some reason, FontAwesome displays one version of its Instagram icon in the header when on her index page, but …

tagged: css, wordpress, icons Mar 14 at 17:30
Stack Overflow

I’ve been working on a project for one of our clients and they had a specific request to allow users to edit their own order details (not the order status, order date, etc. just the order details …

tagged: wordpress, woocommerce Mar 14 at 13:33
Stack Overflow

Hello I have a strange problem. My site works well in the frontend, everything works as it should but the ajax file upload in the backend is broken. I already found the error source. It is one of my …

tagged: php, wordpress, shortcode Mar 14 at 8:31
Stack Overflow

I am trying to make the code shared on link to work on WordPress but the Javascript do not work. I do not have other js file besides the one above. I works on the example but not on WordPress. …

tagged: javascript, jquery, wordpress Mar 14 at 18:52
Stack Overflow

Is it possible to store the image attachments associated with a user in wordpress? I have seen image attachments associated with posts. What about users? It is for storing the profile images of users.

tagged: wordpress, file-upload, upload, attachment Mar 14 at 12:13
Stack Overflow

in my woocomere product page there is tabs of a product to display different information (description, etc). But i wish to be able to in a specific tab turn in a ligthbox popup that shows text or a …

tagged: wordpress, woocommerce Mar 13 at 23:36
Stack Overflow

I have a WP plugin, some of my users have an issue on frontend. The plugin shortcode output includes additional tags: p, code and etc. But this tags not my, something added them to my content, as …

tagged: wordpress, plugins Mar 14 at 16:32
Stack Overflow

I am working on a project that uses a feed from WordPress V2 api. It returns a Json similar to the following: { “link”: “http://website.com.au/seabourns-antarctica-2/“, “title”: { “rendered”: …

tagged: c#, asp.net, json, wordpress Mar 14 at 5:12
Stack Overflow

I have installed a LAMP server (Ubuntu) on a VPS and everything seems to be running fine. After uploading and installing WordPress I ran into a couple of rights issues (not being able to upload, not …

tagged: wordpress, ssh, ftp, lamp, ubuntu-16.04 Mar 14 at 13:43
Stack Overflow

I have a page that is redirect to other page by this code: $(“.page-splash-page”).bind(“mousewheel DOMMouseScroll”, function(){ window.location = “My Link/work/”; }); $(“.page-…

tagged: javascript, jquery, css, wordpress Mar 14 at 10:40
Stack Overflow

I’m wondering what the best was is to overwrite the Divi WordPress theme CSS styles. I have A LOT of CSS to overwrite. Ideally I’d create a custom theme but it’s been specified to me that it has to be …

tagged: css, wordpress, themes, wordpress-theming Mar 14 at 16:29
Stack Overflow

I need to put the tax amount into next line in woocommerce order receipt. currently it shows: Total: $550.00(includes $50.00 Tax) I wanted it like: Total: $550.00 GST: $50.00 (incl) Can …

tagged: wordpress, woocommerce, hook-woocommerce Mar 14 at 5:55
Stack Overflow

I’ve been working on a site in WordPress using WooCommerce and BuddyPress. The idea is that a user will create an account and in the account creation process they select their individual region. Then …

tagged: wordpress, woocommerce, buddypress Mar 14 at 9:10
Stack Overflow

I created a widget for Facebook Page Plugin and I added the JavaScript SDK code in function in widget file then I added the code using add_footer action. But Envato review team suggested to add the …

tagged: wordpress, facebook-javascript-sdk Mar 14 at 6:35
Stack Overflow

Hard to explain but I have a custom post type of ‘rescource’, I have categorised all the posts within the custom post type, and have created a custom taxonomy ‘sort_attribute’ for further sorting. I …

tagged: php, wordpress, taxonomy-terms Mar 14 at 18:42
Stack Overflow

Hello guys I’m using the wordpress theme divi with the host bluehost and my landing page works just fine on the computer but it doesn’t work properly on mobile. It just shows some CSS codes instead of …

tagged: html, css, wordpress, mobile, custom-wordpress-pages Mar 14 at 16:04
Stack Overflow

I am trying to create a pdf with background image . It is not resizing up to page width and height.This is the code i used. $pdf->setImageScale(1.53); $pdf->AddPage(); $width = $pdf->…

tagged: wordpress, image, resize, scale, tcpdf Mar 14 at 10:47
Stack Overflow

This is currently my sql statement for adding an admin user to my db which works fine. INSERT INTO `crew07`.`wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, …

tagged: sql, wordpress Mar 13 at 22:39