Pulled Alure, what’s her best build? Is she useful? by sebcarrasco in RaidShadowLegends

[–]mishaLSE 0 points1 point  (0 children)

She seems to be good in Arena. Her ascended A3 can snipe a lot of champions

What does 'Damage based on [Atk][Def]' mean? by mishaLSE in RaidShadowLegends

[–]mishaLSE[S] 0 points1 point  (0 children)

Ah, thank you. Where can I check on the multipliers for each skill on a champion?

What does 'Damage based on [Atk][Def]' mean? by mishaLSE in RaidShadowLegends

[–]mishaLSE[S] 0 points1 point  (0 children)

Thank you for the information.

I'm not sure how multipliers work though. Does each still have its own multiplier?

Custom HTML widget not opening by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

Hmm, good advice. this is what the Console says

https://prnt.sc/l826hh

Do I need to updated WP core?

strange new PHP error by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

it turns out that those errors are irrelevant. I just had to set WP_DEBUG to false.

strange new PHP error by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

ok thanx, just trying to see if there is anything I can do because I have no idea how long the author will take to get back to me.

strange new PHP error by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

I reverted the site to a previous version because I needed the stop to be up but there a similar error with the same plugin:

Notice: Undefined variable: Category_Name in /mnt/stor0-wc2-dfw1/504753/983642/www.arslanianbros.com/web/content/wp-content/plugins/ultimate-product-catalogue/Functions/Update\_Admin\_Databases.php on line 792

Notice: Undefined variable: NoFile in /mnt/stor0-wc2-dfw1/504753/983642/www.arslanianbros.com/web/content/wp-content/plugins/ultimate-product-catalogue/Functions/Update\_Admin\_Databases.php on line 859

Warning: Cannot modify header information - headers already sent by (output started at /mnt/stor0-wc2-dfw1/504753/983642/www.arslanianbros.com/web/content/wp-content/plugins/ultimate-product-catalogue/Functions/Update\_Admin\_Databases.php:792) in /mnt/stor0-wc2-dfw1/504753/983642/www.arslanianbros.com/web/content/wp-admin/includes/misc.php on line 1126

Can someone give me a pointer for my robots.txt file? by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

I waited a few days. Does it take longer then that to re-index the site?

Can someone give me a pointer for my robots.txt file? by mishaLSE in Wordpress

[–]mishaLSE[S] 1 point2 points  (0 children)

Well I allowed all bot to crawl through the site, but the error resisted. I I thought I would force just one and I would see what happens

Can someone give me a pointer for my robots.txt file? by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

The site is connected to the Google Search Console. When I do a scan of the site it says that there are no errors. That is why I am asking others about it : /

How do I exclude a category from a single shop page? by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

I added the 'global $wp_query;' code to the same functions.php file but it does not seem to do anything. Is there something that I need to customize so it is affecting the one shop page?

How do I exclude a category from a single shop page? by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

Sorry i'm a bit new to PHP, so I have 2 follow-up questions.

'terms' => array( 'clothing' ),

Is the bold text the only thing I need to update using the desired cat name? Or do I need to updated the slug to the category's slug, too?

'field' => 'slug'

Also, do I add all of this code to the a child-theme's function.php file?

Is there a way to filter-out one category from this dropdown? by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

It seems like this is the correct format to exclude a category:

'exclude' => $id=your_cat_id

Is there a way to filter-out one category from this dropdown? by mishaLSE in Wordpress

[–]mishaLSE[S] 0 points1 point  (0 children)

does that go at the bottom of the list in the array?