Forum Replies Created

Viewing 10 posts - 221 through 230 (of 285 total)
  • Author
    Posts
  • in reply to: Gallery items aspect ratio #21017
    User Support
    Participant

    Hello Mihai
    could you please send us your wordpress admin log in credentials on [email protected] we will need to look into the issue.
    Thank you

    in reply to: Slider Order #20962
    User Support
    Participant

    Hello Joseph
    yes the sliders run from most recent to the oldest.
    could you please send us your website link and wordpress username and password on [email protected] we will need to see the slider issue.
    Thank you

    in reply to: Gallery items aspect ratio #20916
    User Support
    Participant

    Hello Mihai
    Go to dashboard > appearance > customize > additional css
    paste the given code below in the additional css tab

    main#innerpage-box div#content-box .galleryinnerbox img {
    max-height: 150px;
    }
    change the max height element value if you want to decrease or increase the height of the images in the gallery.
    then click on publish to save the changes.
    Thank you for contacting us

    in reply to: Sidebar in home page #20903
    User Support
    Participant

    Hello Heli
    Thank you for contacting us.

    in reply to: Sidebar in home page #20871
    User Support
    Participant

    Hello heli
    You almost got it. You will need to keep the sidebar and the sections in two columns but you added only one as col-md-3 for side bar, also they need to be inside a row. doing this might change the look of your home page and also might disturb the styles of it as far as the responsiveness is concerned it might get disturbed too. but if you really wanna do it then please check the code below we did some changes in your given code you will get the idea.

    get_header();
    <div class=”row”>
    <div class=”col-md-9″>
    // echo ‘dfajsdlfjlajsdlfjla’;
    $lz_fitness_home_sections = lz_fitness_home_section();
    // print_r($lz_fitness_home_sections);
    foreach ($lz_fitness_home_sections as $lz_fitness_home_section) {
    // echo ‘lz_fitness_home_section-> ‘. $lz_fitness_home_section;
    get_template_part( ‘template-parts/section’, $lz_fitness_home_section );
    }

    ?>
    </div>
    <div class=”col-md-3″>
    <?php get_sidebar(); ?>
    </div>
    </div>
    <div class=”clearfix”></div>

    <?php get_footer(); ?>

    Thank you

    in reply to: Shortcode #20870
    User Support
    Participant

    Hello Tia
    Sure, if you want to add a shortcode for inner or any contact form then you first you will need to install the contact form 7 plugin and add a new contact form. Once you publish it you will get a shortcode and you will need to use that shortcode in the customizer. copy that shortcode and to paste it go to dashboard > appearance > customize > contact us page> paste the shorcode in the shortcode tab and then publish it you will see the contact page you created in the inner contact page after this.
    for testimonial you will need to follow a very simple step just goto dashboard > pages > add new page give it a title for ex: “TESTIMONIALS” or anything you like and in the description you will need to paste this: [TESTIMONIALS] and set the template as default only then click on the publish.
    now add the testimonial page in the menu and save it, it will appear in the menu then on your website. If you click on it then you will see all the testimonials there.
    After this if you want to add more testimonials then just go to dashboard > testimonials > add new > and enter all the details to create a new testimonial and it publish or update it, it will appear on the testimonial page.
    Hope this helped

    Thank you for reaching out to us

    in reply to: Blog #20741
    User Support
    Participant

    Hello
    You could simply create a new blog page with the title as Blogs and assign the template as full width blog page or blog page with right/left sidebar. If you use a sidebar then you will be able to add the index in the blog sidebar widgets and the index will appear with recent posts, archives, blog categories.
    Thank you

    in reply to: Too much space after each item in "our featured" #20740
    User Support
    Participant

    Hello Tia
    In the featured section you changed the section top padding setting to 5em so we changed it to 0.
    Also the section above the featured section with the title of Training Services has a white background and the featured section after it as well. hence it is creating an illusion of a huge gap. also in the services section also it was seen that you changed the bottom padding to 8em we changed it to 0 again.please check the gap is removed.
    Thank you

    in reply to: How to embed videos in website #20735
    User Support
    Participant

    Hello Tia
    Kindly check your email we sent you a new theme with the embedding option you requested for.
    Thank you

    in reply to: Problems in Contact Page #20660
    User Support
    Participant

    Hello Deymon
    could you please tell us which contact us page you are referring to? is it inner or the one on homepage ?
    are you trying to embed the map in inner contact page or a widget?
    Please send us your website link and wordpress credentials(username and password) we will need to look at the issue.
    Thank you

Viewing 10 posts - 221 through 230 (of 285 total)