WordPress Amazon

Stack Overflow

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

this is my first question here, I can not find a solution for this: We are running am e-learning platform along with the e-commerce system for selling the courses, which can be purchased by two ways, …

tagged: php, wordpress, woocommerce, subscriptions Jan 5 at 18:49
Stack Overflow

I’m using a currency converter and I’m trying to round up the prices with this code: add_filter( ‘woocommerce_get_price_excluding_tax’, ’round_price_product’, 10, 1 ); add_filter( ‘…

tagged: php, wordpress, function, woocommerce, rounding Jan 5 at 22:18
Stack Overflow

I want to insert data to WordPress custom table from admin. Call AJAX script file in admin. function add_ajax_script() { wp_enqueue_script( ‘ajax-script’, plugin_dir_url( __FILE__ ) . …

tagged: ajax, wordpress Jan 5 at 15:50
Stack Overflow

I have a problem with wordpress. When I want to do install of some plugin or update WordPress to new version then I get error: Download failed. cURL error 77: Problem with the SSL CA cert Path? …

tagged: php, wordpress, curl, plugins, download Jan 6 at 7:30
Stack Overflow

my website was running in linux server previously, it was in wordpress framework, so database was in .sql format. Now, I want to move this website in Windows server. So I need to convert my database …

tagged: mysql, database, wordpress Jan 6 at 7:36
Stack Overflow

When I try to link up this file in functions.php of WordPress, my site has been blank, I would like to link up the file in functions.php because I want to make the $address variable as dynamic by …

tagged: php, wordpress, redux-framework Jan 5 at 16:14
Stack Overflow

I am using ACF with my new art website, I want to be able to filter the artwork by size etc… I have found this and added it into my page and adapted as needed. I am trying to add two filters, …

tagged: javascript, php, wordpress Jan 6 at 12:27
Stack Overflow

I have recently started android app development and created a simple app to parse json into list view by using some tutorials, but today I’m facing an issue as previously I had json like this: then I …

tagged: android, json, wordpress Jan 5 at 21:22
Stack Overflow

I tried to ask this question in the WordPress Devlopment network with no success, I’m trying to display only 3 specific categories in permalinks for custom-post-type categories. Right now the …

tagged: wordpress, permalinks Jan 5 at 21:20
Stack Overflow

I’m using WooCommerce Ultimate Multi Currency. My products usually come with prices in different currencies. For that reason, I installed this plugin, because it allows to set prices in all needed …

tagged: wordpress, woocommerce, currency-exchange-rates Jan 6 at 11:40
Stack Overflow

I have the following query that I’m working on for a wordpress website: Select posts_tender.ID AS tender_ID, tender_meta_user_ministry_tbl.meta_value, CONCAT(‘<a style=”font-weight: …

tagged: php, mysql, sql, wordpress, mysql-workbench Jan 6 at 9:35
Stack Overflow

From two days I try to find a solution for my problem, maybe you can help me? 🙂 I try to copy this on my WordPress site: // Tamino Martinius – All rights reserved // Copyright © 2013 Tamino …

tagged: javascript, jquery, html, css, wordpress Jan 6 at 14:23
Stack Overflow

Having trouble solving this one.. hoping someone out there has run into it and can help. Scenario: I’m the owner/developer of an iOS app (https://itunes.apple.com/app/id1032962936) It integrates with …

tagged: ios, iphone, wordpress, facebook, facebook-graph-api Jan 6 at 1:45
Stack Overflow

I’m trying to configure a sticky widget. When sliding down, stick at banner. Like tutsplus. I’m using this plugin: https://github.com/WeCodePixels/theia-sticky-sidebar/blob/master/js/theia-sticky-...

tagged: jquery, wordpress, widget Jan 6 at 14:07
Stack Overflow

i am using the following code for weekly calendar it shows like enter image description here function tribe_events_get_days_of_week( $format = null ) { switch ( $format ) { …

tagged: wordpress, plugins, calendar Jan 6 at 12:18
Stack Overflow

I’m fairly new to WordPress and just set up a console and games site which shows items for sale through Amazon using WP Automatic. I have minigames on there too so I’m using the Fungames theme. …

tagged: php, wordpress, amazon-web-services, wordpress-theming Jan 6 at 10:09
Stack Overflow

First time post, bit of a n00b… Working on a WordPress site for a client. The following piece of CSS is used to style all hyperlinks within the post_content section of a page a dark blue color …

tagged: css, wordpress Jan 6 at 10:59
Stack Overflow

I’d like to have a list of all authors of a WordPress blog to be shown as random characters, which change on mouseover to real names. I’m quite new to JavaScript and the code I have here is based on …

tagged: javascript, php, jquery, wordpress, random Jan 5 at 20:32
Stack Overflow

At the top of each of my wordpress posts I am trying to display the post featured image in full width. (similar to https://www.inthefrow.com/2016/10/3-amazing-places-eat-mykonos.html). I have added a …

tagged: html, wordpress, image, function, thumbnails Jan 5 at 23:48