About Dadodurak
Rank 19800
30 followers Joined October 2023

Posts

0

Questions

4

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training
asked in
Website Development & Programming
Updated

Hello everyone, I hope someone can help me here.

Namely, when I click on the product, the product does not open automatically.

To open it, I must first click on

there must be something in the setup that is stopping this ...
i have a woo site and clicking on the image opens the description page and on the buy now button goes to the affilaite link...
can't see the video mind....

the setup is complete and does not report any error.

Your link seems like an affiliated video with a user ID; is this the case?

No, that was not my intention.

Np :) So, does the greyed screen happen on every webpage?

No, only on single products.
I'm also reinstalled woocommerce, but nothing

Things you can do:

Step 1: Check Product Stock Status

1. Edit the Product:
- Go to your WordPress dashboard.
- Navigate to `Products > All Products`.
- Click on the greyed-out product to edit it.

2. Check Inventory Settings:
- Scroll down to the `Product Data` section.
- Click on the `Inventory` tab.
- Ensure the `Stock status` is set to `In stock`.
- If `Manage stock?` is checked, ensure that the `Stock quantity` exceeds 0.

3. Update the Product:
- After making changes, click `Update` to save the product.

Step 2: Check Product Visibility Settings

1. Edit the Product:
- Go to `Products > All Products`.
- Click on the greyed-out product to edit it.

2. Check Catalog Visibility:
- In the `Product Data` section, under the `General` tab, look for the `Catalog visibility` setting.
- Ensure that the product is set to be visible in the catalog and search results.
- Ensure the `Status` is set to `Published`.

3. Update the Product:
- After making changes, click `Update` to save the product.

Step 3: Check for CSS/Theme Issues

Sometimes, custom CSS or theme settings can cause products to appear greyed out.

1. Switch to a Default Theme:
- Go to `Appearance > Themes`.
- Activate a default WordPress theme like `Twenty Twenty-One`.

2. Check the Product:
- Visit your store and see if the product is still greyed out. If it’s not, the issue is likely related to your theme.

3. Inspect Custom CSS:
- If switching themes fixes the issue, check your original theme’s custom CSS for any rules that might be causing products to appear greyed out.

Step 4: Check for Plugin Conflicts

A plugin conflict might cause the product to be greyed out.

1. Deactivate All Plugins:
- Go to `Plugins > Installed Plugins`.
- Deactivate all plugins except WooCommerce.

2. Check the Product:
- Visit your store and see if the product is still greyed out.

3. Reactivate Plugins One by One:
- Reactivate each plugin individually and check the product each time to identify the conflicting plugin.

Step 5: Check for JavaScript Errors

JavaScript errors can cause display issues on the front end.

1. Open Developer Tools:
- Right-click on your website and select `Inspect` or press `F12` to open the browser’s developer tools.

2. Check the Console:
- Go to the `Console` tab and look for any JavaScript errors.

3. Resolve Errors:
- If you find any errors, try to resolve them or contact a developer.

Step 6: Review WooCommerce Settings

1. Go to WooCommerce Settings:
- Navigate to `WooCommerce > Settings`.

2. Check the Products Tab:
- Go to the `Products` tab and ensure all settings are configured correctly.

3. Check Inventory Settings:
- Go to the `Products > Inventory` tab.
- Ensure that the `Out of stock visibility` option does not hide out-of-stock items if you want them to be visible.

Ty for your help!

No problem :) Please keep us updated on your progress

👍

Hi, I did everything, step by step, but nothing happened.

I'm so sorry. You may want to contact WooCommerce support or developers to try to pinpoint the issue.

I have already contacted WooCoomerce, WordPress, and Astra theme support and none of them had a solution.

I'll have to go through it again step by step and maybe I'll find a solution, who knows?

In any case, tx!

Here's another troubleshooting list

Reasons for a grayed out webpage:

Connection issues
Browser problems
Website-specific issues


Connection issues:

Loss of internet connection
ISP problems
Website hosting provider issues


Browser problems:

Corrupted or outdated cached data
Cookie-related issues
Incompatible or malfunctioning extensions
Adblock interfering with certain websites


Website issues:

Problems with website code
Incorrect URL


Potential fix:

Clear browser data (cookies, site data, cached images and files)

Hi,
I finally found a solution. The problem was in Photoswipe. This code helped and the site now works perfectly.


// functions.php
// Removes the style but breaks the lightbox altogether
function dequeue_photoswipe_default_skin() {
wp_dequeue_style('photoswipe-default-skin');
wp_deregister_style('photoswipe-default-skin');
}

add_action('wp_enqueue_scripts', 'dequeue_photoswipe_default_skin', 10); "

Tx for everything!!!

