kavish32
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Corpo] Slider TimingI 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…
Forum: Themes and Templates
In reply to: [Corpo] Slider TimingI 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 LaczekForum: Themes and Templates
In reply to: [Corpo] Remove TopBarOk. Cheers!
Forum: Themes and Templates
In reply to: [Corpo] Remove TopBarI 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.
Forum: Themes and Templates
In reply to: [Corpo] Remove TopBarYes. That’s exactly what I needed. Thanks a lot.
Forum: Themes and Templates
In reply to: [Corpo] Remove TopBarThank you Salsaturation. You are a life saver!
Could you please tell me CSS code for decreasing padding on the Pre-Footer?
Thanks again Salsaturation…Forum: Themes and Templates
In reply to: [Corpo] Remove TopBarThanks 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.Forum: Themes and Templates
In reply to: [Hueman] Remove posts below SliderThank 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.Forum: Themes and Templates
In reply to: [Hueman] Remove posts below SliderDear 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.Forum: Themes and Templates
In reply to: [Hueman] Remove Placeholder for Thumbnails in SliderThank 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?