Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • Here is how to remove the sidebar.

    go to wp-content/plugins/woocommerce

    in file single-product.php remove the following code

    <?php
    		/**
    		 * woocommerce_sidebar hook
    		 *
    		 * @hooked woocommerce_get_sidebar - 10
    		 */
    		do_action('woocommerce_sidebar');
    	?>

    next edit the file archive-product.php and remove the following code

    <?php
    		/**
    		 * woocommerce_sidebar hook
    		 *
    		 * @hooked woocommerce_get_sidebar - 10
    		 */
    		do_action('woocommerce_sidebar');
    	?>

    next we have to edit the style.css in your theme folder
    find
    #content-woocomerece
    add the following before the } tag on the last line
    width:100%;

    NOTE: You can not add the /* */ to the line it will not comment it out.

    instead of entering it as a shortcoed use the following

    <img src=”https://yoursite/pic.jpg&#8221; alt=”add your keyword here”>

    make sure you enter it on the html or text and not the visual or it will show the code when you refresh the website.

    kwatts22

    (@kwatts22)

    You have to upload them through the media manager and copy the image url so that it can be pasted into the plugin. The developer didn’t add the function to be able to upload them directly.

    Here is step by step to help you. Your’s may be a little different depending on the version of wordpress that your running.

    On the left side click Media
    Next click the Add New
    Upload your image and make sure to give it a alt text for the search engine
    Click on Save and it will go back to the screen that shows all your pictures.
    Click on the name of the picture that your wanting to use in the slide
    Where it says File URL copy everything in that box by highlighting it the right click your mouse and select copy.
    Next go to the slide that your working on adding the images and paste that url you just copied into the image url and your done.

    This is a good way and one of the most simple ways to added it. Otherwise you would have to edit the index.php page and add it into your template.

    The problem with it not showing is your just adding the functions for the slider into wordpress. The slider itself still has to be created on the index.php page for it to show in your website. That part must of been left out on purpose so you have to purchase the plugin.

    Forum: Plugins
    In reply to: [Integrator3] Dont work

    You have to install the integrator 3 software and the wordpress plugins for it to work.

    To install the integrator 3 software create a folder on your server e.g. integrator
    Then run the install
    After completed login to the admin area to setup your wordpress and whmcs connections.

    The API info has to be generated in whmcs and the info entered into the wordpress plugins so that it will call the whmcs system using the api to get client info and ect..

Viewing 6 replies - 16 through 21 (of 21 total)