Forum Replies Created

Viewing 30 posts - 62,341 through 62,370 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:46

    Please provide a screenshot for better understanding your problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:44

    To avoid editing of php files I would recommend using translation files to change it. Use Loco Translate plugin https://www.8theme.com/demo/docs/xstore/#translation , create English translation and just change necessary strings to what you need.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:37

    Please check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:33

    I do not see this code in your site, make sure that you saved Theme Options after adding the code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:30

    Hello,

    You may find the code in style.css file of your child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:22

    Please use this code which works for main part of headers:

    .header-wrapper header > .container .container-wrapper {
        padding: 15px 0;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:12

    As I said before, you may add needed code in header.php file.
    Also, we don’t provide support for third-party plugins which do not come in our theme package.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 12:06

    Hello,

    Please try to add this code in Custom css for mobile:

    .product-content-image .label-product {
        display: block;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 11:03

    Hello,

    Please add this code in custom.css

    @media only screen and (max-width: 480px) {  
    .products-grid .product-content-image {
        text-align: center;
    }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 10:54

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 10:54

    Open header.php file, find <?php echo etheme_search(array()); ?> (lines 233 and 242) and replace with the code you want to be displayed instead of our search form.
    Note that your query requests additional customization which is beyond our basic support scope. If you don’t have necessary skills you may contact WP-Kraken customization team.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 10:39

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 10:33

    Seems it was a cache on your site. Please check now.

    REgards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 10:09

    Hello,

    You may find payments.png image in wp-content/themes/woopress/images and banner-img-34.jpg in Media and delete or change http://prntscr.com/gmycf3

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 10:01

    Hello,

    You can edit wp-content/themes/legenda/framework/theme-functions.php (Search form)
    We recommend you to copy that file in child theme directory (how to create child theme is written here: http://codex.wordpress.org/Child_Themes ) not to lose changes after the theme update or keep that file safe on your local machine and reupload it each time after theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:51

    Hello,

    Fixed.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:46

    I do not see the previous code on your site. Please determine header type that you will be used on the site, then I will help you reduce padding.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:39

    Hello,

    I’ve created color attributes http://prntscr.com/gmxyu6 and test product with variations http://prntscr.com/gmxz1t http://prntscr.com/gmxz5o http://prntscr.com/gmxzbk so please check your shop sidebar now http://prntscr.com/gmxzfw
    https://docs.woocommerce.com/document/variable-product/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:29

    In this case, try to add this code in Custom css:

    .header-wrapper.header-two-rows .header-logo {
        width: 100%;
        padding-left: 0;
    }
    .header-wrapper.header-two-rows .header-top .container-top-wrapper {
        padding: 0;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:23

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:22

    Hello,

    To get that menu you need to go to Appearance > Menus > create Secondary menu. Also go to Theme Options > General > Secondary menu > On.
    If you need some instructions about Secondary menu options you can find them here https://www.8theme.com/topic/demo-data-for-electronic-demo/#post-147833
    Read my answers and check the screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:06

    Is your problem solved? http://prntscr.com/gmxma0

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:05

    Hello,

    http://prntscr.com/gmxllx

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 09:00

    You may add this code in Custom css:

    .et-wishlist-widget .wishlist-count {
        line-height: 7px;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 08:57

    Hello,

    Please try to use this code in custom css:

    .wide .wrapper {
     	background-image: url(http://www.slicepumpkit.com/wp-content/uploads/2017/09/BACK-GROUND-72-1.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .wide .container_footer_bg,
    .wide .footer_container, 
    .wide .footer-black-bg, .container, 
    .wide .footer-black-bg .container,
    .wide .header-bg {
    	background-color: transparent !important; 
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 08:52

    Also, you need update all required plugins https://www.8theme.com/download-plugins/
    To update free plugins just click on update link from your Dashboard (Plugins > Installed Plugins).
    To update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/ .

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 08:47

    In console on your site I see this error http://prntscr.com/gmxdxe so please read this article https://docs.brainstormforce.com/how-to-create-google-api-key-in-order-to-make-the-google-map-element-work/ and add API keys in Dashboard->Ultimate->Google Maps.
    If it won’t help try to disable 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and then check the problem.
    To solve wishlist issue add this code in Custom css:

    .footer-product .yith-wcwl-add-button a {
        color: white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 08:30

    Hello,

    Please try to activate theme now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 08:28

    Hello,

    Please provide FTP access in Private Content.
    Yon can use LightShot program to provide us with screenshots.
    Here is link: https://app.prntscr.com/en/index.html

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2017 at 08:24

    Hello,

    Please check https://www.8theme.com/demo/docs/legenda/#!/installation_upgrade (Requirements for Legenda) and try to instal theme manually via FTP.

    Regards

  • 1 2 3 2,078 2,079 2,080 2,273 2,274 2,275
    Viewing 62,370 results - 62,341 through 62,370 (of 68,227 total)
Viewing 30 posts - 62,341 through 62,370 (of 68,227 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.