- This topic has 53 replies, 2 voices, and was last updated 11 years, 5 months ago by
ashrafashraf.
-
AuthorPosts
-
May 13, 2014 at 11:50 am #30349
ashrafashraf
MemberHi 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.May 13, 2014 at 4:30 pm #30381Sakin
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 );May 13, 2014 at 5:32 pm #30386ashrafashraf
MemberThanks sir for your answer,
So, How can i add 6 images under the slider ,which have like : http://grab.by/wOpmHow can i do that ? please
Do you the steps , please ?May 13, 2014 at 6:24 pm #30392ashrafashraf
MemberI mean , in your code: [gallery]
Where can i build this syntax ?
And how can i put images in this gallery ?
ThanksMay 13, 2014 at 6:27 pm #30394Sakin
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.
May 13, 2014 at 6:29 pm #30397ashrafashraf
Memberahhhh, I i use the Nextgen gallery,
So then , Can do help me to fix that.
PleaseMay 13, 2014 at 6:30 pm #30398Sakin
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.
May 13, 2014 at 6:31 pm #30400ashrafashraf
MemberOk, 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.May 13, 2014 at 6:34 pm #30401ashrafashraf
MemberPlease, How can i remove the search field on the Header section?
Thansk
May 13, 2014 at 6:38 pm #30402ashrafashraf
MemberPlease,
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
May 13, 2014 at 7:27 pm #30412Sakin
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”
May 13, 2014 at 7:30 pm #30413ashrafashraf
MemberYes Sakin.
I did it.
Thank you so much.
I will install the plugin Nextgen galley, and I come back later.Have a nice day
ASHRAFMay 13, 2014 at 7:33 pm #30414ashrafashraf
MemberCan 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 ?May 13, 2014 at 10:17 pm #30432Sakin
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”.
May 13, 2014 at 11:25 pm #30441ashrafashraf
MemberHi Sakin,
Please, I have the following gallery:
How can i add my gallery under the slider and where? Please
Like: http://grab.by/wOpmMay 13, 2014 at 11:32 pm #30443Sakin
Keymaster@ashrafashraf: You have added in the gallery below the slider. So, that’s the issue. Try in Hire Customizer for detail customization.
May 13, 2014 at 11:35 pm #30444ashrafashraf
MemberI 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
May 13, 2014 at 11:44 pm #30448Sakin
Keymaster@ashrafashraf: You can add the following css to remove the margin.
#slider.slider-fullwidth { margin-bottom: 0 }May 13, 2014 at 11:54 pm #30449ashrafashraf
MemberCan 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.
May 14, 2014 at 12:29 am #30454ashrafashraf
MemberPlease, Why the following code is not working.
.entry-content{
padding-top: 0px;
} -
AuthorPosts
- The topic ‘add gallery’ is closed to new replies.
