Demo Data Won't Install - by bipolar

This topic has 135 replies, 15 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: Eva
    Eva Kemp
    Support staff
    September 11, 2015 at 10:56

    Hello @Boutik,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: bipolar
    bipolar
    Participant
    September 11, 2015 at 11:21

    hello please try

    http://boscomberevive.com/lisa/

    also the ftp should now be working 🙂 thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    September 11, 2015 at 11:39

    Hello @bipolar,

    Sorry, but we still can’t connect via FTP.
    We’ve sent updated file import.php to your email address. You need overwrite it.
    After that try to install demo data.

    Regards,
    Eva Kemp.

    Avatar: Boutik
    Boutik
    Participant
    September 11, 2015 at 11:46

    I try to edit the styles inside de INFO BOX on the page PREFOOTER of statics Blocks, however I’m experiencing some issue.

    In the page: http://178.62.40.244/staticblocks/prefooter I have the line breack but I can not have, for example, the bold. If you see for example this statics block in the Home page: http://178.62.40.244/ you do not even have the line breack.

    Another problem about the styles, is I want to change CSS for specific INFOBOX but it is not working:

    DOES NOT RECOGNIZE THE HTML
    http://images.devs-on.net/Image/7cLLfgzPtgmebtOS-Region.png

    EXTRA CSS DOES NOT WORK
    http://images.devs-on.net/Image/sxXTTHJ8ovNYjFdd-Region.png

    CAN YOU PLEASE TAKE A LOOK AGAIN…PLEASE;)

    TAHKS.
    REGARDS

    Avatar: bipolar
    bipolar
    Participant
    September 11, 2015 at 11:47

    hello that works great but revelution slider is not showing
    i have selected it and it tries to load the flower slides but it doesnt show, any ideas?
    thank you for your help! 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    September 11, 2015 at 12:07

    Hello @bipolar,

    I clicked “SlideShow-Auto” in “Flowers” slider settings and now slider is shown.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 11, 2015 at 12:33

    Hello @Boutik,

    Line break is added only when you preview static block.

    I’ve added this code in Global Custom CSS to make bold font for the elements you marked with <strong> tag:

    .aio-icon-description strong {
      font-weignt: bold !important;
    }

    Concerning CSS block in Visual Composer editor, try to use that code in Global Custom CSS section.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Boutik
    Boutik
    Participant
    September 11, 2015 at 12:47

    Hi,

    Thanks,
    1. but the bold doesn´t appear.
    2. How can I force Line break, because the idea is to have the correct configuration in the page where static block is apply?
    3. I try to use Global Custom CSS section to edit INFOBOX separetelly but it is not working.

    Thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 11, 2015 at 13:04

    Hello @Boutik,

    1. There was syntax error in the code. I fixed it and now bold font is shown.

    2. I’ve added Separator element in Prefooter static block and this code in Global Custom CSS block:

    .footer-top hr.horizontal-break {
        margin-left: 0 !important;
    }

    3. What code did you try to use?

    Regards,
    Eva Kemp.

    Avatar: Boutik
    Boutik
    Participant
    September 11, 2015 at 14:54

    Hi,

    1. Thanks, that is fine, now.
    2. But the Line break still does not work (only works on the page (http://178.62.40.244/staticblocks/prefooter) in the other page we still do not Line break.
    3. I try to change the color in one of the INFO BOX to (Bioteste infobox):
    background-color: #00c4b3;

    Thanks.
    Regads.

    Avatar: Eva
    Eva Kemp
    Support staff
    September 11, 2015 at 15:15

    Hello @Boutik,

    2. I’ve added Separator element again. Please look at the screenshot:
    http://storage2.static.itmages.com/i/15/0911/h_1441980812_6025016_a97b9cdb0b.png
    It’s shown.

    3. I’ve added this code in Global Custom CSS for INFO BOX to (Bioteste infobox):

    .icon_perso {
      background-color: #00c4b3;
    }

    Clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: Boutik
    Boutik
    Participant
    September 11, 2015 at 15:25

    Hi,

    First of all, thanks for your precious help.

    2. The problem is this one, in the prefooter page – http://178.62.40.244/staticblocks/prefooter, i have the Line break, print like I need:
    http://images.devs-on.net/Image/wQHtH0XvUTbmZSWx-Region.png

    BUT

    In the others pages this is not happen, print:
    http://images.devs-on.net/Image/gRJlWYRCMGI1s54h-Region.png

    3. Thanks, but like you can see, we do not have the whole background box with the background of the same color like the others. We only have a small part with the color, print:
    http://images.devs-on.net/Image/Av0GnHTDD1ehqCml-Region.png

    rEGARDS

    Avatar: Eva
    Eva Kemp
    Support staff
    September 11, 2015 at 16:35

    Hello @Boutik,

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

    .aio-icon-description {
      white-space: pre-line;
    }

    2. And this code:

    .icon_perso {
      background-color: #00c4b3;
    }
    .icon_perso .aio-icon-box, .wpb_column > .wpb_wrapper .icon_perso .aio-icon-component .aio-icon-box {
      background-color: transparent !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Boutik
    Boutik
    Participant
    September 11, 2015 at 17:00

    Hi Eva,

    You are the best.
    You solve the problem.
    Thanks a lot.

    Avatar: Boutik
    Boutik
    Participant
    September 11, 2015 at 18:03

    Hi,

    I try to make the same thing you do and edit a extra css class.
    I define a name in the last infobox: minheightinfobox
    LINKK: http://images.devs-on.net/Image/lDJJVxc5sQDdXui7-EditStaticBlock.png

    AND edit in the
    Global Custom CSS:

    .minheightinfobox {
    min-height:170px !important;
    }

    But that is not working, what i am doing wrong?

    Avatar: CopyMyCash
    CopyMyCash
    Participant
    September 12, 2015 at 08:14

    Hi,

    I also bought the theme and can’t install any of the websites that came along with the theme!

    Can’t understand why ftp accesss must be given! Clearly there is something with these installs.

    I love the theme hate it that i cant install any of the others.

    The main demodata and theme show.

    Thanks

    Jaap

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 12, 2015 at 08:31

    Hello @CopyMyCash,

    There is a problem with import.php file. This will be fix in the next theme update.
    Please provide us with FTP credentials in Private Content and we’ll this now.

    Regards,
    Robert Hall.

    Avatar: sohan
    sohan
    Participant
    September 12, 2015 at 09:18

    i have installed the Theme and not able to setup Green corporate theme view please help , ASAP…

    Please, contact administrator
    for this information.
    Avatar: CopyMyCash
    CopyMyCash
    Participant
    September 12, 2015 at 09:42

    Thanks that is awesome!

    its > shop4coolstuff.net < sry for that!

    CopyMyCash

    Please, contact administrator
    for this information.
    Avatar: CopyMyCash
    CopyMyCash
    Participant
    September 12, 2015 at 09:43

    forgot passwoRD, SRY AGAIN!

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 12, 2015 at 09:48

    Hello @CopyMyCash,

    The issue was fixed. Please try to import demo templates now.

    Regards,
    Robert Hall.

    Avatar: sohan
    sohan
    Participant
    September 12, 2015 at 09:55

    Hi Robert,

    let me know what was the issue so at later point of time if faced faced again with some other Eight theme i will get it rectified myself.

    Avatar: sohan
    sohan
    Participant
    September 12, 2015 at 09:59

    demo template is still not loading. could you please look into it?
    i want to install green corporate one page template.

    Avatar: sohan
    sohan
    Participant
    September 12, 2015 at 10:11

    hi Robert,

    could you help me asap, as my seniors are waiting for the issue fix.

    Avatar: CopyMyCash
    CopyMyCash
    Participant
    September 12, 2015 at 10:13

    Sorry stil not oke! It now mix 2 themes together? So shows 2 different themes, the main theme and the games theme wich I selectedz! LOL

    Avatar: sohan
    sohan
    Participant
    September 12, 2015 at 10:22

    so what should i do it now and do anywhere we have bug free setup instructions.

    Avatar: CopyMyCash
    CopyMyCash
    Participant
    September 12, 2015 at 10:26

    Can you also send me the issue that needs changing in the files so when i have a fresh install dont need to contact you again!

    Thanks Robert and crew for sorting this out!

    ps. I think the install of new template should erase all whats there so all info will be the chosen template only! Or choose to keep own data and expand with new theme! < even better

    Avatar: sohan
    sohan
    Participant
    September 12, 2015 at 10:49

    hi Robert,

    could you take this on priority ?

    Avatar: deepika
    deepika
    Member
    September 12, 2015 at 11:59

    demo data on my website is not properly installed … please help me on this
    and please fast its urgent
    images of the temaplate are not properly attached as well as data is not properly arranged as it is soon in demo

    Please, contact administrator
    for this information.
    Avatar: CopyMyCash
    CopyMyCash
    Participant
    September 12, 2015 at 12:17

    Hi,

    Support is open till 2 o clock right?

    Are you guys still there? Let me know how to proceed please……

    Jaap

    Please, contact administrator
    for this information.
  • 1 2 3 4 5
    Viewing 90 results - 61 through 90 (of 135 total)

The issue related to '‘Demo Data Won't Install’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.