Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter kavish32

    (@kavish32)

    I hope someone helps us out soon. Corpo might be an awesome theme but the support is bad. Everytime I contact the developer, he/she sends me a sarcastic answer and asks for more payment. Hope someone else helps…

    Thread Starter kavish32

    (@kavish32)

    I am looking for help with Corpo theme. I have purchased the Premium version of Corpo and this is the email I was sent:

    As for the slider:
    The function responsible is located in functions.php in sugarspice_footer_js() function. You can overwrite this function in child theme so that you don’t loose that when updating. To overwrite you’d need to create a chid theme, create empty functions.php inside and paste this whole function, with your changes. This is the line in that function that you need to modify:

    $(‘.flexslider’).flexslider({ directionNav: false, pauseOnAction: false, });

    you need to add an argument: slideshowSpeed: 7000, like this (where 7000 is time in milliseconds):

    $(‘.flexslider’).flexslider({ directionNav: false, pauseOnAction: false, slideshowSpeed: 7000, });

    Best regards,
    Ola Laczek

    Thread Starter kavish32

    (@kavish32)

    Ok. Cheers!

    Thread Starter kavish32

    (@kavish32)

    I wanted to modify the speed of the slider. So the Theme Developer told me to modify the line of code in functions.php in sugarspice_footer_js() function.

    ($('.flexslider').flexslider({ directionNav: false, pauseOnAction: false, });

    I’ve been looking for this line everywhere in functions.php but I can’t find it. Can you help me with this? I need to locate this line so that I can add slideshowSpeed: 10000, to it.

    Thanks and yes, as soon as this is solved, I shall mark the thread as resolved.

    Thread Starter kavish32

    (@kavish32)

    Yes. That’s exactly what I needed. Thanks a lot.

    Thread Starter kavish32

    (@kavish32)

    Thank you Salsaturation. You are a life saver!

    Could you please tell me CSS code for decreasing padding on the Pre-Footer?
    Thanks again Salsaturation…

    Thread Starter kavish32

    (@kavish32)

    Thanks a lot for your prompt reply , Salasturation.
    I have done exactly as you said. However, there is still a small portion of the topbar which is still visible.
    I really need the topbar to disappear as it is white and my background is black. Is there any workaround? Thanks in advance.

    Thread Starter kavish32

    (@kavish32)

    Thank you @tomdegraaff, the plugin works perfectly! I now have only the slider on my homepage.
    Thank you too, Mr. Agnarson for assisting us with your wonderful theme.

    Thread Starter kavish32

    (@kavish32)

    Dear Mr. Agnarson,
    I am still an amateur at WordPress. Can you please explain a bit more in detail how I should proceed?
    Should I modify the child theme? What should I put into the theme?
    Please enlighten me,
    Thanking you in advance,
    Dr. Kavish.

    Thread Starter kavish32

    (@kavish32)

    Thank you for your reply Mr. Agnarson.

    I tried removing the code as you suggested but the thumbnail placeholder still persists.
    When I tried removing the link to the placeholder under “Flexslider”, the entire slider goes away.

    <div class=”flexslider featured” id=”flexslider-featured”>

    Does this mean that we cannot have the slider without images?

Viewing 10 replies - 1 through 10 (of 10 total)