Forum Replies Created

Viewing 30 posts - 10,381 through 10,410 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:21

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:20

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:20

    Hello,

    The same issue persists with default WordPress theme – Twenty Fifteen. Please check it yourself. You need contact WPML plugin support concerning this issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:15

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:15

    Hello,

    May we update the theme for you?
    Please provide us with wp-admin panel credentials too.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:08

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:06

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 18:05

    Hello,

    It’s not an image, the color is set as a background color in style.css file and text is written in the file that I told you in the previous post.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 17:57

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 17:50

    Hello,

    Please check documentation https://www.8theme.com/demo/docs/woopress/#!/4_one_page that one page settings have been changed, now you need write anchor in Row ID field.

    Please update all required plugins to the latest versions https://www.8theme.com/download-plugins/ .

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 17:18

    Hello,

    Remove the row in home page:
    http://storage1.static.itmages.com/i/15/1006/h_1444148120_2402469_1c687feb38.png
    and check footer after that.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 17:04

    Hello,

    Sorry, but there is no option to select font in Text element in VC editor.
    You have to write style code in html editor for the text block.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:53

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:52

    Hello,

    In this case you have to edit the code in file wp-content/themes/woopress/woocommerce/loop/sale-flash.php.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:49

    Hello,

    I see you have PHP version 5.2 in Woocommerce > System Status:
    http://storage3.static.itmages.com/i/15/1006/h_1444146519_1634937_aab62d2ee6.png

    So please contact your hosting provider and ask to update it to 5.3 version.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:40

    Hello,

    You need edit the file wp-content/themes/woopress/framework/shortcodes.php (find the section “! Share This Product”) and add this code after line 2010:

    if($instagram == 1) {
    $html .= '
    <li>
    <a href="http://url_to_your_Instagram_page" class="'.$tooltip_class.'" title="'.__('Instagram', ET_DOMAIN).'" target="_blank">
    <i class="ico-instagram"></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>
    ';
    }

    and
    'instagram' => 1, after line 1927.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:29

    Hello,

    Yes, you’re right. Or you need create child theme and make changes in there, copy part of the code to child functions.php file to keep it safe after theme update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:27

    Hello,

    The error means you have low php version on a server.
    Ask your hosting provider to update it at least to 5.3 version.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:26

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:25

    Hello @JonathanWhite,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 16:24

    Hello,

    The issue is caused by “Yoast SEO” plugin. Disable it and check pages again.
    You should check the plugin settings.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 15:58

    Hello,

    I’ve added this code in Custom CSS for desktop:

    .header-type-8 .menu-wrapper .navbar-collapse .menu-main-container .menu {
        margin-left: 120px;
    }

    Clear browser cache and check menu now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 15:53

    Hello,

    I reuploaded vc.php file in wp-content/themes/legenda/framework directory.
    You can take the file from this site and upload it for your other sites.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 15:51

    Hello,

    As I see you’re using old theme version.
    Please update the theme to the latest version and Woocommerce as well.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ 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!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 15:47

    Hello,

    The class “.aligncenter” in the code is referred only to images that are centered, not for those that are left or right aligned.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 15:20

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 15:14

    Hello,

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

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 15:09

    Hello,

    You can find the text “Archive by Category” in wp-content/themes/woopress/framework/theme-functions.php in line 3187 and “Category Archives” in the line 849 in the same file.

    To show excerpts of your posts you need use “more” tag for each post:
    https://www.8theme.com/blog/using-read-more-button-on-wordpress-blog/

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 14:15

    Hello,

    You need edit the file wp-content/themes/royal/woosearchform.php to change search text.
    Please try it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    October 6, 2015 at 14:05

    Hello,

    You’ve been replied in other topics.
    This one will be closed.

    Regards,
    Eva Kemp.

  • 1 2 3 346 347 348 1,045 1,046 1,047
    Viewing 10,410 results - 10,381 through 10,410 (of 31,382 total)
Viewing 30 posts - 10,381 through 10,410 (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.