Forum Replies Created

Viewing 30 posts - 14,041 through 14,070 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 18:20

    Hello,

    Please clear browser cache and check again.
    As I see lightbox icon is shown:
    http://storage4.static.itmages.com/i/15/0626/h_1435339150_3367271_4de39a12f9.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 18:17

    Hello,

    In our documentation you can read how to create full width drop down menu and add image in there:
    https://www.8theme.com/demo/docs/woopress/#!/primary_menu

    To make your content shown on product categories pages add this code in custom.css file:

    .category-description {
        display: block !important;
    }

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

    You can add code with path to your banner for each category in Products > Categories > edit a category > Category Header.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 18:09

    Hello,

    I’ve selected “Without Sidebar” for Sidebar Position in My Account page editor. Please check it now.
    The problem with “Lost Password” was caused by the plugin “Captcha by BestWebSoft”, I’ve disabled it. Please check now.

    As I see your site is translated. Please clarify where you see non translated content.

    Go to Settings -> Reading -> “Blog pages show at most” and set the number of products you want to be displayed on Shop page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 15:59

    Hello,

    1. I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:

    .fixed-header-area .collapse {
        width: 100% !important;
    }
    .fixed-header-area .header-logo {
        width: 20% !important;
    }

    Please check menu now.

    2. I’ve added this code in custom css to change submenu background:

    .menu .nav-sublist-dropdown .container {
        background-color: rgb(104, 159, 56) !important;
    }
    .menu .nav-sublist-dropdown ul > li > a {
        color: #D1D1D1;
    }

    3. Could you please show on a screenshot where you’re trying to add Google font and which one?

    4. Add this code in Custom CSS:

    p {
       color: #689F38 !important;
    }

    5. Please use this code in Custom CSS:

    .menu .nav-sublist-dropdown ul > li > a {
        color: #D1D1D1;
        font-size: 15px !important;
    }

    6. To change color for fixed header use this code in Custom CSS:

    .fixed-header-area {
        background-color: #689F38 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 15:45

    Hello,

    The Media Library is empty even with default WordPress theme (enable Twenty Fifteen theme and check it). Have you uploaded any images there?
    Ask your host to check permissions for files, especially for wp-content/uploads directory.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 15:20

    Hello,

    I’ve edited your code in child style.css. Please clear browser cache and check now.

    The code that was added is:

    .mobile-nav li .open-child::after { background-image: url("http://bkbcuracao.com/wp-content/themes/royal-child/wp-content/themes/royal/images/small-plus.png") !important;}
    
    .cart-bag .ico-sum, .cart-bag .ico-sum::before, .cart-bag .ico-sum::after { background-color: #FF8426 !important;}
    
    @media (max-width: 480px) {.header-logo {margin-left: 20px !important;}}
    
    .cart-bag .ico-sum::before {
        border-color: #FF8426 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 15:07

    Hello @ptzinis,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 15:07

    Hello @craftytrader,

    We recommend to back up database too.
    I’ve created a child theme for you and activated it in wp-admin panel > Appearance > Themes. Now you need to copy all files that you modified to the directory wp-content/themes/royal-child. After that update the theme.
    Changes that you made in parent style.css file should be moved to style.css of the child theme (copy only the code that you modified and not the whole file).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 14:52

    Hello,

    To change cart icon color add this code in child style.css:

    .cart-bag .ico-sum, .cart-bag .ico-sum::before {
        background-color: white !important;
    }

    To align logo add this code in child style.css:

    @media (max-width: 480px) {.header-logo {
      margin-left: 30px !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 14:18

    Hello,

    To change cart icon color add this code in child style.css:

    .cart-bag .ico-sum, .cart-bag .ico-sum::before {
        background-color: white !important;
    }

    I’ve edited the code for plus icon to:
    .mobile-nav li .open-child::after { background-image: url("http://bkbcuracao.com/wp-content/themes/royal-child/wp-content/themes/royal/images/small-plus.png") !important;}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 13:14

    Hello,

    Purchase key can be get only if you buy a plugin directly from the author.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 13:11

    Hello @mellouzi,

    1. Edit the file wp-content/themes/woopress/framework/shortcodes.php (find the section “! Share This Product” on line 1704), to change Facebook link you need edit the line <a href="http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.'" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank"> and replace the code http://www.facebook.com/sharer.php?u='.$permalink.'&images='.$image.' with your Facebook link.

    2. Delete or comment the code of the icons you don’t want to show, edit the file wp-content/themes/woopress/framework/shortcodes.php (find the section “! Share This Product” on line 1704), for example to remove Twitter icon you need delete or comment the code:

    <li>
                        <a href="https://twitter.com/share?url='.$permalink.'&text='.$post_title.'" class="'.$tooltip_class.'" title="'.__('Twitter', ET_DOMAIN).'" target="_blank">
                            <i class="ico-twitter"></i>
                            <svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
                                    <circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
                            </svg>
                        </a>
                    </li>

    3. Add this code in custom.css file to fix the issue with language icons:

    li.menu-item.menu-item-language {
      width: 20% !important;
    }

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

    4. Go to Theme Options > Header > Logo image for fixed header > upload your logo.

    5. You can change color for mobile menu using this code in custom.css file:

    .st-menu-open .mobile-menu-block > .mobile-menu-block.st-menu {
      background-color: white !important;
    }
    .mobile-nav li a {
      color: black !important;
    }

    6. When you are logged in on the forum you can create a new topic hovering “New” link at the top: http://storage1.static.itmages.com/i/15/0626/h_1435320601_5519315_f202558440.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 12:29

    Hello,

    As I see the button is translated:
    http://storage4.static.itmages.com/i/15/0626/h_1435318120_4136413_dc1bb7c66e.png
    Please try to check it with another browser.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 12:25

    Hello,

    The same issue persists with default WordPress theme too. You need contact the plugin authors to investigate this issue: http://codecanyon.net/item/ultimate-addons-for-visual-composer/6892199/comments

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 11:31

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 11:27

    Hello,

    Go to wp-admin panel > Products > select products you need to edit and click Edit in the top menu http://storage4.static.itmages.com/i/15/0626/h_1435314214_1897878_5009f794ca.png , then click “Apply” button.
    Select categories for the marked products http://storage1.static.itmages.com/i/15/0626/h_1435314374_6859756_d7469a9a4a.png . Don’t forget to click “Update” button.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 11:20

    Hello,

    We’ve edited the file theme-functions.php and added this code wp_enqueue_script('googleapis'); for the function if(!function_exists('etheme_enqueue_styles')).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 11:17

    Hello,

    Your screenshot can’t be viewed. We’re getting an error “Access denied”.
    Also provide us with wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 11:06

    Hello,

    Please provide us with FTP credentials as well.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 11:05

    Hello,

    Please clarify what you want to do in Theme options —> import/export.
    Have you created child theme and moved all your changes into there?
    Please note we don’t recommend to modify files in the parent theme as all changes will be lost after theme update.
    Please provide us with wp-admin panel and FTP credentials in Private Content. Confirm you have a back up of the site.
    Clarify what exact issues you’re experiencing after theme update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 10:53

    Hello,

    I’ve re-added widgets for child theme. Now footer is shown.
    I’ve added this code in style.css to fix the issue with menu in fixed header:

    .fixed-header-area .header-logo {
        width: 20% !important;
        padding: 20px 0px !important;
    }
    
    .fixed-header-area .collapse {
       width: 100% !important;
    }

    If you want to make any changes to the files / content-grid.php / functions.php / header.php you should copy them to child theme directory in the same hierarchy as they are added in the parent theme.

    Languages menu is removed from the top bar.

    To remove second border line in mobile menu add this code in style.css of the child theme:

    .mobile-nav .links {
       border-top: none !important;
    }

    To make plus icon shown edit the file wp-content/themes/royal/images/small-plus.png with image editor and move it to child theme directory and write the code in the child style.css:

    .mobile-nav li .open-child::after {
        background-image: url("http://path_to_your_edited_image");
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 10:15

    Hello,

    We’ve fixed the issue with emails editing the file functions.php (there was a problem with line break code \r\n in the line $headers = 'From: '.$from . " <". $from_email .">\r\n"; ).
    Please check emails receiving now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 09:19

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 09:16

    Hello,

    Our theme is fully compatible with WPML plugin http://wpml.org/ . Try to use it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 09:14

    Hello,

    Please add this code in child style.css file to change font color for buttons on Products page:

    #products-grid.products_grid .product-grid .btn-cont .button {
       color: black !important;
    }

    Try to use this code in style.css of the child theme for My Account page:

    .apsl-login-networks.theme-11.clearfix {
      margin-bottom: -150px;
      margin-top: 80px;
    }
    #main {
      padding: 0 0 80px 0 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 08:48

    Hello,

    I’ve reuploaded the file wp-content/themes/blanco/woocommerce/single-product/add-to-cart/simple.php. Please check single product pages now.

    To change background color of “Back to top” button you need edit the image wp-content/themes/blanco/images/top.png (use some image editor, Photoshop, for example).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 08:38

    Hello,

    Please try to use excerpts for your Blog page. You need add “Read More” button to your posts. Please read this article:
    https://www.8theme.com/blog/using-read-more-button-on-wordpress-blog/

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 08:28

    Hello,

    1. The problem was caused by the plugin “Wp-testing”. I’ve deactivated it and now products are shown. Please clear browser cache and check.

    2. Concerning the translation, unfortunately we don’t have the files you need and you have to translate the theme according to our documentation https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate .
    Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 08:13

    Hello,

    Please add this code in .htaccess file on a server of your site:

    <IfModule mod_headers.c>
       Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Then clear browser cache and check the site again.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    June 26, 2015 at 08:10

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2 3 468 469 470 1,045 1,046 1,047
    Viewing 14,070 results - 14,041 through 14,070 (of 31,382 total)
Viewing 30 posts - 14,041 through 14,070 (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.