TheStingPilot
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Morphing pictures in headerHello Kharis,
Many thanks for getting back in touch with me.
If the morphing-stuff is impossible, how can I automatically change the pictures in de class div.sydney-hero-area each 5 seconds? Now, only one picture is shown (img.header-inner). I think it is called an image carousel.
With kind regards,
TheStingPilot
- This reply was modified 2 months ago by TheStingPilot.
WooCommerce versie:9.2.3. I will do.
Hello @stevejburge,
What CSS should I add to move the caption? That is not mentioned in the given URL.
Thanks… TheStingPilot
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Need to modify ic-cart.phpHello @ndre ,
Thanks for your response. In what file do I add that custom PHP Code?
With kind regards,
Willem-JanForum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Need to modify ic-cart.phpHello @ndre ,
Thanks for your reply. I want to add the class notranslate to avoid the name of a cart item being translated. So I used grep to find where td-name is used:
grep -i -r --include=\*.php td-name -l .
So I decided to modify the file to achieve this.
Is there another way to achieve this?
With kind regards,
Willem-JanForum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] How to get the title back?Hello @ndre ,
My last point has also been solved. I added the following CSS code:
.tax-al_product-cat .entry-header { Display: None; }
I found that CSS class in the body class.
Case closed. ??
With kind regards,
Willem-JanForum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] How to get the title back?Hello @ndre ,
Many thanks for all your efforts. One part has been solved: the product name is no longer translated. And that is fine.
There is one point left, which is all about the ‘Drinks’: it is still there. See this screen print, the settings included.
I am still using the Simple mode with these settings.
Also, the page settings are in the file wp-content/themes/sydney-child/content-page.php. Both the catalogue-page and the product-page use the same content-page.php file.
<?php /** * The template used for displaying page content in page.php * * @package Sydney */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php the_title( '<h1 class="title-post entry-title no_translate" ' . sydney_get_schema( "headline" ) . '>', '</h1>' ); ?> </header><!-- .entry-header --> <?php if ( has_post_thumbnail() && ( get_theme_mod( 'page_feat_image', 1 ) != 1 ) ) : ?> <div class="entry-thumb"> <?php the_post_thumbnail('large-thumb'); ?> </div> <?php endif; ?> <div class="entry-content" <?php sydney_do_schema( 'entry_content' ); ?>> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'sydney' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php edit_post_link( __( 'Edit', 'sydney' ), '<span class="edit-link">', '</span>' ); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->
Maybe it helps…
Your feedback is appreciated and with kind regards,
Willem-JanForum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] How to get the title back?Hello,
I am sorry to inform you but the issue is still there. The ‘Force category name display’ has been unchecked now.
This is what I get now:
Alle drankjes is still visible. And that should be invisible.
Thanks for your excellent help.
With kind regards,
Willem-JanForum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] How to get the title back?By the way: the class ‘no_translate’ must be added to the header where ‘Rumpun Padi Kencur’ is mentioned. If translated to Dutch, the header has become ‘Rijstklompjes’ which is complete nonsense.
Hello,
I am a little bit disappointed in your answer. How do I do that in the paid version?
Cheers…
Willem-JanSuper, that works fine.
Hello,
I have chosen to use another translate plugin. That one works out-of-the-box.
This item has been marked as resolved.With kind regards,
Willem-JanHello,
I am sorry, I have done what you asked me to do, but the product name is still translated.
This screenshot shows what I would like to have.
This screenprint shows how I implemented product-name.php and its modification. It says the h1 but h1 is something different.
Your feedback is appreciated.
Thank you.
Willem-JanHello,
Thank you for your help. Indeed, the issue is solved now.
With kind regards,
Willem-JanHello,
By the way, I also have this issue on other themes, like Elixar, eStore and Flexia.
Elixar has an option for ‘Read more’. As soon as I click on that one, only one item instead of four is shown. See this example.
Is there something I can do?Thank you!
Willem-Jan- This reply was modified 2 years, 3 months ago by TheStingPilot. Reason: More information given
- This reply was modified 2 years, 3 months ago by TheStingPilot.