Forum Replies Created

Viewing 30 posts - 2,521 through 2,550 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    March 21, 2016 at 13:32

    1) You can delete menu items in Dashboard->Appearance->Menu.
    2) To edit slide navigate to Dashboard->Revolution Slider->edit slide.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 21, 2016 at 13:08

    Done. Please check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 21, 2016 at 12:36

    You forgot provide us with FTP credentials.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 21, 2016 at 11:53

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 21, 2016 at 11:46

    Hello,

    Navigate to Dashboard->Products->Categories->edit category and add your image in Category Header field. See screenshot: http://prntscr.com/ahzlmz

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 21, 2016 at 11:39

    Hello,

    You can add this code in Page Settings. See screenshot: http://prntscr.com/ahzjc3

    p{
        font-size:18px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 21, 2016 at 11:22

    Hello,

    I’ve uploaded the banner and slider images for Jewellery template. Please check it.
    Also please provide us with FTP credentials (host, username, password) as well

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 10:13

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 10:11

    Hello,

    I’ve made changes as wrote above and cleared cache. Please check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 09:52

    Hello,

    In this case you should edit \wp-content\themes\woopress\content.php file and comment out the following code on line 79-89

    <?php _e('at', ETHEME_DOMAIN) ?> 
    <?php the_time(get_option('time_format')); ?>
    <?php _e('by', ETHEME_DOMAIN);?> <span class="vcard"> <span class="fn"><?php the_author_posts_link(); ?></span></span>
    <?php // Display Comments 
    	
    if(comments_open() && !post_password_required()) {
    echo ' / ';
    comments_popup_link('0', '1 Comment', '% Comments', 'post-comments-count');
    }
    ?>

    and the same thing you should do in \wp-content\themes\woopress\single.php file on line 93-103

    Please copy these files into woopress-child folder and make changes there.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 08:55

    Hello,

    1) I’ve changed layout for 1 column and added this code in Global Custom CSS.

    .footer-top .widget_nav_menu li {
        width: initial;
        padding: 0 10px;
    }

    Please check the footer menu.

    2) Please clarify what table you mean?
    Maybe provide screenshot for our better understanding.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 08:36

    Hello,

    1) Sorry, but we don’t have such feature in our theme.

    2) I’ve added the padding top value 0px for column in Column Setting. See screenshot: http://prntscr.com/ah519c

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 08:29

    Hello,

    Please clarify which exactly menu item you want to change?

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 08:25

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 19, 2016 at 08:23

    Hello @OfficiallyMike,

    Please provide us with wp-admin and FTP credentials in Private Content and we’ll check this issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 13:20

    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
    March 18, 2016 at 12:36

    Hello,

    Does it works when WP Engine plugin is disabled?

    We need wp-admin and FTP credentials to check it more deeply. Please provide them in Private Content.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 10:52

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 10:41

    Oh sorry, I’ve just added the following code in Global Custom CSS

    .productCarousel .product-slide footer.footer-product {
        display: none;
    }

    Please check.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 10:13

    In this case use this code in Global Custom CSS.

    footer.footer-product {
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 09:21

    Hello,

    Please add the following code in Theme options->Custom CSS->Global Custom CSS
    1)

    .footer-product{
        background: rgba(255, 255, 255, 0.85);
    }

    2)

    .cart .button {
        background-color: #F7F7F7;
    }

    3)

    .cart-collaterals .checkout-button{
        ackground-color: #F7F7F7;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 09:08

    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
    March 18, 2016 at 08:48

    Hello,

    I mean to replace this code
    $this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();
    for
    /*$this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();*/

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 08:45

    Hello,

    Please try to change this code in Global Custom CSS.

    footer.footer-product {
        width: 150px;
        left: 50%;
        margin-left: -75px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2016 at 08:28

    Hello,

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

    .forum .main-footer,
    .forum .footer-top,
    .forum .copyright{
    display:none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 14:35

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 12:40

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 11:50

    Hello,

    1) To close first category, edit wp-content/themes/woopress/js/etheme.js file. Find and comment out line 1808
    $this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();

    2) You can order it how you want, just move the categories items in Product->Categories (See screenshot: http://prntscr.com/agcdev) then navigate to Appeatance->Widgets->Shop Sidebar-> and change order by to Category Order. (http://prntscr.com/agcdmt)

    3) See screenshot: http://prntscr.com/agcdz7
    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 09:35

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 17, 2016 at 09:18

    Hello,

    Sorry, but we don’t have such feature in Legenda theme.

    Regards,
    Robert Hall

  • 1 2 3 84 85 86 383 384 385
    Viewing 2,550 results - 2,521 through 2,550 (of 11,542 total)
Viewing 30 posts - 2,521 through 2,550 (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.