php , wordpress , posts , custom-wordpress-pages

Stack Overflow

I’ve created a function in my custom WooCommerce site. This works great on the frontend, but wp-admin breaks. Wp-admin shows a http-500 error. This is the function: // Set currency based on visitor …

tagged: php, wordpress, function, woocommerce Apr 14 at 12:30
Stack Overflow

I have an issue that I’ve never encountered, all the links on my website are not working? There is the hover interaction, but on click, nothing happens (i’m coding on wordpress).I thought there may be …

tagged: jquery, html, css, wordpress, hyperlink Apr 14 at 9:31
Stack Overflow

I’m trying to force HTTPS on a wordpress site, but my styles and scripts don’t loading. When I display page source code with Chrome I can see styles and scripts use HTTP to loading, I don’t …

tagged: wordpress, https Apr 14 at 14:55
Stack Overflow

I install Thrive Leads and W3 total cache. I use a lightbox and also a ribbon. If i don’t use “Lazy Loading” option, the form appears every time, also if i set “Every 7 days”. (this problem is …

tagged: wordpress, caching, plugins, w3-total-cache Apr 14 at 9:58
Stack Overflow

I’m trying to retrieve products from my WooCommerce store using javascript code. Doing this: var result = OAuthSimple().sign({ …

tagged: javascript, jquery, wordpress, oauth, woocommerce Apr 14 at 10:31
Stack Overflow

I created a WordPress theme that I want to test with Travis-CI but it throwing an error : +php wp-cli.phar theme activate koffisani –path=/tmp/wordpress Error: Stylesheet is missing. The command …

tagged: wordpress, wordpress-theming, travis-ci Apr 14 at 20:07
Stack Overflow

I’m developing a WordPress plugin, and I have been basing my admin page development off of the Codex’s custom settings page example. I have been unable to get it to update the setting in the …

tagged: php, wordpress, settings, admin, options Apr 14 at 17:33
Stack Overflow

I want to create somethink like this. But i don’t know how exactly to do it. As you can see, we have multilingual and multicontent site (btutton at the top of site). First decision it’s create two …

tagged: wordpress, web, content-management-system Apr 14 at 9:24
Stack Overflow

im trying to build a blogsite with wordpress and im trying to show a clickable picture with a link. <?php $counter = get_posts(); $i = 0; while ($i …

tagged: php, html, wordpress, echo Apr 14 at 18:58
Stack Overflow

I’m using WP Favorite Posts plugin to add posts like favorite posts, and it wokr perfectly uisng this code <?php wpfp_link(); ?> but when I click on add to favorite button it reload all page. …

tagged: wordpress, plugins, favorites Apr 14 at 15:30
Stack Overflow

Recently, I have added SSL certificate to my academy website- Successrisers. Before adding this, my google page insight score was 100/100 both on mobile and desktop device. Also, pingdom tool didn’t …

tagged: php, wordpress, .htaccess, ssl, mod-rewrite Apr 14 at 9:07
Stack Overflow

I am running into issues with the cart total only displaying 0 Essentially what I am trying to do is only accept a deposit total of a certain amount after all cart items have been added to the carts …

tagged: php, wordpress, woocommerce, cart, hook-woocommerce Apr 14 at 16:49
Stack Overflow

While during install the plugin, I am getting below error: Cannot download the “Shortcodes” extension zip. No working transports found Thank you in advance..

tagged: wordpress Apr 14 at 10:23
Stack Overflow

I have a vagrant box (ubuntu/trusty64) installed on my macbook. I have extended this box with Variable VVV –> https://github.com/bradp/vv#os-x-installation This enables me to create fresh WordPress …

tagged: wordpress, vagrant Apr 14 at 12:42
Stack Overflow

A client asked me to look into a problem he is having on his WP site. When adding an external image into a post, with an original size of 800×640. You can resize the image via the WordPress wysiwyg …

tagged: html, css, wordpress Apr 14 at 15:00
Stack Overflow

I’m currently designing a research blog for a few universities in my area. The specifications requested by the client involve being able to add on to posts similar to how threaded comments work, i.e. …

tagged: java, php, wordpress, http Apr 14 at 16:54
Stack Overflow

I have table column “Profile” that needs to output a hyperlink, specifically profile link of a customer that bought a product. Updated It’s a “user_link” in question, here’s how it is now: …

tagged: php, wordpress, hyperlink, woocommerce Apr 14 at 12:39
Stack Overflow

I’m trying to send myself an email after each placed order. The issue I have is that $order->get_total() as well as get_total_tax return 0 instead of the actual order total value. add_action( ‘…

tagged: php, wordpress, woocommerce, hook-woocommerce, orders Apr 14 at 17:42
Stack Overflow

A lot of articles here seem to deal with the “read more” link not displaying. Mine is displaying fine, it’s just not actually taking us to a page that displays the full blog post. You can see how it’s …

tagged: php, wordpress, posts, custom-wordpress-pages Apr 14 at 3:40
Stack Overflow

how to put 2 pictures next to each other? Must I use CSS or can it be HTML as well? <!DOCTYPE html> <html> <style> a:link { color: #D83F33; background-color: transparent; …

tagged: html, css, wordpress
wordpress , MySQL , Oracol