Stefan Vasiljevic
@stefanue on WordPress.org, @Stefan Vasiljevic on Slack
- Member Since: April 1st, 2012
- Location: Belgrade, Serbia
- GitHub: stefanue
- Job Title: Development Director
- Employer: Digital Silk
Contribution History
Stefan Vasiljevic’s badges:- Meta Contributor
-
Created a topic, PHP 8.x compatibility, on the site WordPress.org Forums:
PHP Deprecated: auto_detect_line_endings is deprecate… -
Created a topic, PHP notice when deleting an user, on the site WordPress.org Forums:
PHP Notice: Trying to get property 'term_id' of non-o… -
Posted a reply to Feature request – add filter to role selection, on the site WordPress.org Forums:
That is great news! Thank you! -
Created a topic, Feature request – add filter to role selection, on the site WordPress.org Forums:
Hi, it would be useful to have a filter to add… -
Created a topic, Undefined array key “subscription”, on the site WordPress.org Forums:
Hi, there is a PHP warning: Undefined array key "su… -
Posted a reply to Woocommerce checkout page, on the site WordPress.org Forums:
That one can be tricky basically the ajax can't be executed for non-logged in users.… -
Posted a reply to Woocommerce checkout page, on the site WordPress.org Forums:
As far as i can see you have a 403 response (Forbidden) on your ajax… -
Posted a reply to How to Reach Order Code with Current User ID?, on the site WordPress.org Forums:
Hi @loopforever, This should work: $customer = wp_get_current_user(); // do this when user is logged… -
Posted a reply to I created a custom woocommerce shop page for variable products but not working, on the site WordPress.org Forums:
Hi @wpnewbie14 you can try with this one: // Display variations dropdowns on shop page… -
Posted a reply to Emails contain Bluehost hosting domain (via), on the site WordPress.org Forums:
Can you please share the link of the website? I think it has something to… -
Posted a reply to Scheduled Actions – Pending, on the site WordPress.org Forums:
Hi @klous-1, as Mirko already suggested, it's most likely an issue with your host. You… -
Posted a reply to Email name, on the site WordPress.org Forums:
Hi @basvweb it might be using your admin email. Check your email address in Settings->General->Administration… -
Posted a reply to any better alternative to woocom tax plugin?, on the site WordPress.org Forums:
I used Avalara on lots of projects for US based shops and it works really… -
Posted a reply to Stock Management – hold stock settings, on the site WordPress.org Forums:
Hi @gemmalcurran, It only applies to products that have manage stock option enabled. When you… -
Posted a reply to Text is showing bold on woocommerce product pages, on the site WordPress.org Forums:
Hi @hamudi I can still see the related products hidden on your product page. The… -
Posted a reply to Bug on site links with extra unknown parameter v=, on the site WordPress.org Forums:
You're welcome :) -
Posted a reply to Checkout Page: Terms and Conditions Not Loading, on the site WordPress.org Forums:
So this is not a default WooCommerce behaviour, this might be added to Divi theme… -
Posted a reply to Text is showing bold on woocommerce product pages, on the site WordPress.org Forums:
Hi @hamudi, This is caused by having some unclosed tags. I managed to identify one,… -
Posted a reply to Bug on site links with extra unknown parameter v=, on the site WordPress.org Forums:
Hi @nossileee, this is because WooCommerce is trying to geolocate your customers with caching support.… -
Posted a reply to Not able to access the woo commerce options on my wordpress site, on the site WordPress.org Forums:
Hi @big00ballz, That issue is happening recently with the GoDaddy hosting. To fix it, please… -
Posted a reply to Move woocommerce variation price, on the site WordPress.org Forums:
@bahram421 please try adding the following snippet to your functions.php This will move the price… -
Posted a reply to Fatal error : Uncaught Error: Class ‘WC_Order’ not found, on the site WordPress.org Forums:
Hi @skonsh, in some cases theme files are outdated. So just for testing purposes, can… -
Posted a reply to Preg_match the_content() to pull out images?, on the site WordPress.org Forums:
@oguruma If you're on the single template you can access post_content from the global $post;… -
Posted a reply to Preg_match the_content() to pull out images?, on the site WordPress.org Forums:
I'd use DOMDocument() and extract image nodes the $content variable. You can even target them… -
Posted a reply to Apple Pay domain verification failed, on the site WordPress.org Forums:
Here is the full code: add_action(‘wp_head’, ‘bks_head_social_tracking_code’); function bks_head_social_tracking_code() { // Check if its thank… -
Posted a reply to Apple Pay domain verification failed, on the site WordPress.org Forums:
I just added 2 lines: if($order): and endif; so just wrap the existing code with… -
Posted a reply to Some Product Images Not Working, on the site WordPress.org Forums:
I just checked your website, the good news is that everything is working as it… -
Posted a reply to Apple Pay domain verification failed, on the site WordPress.org Forums:
That code is looking for a query string from the URL, for example yourwebsite.com/order-recieved/?order-received=orderID but… -
Posted a reply to Тhe settings for tumbnail doesn’t saved, on the site WordPress.org Forums:
You need to regenerate thumbnails after you make changes to the image sizes. By Default… -
Posted a reply to WooCommerce causing ERR_HTTP2_PROTOCOL_ERROR, on the site WordPress.org Forums:
Hi, This seems like and issue with GoDaddy hosting. I saw a lot of similar… -
Posted a reply to Force Download Stops at 1024 MB, on the site WordPress.org Forums:
Hi, this seems interesting. I'd say the issue is because the PHP script is running… -
Posted a reply to Comments go to an image file page, on the site WordPress.org Forums:
So in WordPress attachment page (image page) is the separate content type from Pages, Posts.… -
Posted a reply to Comments go to an image file page, on the site WordPress.org Forums:
@tommyshanks please take a look at video instruction. Video of the instructions shared above -
Posted a reply to Comments go to an image file page, on the site WordPress.org Forums:
@tommyshanks I'm still here :) So to try to understand you want the comment from… -
Posted a reply to The layout deforms if I add a border on hover., on the site WordPress.org Forums:
So if you need to have a border on hover, you should have a transparent… -
Posted a reply to unyson editor in wordpress not visible, on the site WordPress.org Forums:
Is there any JS errors in your console? -
Posted a reply to How/where do i edit product box structure?, on the site WordPress.org Forums:
Well, it's a html thing you can't nest <a> into an <a> element, if Add… -
Posted a reply to Display a list of Categories and show the price range of their products, on the site WordPress.org Forums:
You're half way there. Basically you now need to get the products that belong to… -
Posted a reply to Comments go to an image file page, on the site WordPress.org Forums:
@tommyshanks I'm glad it helped! You're welcome :) -
Posted a reply to Want to target a banner on only one page, on the site WordPress.org Forums:
You're welcome, I'm glad it helped! -
Posted a reply to How/where do i edit product box structure?, on the site WordPress.org Forums:
Take a look at the woocommerce/templates/content-product.php file that file is controlling the structure of the… -
Posted a reply to Login error “There has been a critical error on this website”, on the site WordPress.org Forums:
You have the function named retrieve_password multiple times, it's either in your theme or in… -
Posted a reply to Comments go to an image file page, on the site WordPress.org Forums:
Looks like you have comments open on attachment pages. To disable it for an individual… -
Posted a reply to Want to target a banner on only one page, on the site WordPress.org Forums:
Hi @ladyofthecave, that's strange, most themes will add the post id to body class. Here… -
Posted a reply to Wp Mail Success or Failure Issue, on the site WordPress.org Forums:
You need to set the variable earlier and not inside an IF conditional, that way… -
Posted a reply to Vertical single product image too big, on the site WordPress.org Forums:
Seems like a JS or CSS issue to me. Basically you should have a carousel… -
Posted a reply to Registration page, on the site WordPress.org Forums:
Hi @metalsunny by default customer registration is not available as a separate page. It's included… -
Posted a reply to How/where do i edit product box structure?, on the site WordPress.org Forums:
Basically there are 2 ways to customize the output: 1. By using actions and filters… -
Posted a reply to Corrupt .htaccess file, on the site WordPress.org Forums:
Hi @el-pablo, Both WordPress and WooCommerce can rewrite your .htaccess file in order to set…