Wow, that's awesome, and I am happy for you. I never thought of that... I also appreciate the resources I have now saved.

Some sites like Amazon and Etsy, when you click on the search bar the whole webpage greys out.

Abie

I can finally move on. :)))

Have you cleared the cache and refreshed the browser?

So the page is greyed out till you click the magnifying glass - is this the case on every page of your website?

Abie

See more comments

E-commerce / woocommerce/ wordpress issue?

E-commerce / woocommerce/ wordpress issue?

asked in
Website Development & Programming
Updated

Hello everyone, I hope someone can help me here.

Namely, when I click on the product, the product does not open automatically.

To open it, I must first click on

there must be something in the setup that is stopping this ...
i have a woo site and clicking on the image opens the description page and on the buy now button goes to the affilaite link...
can't see the video mind....

the setup is complete and does not report any error.

Your link seems like an affiliated video with a user ID; is this the case?

No, that was not my intention.

Np :) So, does the greyed screen happen on every webpage?

No, only on single products.
I'm also reinstalled woocommerce, but nothing

Things you can do:

Step 1: Check Product Stock Status

1. Edit the Product:
- Go to your WordPress dashboard.
- Navigate to `Products > All Products`.
- Click on the greyed-out product to edit it.

2. Check Inventory Settings:
- Scroll down to the `Product Data` section.
- Click on the `Inventory` tab.
- Ensure the `Stock status` is set to `In stock`.
- If `Manage stock?` is checked, ensure that the `Stock quantity` exceeds 0.

3. Update the Product:
- After making changes, click `Update` to save the product.

Step 2: Check Product Visibility Settings

1. Edit the Product:
- Go to `Products > All Products`.
- Click on the greyed-out product to edit it.

2. Check Catalog Visibility:
- In the `Product Data` section, under the `General` tab, look for the `Catalog visibility` setting.
- Ensure that the product is set to be visible in the catalog and search results.
- Ensure the `Status` is set to `Published`.

3. Update the Product:
- After making changes, click `Update` to save the product.

Step 3: Check for CSS/Theme Issues

Sometimes, custom CSS or theme settings can cause products to appear greyed out.

1. Switch to a Default Theme:
- Go to `Appearance > Themes`.
- Activate a default WordPress theme like `Twenty Twenty-One`.

2. Check the Product:
- Visit your store and see if the product is still greyed out. If it’s not, the issue is likely related to your theme.

3. Inspect Custom CSS:
- If switching themes fixes the issue, check your original theme’s custom CSS for any rules that might be causing products to appear greyed out.

Step 4: Check for Plugin Conflicts

A plugin conflict might cause the product to be greyed out.

1. Deactivate All Plugins:
- Go to `Plugins > Installed Plugins`.
- Deactivate all plugins except WooCommerce.

2. Check the Product:
- Visit your store and see if the product is still greyed out.

3. Reactivate Plugins One by One:
- Reactivate each plugin individually and check the product each time to identify the conflicting plugin.

Step 5: Check for JavaScript Errors

JavaScript errors can cause display issues on the front end.

1. Open Developer Tools:
- Right-click on your website and select `Inspect` or press `F12` to open the browser’s developer tools.

2. Check the Console:
- Go to the `Console` tab and look for any JavaScript errors.

3. Resolve Errors:
- If you find any errors, try to resolve them or contact a developer.

Step 6: Review WooCommerce Settings

1. Go to WooCommerce Settings:
- Navigate to `WooCommerce > Settings`.

2. Check the Products Tab:
- Go to the `Products` tab and ensure all settings are configured correctly.

3. Check Inventory Settings:
- Go to the `Products > Inventory` tab.
- Ensure that the `Out of stock visibility` option does not hide out-of-stock items if you want them to be visible.

Ty for your help!

No problem :) Please keep us updated on your progress

👍

Hi, I did everything, step by step, but nothing happened.

I'm so sorry. You may want to contact WooCommerce support or developers to try to pinpoint the issue.

I have already contacted WooCoomerce, WordPress, and Astra theme support and none of them had a solution.

I'll have to go through it again step by step and maybe I'll find a solution, who knows?

In any case, tx!

Here's another troubleshooting list

Reasons for a grayed out webpage:

Connection issues
Browser problems
Website-specific issues


Connection issues:

Loss of internet connection
ISP problems
Website hosting provider issues


Browser problems:

Corrupted or outdated cached data
Cookie-related issues
Incompatible or malfunctioning extensions
Adblock interfering with certain websites


Website issues:

Problems with website code
Incorrect URL


Potential fix:

Clear browser data (cookies, site data, cached images and files)

Hi,
I finally found a solution. The problem was in Photoswipe. This code helped and the site now works perfectly.


