Adding image gallery on top of featured image

Posted in: Newspaper
Post count: 10

Is it possible to do that on every pages?, it would be best if I can set it to default as well.

Thanks

Post count: 10

Actually what I want is to have banners on top of every pages and posts. Right now I only had it on every pages, but not on posts.

Post count: 10

Or can I have banner on top of the page (above menu).

My page: http://www.shiftupmagazine.com/

Thanks

Post count: 22421

Hello,

If you want to add that particular gallery across your whole site, you can simply add it in the header as it;s easier to implement. You will need to use a do_shortcode function in the header file like so:
<?php echo do_shortcode ('your gallery shortcode here'); ?>
Add your gallery shortcode to the code and then place it in the header file:
https://www.screencast.com/t/pKHNC3GWR
It will need a bit of css for a center positioning though.

Thank you!

Post count: 10

Thank you, It’s work!, but there other problem the margin between header in pages and posts are different.

How can I fix it?

Thank you.

Post count: 22421

Hello,

I have checked your site but the header is the same on both post and pages. Please provide an example of where the margin is different

Thank you!

Post count: 10

Hello,

I mean gallery (above main menu) and main menu, the margin are too much.
I want gallery and main menu to be closer.

Thank you.

Post count: 20688

Hi,

You could remove the margin bottom set on the gallery, with a code like this – https://www.screencast.com/t/fffqu3P0G just enter it in Theme panel->Custom Css

.vc_custom_1490284451319 {
margin-bottom: 0;
}

Thanks

Post count: 10

Hi,

It’s another css class, but thank you for the suggestion.

Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.