Forum Replies Created

Viewing 30 posts - 13,531 through 13,560 (of 16,153 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 13:01

    Hello @lindo_web,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 12:36

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 10:44

    Hello @olu,

    Could you please specify what errors are you getting?
    Also provide us with WP Dashboard and FTP credentials.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 10:42

    Hello,

    Please don’t create multiple queries. You’ll be replied in other topic. This one will be closed.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 10:40

    Hello @lindo_web,

    I’ve commented the code <a href="<?php echo etheme_get_image(); ?>" class="btn btn-black xmedium-btn" rel="pphoto"><span><?php _e('View large', ET_DOMAIN); ?></span></a> in line 74 in the file content.php in your child theme.
    Please check Blog page now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 10:35

    Hello @taylormontague,

    1./3. You need rename default.custom.css to custom.css. Connect to your server via FTP and enter the directory wp-content/themes/royal to do this.

    2. Please clarify what exactly you want to achieve. What code should be removed?

    4. a) The file is on a server where your site is hosted. You need connect to your server via FTP. Ask your hosting provider how to do this.

    b) Edit the file wp-content/themes/royal/content-portfolio.php in line 45 and remove the code <?php if($lightbox): ?><a href="<?php echo etheme_get_image(get_post_thumbnail_id($postId)); ?>" class="btn btn-black xmedium-btn" rel="lightbox"><span><?php _e('View large', ETHEME_DOMAIN); ?></span></a><?php endif; ?>

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 10:27

    Hello,

    1. You can change “Sign In” text in wp-content/themes/royal/framework/theme-functions.php (line 919).

    2. I see only “Username or email address” field on “My Account” page:
    http://storage3.static.itmages.com/i/15/0813/h_1439457433_7981336_bad9242e8e.png
    To change it you need edit the file wp-content/themes/royal/woocommerce/myaccount/form-login.php (line 29).

    3. Edit the file wp-content/plugins/woocommerce/includes/class-wc-countries.php (line 963).

    4. Edit the same file wp-content/plugins/woocommerce/includes/class-wc-countries.php (line 519).

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 10:12

    Hello,

    Please specify where you added the code to reorder tabs.
    The code mentioned here http://docs.woothemes.com/document/editing-product-data-tabs/ must be added to functions.php file in your child theme.

    1. Add this code in custom css:

    @media (max-width: 480px){.product-content {
      display: flex;
    }}

    2. Unfortunately I don’t see any issues with sorting:
    http://storage2.static.itmages.com/i/15/0813/h_1439457111_5945288_428d1b1154.png

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 10:00

    Hello,

    Please show us screenshots of the issue. You can upload them to any web storage, dropbox.com, for example.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 09:56

    Hello,

    As I see the style code you wrote is working:
    http://storage3.static.itmages.com/i/15/0813/h_1439455974_9559729_9a6412536a.png
    Just to change color you need add this code in Theme Options > Custom CSS > Global Custom CSS:

    .wpb_text_column.wpb_content_element a {
      color: #252525 !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 09:41

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 08:06

    Hello,

    Please give us access to FTP server.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 07:55

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 07:54

    Hello,

    That site uses fonts: ‘Open Sans’, Montserrat, lora.
    Use this code for menu:

    .menu {
      float: right;
      margin-right: 10%;
    }
    .fixed-header-area .menu {
      float: right;
      margin-right: 10%;
      width: 100%;
    }
    .menu > li {
      padding-left: 10px;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 07:47

    Hello,

    Try to use this code in custom css to fix the issue with logo:

    @media (max-width: 480px) {.header-type-3.slider-overlap {
      background-color: white;
      margin-bottom: 70px;
    }}

    Please refer to Ess. Grid documentation regarding video display:
    http://www.themepunch.com/faq/open-video-lightbox/

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 07:41

    Hello,

    You need clear database in your hosting control panel and install demo content from scratch.
    Please try it.

    Please note all current posts will be removed.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 07:36

    Hello,

    We’ll fix this issue in the next theme update.
    As those are just warnings and not fatal errors you can work in WP Dashboard without worries.

    Sorry for inconveniences.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2015 at 06:58

    Hello,

    Do you want to show filter like this http://storage1.static.itmages.com/i/15/0813/h_1439445459_8404124_ef71893542.png ?
    Please show us a screenshot what you want to achieve.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 21:15

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 17:46

    Hello,

    You need delete “woocommerce” folder in the directory wp-content/themes/woopress/ and reupload it from a new theme package that you downloaded.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 17:37

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 16:49

    Hello,

    We’re sorry, but we can’t replicate the issue. Please view the screenshot:
    http://storage1.static.itmages.com/i/15/0812/h_1439394549_2767850_674e2dc804.png

    Do you have such problem in all browsers?

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 16:40

    Hello,

    Yes, you can replace the file. The update should be released withing next week.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 16:38

    Hello,

    Try to use this code in custom.css:

    body {
      font-family: 'Georgia' !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 16:36

    Hello,

    Please provide us with a page link where you have issues and give us WP Dashboard credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 16:34

    Hello,

    Please add this code in custom.css:

    .fixed-header-area .header-logo {
      display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 16:32

    Hello,

    The same issue persists with default WordPress theme (Twenty Fifteen).
    You should contact WPML support regarding this query.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 15:00

    Hello,

    This issue will be fixed in the theme update.
    Please take our apologies for inconveniences.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 14:58

    Hello,

    Please disable all 3rd-party plugins and check your site after that. Also this article may be helpful:
    http://www.inmotionhosting.com/support/website/wordpress/heartbeat-ajax-php-usage

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 12, 2015 at 14:42

    Hello,

    Try to use this css code:

    @media (max-width: 480px){.banner, .banner.hover-zoom img {
      height: 150px;
    }}

    Best regards,
    Jack Richardson.

  • 1 2 3 451 452 453 537 538 539
    Viewing 13,560 results - 13,531 through 13,560 (of 16,153 total)
Viewing 30 posts - 13,531 through 13,560 (of 16,153 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.