Ommy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Target specific product category and it’s childrenwill any update come for this problem?
Or for php 8 ja have to change the code?Forum: Plugins
In reply to: [WooCommerce] Target specific product category and it’s childrenHi @judagutor
I have already noticed that when I roll back my PHP version to 7.4 errors are gone. I was using PHP 8.1 and had so many lines of errors.
This is the final code I am using
Thanksadd_action( 'ocean_after_page_header', 'eventsTerm', 18 ); function eventsTerm() { $term_slug = 'xxx'; $taxonomy = 'product_cat'; $term_id = get_term_by( 'slug', $term_slug, $taxonomy )->term_id; // Get the term ID $child_ids = get_term_children( $term_id, $taxonomy ); // Get the children terms IDs $terms_ids = array_merge( $child_ids, array($term_id) ); // an array of all term IDs (main term Id and it's children) if ( has_term( $terms_ids, $taxonomy )) { echo do_shortcode( '[shortcode]' ); }}
- This reply was modified 2 years ago by Ommy.
Forum: Plugins
In reply to: [LiteSpeed Cache] LazyLoad & Javascript Delay DelayMost probably problem rises from enabling lazyloading.
I disabled it, Used wp-rocket’s or Autotomize lazyloading and problem solved. Just put everything back till hear from you.
ThanksForum: Plugins
In reply to: [LiteSpeed Cache] LazyLoad & Javascript Delay DelayThank you for reply,
I have extra 250kb on images. using google developer site speed tool I have notification about extra hiding images
Hope to find a solution
Thank you againForum: Plugins
In reply to: [LiteSpeed Cache] LazyLoad & Javascript Delay DelayReport number: CNVCJHBF
Forum: Plugins
In reply to: [LiteSpeed Cache] LazyLoad & Javascript Delay Delaythanks for response.
My page uses popup as side menu and sticky header (made by elementor) which needs related js fiIes to be Excludes from JS combine & JS delay to work without any errors.
I have already cleared tuning files from JS “Deferred Excludes”. there is not any problem other than lazy loading.
can you please check?
ThanksForum: Themes and Templates
In reply to: [OceanWP] Sidebar mobile menuI tried the procedure on 2 different oceanwp websites and added widget area for mobile. It didn’t work on both. even didn’t show a picture ??
Forum: Plugins
In reply to: [WooCommerce] Target specific product category and it’s childrenI noticed the erro comes from
$term_id = get_term_by( ‘slug’, $term_slug, $taxonomy )->term_id; // Get the term IDand the error is
Attempt to read property “term_id” on bool in
Forum: Themes and Templates
In reply to: [OceanWP] Sidebar mobile menuDear @abhikr781
I know a little bit abouth coding and
<?php echo do_shortcode(“[your_shortcode]”); ?>I dont know where to put. after time you forget my question ??
- This reply was modified 2 years, 2 months ago by Ommy.
Forum: Themes and Templates
In reply to: [OceanWP] Sidebar mobile menuThank you @abhikr781
I dont know where to put this code, I have experience with coding a little bit but couldnt bring elementor shortcode to workForum: Themes and Templates
In reply to: [OceanWP] Sidebar mobile menuThanks, So how can I begin to edit the template file and do the custom styling?
If I can remove the menus and other things inside the sidebar and put an Elementor Template short code everything will be solved. Can you guide me how to put short Code inside? Thanks
- This reply was modified 2 years, 4 months ago by Ommy.
Forum: Plugins
In reply to: [Web Stories] Sudden Traffic DropHi
The traffic is dropped dramatically. even new posts doesn’t have traffic ??Cleared cache and solved ??
Forum: Plugins
In reply to: [Web Stories] Google Universal Analytics or GA4?This is the update I am waiting too.
ThanksForum: Plugins
In reply to: [Web Stories] Sudden Traffic DropThank you so much, I have already disabled Polylang – Web Stories Translation.
and will infrom soon
Thanks