html, css, wordpress

Stack Overflow

Hi so there are many topics about this, yet they are all 4-5 years old using PHPExcel that was not updated for 2 years now and it’s status is “Failing”. I am need this as a part of wordpress plugin. …

tagged: javascript, php, excel, wordpress May 14 at 10:47
Stack Overflow

I am working on website https://www.designersheds.com.au and it has strange flashing after a page loaded. It shows correctly and then blinks. This behavior occurs in Chrome and Mozilla, but not in …

tagged: wordpress, google-chrome, opera, mozilla, edge May 14 at 22:26
Stack Overflow

I’m trying to figure out how in the best way to accomplish what the image show. I’ve been trying with modulus to do a if/else, but since the custom post is also a post there will be duplicates. I’m …

tagged: php, wordpress May 14 at 18:14
Stack Overflow

I want to remove default nonces from default wordpress profile update page (wordpress/wp-admin/profile.php). I’m trying to make CSRF with wordpress password change.

tagged: php, wordpress, nonce May 14 at 19:15
Stack Overflow

I am doing a project for my uni and going to use WordPress and Woocommerce to build the eCommerce website. As we have to document all design there is also part of the database design. As I am not …

tagged: mysql, wordpress, woocommerce May 14 at 10:13
Stack Overflow

I use this function add_filter(‘nav_menu_css_class’ , ‘special_nav_class’ , 10 , 2); function special_nav_class ($classes, $item) { if (in_array(‘current-menu-item’, $classes)){ $classes[] = …

tagged: php, wordpress May 13 at 23:08
Stack Overflow

I have seen other I have a string ” cccc cccc – fff” I need to return “cccc cccc” I don’t need to delimiter too I tried to echo the result of substr($mystring , 0, strpos($mystring , “-“)); but …

tagged: php, wordpress, string, substr May 14 at 13:28
Stack Overflow

I would like to restrict a coupon code “XYZ” usage only for defined weekdays, from Monday to Thursday only. For other days (friday to sunday) it will show an error notice. Is it possible? How can I …

tagged: php, wordpress, woocommerce, cart, coupon May 14 at 6:41
Stack Overflow

I’m trying to build a settings for my WordPress plugin, I want my image to be displayed aside the table on the right, but it always goes to bottom can you guys help me to fix that ? <form …

tagged: css, wordpress, twitter-bootstrap May 14 at 13:01
Stack Overflow

On my navigation there’s a sub page and I’m using this code Option 1 and Option 2 are both working, and it’s my choice of which one of them I’m going to use but the problem is that in mobile device …

tagged: jquery, html, css, wordpress, twitter-bootstrap May 14 at 5:57
Stack Overflow

I am using the WordPress theme ShopIsle, and I have made a change to the woocommerce.css file (wp-content/themes/shop-isle/inc/woocommerce/css/woocommerce.css). However, this change is having no …

tagged: php, html, css, wordpress May 14 at 11:14
Stack Overflow

I have just finished migrating a WordPress website to a freshly setup Linode, using the duplicator plugin, however, it seems that WordPress can’t connect to the database properly as it doesn’t display …

tagged: mysql, linux, wordpress, apache, ubuntu May 14 at 13:24
Stack Overflow

I’m upgrading a solution from the WooCommerce REST API v1 to the new v2 REST API introduced with WooCommerce v3.0. Many of the endpoints now support meta data – I’m just trying to work out how I can …

tagged: wordpress, rest, api, woocommerce May 14 at 3:35
Stack Overflow

woocommerce adds the schema.org informations not only to the product itself, but also on the related products. So you get some errors according to the google schema.org test tool. how can I remove …

tagged: php, wordpress May 14 at 15:13
Stack Overflow

How would it be possible to revise the following script, so that an image from a created custom field is displayed, rather than from the default header image (which is set by a featured image)? Could …

tagged: php, html, wordpress May 14 at 6:10
Stack Overflow

I use Advanced Custom Field plugin to add Content2 and content3 in wordpress page editor. I have no problem no make it appear in a template, but now I would like to make it appear in another page …

tagged: javascript, php, jquery, html, wordpress May 14 at 13:51
Stack Overflow

I have an archive page for a custom content type, and I want to display one of the custom fields in the archive listing. Im not sure what hook to use or how to access the variables in the custom …

tagged: wordpress, wordpress-theming, genesis May 14 at 20:41
Stack Overflow

I’m trying to change the style of a checkbox from a plugin for WordPress by editing Theme’s style.css. I have tried several options with Css but I do not get it to represent an overlay image on the …

tagged: html, css, wordpress May 14 at 18:45
Stack Overflow

I have used isotope in my WordPress site and have issues with it not displaying my elements inline. I have set each grid element to a width of 25vw and height 25vw. On initial page load at a large …

tagged: jquery, wordpress, jquery-isotope May 14 at 12:18
Stack Overflow

I am struggling with the pagination of a custom loop in WordPress … The Links are displayer correctly, but when I click on the next page I get a 404 Error. The Link seems to be correct http://…/…

tagged: wordpress, pagination, custom-wordpress-pages