Forum Replies Created

Viewing 30 posts - 2,221 through 2,250 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 20:51

    Hello,

    This question is a bit unclear for us. Could you please clarify us with more details and provide screenshot for our better understanding and highlight what exactly you want.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 18:47

    Hello,

    1) Try to add this code in Theme Options->Custom CSS->Custom CSS for mobile.

    .banner .banner-content p {
        display: block;
    }

    2) Please update the Visual Composer plugin to latest version and check the issue.
    You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 18:04

    You’re welcome!
    If you have any questions please feel free to contact us.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 18:04

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 18:03

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 17:31

    Hello,

    You can select the Tahoma font in Dashboard->Theme Options->Typography.
    See screenshot: http://prntscr.com/aunvwr

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 17:22

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 17:21

    Hello,

    1) To change them to one column at mobile device add this code in 8Theme Options->Styling->Custom CSS->Custom CSS for mobile.

    .products-grid .product {
        width: 100%;
    }

    2) Please add the following code in 8Theme Options->Styling->Custom CSS->Custom CSS for mobile.

    .product-category .categories-mask h4 {
        font-size: 15px;
    }
    .product-category .categories-mask span {
        font-size: 12px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 16:00

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 15:35

    This part of the documentation a bit outdated. Sorry for inconvenience.

    You can find these types in Dashboard->Visual Composer->Role Manager.

    Please see screenshot: http://prntscr.com/aumb3f

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 14:50

    Hello,

    As I see the plugin is working fine now. See screenshot: http://prntscr.com/aulpy8

    Could you please clarify with more details what exactly you mean and show us screenshots?

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 14:47

    Hello,

    All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them. This plugin works fine without activation and you can always get actual version if you want directly from us. The plugins can be downloaded from this link https://www.8theme.com/download-plugins/ . We update plugins with theme updates from time to time so plugins will be also updated with each next theme update. The option with registering of the plugins has been already added to plugin and this only allows you to get automatic updates and support for this plugin directly from an author if you need. You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from the author. This is how it works for all themes on Themeforest and not only in our case.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 14:46

    Hello,

    All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them. This plugin works fine without activation and you can always get actual version if you want directly from us. The plugins can be downloaded from this link https://www.8theme.com/download-plugins/ . We update plugins with theme updates from time to time so plugins will be also updated with each next theme update. The option with registering of the plugins has been already added to plugin and this only allows you to get automatic updates and support for this plugin directly from an author if you need. You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from the author. This is how it works for all themes on Themeforest and not only in our case.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 14:14

    Hello,

    Please add the following code into the Child Theme and check the issue.

    .product-info .tabs {
        position: initial;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 14:11

    Hello,

    Please try to add this code in custom.css file

    .fixed-header-area {
        top: -183px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 20, 2016 at 14:08

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 14:49

    Hello,

    You can change the home page in Dashboard->Settings->Reading->Front page displays.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 14:37

    Hello,

    Your site is under maintenance mode.
    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 14:30

    Hello,

    I’ve added the following code into functions.php file of the Child Theme. Please check it.

    add_action( 'after_setup_theme', 'remove_parent_theme_features', 10 );
     
    function remove_parent_theme_features() {
        remove_action('tgmpa_register', 'etheme_register_required_plugins');
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 12:59

    Hello,

    The latest version is 2.11. You can check it and download theme at this link:
    http://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 12:00

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS.

    .et-mobile-menu li a{
    color:#fff;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 11:58

    Hello,

    You’re welcome!
    If you have any questions please feel free to contact us.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 07:49

    Hello,

    1) Please add this code in custom.css file.

    .product-category .mask-container .block-mask .mask-content a:first-child{
    display:none !important!;
    }
    

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    2) Navigate to Dashboard->Appearance->Widgets and add the WooCommerce Product Categories widget to Shop Sidebar.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 07:43

    Hello,

    Please provide us with correct FTP access in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 07:14

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 19, 2016 at 07:13

    Hello,

    I’ve just enabled the “Anyone can register” option in Dashboard->Settings->General->Membership. Please check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 18, 2016 at 17:42

    Hello,

    We’re glad to hear it.
    If you have any questions feel free to contact us.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 18, 2016 at 17:42

    Hello,

    I’ve added this code in Global Custom CSS. Please check.

    .page-heading #breadcrumb a,
    .page-heading #breadcrumb,
    .page-heading .delimeter {
        font-size: 24px !important;
    }
    .page-heading .title {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 18, 2016 at 17:24

    Hello,

    1) Please update the Visual Composer plugin to the latest version and check issue.
    You can download plugins at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    2) Sorry, but we don’t provide support for 3rd-party plugins.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    April 18, 2016 at 15:19

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

  • 1 2 3 74 75 76 383 384 385
    Viewing 2,250 results - 2,221 through 2,250 (of 11,542 total)
Viewing 30 posts - 2,221 through 2,250 (of 11,542 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.