Forum Replies Created

Viewing 30 posts - 12,811 through 12,840 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 20:06

    Hello,

    Ok, let us if there are any questions.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 19:55

    Hello,

    1. Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .st-content {
       background-color: grey !important;
    }

    2. Woocommerce is a free extension https://wordpress.org/plugins/woocommerce/ . You should decide on your own whether to use SSl certificate or not.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 19:50

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 19:50

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 19:49

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 19:33

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 18:59

    Hello,

    I’ve checked your site in Chrome and Firefox and haven’t seen any issues with icons:
    http://storage1.static.itmages.com/i/15/0728/h_1438106403_6412722_61dd9b269c.png
    Have you resolved the issue?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 15:37

    Hello,

    Unfortunately in order to move the icon we’ll have to adjust slider width and you’ll have black lines on video sides again. Sorry, but it can’t be moved in other way.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 15:26

    Hello,

    For some reason Posts Grid element is missing in VC editor, even with default WordPress theme.
    So I set your “Gallery” page as a posts page in wp-admin panel > Settings > Reading, there you can also set how many posts to show per page, it’s in the section “Blog pages show at most”.
    Please check the “Gallery” page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 14:05

    Hello @RBInspyred,

    I’ve updated Visual Composer and Ultimate Addons for Visual Composer plugins for you.
    As you can see on this test page http://www.webpagetest.org/result/150728_AF_PFR/1/details/ slow loading is caused by some images and .shtml files
    Please check if they are created correctly.
    Also ask your hosting provider to enable gzip compression on a server and follow the instructions concerning optimization.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 12:39

    Hello,

    I’ve edited the file theme-functions.php. Please clear browser cache and check the site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 12:34

    Hello,

    If you want to add an anchor to button in Revolution Slider you have to create a slide in the slider settings and add a layer to that slide. In the “text/html” section of the layer you can enter this code and modify it accordingly:
    <a href="example.com/#your-anchor" target="_self" rel="nofollow">Button Text</a>
    For example:
    https://docs.google.com/file/d/0B9j6FQo4cSQFZEgtdDh3MEowbUU/edit?pli=1

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 12:29

    Hello,

    I’ve edited your second form “Contact Fr 2”. Please check it in desktop and mobile devices.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 12:03

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 12:03

    Hello,

    You didn’t update WPBakery Visual Composer plugin. Please update it as well.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 11:56

    Hello,

    1. Please update the theme to the latest version.
    Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!


    (it’s for Legenda theme but the process is the same).

    2. I’ve added “8theme – Static Block” widget into “Footer 2” area in Appearance > Widgets. Now the footer is shown.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 11:40

    Hello @kamalkhanna12121,

    This topic was created by user @Stage01. We didn’t ask you for FTP credentials. Please write your queries in your own topics.

    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 11:31

    Hello,

    Unfortunately breadcrumbs image can’t be changed for each category, only for Portfolio page, create a new page with name “Portfolio” and select Template “Portfolio” for it. Then in the page editor you’ll see Page Layout box where you can set custom breadcrumbs background image only for Portfolio page and projects accordingly.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 11:27

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 11:26

    Hello,

    I’ve edited the file wpsc-single_product.php in Appearance > Editor and commented the code

    <?php if (wpsc_have_custom_meta()) : ?>
                                    <?php while ( wpsc_have_custom_meta() ) : wpsc_the_custom_meta(); ?>  
                                    <li>
    
                                    <?php if (stripos(wpsc_custom_meta_name(),'g:') !== FALSE) continue; ?>
                                    <a href="#tab3"><?php echo wpsc_custom_meta_name(); ?></a>
                                        <section>
                                            <?php echo wpsc_custom_meta_value(); ?>
                                        </section>
                                        
                        			</li> 
                                <?php endwhile; ?>
                                <?php endif; ?>

    Please clear browser cache and check single product page now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 10:21

    Hello,

    FTP credentials are incorrect.
    Please check them.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 10:18

    Hello,

    Please provide us with FTP credentials.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 10:14

    Hello,

    I’ve added this code in child style.css file:

    .footer-product .yith-wcwl-add-to-wishlist {
        width: 50%;
        text-align: center;
        float: none;
    }
    .footer-product a.add_to_wishlist {
       font-size: 0px !important;  
    }
    
    .footer-product .show-quickly {
        width: 50%;
        text-align: center;
        margin-right: 0px;
        font-size: 0px;
        margin-top: -18px;
    }
    
    .sidebar-position-right .row-count-4 .product .footer-product .show-quickly {
       margin-top: -15px;
    }

    Please check related products now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 09:54

    Hello,

    The forum is based on WordPress configuration. We used WordPress because it’s very handy and it’s well known for our customers.
    As you know a lot of forums have replies posted at the bottom, and not at the top. Also this is not a ticket system where replies display can be configured.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 09:48

    Hello,

    On the front page you’re using “Mega search form” element from Visual Composer. If you have code of your own search form you can place it in Text element instead of “Mega Search”.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 09:38

    Hello,

    Could you please be more specific?
    What issues should we see on in search results?
    Please show us screenshots.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 09:36

    Hello,

    Please add this code in child style.css file:

    @media (max-width: 480px) {.woocommerce-demo-store .demo_store {
        display: block;
    }
    .header-wrapper {
        margin-top: 28% !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 09:31

    Hello,

    The problem was you had different names for .po files in the directories wp-content/languages and wp-content/themes/woopress/languages. I’ve renamed fr_FR.po/.mo files to myyaam-fr_FR.po/.mo as written in your wp-config.php file.
    Please clear browser cache and check comments form now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 09:15

    Hello,

    The issue has been fixed.
    Please clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 28, 2015 at 08:43

    Hello,

    As I see now you have 2 forms of contact form 7. Please specify what form you want to edit and how.

    Regards,
    Eva Kemp.

  • 1 2 3 427 428 429 1,045 1,046 1,047
    Viewing 12,840 results - 12,811 through 12,840 (of 31,382 total)
Viewing 30 posts - 12,811 through 12,840 (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.