Forum Replies Created

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

    (@bilzjkhan)

    Hi,

    Thanks for reply, the option to disable the link on products that leads to stores is already disabled. I have multiple roles on my websites, and for vendors i want them to login and visit the store manager add and manage products. This is already restricted by default and other user roles can not view the store manager. Now the front end of vendor store is a dynamic page. I am using a member system that allows to restrict the page to specific user role – all pages those are created are accessible manually and i have restricted them for specific roles only. However the vendor store page it is not available manually it is dynamically created i want only store managers to visit their own store and rest of the public, search engines etc should not access the vendor store. All products are shown on shop main page where users can find them they don’t need to go to each vendor store. I don’t want to completely hide the vendor store page only want the owner to have visibility. Hope it clears.

    Thread Starter bilzjkhan

    (@bilzjkhan)

    @homolis @viscodesign

    Unfortunately no support yet from ultimate member on this issue . Therefore i moved to Buddypress for user registrations and resolved it by using the following method on my website:

    1. Install buddypress and setup its default configurations.
    2. Download and install Code Snippets plugin By Shea Bunge
    3. In the Network Dashboard open snippets and Add your first snippet with the following code for login redirect subsite.
    function ds_login_redirect( $redirect_to, $request_redirect_to, $user )
    {
    if ($user->ID != 0) {
    $user_info = get_userdata($user->ID);
    if ($user_info->primary_blog) {
    $primary_url = get_blogaddress_by_id($user_info->primary_blog) . ‘/’ ;
    if ($primary_url) {
    wp_redirect($primary_url);
    die();
    }
    }
    }
    return $redirect_to;
    }
    add_filter(‘login_redirect’,’ds_login_redirect’, 100, 3);

    4. Now add another snippet for logout redirect replace the url with your domain or website desired page.

    add_action(‘wp_logout’,’auto_redirect_external_after_logout’);
    function auto_redirect_external_after_logout(){
    wp_redirect( ‘https://yourdomain.com’ );
    exit();
    }

    Note: you will need to add these snippets in the network admin dashboard snippets options and share the snippets for all the network.

    By above codes what i have achieved is that when user login on the main site through widget or wp-login its automatically redirected to subsequent subsite. And when log’s out from the subsite it comes back to the main site home page.

    Hope this help.

    Thread Starter bilzjkhan

    (@bilzjkhan)

    Hi, i have installed the plugin on a buddypress website, but it didn’t work on the buddypress activity page.

    Thread Starter bilzjkhan

    (@bilzjkhan)

    Hi Chris,

    Yes you are absolutely right i am using https://www.ads-software.com/plugins/video-thumbnails/

    I am really thankful for sharing the addon, but it didn’t work. Is there any way around?

    Regards
    Bilal

    Thread Starter bilzjkhan

    (@bilzjkhan)

    Well i have started the accordion plugin by wpshopmart… and its working really great…thanks for the awesome plugin.

    Thread Starter bilzjkhan

    (@bilzjkhan)

    Well Done…. its working now… Awesome… ??

    Thread Starter bilzjkhan

    (@bilzjkhan)

    It is a compatibility issue, i have tested it on Twenty Sixteen works fine, but not on the theme i am using, could you please help me how to make ultimate member compatible with the theme, as my project basis on the theme i am using and ultimate member notification. So to use notifications i need to have ultimate member working on my site.

    Please help.

    Thread Starter bilzjkhan

    (@bilzjkhan)

    It is a compatibility issue, i have tested it on Twenty Sixteen works fine, but not on the theme i am using, could you please help me how to make ultimate member compatible with the theme, as my project basis on the theme i am using and ultimate member notification. So to use notifications i need to have ultimate member working on my site.

    Please help.

    I have checked it, the theme is not compatible with ultimate member? How can i make it compatible? Please advise. Thanks

    Thread Starter bilzjkhan

    (@bilzjkhan)

    Thanks for your reply; one more thing? my website is completely closed for non-login users, its a forum and non-login users can’t even view the questions or answers? now my question is; when i display ads for an author on all his posts, will other forum members will see them? the ads should be visible to every one who is logged in, but each author should display his own ads. Also can i get any author based or display condition based report of views and download it as CSV?

    Thread Starter bilzjkhan

    (@bilzjkhan)

    Ok, i have disabled Taxonomy Metadata plugin and WPML, the error is not showing any more, but there is a new problem, the categories are not page is not working giving 404, and also i am not able to add products to main categories they are showing but can not select them while adding products.

    Secondly, how should i use WPML now, keeping it disabled does not solve the problem.

    Thread Starter bilzjkhan

    (@bilzjkhan)

    As you have seen my website is in arabic, if WPML is deactivated, the website will not work for me … is it essential to disable WPML? i can disable the Taxonomy Metadata Plugin. Also i have 04 more WPML support plugins are installed all paid and registered.

    Thread Starter bilzjkhan

    (@bilzjkhan)

    I haven’t imported products, all products have been manually added through add products option till yesterday, all images were showing?

    Thread Starter bilzjkhan

    (@bilzjkhan)

    Full Error:

    Warning: implode(): Invalid arguments passed in /home/yourlikes/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php on line 69

    Thread Starter bilzjkhan

    (@bilzjkhan)

    ### WordPress Environment ###

    Home URL: https://yourlikes.us
    Site URL: https://yourlikes.us
    WC Version: 2.5.2
    Log Directory Writable: ? /home/yourlikes/public_html/wp-content/uploads/wc-logs/
    WP Version: 4.4.2
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    Language: en_US

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 5.4.45
    PHP Post Max Size: 64 MB
    PHP Time Limit: 30
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.5.42
    Max Upload Size: 64 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?

    ### Database ###

    WC Database Version: 2.5.2
    :
    woocommerce_sessions: ?
    woocommerce_api_keys: ?
    woocommerce_attribute_taxonomies: ?
    woocommerce_termmeta: ?
    woocommerce_downloadable_product_permissions: ?
    woocommerce_order_items: ?
    woocommerce_order_itemmeta: ?
    woocommerce_tax_rates: ?
    woocommerce_tax_rate_locations: ?

    ### Active Plugins (20) ###

    All In One SEO Pack: by Michael Torbert – 2.2.7.6.2
    Lightweight Social Icons: by Thomas Usborne – 0.8
    Ninja Forms: by The WP Ninjas – 2.9.33
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 2.2.6
    WPML Multilingual CMS: by OnTheGoSystems – 3.3.6
    Taxonomy Metadata: by mitcho (Michael Yoshitaka Erlewine)
    sirzooro – 0.5

    snapCX WooCommerce Order Tracking: by snapCX – 1.3.0
    All Currencies for WooCommerce: by Algoritmika Ltd – 2.0.1
    WooCommerce Multilingual: by OnTheGoSystems – 3.7.9
    WooCommerce Pre-Orders: by WooThemes – 1.4.2 – 1.4.5 is available
    WooCommerce: by WooThemes – 2.5.2
    WooSidebars: by WooThemes – 1.4.3
    WordPress Importer: by wordpressdotorg – 0.6.1
    WP Instagram Widget: by Scott Evans – 1.9.5
    WP-RTL: by Fahad Alduraibi – 0.3
    WPML Media: by OnTheGoSystems – 2.1.19
    WPML String Translation: by OnTheGoSystems – 2.3.6.1
    WPML Translation Management: by OnTheGoSystems – 2.1.5
    YITH WooCommerce Ajax Search: by Yithemes – 1.3.9
    YITH WooCommerce Wishlist: by Yithemes – 2.0.13

    ### Settings ###

    Force SSL: –
    Currency: SAR (SAR)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2

    ### API ###

    API Enabled: ?
    API Version: 3.1.0

    ### WC Pages ###

    Shop Base: #3642 – /%d9%85%d8%aa%d8%ac%d8%b1-2/
    Cart: #3645 – /%d8%b3%d9%84%d8%a9-%d8%a7%d9%84%d8%b4%d8%b1%d8%a7%d8%a1/
    Checkout: #3646 – /%d8%a7%d9%84%d9%85%d8%b9%d8%a7%d9%8a%d9%86%d8%a9/
    My Account: #3647 – /%d8%ad%d8%b3%d8%a7%d8%a8%d9%8a/

    ### Taxonomies ###

    Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)

    ### Theme ###

    Name: Flatsome
    Version: 2.7.5
    Author URL: https://www.uxthemes.com/
    Child Theme: ? – If you’re modifying WooCommerce on a parent theme you didn’t build personally
    then we recommend using a child theme. See: How to create a child theme

    WooCommerce Support: ?

    ### Templates ###

    Overrides: flatsome/woocommerce/archive-product.php
    flatsome/woocommerce/cart/cart.php
    flatsome/woocommerce/checkout/form-checkout.php
    flatsome/woocommerce/content-product.php version 2.4.0 is out of date. The core version is 2.5.0
    flatsome/woocommerce/content-product_cat.php version 2.4.0 is out of date. The core version is 2.5.2
    flatsome/woocommerce/content-single-product.php
    flatsome/woocommerce/global/breadcrumb.php
    flatsome/woocommerce/global/wrapper-end.php
    flatsome/woocommerce/global/wrapper-start.php
    flatsome/woocommerce/loop/loop-end.php
    flatsome/woocommerce/loop/loop-start.php
    flatsome/woocommerce/loop/orderby.php
    flatsome/woocommerce/loop/pagination.php
    flatsome/woocommerce/loop/sale-flash.php
    flatsome/woocommerce/myaccount/form-login.php
    flatsome/woocommerce/notices/error.php
    flatsome/woocommerce/notices/success.php
    flatsome/product-searchform.php version – is out of date. The core version is 2.5.0
    flatsome/woocommerce/single-product/add-to-cart/grouped.php
    flatsome/woocommerce/single-product/add-to-cart/simple.php
    flatsome/woocommerce/single-product/add-to-cart/variable.php version 2.4.0 is out of date. The core version is 2.5.0
    flatsome/woocommerce/single-product/price.php version 1.6.4 is out of date. The core version is 2.4.9
    flatsome/woocommerce/single-product/product-image.php
    flatsome/woocommerce/single-product/product-thumbnails.php
    flatsome/woocommerce/single-product/related.php
    flatsome/woocommerce/single-product/review.php version 2.1.0 is out of date. The core version is 2.5.0
    flatsome/woocommerce/single-product/sale-flash.php
    flatsome/woocommerce/single-product/share.php
    flatsome/woocommerce/single-product/short-description.php
    flatsome/woocommerce/single-product/tabs/additional-information.php
    flatsome/woocommerce/single-product/tabs/description.php
    flatsome/woocommerce/single-product/tabs/tabs.php
    flatsome/woocommerce/single-product/title.php
    flatsome/woocommerce/single-product/up-sells.php
    flatsome/woocommerce/single-product-reviews.php
    flatsome/woocommerce/single-product.php

    : Learn how to update outdated templates

    System Report

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