Having trouble with the slide and some other

Discussion in 'BizWay WordPress Theme' started by drlayanz, Feb 7, 2014.

Thread Status:
Not open for further replies.
  1. drlayanz

    drlayanz New Member

    Joined:
    Feb 1, 2014
    Messages:
    2
    Likes Received:
    0
    First of all thanks for the great theme.
    We are working on our website at www.drlayanz.es/blog and having somo trouble with the "execution":

    - When the main page loads all the images appear for a few seconds at the same time on the slide.
    - How can we edit or erase the "home"?
    - When we make a "table" with the text editor, and though setting the border line in white and with a 0px width, the border keeps appearing. How can we eliminate it?

    Thanks for the help!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1. This issue maybe because of plugin. So please deactivate all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    2. Go to
    Appearance > Menus
    Create a custom menu and only add the pages that you want to show in the navigation bar.

    3.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     th, td {
    border: none!important;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  3. drlayanz

    drlayanz New Member

    Joined:
    Feb 1, 2014
    Messages:
    2
    Likes Received:
    0
    Hi,

    Your tips on second and third issue were a great help, we did as suggested an they are solved, but we're still having trouble with the slide image. Even with all the plugins off the images keep appearing all at a time when loading the front page.
    Any clue?

    Thanks for your attention,

    Sincerely

    Daniel Rodriguez
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Daniel,

    Currently this issue is not occurring at our side. But we will try to generate and resolve it in next version update.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Hi, I'm have the same problem with the slider. All images load vertically then the slider begins to work. I deactivated every plugin and it's still happening and my download of the template is the most recent. Has the issue ever been resolved on your end? Thanks
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    We have replaced complete slider of bizway theme.
    So please download theme again from your members area and upload it. It will resolve this issue.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Thank you! It's working fine now. I have a couple more questions:
    1. I can't seem to be able to remove the navigation buttons on each side and at the bottom of the slider. Can you help with that?
    2. There seems to be a white border at the top and on each side of the slider (not on the bottom). It's looks to be 1px. How do I remove that?
    3. I'd like to use an image for the background. Can you recommend the correct size and format so it doesn't slow down the site?

    Thanks for your help!:)
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flex-control-nav {
    display: none;
    } 
    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     .flexslider {
    border: none;
    }
    
    3. You can use image of optimal width 1600 pixels.
     
  9. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Hi Piyush,
    As always, thanks for the great support and fast response time you guys always provide. Everything worked except for #1. I figured out how to add the code below to remove navigation arrows on each side of the slider:

    .flex-direction-nav .flex-prev {
    display: none;
    }
    .flex-direction-nav .flex-next {
    display: none;
    }
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207


    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  11. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Hi Gourav. I solved the problem by using the code I gave above. Thanks
     
Thread Status:
Not open for further replies.

Share This Page