Forum Replies Created

Viewing 15 posts - 25,981 through 25,995 (of 26,001 total)
  • Posted in:
  • in reply to: Problems With Tabs #48469
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have checked that you did make width of tab container 1/3 . It was 1/1 so content was displaying at full page . Now I made it 1/3 and works all things fine .

    in reply to: Product Category Desciption #48465
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach woocommerce/category.php file with your code <?php echo $category->description;?> so i can check and fix the issue .

    in reply to: Product Category Desciption #48370
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please mark category description at screenshot shot so i can suggest you best .

    in reply to: Style Product Category Widget #48369
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please put this code at Admin -> theme options -> Custom CSS

    .widget_product_categories ul.children{border-top:0px;}
    .widget_product_categories ul.children li:first-child{border-top:1px solid #E4E4E4;}
    .widget ul li > a{width:auto;}
    in reply to: Problems With Tabs #48364
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide your wordpress admin login detail so i can check in detail and fix the issue .

    in reply to: Theme Options: Illegal Offset Error #48355
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please upgrade your php to latest php version like php 5.4.16 to fix these errors automatically .

    in reply to: Currency Placement #48350
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    There are additional options for formatting the currency which can be found by going to: WooCommerce > Settings > Catalog > Pricing Options > Currency Position

    OR
    WooCommerce > Settings > General > Currency Options > Currency Position

    in reply to: Cart item count instead of total price #48348
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit sf-header.php line 695 at /wp-content/themes/neighborhood/includes/swift-framework/sf-content-display/

    Find this code 
    $cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping cart", "swiftframework").'"><i class="sf-cart"></i>'.$cart_total.'</a>';
    
    Replace with 
    $cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping cart", "swiftframework").'"><i class="sf-cart"></i>'.$cart_count_text.'</a>';
    in reply to: Theme upload error #48336
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please adding this to the bottom of the .htaccess file at the root of your WordPress site:

    php_value upload_max_filesize 200M
    php_value post_max_size 200M
    php_value max_execution_time 200
    php_value max_input_time 200
    php_value memory_limit 64M

    It will fix your all issues .

    in reply to: Use MarketPress eCommerce instead of Woocommerce #48254
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Technically yes, however the header cart functionality is WooCommerce only. So you need to customize more .

    in reply to: Autostart Gallery Slideshow? #48249
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit functions.js at line 1057 at /wp-content/themes/dante/js/
    Find this code
    play : false // set it true

    You can post our demo gallery page URL so i can suggest you exactly because we are using many functions to play gallery .

    Thanks

    in reply to: Header/Logo Resizing Issues #48234
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please refer this url to fix the issue http://support.swiftideas.net/knowledgebase/logo-resizing-issue/ .

    in reply to: NEED URGENT HELP!!! #48201
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Sorry Its not possible to make like as Brankic theme ZigZag .

    in reply to: Date isn't in German (Single Language Page) #48198
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you translated the theme ? Which plugin used by you to translate ? Please post website URL with wordpress admin login detail so i can check and fix the issue very soon .

    in reply to: Autostart Gallery Slideshow? #48195
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please post website URL always so i can suggest the code .
    Thanks

Viewing 15 posts - 25,981 through 25,995 (of 26,001 total)