Forum Replies Created

Viewing 30 posts - 5,281 through 5,310 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    August 20, 2015 at 07:49

    Hello,

    Navigate to Dashboard->Products->Categories->edit category and resave each categories one by one.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 20, 2015 at 07:48

    Hello,

    Navigate to Dashboard->Products->Categories->edit category and resave each categories one by one.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 20, 2015 at 07:45

    Hello,

    Could you please clarify with more details what exactly you want to do and show us screenshots?

    Also please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 20, 2015 at 07:42

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 20, 2015 at 07:39

    Hello,

    Could you please clarify with more details what exactly bug you mean?
    Maybe provide screenshot for our better understanding.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 20, 2015 at 07:30

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 20, 2015 at 07:14

    Hello,

    I’ve fixed this. Please check slider now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 21:41

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 21:15

    Your credentials aren’t correct. Please reset password and provide us again.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 20:51

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 20:41

    Hello @Shanley7933,

    Navigate to Pages->edit page->Page Layout and select disable for Show Page Heading option.
    See screenshot: http://prntscr.com/86k7aw

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 20:38

    Hello @daviruchu213,

    If slider disappeared after update to slider 5.x version + WordPress 4.3 you must do one simple thing. Under “Slider settings” you have “Select a slider type” section and you must click on Slideshow-Auto option. You can see this option on http://pasteboard.co/2PyViTNi.png

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 18:57

    Hello,

    You can select products & product categories as menu items in Appearance->Menus->Screen options.
    Please see screenshot: http://prntscr.com/86is5m

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 18:55

    Hello,

    First you need disable demo footer blocks in Theme Options->General then create footer manually.
    Read more here:
    https://www.8theme.com/demo/docs/woopress/index.html#!/0_footer

    Navigate to Dashboard->Visual Composer->General Settings and select all Content Types.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 18:23

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 18:21

    Hello,

    You can add this code to theme-functions.php file in Child Theme

    add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 );
    function woo_rename_tabs( $tabs ) {
    
    	$tabs['description']['title'] = __( 'Inhalt' );		// Rename the description tab
    	return $tabs;
    
    }

    and this code into style.css to hide title:

    .tab-content h2{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 18:08

    I’ve added this code in Child theme. Please check.

    .footer-top-2 {
        background: #ffffff !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 17:25

    Hello,

    Please provide us with correct password to wp-admin.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 17:22

    Hello,

    Your credentials aren’t correct. Please reset password and provide us again.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 17:10

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 17:10

    Please clarify in what folder your website is placed (FTP).

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 17:07

    Hello,

    I’ve sent you Child theme to email address. Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 17:03

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 16:33

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 16:28

    Try use this code.

    .page-heading .title{
    color:#fff;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 16:27

    Hello,

    In our demo uses image with 1600px width.
    You can see that image here:
    https://www.8theme.com/demo/royal/wp-content/uploads/2014/02/breadcrumbs.jpg

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 16:08

    Hello,

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

    .page-heading .woocommerce-breadcrumb{
    color:#fff;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 15:56

    Hello,

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

    .main-footer{
        background: #fff;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 15:38

    Hello,

    You can try add the following code in Global Custom CSS (Theme Options->Custom CSS).

    .st-content {
        background: #303030;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 19, 2015 at 15:19

    Hello,

    Please update theme to the latest version.
    Don’t forget to make backup site before update.
    Here is video tutorial how to update theme:
    https://www.youtube.com/watch?v=KdWESIIPU1k

    The video tutorial is for Legenda theme, but the process is identical.

    Regards,
    Robert Hall.

  • 1 2 3 176 177 178 383 384 385
    Viewing 5,310 results - 5,281 through 5,310 (of 11,542 total)
Viewing 30 posts - 5,281 through 5,310 (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.