WordPress Functionality

I’m trying to check if WooCommerce is active or not, I created a property with with a default value of false, then I created a method to check if WooCommerce is active using is_plugin_active() and …

tagged: wordpress, oop, woocommerce Mar 9 at 15:53
Stack Overflow

I have a WordPress blog with the plugin Insert PHP which allows me to execute php code inside posts. All my posts have an image, text and and a link. Sometimes I need to change some links and I don’t …

tagged: php, mysql, wordpress Mar 9 at 11:20
Stack Overflow

I’m having trouble with my code. So when I hit the end of the results the ajax request runs over and over. I’m not sure how to go about this, but I want the infinate scroll to stop running when there …

tagged: php, jquery, ajax, wordpress, infinite-scroll Mar 8 at 22:48
Stack Overflow

I am trying to make a visited “article” element on my site 0.5 opaque, so users know which ones they have clicked on in past sessions. I have tried this CSS: article .card–listing:visited …

tagged: css, wordpress, image, opacity, visited Mar 9 at 9:47
Stack Overflow

i am using WordPress paginate_links() function in my custom template but the problem is when ever i go to page 2 the page stucks and it gives 404 error in console. My custom query is if( …

tagged: wordpress Mar 9 at 13:07
Stack Overflow

I’ve tried to find an answer to this question and I’m really stuck. I’m working on a custom Beaver Builder map module using LeafletJS. The workflow I’m looking for is: Instantiate a display map …

tagged: javascript, php, wordpress, leaflet Mar 9 at 14:52
Stack Overflow

I am running WordPress on an AWS instance. I would like to open up a single directory on my server to allow folder browsing. I have tried adding an .htaccess file to folder with the line Options …

tagged: wordpress, apache, .htaccess, amazon-ec2, httpd.conf Mar 8 at 21:59
Stack Overflow

I had renewed wordpress website. It was organized so that all links begin with website.com/some-word/page-name and somehow there was two same front pages website.com and website.com/some-word/ To …

tagged: wordpress, .htaccess Mar 9 at 18:23
Stack Overflow

I am creating a plugin that allows using coupons that are stored on a different system, accessed through a Web API. So far, I have used woocommerce_get_shop_coupon_data to take care of applying coupon …

tagged: php, wordpress, woocommerce, hook-woocommerce Mar 9 at 0:01
Stack Overflow

link for problem with articles nesting under sidebar Hi I am opening a div for a CSS flex row in my siderbar.php and wanting to close it after the loop for my custom blogpage, the code I am using is …

tagged: css, wordpress, flexbox, multiple-columns, rows Mar 9 at 15:12
Stack Overflow

Hi I’m beginner for developing the website. I currently using the OpenSuse Linux platform. I have installed the wordpress based on the http://www.itzgeek.com/web/wordpress/install-wordpress-on-...

tagged: php, linux, wordpress, mariadb, opensuse Mar 9 at 15:36
Stack Overflow

I’m trying to use get_post_meta to grab some data that’s being saved alongside my posts, but I’m having trouble figuring out how to unserialise and access the data. The data that’s stored in the …

tagged: php, wordpress, meta Mar 9 at 3:03
Stack Overflow

My website is getting spammy traffic from Russia via some javascript. I want to understand what the javascript is doing and why someone is using my personal details. The javascript is using my full …

tagged: javascript, wordpress, referrer-spam Mar 9 at 5:26
Stack Overflow

im haveing a small issue with some pictures not showing up on my site. norsk-odds.net I have one other site with the same HTML table. I have one other site, with the same template and the same HTML …

tagged: html, wordpress, image Mar 9 at 16:42
Stack Overflow

I did a new wordpress installation with an old database.I relaised that my old posts and pages werent showing up. When I investigated the database, I realize that the WordPress has created new tables …

tagged: mysql, wordpress, phpmyadmin Mar 9 at 1:27
Stack Overflow

I acknowledge there is a similar question without an answer. This guide shows the creation of a Widget with SiteOrigin page builder. Everything is working well and the code is being output however …

tagged: wordpress, siteorigin Mar 9 at 17:48
Stack Overflow

I have a page for posts and a different static home page, as well as other common pages, eg About, Sponsors. I am trying to have in the header of all pages the name of the site and after the title …

tagged: wordpress, post, title Mar 9 at 0:52
Stack Overflow

I’m trying to add javascript using jQuery around my wordpress site. But the code fails on wp-login, saying that jQuery is undefined. I guess this is because a user hasn’t logged in and so htaccess is …

tagged: jquery, wordpress, .htaccess Mar 9 at 9:19
Stack Overflow

I am developin a web site based in wordpress and we have Easy SMTP plugin configured with an SMTP account. In adiction, I’m coding a plugin to this site. I need all emails been sended from one …

tagged: php, wordpress, smtp Mar 9 at 13:25
Stack Overflow

I set up a wordpress installation locally on my Mac running MAMP (default, not pro). Front- and backend working as expected, but I can’t set a image to a post. Issue: When I open the Media library …