Forum Replies Created

Viewing 30 posts - 15,871 through 15,900 (of 16,091 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 13:00

    Hello,

    Ok, then did you remove the changes which you have made in large-resolution.css?

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 12:55

    Hello,

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 12:35

    Hello,

    You can read about how to create home page in our documentation: https://www.8theme.com/demo/docs/blanco/#!/demo_data_installation.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 12:28

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 12:12

    Hello,

    Please add this code into your custom.css:

    @import (min-width: 1200px) {
    .product-grid .product-name-price {
    height: 40px;
    }
    }

    Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 12:05

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 11:31

    Hello,

    Please provide us with FTP credentials and we’ll update your file.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 11:12

    Hello,

    You’re welcome!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 10:53

    Hello,

    To avoid such effect when hovering an image you should upload image with the bigger sizes and enable zoom effect in Theme Options -> Single Product Page -> Zoom effect.

    There is no such zoom feature as window at the right in this theme. All available zoom variants you can find in Theme Options -> Single Product Page –< Zoom effect. Regards, Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 10:04

    Hello,

    We’ve made some changes and seems it’s works fine now. Please check it.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 09:17

    Hello,

    We’ve made some changes. Please check it now!

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 08:56

    Hello,

    Please add the following code into your custom.css of parent theme:

    /* 1) Disable previous page link */
    .back-to {
    display: none;
    }
    
    /* 2) Disable breadcrumbs */
    .breadcrumbs {
    display: none;
    }
    
    /* 2) Disable product page title */
    .product_title.entry-title {
    display: none;
    }
    
    /* 2) Disable page title */
    .page-title {
    display: none;
    }
    
    /* 3) Keep headers upper & lower */
    .menu > ul > li > a {
    text-transform: none;
    }
    
    /* 4) Make headers color #006600 */
    .header-bg, .fixed-header-area, .header-type-variant2 #main-nav, 
    .fixed-header-area #main-nav, .header-type-variant6 #main-nav, 
    .header-type-variant5 #main-nav, .header-area, 
    .header-type-variant2 .logo, .header-type-variant6 .logo, 
    .header-type-variant5 .logo, .header-type-variant2 .header, 
    .header-type-variant6 .header, .header-type-variant5 .header {
    background: #006600;
    }

    5) Do you want to change color of all links or only in header?

    /* 6) Make top navigation area wider, using the area normally used for logo */
    .header-type-variant2 .logo, .header-type-variant6 .logo, .header-type-variant5 .logo,
    .fixed-header-area .logo {
    display: none;
    }
    
    /* 7) Control font and background colors of footer widget areas */
    
    	/* Widget title font */
    .footer_title {
    color: #ccc !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px !important;
    }
    	/* Widget entire text font */
    .footer_menu li {
    display: list-item;
    color: #fff !important;
    list-style: square outside;
    line-height: 21px;
    }
    	/* Background */
    .container_footer_bg, .footer_container {
    background-color: #888 !important;
    }
    
    /* 8) Control font and background colors of page footer */
    .footer-black-bg {
    background: #AE3434 !important;
    }

    9) These articles can be helpful for you regarding the question: http://wordpress.org/support/topic/sidebar-per-page, http://www.wpbeginner.com/wp-themes/display-different-sidebar-for-each-post-and-page-for-wordpress/, http://codex.wordpress.org/Sidebars.
    10) You can choose post layout while editing the post.

    /* 11) Hide meta content shown in bar below post featured images */
    .post-information {
    display: none;
    }

    12) Login/logout link is shown by default. Could you please clarify your question?

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 07:40

    Hello,

    We’re glad to hear it.
    If you have any questions don’t hesitate to contact us.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 07:38

    Hello,

    If you deactivate the sidebar in your Theme Options you have to switch it back.
    Then go to Appearance -> Widgets and specify there “Price Filter” for Shop Sidebar widget area. And to disable unnecessary widget areas just place in there empty text widget.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 07:22

    Hello,

    You have to edit theme-functions.php in legenda/framework directory. Find the following lines (931-935):

    <?php if($logoimg): ?>
                <a href="<?php echo home_url(); ?>"><img src="<?php echo $logoimg ?>" alt="<?php bloginfo( 'description' ); ?>" /></a>
            <?php else: ?>
                <a href="<?php echo home_url(); ?>"><img src="<?php echo PARENT_URL.'/images/logo.png'; ?>" alt="<?php bloginfo('name'); ?>"></a>
            <?php endif ;

    And replace <?php echo home_url(); ?> with link to the desired page.
    Also keep safe this file to don’t lose the changes after theme upgrading.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2014 at 07:10

    Hello,

    You can send it in Private Content, which is below the message form.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 15:17

    Hello,

    We’re unable to enter in Administration panel. Please check provided wp-admin credentials.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 15:06

    Hello,

    Please check provided credentials. We’re unable to get access to FTP account.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 14:59

    Hello,

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

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 14:53

    Hello,

    Please provide us with FTP and wp-admin credentials and we’ll help with the issue.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 14:43

    Hello,

    Please provide us with link to the site and wp-admin credentials as well.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 14:29

    Hello,

    Please provide us with link to the page where you getting an issue.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 14:27

    Hello,

    There is an issue in Visual Composer plugin, which interrupt work of our script.
    We advise you to contact Visual Composer support regarding this question.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 14:12

    Hello,

    Did you try to clear your browser cache? We checked it in Chrome, Mozilla and IE and it works fine.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 13:37

    Hello,

    We’re unable to enter Administration panel. Please check the provided credentials.
    Also we’re waiting for FTP access.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 12:43

    Hello,

    Please provide us with FTP and wp-admin credentials and we’ll help you.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 12:26

    Hello,

    Please add this code into your custom.css:

    @media (max-width: 767px) {
    .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0 !important;
    }
    }

    Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 12:00

    Hello @Danivera4001,

    We’ve replied in your topic regarding the question.

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 11:58

    Hello,

    1. Please read carefully section about how to translate in our documentation: https://www.8theme.com/demo/docs/legenda/#!/how_to_translate.

    2. You have to specify necessary Longitude and Latitude for google map in Theme Options -> Contact Form -> Longitude and Latitude for google map. (For example 52.3167, 5.5500).

    Regards,
    Jack Richardson

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2014 at 10:36

    Hello,

    Please provide us with FTP credentials. We’ll fix the issue.

    Regards,
    Jack Richardson

  • 1 2 3 529 530 531 535 536 537
    Viewing 15,900 results - 15,871 through 15,900 (of 16,091 total)
Viewing 30 posts - 15,871 through 15,900 (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.