image

pagination

How to find different types of file from a path A user avatar is saved in ../wordpress/wp-content/uploads/ folder with name and extension as that of input. That is, If a PNG file is uploaded, the extension becomes user_avatar0.png, otherwise if ... tagged: php, wordpress, file-upload, avatar Jan 3 at 7:26 Woocommerce replace item in cart I am trying to give…

Read More
image

WordPress style

Custom message depending on the sum of all the amount purchased by an user In my effort to improve this code I would like to make it work depending on the sum of all purchases a user has made until then. That is to say, if the whole quantity is less than <100€ send a kind ... tagged: php, wordpress,…

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

hook-woocommerce

How to grey out section of content or put image "on top" to hide I'm using a WordPress plugin where I simply enter a shortcode for the page to generate. I want to grey out a small section of the content that appears. Is there some html code I can add to the ... tagged: jquery, html, css, wordpress Jan…

Read More
image

functionality with Jquery

Wordpress acesspress store theme slider Maybe some of you can help me out , i cant figure out the problem . I added woocommerce slider on frontpage via widget area,problem is the images from the sliders are very big for 1 second once you ... tagged: jquery, wordpress, woocommerce Jan 13 at 10:04 WordPress custom post type query - How…

Read More
image

removing the contents of the element javascript

jQuery UI Autocomplete for Search field in Wordpress I want to use JQueri UI Autocomplete for my search field in wordpress but it doesn't work and I got no erorrs. so I called all needed files like this in my file functions.php : function ... tagged: wordpress, search, jquery-ui-autocomplete Mar 10 at 11:17 Saving problems with post_meta I've created two…

Read More
image

woocommerce

I want full code filter posts with custom taxonamy in worder I want to filter my posts under custom taxonomy. When I click on a particular taxonomy it will shows the posts related to that taxonomy. I click on a particular taxonomy its permalink changes but ... tagged: php, wordpress, custom-post-type Jan 21 at 8:40 Wordpress divi portfolio function not…

Read More
image

WordPress and CloudDB

Wordpress, Editing home page exerpt If this is off topic or not fit for stackoverflow, I apologize. I searched for an answer elsewhere but couldn't find it easily. Also I figured it'd be nice to add to the stackoverflow knowledge base. ... tagged: wordpress Jan 19 at 2:38 How do you style span inside a inside div? I've recently added…

Read More
image

Error establishing a database connection

How to move / migration total wordpress site from localhost to web with FTP and admin login only? I'm moving a wordpress site from localhost to server. Xml file Exported from Localhost and imported to server site using plagin WordPress Importer. File 'wp-content\uploads' updated using FTP. I ... tagged: php, wordpress, ftp Jan 22 at 12:33 WordPress offset posts on…

Read More
image

Display WordPress plugin only to a specific countries

Use relevanssi search instead of enfold default search We are using the Enfold theme for our website and the default search function does not pull what we need it to pull, it only gets posts. I found a post that said I could put in the following code to ... tagged: php, wordpress, relevanssi Jan 23 at 19:59 Wordpress on…

Read More
image

How to duplicate the category submenu in admin panel of wordpress

Function output not appearing in div This is my first try at php. Trying to create a custom shortcode in wordpress to call custom metadata and put it inside a page content. It worked fine without the function wpsl_staff() { echo ... tagged: php, wordpress, shortcode Feb 14 at 11:17 Custom Pagination for Posts not working after page 11 I…

Read More
image

WordPress Functionality

How to target all .html URLS except index.html in htaccess I currently have this in my Wordpress htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html?$ / [NC,R,L] ... tagged: wordpress, .htaccess, url, permalinks Mar 1 at 22:40 How to prevent scrapping in wordpress sites using tools like jsoup? I would like to prevent screen/site scrapping using tools like…

Read More
image

WordPress Functionality

How to target all .html URLS except index.html in htaccess I currently have this in my Wordpress htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html?$ / [NC,R,L] ... tagged: wordpress, .htaccess, url, permalinks Mar 1 at 22:40 How to prevent scrapping in wordpress sites using tools like jsoup? I would like to prevent screen/site scrapping using tools like…

Read More
image

WordPress Functionality

Wordpress ?attachment_id=123 start download instead of media details page I know that I can link to a media upload without pretty URL like this: mydomain.com/?attachment_id=123 but that shows a pretty media page with just a download link to my PDF. What I want is a direct ... tagged: wordpress, url Feb 27 at 20:20 Change price location on single product…

Read More
image

WordPress Functionality

Can't Change property value through a method in a WordPress plugin 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 PHP / Wordpress - dynamic…

Read More