How can I change WooCommerce checkout page order summery section style? - php

I am new to WordPress. I need to change the checkout page style. Please help me to give suggestions.

Please use this wordpress plugin in order to customize your checkout page style/CSS: https://wordpress.org/plugins/postpage-specific-custom-css/ . You can use description and installation tabs to learn how to download the plugin to your wordpress.
You'll notice the blue download button on the right-side of the screen when you're ready to start the installation process.
You can also use the screenshots with the description tab to view how to use the plugin.
The plugin would be easier to use than altering the CSS style within the appearance section of your wordpress dashboard.

Related

How to edit Woocommerce product page in my own themplate

I have build my own Wordpress theme and activated Woocommerce. Almost everypage works fine. But my Store and Product pages are not in Container. Also I would like to chanche the positions of sertain items on the Product Page. Theme is build in Bootstrap so I would like to use Bootstrapp to fix my Product page. The biggest problem is that I cannot find the right file to edit... Somebody got the solution?
You can check the site here.
Thanks!!
To build a WooCommerce Compatible theme, you need to edit the WooCommerce templates.
All the WooCommerce templates are located at woocommerce/templates folder. If you are not familiar with WooCommerce templates structure, you can install WooCommerce Template Hints, and it will display the template file name to show you where the content comes from.
To customize the template, please follow the best practices so your modifications will not be missing when you update WooCommerce.

Can I use the WordPress visual editor in a plugin?

I am writing the settings menu for a plugin I am developing and I would like to use the custom input that WordPress uses on the dashboard for page and post content.
The idea is to let the user easily add HTML files to the plugin.
Thanks for any help.
Have you tried with wp_editor?
wp_editor();
http://codex.wordpress.org/Function_Reference/wp_editor

Issue with wordpress plugin

What may be reason when i am using multiple plugins then some plugin showing in widget sidebar
but some or not like
plugin "wp-auctions" is showing in widget sidebar but
plugin "ultimate-auction" is not showing.
I am using "twentythirteen" theme.
please help me.
Well, take a look at this, http://wordpress.org/plugins/ultimate-auction/installation/
It seemed ultimate-auction is used on a page, not as a widget
Try create a new Page:
Enter this text "[wdm_auction_listing]" as a shortcode inside this new
page and publish it.
Then visit this page to see the auction list.
Goto the Admin page, choose Appearance->Widgets, check Available Widgets on the left side, ultimate-auction might be there, and you need drag it to the Main Widget Area on the right side.

product image zoom in zen cart?

I need help on the how can i zoom image of the product in zen cart ?
I am try the jqzoom plugins but not shown any effect also not found any option admin->configuration->jqzoom
I am use the zen cart version 1.5.0.
is jqzoom is compatible with zen cart version 1.5.0?
or suggest any other plugins which compatible with zen cart version 1.5.0
Thanks in advance..
As zencart 1.5.0 add admin type and admin role functionality so you need to register your page to display in admin panel menu.
How to register page from admin area. ?
1. go to : Admin Access Management - > Admin Page Registration
2. fill form and click on insert.
Are you trying to use the jq zen cart plugin?
I couldnt find one that worked with v1.5, luckily its really easy to set up anyway, heres how i did it: Download the normal version jqzoom, rename the css and js files so that they began with script_ and style and drop them into the appropriate folders in your template, you then go in and edit the file includes/templates/default_template/templates/tpl_modules_main_product_image.php, add a class to the image link (as per jqzoom instruction) and save it to your template includes/templates/YOUR_TEMPLATE/templates/tpl_modules_main_product_image.php. you then call it with
$(document).ready(function(){
$('.yourclass').jqzoom();
});
put this either in your own javascript file or at the bottom of the jqzoom javascript, you can set various options when calling the script -check out jqzoom docs

Deactivate featured post click through in header of wordpress theme

I've purchased a premium WP theme that has a header which rotates between five featured posts/photos. My hope is to keep the visual appeal of this without clicking through to the post itself. Any ideas on how to deactivate the click through? Here is the PHP code for the featured posts. Happy supply more code / to share the dev site itself if needed.
http://pastebin.com/vJwbJBap
The theme is located at: http://www.mojo-themes.com/demo/siucco-wordpress-theme/
Many thanks,
Alex
You could do it via jquery.. inside off your "demo.js" add this inside window load function(){}
$("#slider a.nivo-imageLink").attr('href', '').click(function(){return false});

Categories