Forum Replies Created

Viewing 30 posts - 15,061 through 15,090 (of 16,091 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 16, 2014 at 07:26

    Hello,

    Please read the following article: http://beerpla.net/2010/03/21/how-to-diagnose-and-fix-incorrect-post-comment-counts-in-wordpress/. It may be helpful for you!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 16, 2014 at 07:20

    Hello,

    Please add the following code into the custom.css:

    .widget-container h3 {
    background: none;
    }

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 21:11

    Hello,

    For this purpose you can use counter shortcode: [counter init_value="1" final_value="8500"]

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 19:46

    Hello,

    As this is Visual Composer functionality we recommend you to contact Visual Composer support team concerning this question.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 19:17

    Hello,

    4) I’ve fixed the pricing table columns.
    5) You can use @font-face directive to import your custom fonts.
    6) You need to edit the row and enable Full width section. Then go to Design options tab and upload background image. Also you can read about this in our documentation: https://www.8theme.com/demo/docs/legenda/#!/visual_composer.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 17:26

    Hello,

    You need to increase PHP memory at least to 64MB. At the moment it’s not enough memory to run WordPress.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 17:14

    Hello,

    You’re welcome!
    If you have any questions don’t hesitate to contact us.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 16:48

    Hello,

    For some products you have uploaded too wide images in comparison with other products which have images with equal sides.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 16:16

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 16:11

    Hello,

    You’re welcome!
    I’ve edited Visual Composer Single Image element and specified image size as ‘full’.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 16:01

    Hello,

    Please check your logo now.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 14:25

    Hello,

    As we can see the uploaded image is already cropped: http://www.blushingbeauti.com/wp-content/uploads/2014/08/Blushing-Beauti-190-x-40-150×40.png.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 14:02

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 13:42

    Hello,

    This is requires CSS modifications. You need to increase max-width value for .logo img selector in order to make your logo bigger.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 12:46

    Hello,

    1) To set site background it is necessary to change Site Layout from ‘Wide’ to ‘Boxed’ in Theme Options -> General.
    2) It is necessary to edited row with banners using Visual Composer and in tab “Design Options” set up top margin. I already did it.
    3) There is no recommended size.
    4) Add the following code into your custom.css to remove underline and specify button color on hover (replace ‘here your color’ with your desired color):

    .pricing-table .button1:hover {
    text-decoration: none;
    background-color: here your color;
    }

    5) This question is a bit unclear for us. Could you please clarify us with more details what are you going to do?
    6) Could you please show us screenshot about what image are you talking about?
    7) It is impossible to put links inside subtitle parameter.
    8) It is necessary to edit legenda/framework/shortcodes.php file line number 1238.

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 15:29

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 14:49

    Hello,

    Concerning questions about additional customization you should contact us on support.8theme.com.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 14:39

    Hello,

    This is requires additional customization and is a paid service.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 14:15

    Hello,

    Unfortunately there is no such option by default in our theme.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 13:58

    Hello,

    It is possible to upload product page banner in Theme Options -> Product Page.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 13:37

    Hello,

    You can add the following code to the custom.css and change font-size value to your desired:

    .slider-container .owl-prev:before, .slider-container .slider-prev:before, .slider-container .owl-next:before, .slider-container .slider-next:before {
    font-size: 60px;
    }

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 13:01

    Hello,

    To hide product name and product category on products slider add the following code into the custom.css:

    .slide-item .product .product-name, .slide-item .product .products-page-cats {
    display: none;
    }

    Add this code to custom.css to adjust your arrows position:

    .slider-container .owl-prevv {
    left: -50px;
    }
    .slider-container .owl-next {
    right: -30px;
    }

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 12:29

    Hello,

    You’re welcome.
    Your Feedback is Highly Appreciated!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 12:10

    Hello,

    Yes, of course! I’ve added the following line of code <?php do_action( 'woocommerce_archive_description' ); ?> (line number 56).

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 11:50

    Hello,

    I’ve made some changes to xmarket/woocommerce/archive-product.php file. Please check it now!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 11:39

    Hello,

    Please provide us with FTP access as well.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 11:19

    Hello,

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 10:37

    Hello,

    To accomplish this you should to go to Products -> Categories, edit required category and specify category description as you desire (put there Layer slider shortcode or something else).

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 07:17

    Hello,

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 14, 2014 at 07:09

    Hello,

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

    Regards,
    Jack Richardson

  • 1 2 3 502 503 504 535 536 537
    Viewing 15,090 results - 15,061 through 15,090 (of 16,091 total)
Viewing 30 posts - 15,061 through 15,090 (of 16,091 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.