Forum Replies Created

Viewing 30 posts - 1,021 through 1,050 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 20:15

    Hello,

    I don’t see the issue http://storage2.static.itmages.com/i/16/1201/h_1480619460_2077813_3057de6840.jpeg .

    Link can be removed in the file wp-content/themes/legenda/framework/woo.php, remove the code in line 913 <?php echo $woocommerce->cart->get_cart_url(); ?>.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 19:46

    Hello,

    You need edit Products element inside the Tabs element via Visual Composer editor and select Product Type you want to display. To show sale products you need add sale price to your products. Here is a tutorial how to mark featured products http://www.modernmarketingpartners.com/set-featured-products-woocommerce/ .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 19:42

    Hello,

    At first you need activate custom.css file.
    How to create custom.css you can watch in this tutorial
    We can’t do this via wp-admin panel. FTP access is required.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 19:05

    Hello,

    As I see video is shown:
    http://storage3.static.itmages.com/i/16/1201/h_1480615139_7650171_eddf4b366c.jpeg
    To remove space add this code in Theme Options > Custom CSS > Global Custom CSS:

    .page-content {
       margin-top: 0px;
    }

    As I see Product Type for sale products is set to “All” http://storage5.static.itmages.com/i/16/1201/h_1480615204_2864949_1916c98426.jpeg , so all products are displayed on that tab. Select needed type there.

    To disable sorting on Shop page use this css code:

    .filter-wrap .woocommerce-ordering {
      display: none;
    }

    As I see you selected to sort products by newness in Woocommerce > Settings > Products > Display, and this is working, the recently added products are displayed first:
    http://storage3.static.itmages.com/i/16/1201/h_1480615489_2794644_a60d02d224.jpeg
    http://storage1.static.itmages.com/i/16/1201/h_1480615553_2571597_b27ebfbc41.jpeg

    To see products from specific category you need select a category from sidebar on Shop page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 18:51

    Hello,

    We recommend you to use W3 Total Cache plugin https://www.maxcdn.com/one/tutorial/setup-wordpress-with-w3-total-cache/
    Configuring it you need disable “Object Cache” option.

    Please try it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 15:10

    Hello,

    You need add the code in your child theme functions.php file:

    add_action( 'wp_enqueue_scripts', 'etheme' );
    function etheme() {
        wp_enqueue_script( 'etheme', get_stylesheet_directory_uri() . '/js/etheme.js' );
    }

    Create “js” folder in child theme and copy etheme.js file with needed changes in the child theme “js” directory so you won’t lose modifications after theme update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 13:14

    Hello,

    Take our apologies for this inconvenience. Such variants as Marriage, Street Photo were not included in theme import, due to using essential grid visual composer element, which should be imported separately.
    I’ll explain you how to create such pages and you’ll be able to create them in no time.
    How to create Marriage (or Street Photo) variants:
    1. Go to Theme Options > Header > select 14 (or 13) type of header
    2. Import Essential Grid as described in our documentation https://www.8theme.com/demo/docs/royal/index.html#!/essential_grid
    3. Go to Pages > Add new. Use visual Composer and add Essential Grid element. Select Royal Marriage (or Grid 1). All Page Layout settings (Sidebar, footer, heading) should be disabled. Save page and set it as Front page in Settings > Reading.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 10:50

    Hello,

    You told

    I had to translate directly into the server file

    Please reupload original file (without your translation) and we’ll check the issue with .po file.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 10:46

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 10:07

    Hello,

    On our demo we used self-hosted video.
    Also try to add video in Background tab of the row settings:
    http://storage5.static.itmages.com/i/16/1201/h_1480583305_7149773_b409950246.jpeg

    To add sale products you need add sale price in a product editor. How to set featured products you can read here http://www.modernmarketingpartners.com/set-featured-products-woocommerce/ .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 21:39

    Hello,

    I’ve added the code in Custom CSS for desktop section:

    .product .btn.product_type_variable {
        position: absolute;
        top: 110%;
        left: 33%;
    }
    .product .product-details {
        position: relative;
        height: 106px;
    }

    Please check products now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 17:41

    Hello,

    Just upload needed image in Brands > edit a brand > Thumbnail.
    It will be shown before brand description.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 17:37

    Hello,

    I’ve edited your static block for footer and removed previous css code. Please check footer now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 17:12

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 17:12

    Hello,

    1. You can change contact form title in the page editor http://storage7.static.itmages.com/i/16/1130/h_1480522290_1105950_cd6e96a46e.jpeg .

    2. Go to Theme Options > Contact Form and set your email address.

    3. You need edit the file wp-content/themes/royal/framework/theme-functions.php in line 1451.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 15:11

    Hello,

    Please upload your site to any web host and provide your site url so we can check the issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 11:58

    Hello,

    You need remove the code _e(' items for', ETHEME_DOMAIN); in line 938 and this code <?php etheme_cart_totals(); ?> in line 919.
    Also use this css code:

    .shopping-cart-widget .cart-bag .badge-number::before {
       content: "(";
    }
    .shopping-cart-widget .cart-bag .badge-number::after {
       content: ")";
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 09:45

    Hello,

    Please update the theme to the latest version 3.0.3.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2016 at 09:08

    Hello,

    Yes, you can update WordPress and Woocommerce.
    Don’t forget to create full back up (files and database) before update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 20:27

    Hello,

    I’ve added this code in child style.css:

    .cat-item.cat-item-110 {
        display: none;
    }

    and “Thanksgiving” category is hidden in sidebar in Shop page.
    As for home page, I recommend you to use Woo Product Categories element in Visual Composer editor and select what categories to display.
    Please try it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 20:13

    Hello,

    Please provide WP Dashboard credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 19:51

    Hello,

    Please add this code in custom.css file:

    .vc_progress_bar .vc_single_bar .vc_label {
      font-size: 15px;
    }

    How to create custom.css you can watch in this tutorial

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 19:46

    Hello,

    Please provide FTP and WP Dashboard credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 19:44

    Hello,

    You can search for some plugins and use a widget for it in Appearance > Widgets.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 19:43

    Hello,

    Please check now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 17:09

    Hello,

    Try to add this code in functions.php file:

    add_action( 'pre_get_posts', 'custom_pre_get_posts_query' );
    function custom_pre_get_posts_query( $q )
    {
    
    if (!$q->is_main_query() || !is_shop()) return;
    if ( ! is_admin() )
    {
    $q->set( 'tax_query', array(array(
    'taxonomy' => 'product_cat',
    'field' => 'id',
    'terms' => array( 57 ),
    'operator' => 'NOT IN'
    )));
    
    }
    }

    where 57 is a category id, replace it with your id.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 17:04

    Hello @JerzyKre,

    Thank you for sharing a solution.
    Much appreciated.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 17:03

    Hello,

    You can use 8theme Products element in VC editor and select Order by option http://storage9.static.itmages.com/i/16/1129/h_1480435428_8146937_b11fa184ee.jpeg .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 16:49

    Hello,

    You need edit the file wp-content/themes/legenda/framework/woo.php file (find the section “Top Cart Widget”) in line 901.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 29, 2016 at 16:45

    Hello,

    I’ve added the code.
    Please check Brand pages now.

    Regards,
    Eva Kemp.

  • 1 2 3 34 35 36 1,045 1,046 1,047
    Viewing 1,050 results - 1,021 through 1,050 (of 31,382 total)
Viewing 30 posts - 1,021 through 1,050 (of 31,382 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.