annebel1959
Forum Replies Created
-
Never mind, I found a plugin that’s already styled which works perfect.
Thanks anyway.
I know, I can see that you are using DIVI theme. So do I, but I don’t see a style.css in DIVI theme. So where do you put the code as in https://prnt.sc/ycyn36
Thanks for reaching out to me. Are you looking for this https://prnt.sc/ycyn36 if yes please put the following CSS code inside your theme customizer or child-theme style.css:
.product .quantity {
text-align: center;
margin-bottom: 20px;
}Just another question: I would also like the layout like this https://prnt.sc/ycyn36
Where do I have to put the css? I can’t find a style.css in my DIVI theme
Hi,
I’m working with DIVI theme and asked them how to add that button and now it’s there ?? So I can use your plugin.
Thanks!
AnneHi,
When I disable the plugin, there’s no ‘add to cart’ button.
You can see it here : https://bakkerij-chantal.be/shop/Be aware that I’m trying this plugin to show the quantity field in the main shop page, so NOT after clicking on a product.
Anne
Forum: Plugins
In reply to: [WP Job Manager] Show listing types on frontendok, managed to make it viewable on the listing page.
I had to create a new php page : types
Next question : how can I add this field (block) on the listings page to have an extra block for filtering? On type in this case.
Forum: Plugins
In reply to: [WP Job Manager] Show listing types on frontendBy adding this line of code, the job types now appear in the add listing page.
output to listing view -> it’s not there.
I saw in the folder that there is nog .php file for this listing_type output.
Why isn’t it in the folder while the listing type is in the add listing?
Forum: Plugins
In reply to: [WP Job Manager] Show listing types on frontendThis is the part of the code where I need to add the job_types
It’s situated in job-manager/single/content-default.php near line 76<div class=”col-md-3 sidebar sidebar-detail-job”>
<div class=”clearfix”>
<!– Amenities –>
<?php get_template_part( ‘job_manager/single/parts/amenities’ ); ?>
<!– Photos –>
<?php get_template_part( ‘job_manager/single/parts/photos’ ); ?>
<!– Nearby –>
<?php get_template_part( ‘job_manager/single/parts/nearby’ ); ?>
<!– Kitchen –>
<?php get_template_part( ‘job_manager/single/parts/types’ ); ?>So I added this last one ‘Kitchen’ where I added the template part “types”.
I also added a field named job_types in listing fields.
But when I go to the listing page, this block doesn’t show up.
Forum: Plugins
In reply to: [WP Job Manager] Add field business social profilesNo, I just want extra fields where the owner of that business can add his social profiles (in this case Facebook, LinkedIn and Twitter).
I’m really surprised that this is not in the company fields as default.
Just a field to add url to the company facebook page -> on the frontside Facebook icon with link on it to that facebook page.
Forum: Plugins
In reply to: [WP Job Manager] Show listing types on frontendEverything is showing up fine, no problem.
I just want the “listing types” to show up in a block as well. Now I can only see the amenities and the categories in a separate block on the frontside.