Forum Replies Created

Viewing 30 posts - 12,901 through 12,930 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:53

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:52

    Hello @Massi,

    Please disable all 3rd-party plugins as one of them is causing the issue.
    Check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:42

    Hello,

    Try to use this code in custom.css file:

    @media (max-width: 480px) {.main-footer .wpb_column {
        display: inline !important;
    }}

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:38

    Hello,

    Have you updated Royal theme to 2.0 version? Now you can add links to “Left side top bar area” and “Right side top bar area” in Appearance > Widgets. Please check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:35

    Hello,

    This is not the theme issue, but Chrome after the latest update:
    https://ma.ttias.be/chrome-44-sending-https-header-by-mistake-breaking-web-applications-everywhere/
    Please check your site in Firefox. Does the issue persist there too?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:24

    Hello,

    We’ve checked your site on Mac in Chrome browser and haven’t seen any issues:
    http://storage4.static.itmages.com/i/15/0727/h_1437985426_7311853_780d7f6400.png
    Please show a screenshot of the problem. Also try to check the site with different Internet provider.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:22

    Hello,

    I’ve checked your site in Chrome and Firefox browsers and haven’t seen any issues:
    http://storage2.static.itmages.com/i/15/0727/h_1437985106_3341928_7e0462e4ba.png

    Try to check it on mobile devices.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:12

    Hello,

    Please provide us with wp-admin panel credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:11

    Hello,

    Try to use this code:

    .page-content {
        margin-bottom: 7px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:07

    Hello,

    As I see demo logo is present in 8Theme Options > General > Header Settings > “Logo image” and “Logo image for Fixed and Responsive header”.
    Also change logo in Pages > edit your home page > “Custom logo for this page” in “Layout Options” box on the right side.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 27, 2015 at 09:02

    Hello,

    In this case you have to contact Woocommerce support team as Checkout page is their configuration.

    Sorry for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 09:03

    Hello,

    Sorry, but we can’t suggest you anything until we see the problem.
    Perhaps we can test it on our demo site. Please specify step by steps how we can replicate this issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 09:01

    Hello,

    Go to Theme Options > Single Product Page > Enable slider for gallery images > On. After that check a page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 09:00

    Hello,

    We’re sorry for a delay.
    We’re investigating this issue. Once there is a result we’ll let you know.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 08:59

    Hello,

    I’ve added padding values for footer block:
    http://storage4.static.itmages.com/i/15/0726/h_1437897559_5680078_d30ea70e34.png

    Please check it now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 08:55

    Hello,

    1. Sorry but your query is inclear. Please show on a screenshot what you want to change in the fields.

    2. I’ve added this code in Global Custom CSS:

    .wpcf7-submit {
        padding: 10px 18px !important;
        font-size: 15px !important;
        float: right !important;
        margin-right: -100% !important;
    }

    3. I’ve added the following code to change border color of “Message” box:

    .wpcf7-form-control-wrap.your-message textarea:focus {
        border-color: yellow !important;
    }

    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 08:39

    Hello,

    Again we can’t access wp-admin panel. Have you changed the password?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 08:37

    Hello @GraffitixSlam,

    Please try to use this code in custom.css:

    .footer-top-2 {
        background-color: black !important;
        color: grey !important;
    }
    .footer-top-2 .product_list_widget li .media-heading a {
        color: grey !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 08:34

    Hello,

    1./2. I’ve made changes in child functions.php file/

    3. I’ve uncommented the code

    .ico-sum {
        width: 18px;
        height: 21px;
        background: transparent url("https://www.8theme.com/demo/royal/wp-content/themes/royal/images/sprite/icons.png") no-repeat scroll 0px 0px; 
        display: block;
        top: 0px;
    }

    and commented the other code where you added icons:

    .cart-bag .ico-sum::before {       
        /*color: #FFFFFF !important;
        content: "\f07a" !important;
        font-family: FontAwesome;
        font-size: 30px !important;
        top: -18px !important;
        left: -20px !important; */
        border-color: transparent !important;
    }
    
    /*.cart-bag .ico-sum::before {   content: "\f218" !important;    font-family: FontAwesome;    font-size: 30px !important;	color: #a5a5a5;    top: -18px !important;    left: -20px !important;    border-color: transparent !important;} */

    Please check now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 08:11

    Hello,

    1./3. I’ve edited theme-functions.php file. Please check the form now.

    2. Unfortunately I don’t see any issues and there is no difference on your screenshots.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:56

    Hello,

    I’ve created a slider with the name “Test slider” successfully.
    Please check it in Revolution Slider section.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:54

    Hello,

    You’ve been replied in other topic. This one will be closed.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:53

    Hello,

    Please add this code in custom.css:

    header {
         border-bottom: solid 3px #df1997;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:50

    Hello,

    Sorry, but I don’t see the issue:
    http://storage2.static.itmages.com/i/15/0726/h_1437893393_9386764_980b04d16a.png

    What browser are you checking in? Is it up to date?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:48

    Hello @royal,

    The same issue persists with default WordPress theme too.
    Activate Twenty Fifteen theme and check.

    We recommend you to ask plugin authors about this issue via comments http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:42

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:40

    Hello,

    You’re welcome.

    This is Woocommerce plugin documentation and you can find it on Woocommerce site.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:38

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:33

    Hello,

    Please check if the issue persists with default WordPress theme. Also try to set permissions to 777 for your uploads folder in wp-content directory.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 26, 2015 at 07:31

    Hello,

    You didn’t provide us with the site name.

    If you want to include those values in order you’d better create attributes “Chest Width”, “Shoulder Widget” etc. and use them as variations for variable products:
    http://docs.woothemes.com/document/variable-product/
    https://www.youtube.com/watch?v=iUcAf89LfCc

    Please try it.

    Regards,
    Eva Kemp.

  • 1 2 3 430 431 432 1,045 1,046 1,047
    Viewing 12,930 results - 12,901 through 12,930 (of 31,382 total)
Viewing 30 posts - 12,901 through 12,930 (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.