Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Sorry for a late response. Apologies.
Can you update the theme to the latest version? Because I saw that the theme version you have is 1.0. But the current version is 1.3
Let me know, if it fixes the issue.
Thanks,
laranz.Hi,
What page you choose on Settings -> Readings -> Front page:
Find that page and edit the contents.
Let me know, what you got.
Thanks,
laranz.Hi,
You mean on the single product page? like this? http://neighborhood.swiftideas.net/product/levis-1967-505-jeans/
Let me know, what you got.
Thanks,
laranz.Hi,
Inside css/responsive.css you can control that, you can comment out the unwanted code.
Let me know, what you got.
Thanks,
laranz.Hi,
Which page template you are using in that page you are having that event plugin??
Can you show me the link of that page, SO I can investigate whats going on?
Thanks,
laranz.Hi,
Did you add Attributes under Products -> Attributes.
And then while Adding single product details, make sure you enter values for those attributes.
For Example.
Products -> Attributes, create something like brand, size, color, etc.,While creating single products,
Choose the attribute and give values, like choose Brand and give nike, audi etc.,Let me know, what you got.
Thanks,
laranz.Hi,
Go to js/functions.js line #677 you can control that speed, adjust the “slideshowSpeed” in this snippet.
The code looks like this.
jQuery('.content-slider').each(function() { var sliderAnimation = jQuery(this).attr('data-animation'); var autoplay = jQuery(this).attr('data-autoplay'); autoplay = ((autoplay === "yes") ? true : false); jQuery(this).flexslider({ animation: sliderAnimation, //String: Select your animation type, "fade" or "slide" slideshow: autoplay, //Boolean: Animate slider automatically slideshowSpeed: 6000, //Integer: Set the speed of the slideshow cycling, in milliseconds animationDuration: 1000, //Integer: Set the speed of animations, in milliseconds smoothHeight: true, directionNav: true, //Boolean: Create navigation for previous/next navigation? (true/false) controlNav: false //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage }); });
Let me know, what you got.
Thanks,
laranz.Hi,
While creating the Revolution Slider make sure you choose full screen out of these options Fixed, Custom, Auto response, Full Screen.
Let me know, what you got.
Thanks,
laranz.Hi,
Go to Theme Options -> General Settings -> Custom CSS and put this.
.alt-bg.spb_testimonial_slider_widget
{
padding-top: 0 !important;
padding-bottom: 0 !important;
}You can adjust those padding top and bottom (here I gave 0) according to your needs.
Thanks,
laranz.Hi Marko,
I am afraid to say that, there is no widget area in the header at the moment, Well you can edit the header.php file to achieve that and also I don’t know about what plugin you taking about. So just take a read about the plugin documentation, and if they gave any shortcodes or something to use inside a page, that would be helpful for you.
Thanks,
laranz.Hi,
Did you insert images inside that slider page?
Thanks,
laranz.Hi,
Click Edit Page, and make sure you don’t have any Portfolio element in the “Swift Page builder”
Let me know, what you got.
Thanks,
laranz.Hi,
Can you show us your website link?
Thanks,
laranz.Hi,
Go to Revolution Slider -> Go to the slider you want to edit, and make sure you are giving Full Width in Slider Type.
Let me know, what you got.
Thanks,
laranz.Hi,
Glad you fixed it. 🙂
Let me know if you have any other questions.
Thanks,
laranz. -