// functions.php
// Removes the style but breaks the lightbox altogether
function dequeue_photoswipe_default_skin() {
wp_dequeue_style('photoswipe-default-skin');
wp_deregister_style('photoswipe-default-skin');
}

add_action('wp_enqueue_scripts', 'dequeue_photoswipe_default_skin', 10); "

Tx for everything!!!

Wow, that's awesome, and I am happy for you. I never thought of that... I also appreciate the resources I have now saved.

Some sites like Amazon and Etsy, when you click on the search bar the whole webpage greys out.

Abie

I can finally move on. :)))

Have you cleared the cache and refreshed the browser?

So the page is greyed out till you click the magnifying glass - is this the case on every page of your website?

Abie

See more comments

asked in
Search Engine Optimization

Hi, has anyone been in a similar situation?

During this Google update, it started happening that the website is disappearing from Google search.

All posts look f

First, your posts get indexed, and often days later, down the line, they start getting noticed, provided targeted keywords are searchable and new websites can rank efficiently.

However, a website's "authority" typically starts to establish over time, usually at the 3-6 month mark.

They fluctuate up and down the scale till Google decides where to place them.

Not all posts will get ranked; thus, the recommendation is to keep updating blogs with 2 - 3 posts weekly for the foreseeable future.

And just for some clarification.

Do you mean deindexed?

Have you tried to input site:[domain].com ? in Google? - Of course, replacing domain with yours

I’ve tested it out, and everything is on Google. There are no posts when I search for the keyword.

What's your website URL, please?

I see some of your posts on Google. So the site hasn't been deindexed as you say?

Yes, the site is correctly indexed, but it doesn´t appear in Google search results for relevant keywords. It is impossible for none of the 50 posts to be ranked, even though some were among the top 10.

Thank you for your help, but that's not the issue. You can see the drop in traffic on the website in the screenshot.

See more comments

The website disappeared from google search?

The website disappeared from google search?

asked in
Search Engine Optimization

Hi, has anyone been in a similar situation?

During this Google update, it started happening that the website is disappearing from Google search.

All posts look f

First, your posts get indexed, and often days later, down the line, they start getting noticed, provided targeted keywords are searchable and new websites can rank efficiently.

However, a website's "authority" typically starts to establish over time, usually at the 3-6 month mark.

They fluctuate up and down the scale till Google decides where to place them.

Not all posts will get ranked; thus, the recommendation is to keep updating blogs with 2 - 3 posts weekly for the foreseeable future.

And just for some clarification.

Do you mean deindexed?

Have you tried to input site:[domain].com ? in Google? - Of course, replacing domain with yours

I’ve tested it out, and everything is on Google. There are no posts when I search for the keyword.

What's your website URL, please?

I see some of your posts on Google. So the site hasn't been deindexed as you say?

Yes, the site is correctly indexed, but it doesn´t appear in Google search results for relevant keywords. It is impossible for none of the 50 posts to be ranked, even though some were among the top 10.

Thank you for your help, but that's not the issue. You can see the drop in traffic on the website in the screenshot.

See more comments

asked in
Keyword, Niche and Market Research

After Google indexed the post, I noticed an error in the URL. After I changed the URL, I checked it on a redirect checker and everything was fine. It redirected properly. The i

As pointed out, you can edit everything except changing the URL, especially when the post is indexed.

Based on your notes below, you must also aim for a QSR under 50 and an SEO score above 95 for starter websites. Additionally, examine the competition on Google Page 1 before finalizing your keywords. This will show you whether you can outperform them and identify topics they haven't covered.

HI,

Tx for the advice.

Sure. Keyword research has been done on Semrush and because of the specificity of the long-tail keyword, the competition is very low.

However, a spelling mistake occurred that didn’t make any sense, so I had to change the URL and Title.

Hi - by changing the URL, you have indicated to Google that it is a new post.

So, the plagiarism checker will compare it to your old post, as it won't be aware that it's the same one.

Not something to worry about, but ideally you shouldn't change the URL once published.

Hi,

Ok, thank you.

I agree about changing the URL, but when it comes to a keyword that has 5.6K searches compared to the previous one that has none, I really didn't have a choice.

See more comments

Have I plagiarized by changing the url?

Have I plagiarized by changing the url?

asked in
Keyword, Niche and Market Research

After Google indexed the post, I noticed an error in the URL. After I changed the URL, I checked it on a redirect checker and everything was fine. It redirected properly. The i

As pointed out, you can edit everything except changing the URL, especially when the post is indexed.

Based on your notes below, you must also aim for a QSR under 50 and an SEO score above 95 for starter websites. Additionally, examine the competition on Google Page 1 before finalizing your keywords. This will show you whether you can outperform them and identify topics they haven't covered.

HI,

Tx for the advice.

