On a slightly different matter, I added custom buttons (Listen to Audio) on shop and product pages and the one on the shop page looks fine, but the one on the product page is different and I’m not sure why …
Many thanks,
Jo
]]>For example, I have added a reusable block which consists of standard events blocks + image block and paragraph blocks.
in the front end, the event blocks I update shows correctly but the image is empty and doesn’t display. Same for the paragraphs.
Is there something I am missing?
]]>I know I can change the look of this when it’s rendered to the site visitors with the single-event.php files, but I want to edit the bit where I enter the information as there are additional blocks I want to include and I want to rearrange the layout from the default one.
At the moment I am creating a new event, then deleting all the blocks on the page and using the reusable blocks in WP to insert the layout that I want, but it would be nicer to be able to just have all new events open with the layout and blocks I need.
]]><span style=”text-decoration: underline;”>We are very happy with this.</span>
Has anybody already done this and would be happy to share their customizations or point me in the right direction?
Cheers
]]><div class="container">
<h1>HEADING</h1>
<p>PARAGRAPH 1</p>
(Custom widget area with three Bootstrap cards side-by-side...for the sake of space, I'm not including the code)
<p>PARAGRAPH 2</p>
</div>
Ideally, I would like to hard-code the div and the h1 into the page.php template file, call a custom widget area in page.php (utilizing dynamic_sidebar()), and use the_content() in page.php to display paragraph 1 and 2 from the content entered in the WordPress Dashboard.
Here is where I run into a problem. In page.php, I would have the following code (slightly simplified, but this is the gist of it):
<div class="container">
<h1>HEADING</h1>
<?php the_content(); ?>
<?php dynamic_sidebar( 'card_widget_area' ); ?>
</div>
I want paragraph 1 to be before the sidebar and paragraph 2 to be after the sidebar, yet, when I utilize the_content(), I get both paragraphs before the sidebar. Similarly, if I were to call the_content() after the sidebar, both paragraphs would display instead of only the second paragraph as desired. Is there a way to display only one of the paragraphs at a time using the_content() template tag? And can you use the_content() template tag more than once in a single template file?
Perhaps I am missing something or making things far more confusing than they need to be. Any help would be greatly appreciated!
]]>kleo/woocommerce/cart/cart.php version 4.4.0 is out of date. The core version is 7.0.1,
kleo/woocommerce/product-searchform.php version 3.3.0 is out of date. The core version is 7.0.1
I downloaded the latest Woocommerce template files and added them to the exact file structure in the child theme but the files are still outdated. Also added to child root directory, a ‘woocommerce/templates” directory, nothing works, files are still outdated.
I also replaced the files in the root theme folder structure and that didn’t work either. Is there a SPECIFIC code I can copy to place in the child themes functions.php file or is there another solution? Other similar topics here are outdated.
I don’t understand why this problem even exists, if the woocommerce plugin is updated regularly why doesn’t it update all the necessary files?
]]>We use the events calendar on the referred site^^ and got at the bottom of the monthly calendar view page a custom script for subscribing to our newsletter.
I need to replace that custom script as soon as possible (due it’s not working anymore), but can’t find the site to edit the monthly calendar view in the WordPress backend. I read, it’s an archive-file, so I looked into template- and theme-files, but couldn’t find the right page.
I found the Tribe-Folder, but don’t know where/what is the file, where I can edit the page with the calendar view to replace that script for our newsletter subscription.
Can you please help and tell me, what filename I got to look for and maybe where in folder structure I can find it?
Will deliver more information – if needed. Thanks in advance!
]]>