<div class="container">
<div class="row">
//Store
</div>
</div>
I have managed to add this to the wrapper-start.php and wrapper-end.php. This works on all woocommerce pages apart from Cart, Checkout, My account and other pages like this.
Does anyone know why these templates aren’t using wrapper-start and wrapper-end and how can I add these to my template.
]]>we admire your work for creating such a successful plugin.
I have one question.
Is it possible to create eight different category overview pages where all the events of a category are listed and where each category overview page should display its content in its own headline and subheadline colour and should use its own header Picture?
It would be very nice if you could help us to understand your features.
Thank you very much in advance.
Kind regards
Markus
]]>Forums
and Topics
I did rebuild these pages with Elementor where I added the shortcodes and made the basic Elementor formatting used at my site also for those two pages.
Then I tried to build a forum.
My findings are:
Forum subpages are not following the basic Elementor formatting done for the pages Forums
and Topics
.
Subpages like: /forums/forum-category/mycategory/
use their own ForumWP default full page text formatting.
New pages are introduced without Elementor formatting possibilities:
topic
is introduced when I go to topics: /topic/topic-title/
forum
in my forum top level /forum/myforum/
Me would like to edit the single product page so the add to cart button appear only in case the user is logged in, also, me would like to add a book appointment button. For this I thunk about edit the single-product/add-to-cart/external.php file, and wrap with a is_user_logged_in function so the button appears only when the user is registered
And also I was making some testing and I added a p with the text ‘hola mundo’ but I don’t see it in the page, the file now is this way:
defined( 'ABSPATH' ) || exit;
do_action( 'woocommerce_before_add_to_cart_form' ); ?>
<form class="cart" action="<?php echo esc_url( $product_url ); ?>" method="get">
<?php do_action( 'woocommerce_before_add_to_cart_button' ); ?>
<p>Hola mundo</p>
<button type="submit" class="single_add_to_cart_button button alt"><?php echo esc_html( $button_text ); ?></button>
<?php wc_query_string_form_fields( $product_url ); ?>
<?php do_action( 'woocommerce_after_add_to_cart_button' ); ?>
</form>
<?php do_action( 'woocommerce_after_add_to_cart_form' ); ?>`
Could someone help me? I’m newbie
]]>What I usually do is, create a folder in my current child theme (active), and name the folder “simple_job_board”.
then create a folder in that called templates
then create anther folder in templates called v2 (i use the modern layout in settings)
then copy any file from the plugin’s v2 into the theme’s v2 folder.
but it simply doesn’t work.
I tried just placing the file to be edited under simple_job_board parallel to the templates folder but it didn’t work either.
For example. here is a screenshot of the file “job-filters.php”, I have removed all content and typed hello world https://prnt.sc/10gfcqg
but the page still looks the same: https://prnt.sc/10gfipv
That’s just an example, but whatever I edit in the theme folder never take an effect on the jobs page
]]>Thank you for creating this plugin!!!
]]>1- How to change to a grid view instead of list view. i have tried changing the code in “templates/v1/listing/job-listings-start.php” file
` <?php
$view = get_option(‘job_board_listing_view’);
$class = ( ‘list-view’ === $view ) ? ‘list-view’ : ‘grid-view’;
?>`
But this seems to have no effect at all.
It only works by replacing the content of “content-job-listing-list-view.php” with the content of “content-job-listing-grid-view.php”.
but i’m sure there is an easy and effecient way to do it, please help.
2- Templating: when i do any changes in the folder “simple job board” inside my actvie (child) theme. no changes happen at all.
I followed the same hierarchy of folders/files, sometimes I even copy/paste the whole plugin to make sure everything is in the right place. but again no sign of success.
At the moment, I only can change the original plugin then ofcourse lose all the changes when i update it.
Please guide me through these two problems i’m facing.
Thank you in advance.
]]>Thanks you
]]>