Sure. Keyword research has been done on Semrush and because of the specificity of the long-tail keyword, the competition is very low.

However, a spelling mistake occurred that didn’t make any sense, so I had to change the URL and Title.

Hi - by changing the URL, you have indicated to Google that it is a new post.

So, the plagiarism checker will compare it to your old post, as it won't be aware that it's the same one.

Not something to worry about, but ideally you shouldn't change the URL once published.

Hi,

Ok, thank you.

I agree about changing the URL, but when it comes to a keyword that has 5.6K searches compared to the previous one that has none, I really didn't have a choice.

See more comments

asked in
Getting Started

When I log in through the platform and try to search for keywords or click on anything, it takes me back to the homepage and I have to log in again. This happens consistently.<

You may go to
https://my.wealthyaffiliate.com/account

Under WA settings, click options and make sure your email is connected to Jaaxy.

Tx, It is connected, it works perfectly on Bing, only on Chrome... :(

I have no issues with Chrome, possibly a browser issue. However, at least it is working.

And if you are still getting this issue, you may need to connect your account. Head here, and choose the membership that is available to you and it will automatically grant you with Jaaxy Lite.

https://my.wealthyaffiliate.com/jaaxy

If you need anything at all moving forward, please reach out Adnan. ;)

No, the issue is with Chrome. It works perfectly fine on Bing.
I cleared the cache and performed an update on Chrome, but the problem with Jaaxy still persisted. This is how it looks.

https://www.youtube.com/watch?v=cjwv54vkopU

It works fine on my end, try and clear the cache like Andre suggested below

ok, tx.

i just tried and no issues you can try to clear the cache and refresh the browser and see if that fixed the issue for you.
At times they may be a glitch if it persists then send Kyle a message about it best on his profile as that is normally a quicker response.

ok, I will try.
tx

No probs if you still need to contact Kyle just note it is 4 am at the moment in Vancouver so it may be a few hours more before Kyle sees it.

However, clearing the cache usually works you can also try another browser as well.

The problem was with Chrome, it works perfectly on Bing.

Thanks for letting us know and glad it is working for you.

i use Chrome and have no issue but also I make sure that is updated as well.

With Chrome click the three vertical dots and clear your cache there and after that check for any updates with chrome as well That may also be an issue to sort out.

Before switching to Bing, I cleared the cache and performed an update on Chrome, but the problem with Jaaxy still persisted. Now I am researching keywords on Bing until I resolve the issue with Chrome.

As soon as I solve the problem on Chrome, I will notify you of what it was.

Great thank you I am off to bed pass midnight here catch you later

See more comments

Why does jaaxy lite keep taking me back to the log in?

Why does jaaxy lite keep taking me back to the log in?

asked in
Getting Started

When I log in through the platform and try to search for keywords or click on anything, it takes me back to the homepage and I have to log in again. This happens consistently.<

You may go to
https://my.wealthyaffiliate.com/account

Under WA settings, click options and make sure your email is connected to Jaaxy.

Tx, It is connected, it works perfectly on Bing, only on Chrome... :(

I have no issues with Chrome, possibly a browser issue. However, at least it is working.

And if you are still getting this issue, you may need to connect your account. Head here, and choose the membership that is available to you and it will automatically grant you with Jaaxy Lite.

https://my.wealthyaffiliate.com/jaaxy

If you need anything at all moving forward, please reach out Adnan. ;)

No, the issue is with Chrome. It works perfectly fine on Bing.
I cleared the cache and performed an update on Chrome, but the problem with Jaaxy still persisted. This is how it looks.

https://www.youtube.com/watch?v=cjwv54vkopU

It works fine on my end, try and clear the cache like Andre suggested below

ok, tx.

i just tried and no issues you can try to clear the cache and refresh the browser and see if that fixed the issue for you.
At times they may be a glitch if it persists then send Kyle a message about it best on his profile as that is normally a quicker response.

ok, I will try.
tx

No probs if you still need to contact Kyle just note it is 4 am at the moment in Vancouver so it may be a few hours more before Kyle sees it.

However, clearing the cache usually works you can also try another browser as well.

The problem was with Chrome, it works perfectly on Bing.

Thanks for letting us know and glad it is working for you.

i use Chrome and have no issue but also I make sure that is updated as well.

With Chrome click the three vertical dots and clear your cache there and after that check for any updates with chrome as well That may also be an issue to sort out.

Before switching to Bing, I cleared the cache and performed an update on Chrome, but the problem with Jaaxy still persisted. Now I am researching keywords on Bing until I resolve the issue with Chrome.

As soon as I solve the problem on Chrome, I will notify you of what it was.

Great thank you I am off to bed pass midnight here catch you later

See more comments

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training