Forum Replies Created

Viewing 30 posts - 4,651 through 4,680 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 10:26

    Hello @TeresaTL,

    As I see the prices changed now. Have your changes solved it?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 10:23

    Hello,

    1) We answered you in this topic:
    https://www.8theme.com/topic/revelution-slider-not-working-and-even-not-loading/

    2) I’ve just installed MailChimp for WordPress Lite plugin and now you can see form there.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 10:02

    Hello,

    You can use this code in Global Custom CSS (Theme Options->Custom CSS).

    .single-product .page-heading{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 09:57

    Hello,

    If you want add SKU to shop page, you only need to add this code to the bottom of your child theme’s functions.php file.

    /* Adding SKU to shop page */
    add_action( 'woocommerce_after_shop_loop_item', 'prima_custom_shop_item', 5);
    function prima_custom_shop_item() {
    	global $post, $product;
    	
    	/* product sku */
    	echo '<p>SKU: '.$product->get_sku().'</p>';
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 09:46

    Hello,

    I’ve added this code in Page Settings. http://prntscr.com/8klvbj

    .wpb_content_element{
        margin-bottom: 0px;
    }

    Please check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 09:35

    Hello,

    The issue was fixed. Please check Home Page now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 09:31

    Hello,

    I’ve checked your site and Revolution Slider working fine. See screenshot: http://prntscr.com/8klrgo

    Also I’ve enable Optimized CSS and Optimized JS in Dashboard->Ultimate->Scripts and Styles to enable google map on Contact US page.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 09:24

    Hello,

    You can try to import handmade template and check how that’s was made.
    See screenshot: http://prntscr.com/8klqda

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 09:18

    Hello,

    The problem causes by Advanced Access Manager plugin. Please disable and check this issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 09:00

    Hello,

    Please try to change it in \themes\royal\content-grid.php file on line 95
    <?php the_content('<span class="btn big filled pull-right read-more">'.__('Read More', ETHEME_DOMAIN).'</span>'); ?>

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 08:07

    Hello,

    I’ve just checked your site and it’s working perfect, without this error.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 08:01

    Hello,

    In this case you need use Product Short Description in Product setting.
    See screenshot: http://prntscr.com/8kla92

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 07:17

    Hello,

    As I see slider working perfect. Please see screenshot: http://prntscr.com/8kl1ym
    Could you please clarify us with more details?
    Maybe provide screenshot for our better understanding and highlight what exactly you mean.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 07:14

    Hello,

    We can’t visit your site, get error ‘Server not found’.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 26, 2015 at 07:04

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 16:25

    Hello,

    I’ve enable Optimized CSS and Optimized JS in Dashboard->Ultimate->Script and Styles. Please check google map now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 14:57

    To add gap use this code:

    .page-heading{
        margin-bottom: 50px;
    }

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 14:52

    Hello,

    Please try to add this code in Global Custom CSS (Theme Options->Custom CSS).

    .header-vertical-enable .container .menu >li.current-menu-item >a{
        color: #fff!important;
        text-decoration: underline;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 14:49

    Hello,

    Try to use the following code in Custom CSS for mobile.

    .header-logo {
        width: 180px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 14:10

    Hello,

    In this case you need use tag<a href="" target="_blank"></a>.
    This attribute doesn’t work with [button] shortcode.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 13:32

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 12:56

    Hello,

    Please use this code in Global Custom CSS.

    .menu {
        border-bottom: 4px solid red;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 12:54

    1) You can use Static Block widget. See screenshot: http://prntscr.com/8ka8wi
    2) Please use this code in Global Custom CSS

    .breadcrumbs a:hover{
    color:red;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 12:29

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 12:22

    Please replace code above to this

    .page .vc_separator {
        padding: 0px;
        margin-bottom: 20px;
    }

    As I see you didn’t installed required and recommended plugins.
    You can make footer as Eleonora theme via Visual Composer plugin.
    Please see screenshot: http://prntscr.com/8k9yjz

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 11:27

    Hello,

    1) Please use this code in Global Custom CSS.

    .page .vc_separator {
       padding: 0px;
    }

    2) Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 10:22

    Hello,

    Please provide us with FTP credentials in Private Content.

    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 plugins work fine without activation and you can always get actual version if you want directly from us.
    Just ask and we’ll send you current version. We update plugins with theme updates time to time so with each next theme update, plugins will be also updated.
    The option with registering of these plugins has been already added to plugin and this only allow you to get automatic updates and support for this plugin directly from 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 author. This is how it works for all themes on Themeforest and not only in our case.

    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
    September 25, 2015 at 10:20

    Hello,

    This was made via Visual Composer plugin (Product Categories element).
    Please see screenshot: http://prntscr.com/8k8yzj

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 10:16

    Hello,

    In this case you can use ‘Products’ element via Visual Composer plugin.
    Please see screenshot: http://prntscr.com/8k8y6i

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 25, 2015 at 10:14

    Hello,

    I’ve sent you the Visual Composer plugin to email address. Please check.

    Regards,
    Robert Hall.

  • 1 2 3 155 156 157 383 384 385
    Viewing 4,680 results - 4,651 through 4,680 (of 11,542 total)
Viewing 30 posts - 4,651 through 4,680 (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.