Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter fertar0

    (@fertar)

    I clicked save button and looks like that resolved the problem. I tested the widgets and are working fine.

    You want to see my permalink settings? I can upload some screen cap.

    Thank you very much beautiful Lady Hannah and Sir Theme Author.

    Thread Starter fertar0

    (@fertar)

    Thanks for answering. I just checked and I have everything updated.
    My site: https://www.customwarrior.com

    Thread Starter fertar0

    (@fertar)

    I’m using Woocommerce. Ok, so there is no way to show my affiliates just the sales with paypal payment… or at less restrict the payment of commissions to my members, only for purchases made with paypal.
    So I am forced to have only paypal as payment gateway? I mean, if others gateways are used, and if the affiliates don’t have an account on that gateways, I must transfer funds to paypal to pay them.

    Thread Starter fertar0

    (@fertar)

    Ok, now I know where is the problem. The plugin is not showing shipping cost because the field “state/country” is not there when I select a country and i can’t fill that, is only showing when I choose my own country. How can I fix this?

    Thread Starter fertar0

    (@fertar)

    Works like a charm.

    Thanks!

    Thread Starter fertar0

    (@fertar)

    wwww.customwarrior.com

    With the code you provided, I put the Beans button between the two other buttons, but now the button came back to the original position.

    Thread Starter fertar0

    (@fertar)

    Hello. After the update, the icon came back to the original position and the code you provided to me, don’t work anymore.

    I wrote the code in advanced settings in the Virtue theme options.

    Thread Starter fertar0

    (@fertar)

    Thanks for the answer. Now it’s working fine. Do you know what may have caused the error? That tools are very useful, because don’t need to use plugins for “go to up” buttons, follow icons and others. Chrome extensions can cause this?

    Extra question: Can I show products (eg. latest products or featured) in home with free version or I need the pro? I don’t want to show mi shop page like the main page, I want to show home page as it is with a products area.

    Thanks.

    Thread Starter fertar0

    (@fertar)

    It works!! Thanks a lot!! Great product!!

    Thread Starter fertar0

    (@fertar)

    Sorry, it was my codes ??

    Thanks anyway.

    Thread Starter fertar0

    (@fertar)

    Ok good sir. The vendor shop page is there, the thing is, in the first installation I created a page in the menu and was possible to access. Now I can’t because is not visible, I can only go to vendor’s shop by the little shop name link in every product, or by the link in the vendor dashboard. Now I’m thinking that is something silly to have a page visible to the vendor, he can access his shop by dashboard. Case close.

    Oh, and the other problem: I could not see the articles created as admin, it was because I activated the option to hide the product ?? unchecked and all is working like a charm.

    Now I have now a very acceptable idea about how the plugin works, well, at least for a NOOB.

    Please accept my apologies for the trouble, good sir. Have a good afternoon.

    p/s: for the premium little buddy: more payment gateways like PP Adaptive payments. Suggestions: Mercadopago, Alipay, Amazon payments, something for bitcoins…

    Thread Starter fertar0

    (@fertar)

    Well… I saved again the primary menu and the site is showing in mobile, changed to child theme and is showing too with all the menus. Ok, sorry for the bother Richie ??

    I think matrin is talking about prevent a client can add to cart products from different vendors, this is a problem because products must be shipped from different locations, and therefore should have different shipping costs.

    How can you do to wc vendor prevent that clients add to cart products from different vendors? Please help, I’m not smart guy ??

    Thanks in advance.

    if the above code doesn’t work, try this, it worked out for me:

    <?php
    // add sidebar left
    function dez_add_sidebar_left() { ?>
    <div id="left-sidebar" class="sidebar">
    <div class="sidebar-inner">
    <div class="widget-area the-icons">
    <?php if ( is_active_sidebar( 'left-sidebar' ) ) : ?>
    <?php dynamic_sidebar( 'left-sidebar' ); ?>
    <?php else: ?>
    <aside class="widget">
    <h3 class="widget-title"><?php _e('Left Sidebar Widget', TEMPLATE_DOMAIN); ?></h3>
    <div class="textwidget">
    <?php printf( __( 'This is a widget area for %1$s. You need to setup your widget item in <a href="%2$s">here</a>', TEMPLATE_DOMAIN ), 'left sidebar',admin_url('widgets.php') ); ?>
    </div>
    </aside>
    <?php endif; ?>
    </div>
    </div><!-- SIDEBAR-INNER END -->
    </div><!-- LEFT SIDEBAR END -->
    <?php }
    
    // add sidebar left style
    function dez_add_sidebar_left_style() {
    $main_color = get_theme_option('main_color');
    $leftsidecolor = isset($main_color ) ? $main_color  : '#52C0D4';
    print "<style type='text/css' media='all'>"; ?>
    #custom #post-entry {float: right;width: 72%;}
    #custom #left-sidebar {padding:10px 0 0;float: left;width: 25%;}
    #left-sidebar .widget-area aside ul:first-of-type {width: 100%;padding: 0;}
    #left-sidebar .widget-area aside li a:hover {color:<?php echo $leftsidecolor; ?>;}
    #left-sidebar h3.widget-title {padding: 0% 0% 10px;font-size: 1.25em;margin: 0px 0px 0.5em;float: left;width: 100%;color: #333;text-transform: capitalize;border-bottom: 5px solid <?php echo $leftsidecolor; ?>;background:transparent none;border-radius:0;}
    <?php print "</style>";
    }
    
    function dez_add_bpp_call() {
    global $in_bbpress, $bp_active;
    if( $in_bbpress == 'true' || ( $bp_active == 'true' && function_exists('bp_is_blog_page') && !bp_is_blog_page() ) ) {
    } else {
    add_action('bp_after_blog_home','dez_add_sidebar_left');
    add_action('wp_head','dez_add_sidebar_left_style');
    }
    }
    add_action('init','dez_add_bpp_call');

    I hope this can be useful for someone.

    Thread Starter fertar0

    (@fertar)

    Thanks for the reply. I haven’t a forums site, forum is in one of the pages in my site, so I can’t put it like frontpage.

    But… you are a genius ?? I searched for forum pages shortcodes and found this:

    [bbp-forum-index] – This will display your entire forum index.
    [bbp-forum-form] – Display the ‘New Forum’ form.
    [bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]

    Now it’s all there :D. I know this was something obvious but I’m a newbie. But I should have known because I’m working with shortcodes. Well, anyway… I hope that works for someone else.

    Bye and thanks, this case is [resolved].

Viewing 15 replies - 1 through 15 (of 16 total)