Viewing 20 posts - 1 through 20 (of 54 total)
  • Author
    Posts
  • #30349
    ashrafashraf
    Member

    Hi Sakin,

    Please, How can i add gallery under the slider on the home page ?
    where can i put my shortcode ? please
    Like: http://grab.by/wOpm
    Regards
    A.J.

    #30381
    Sakin
    Keymaster

    @ashrafashraf: You can add shortcode in any page or post. Or you can build child theme and add the shorcode from your child theme functions.php file. So, it will be like below, this is just sample and you can add your own.

    function catchbox_extra_gallery() { 
    	echo do_shortcode('[gallery]');
    }
    
    add_action( 'catchbox_content', 'catchbox_extra_gallery', 15 );
    #30386
    ashrafashraf
    Member

    Thanks sir for your answer,
    So, How can i add 6 images under the slider ,which have like : http://grab.by/wOpm

    How can i do that ? please
    Do you the steps , please ?

    #30392
    ashrafashraf
    Member

    I mean , in your code: [gallery]

    Where can i build this syntax ?
    And how can i put images in this gallery ?
    Thanks

    #30394
    Sakin
    Keymaster

    @ashrafashraf: I thought you use plugin and try to find our how to add in shortcode. That is why I send you code on how to add in shortcode. Our theme doesn’t have gallery like that.

    #30397
    ashrafashraf
    Member

    ahhhh, I i use the Nextgen gallery,
    So then , Can do help me to fix that.
    Please

    #30398
    Sakin
    Keymaster

    @ashrafashraf: Then get the shortcode from NextGen gallery plugin and add it like I have suggested it. For plugin, we recommend you to ask in Plugin Support forum and not theme support forum.

    #30400
    ashrafashraf
    Member

    Ok, I will do and add your code, And I hope it will working fine,
    You are the best, So I want to ask you first.

    #30401
    ashrafashraf
    Member

    Please, How can i remove the search field on the Header section?

    Thansk

    #30402
    ashrafashraf
    Member

    Please,
    How can i change the copy right section and the Powered by section on the footer from right to left,
    I mean i want
    the section Powered to be on the right.
    and
    the section Jibri to be on the left.

    Thanks

    #30412
    Sakin
    Keymaster

    @ashrafashraf: In Catch Box Pro theme you can disable header search either by disabling Header Right Sidebar from “Appearance => Theme Options => Header Options” or by adding in the widgets in Header Right Sidebar from “Appearance => Widgets”

    You can edit the footer from “Appearance=> Theme Options => Footer Editor”

    #30413
    ashrafashraf
    Member

    Yes Sakin.
    I did it.
    Thank you so much.
    I will install the plugin Nextgen galley, and I come back later.

    Have a nice day
    ASHRAF

    #30414
    ashrafashraf
    Member

    Can i make the home page like a news paper ?
    I mean after the slider?
    If i want to add many posts
    How can i do that ?

    #30432
    Sakin
    Keymaster

    @ashrafashraf: Didn’t you check in our demo page at http://catchthemes.com/demo/catchbox-pro/ where you can see latest post in the homepage. You can change homepage to latest post or static page from “Settings => Readings”.

    #30441
    ashrafashraf
    Member

    Hi Sakin,
    Please, I have the following gallery:

    How can i add my gallery under the slider and where? Please
    Like: http://grab.by/wOpm

    http://www.idaat.se

    #30443
    Sakin
    Keymaster

    @ashrafashraf: You have added in the gallery below the slider. So, that’s the issue. Try in Hire Customizer for detail customization.

    #30444
    ashrafashraf
    Member

    I added that gallery under the slider, but i want to added under the slider, I don’t want any space between the slider and the gallery?

    exact like: http://goo.gl/vI3HMj

    Please, help to do that ? please

    #30448
    Sakin
    Keymaster

    @ashrafashraf: You can add the following css to remove the margin.
    #slider.slider-fullwidth { margin-bottom: 0 }

    #30449
    ashrafashraf
    Member

    Can do check it ? please
    I want to my gallery be more closed of the slider.
    Now there is also space between the slider and the gallery.

    I think If you tell me where can i added the code on slider, Then it will resolve my request, Please, Or if you have another solution.

    #30454
    ashrafashraf
    Member

    Please, Why the following code is not working.
    .entry-content{
    padding-top: 0px;
    }

Viewing 20 posts - 1 through 20 (of 54 total)
  • The topic ‘add gallery’ is closed to new replies.