Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 2,802 total)
  • Posted in:
  • in reply to: slider don't work in post after update #17401
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: edit homepage? #17390
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Product Category Code(s) display #17387
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Disable certain responsive sizes in Flexform #17386
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Inside css/responsive.css you can control that, you can comment out the unwanted code.

    Let me know, what you got.

    Thanks,
    laranz.

    in reply to: wp_header() and wp_footer() #17383
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: woocommerce_layered_nav #17377
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Testimonials Duration #17360
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Revolution Slider #17355
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Testimonials Slider Whrap #17194
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Adding a widget into header… #17193
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Flex Slider Hidden on the page #16887
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Did you insert images inside that slider page?

    Thanks,
    laranz.

    in reply to: Unwanted portfolio on home page #16882
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Logo and Nav Menu resizing issue #16881
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you show us your website link?

    Thanks,
    laranz.

    in reply to: Revolution slider demo #16714
    laranz – SUPPORT
    Member
    Post count: 3186

    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.

    in reply to: Revolution slider issue – PHP alert message #16700
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad you fixed it. 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

Viewing 15 posts - 2,761 through 2,775 (of 2,802 total)