This topic has 8 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hello,
I have a “Page Banner” on my shop page (chosen from the theme options)
I want to have a Page banner on all my pages, but on the Blog page it is not possible to put such image in the Visual Composer..
So how can I add a page banner to my blog page?
Kind Regards,
Emelie
Hello,
You need select all Content Types in Settings->Visual Composer.
After that you can add Single Image element using Visual Composer plugin.
Regards,
Robert Hall.
Hello,
All the content types are selected, and I go to edit my Blog page and I can add an image in visual composer, but it won’t appear on the blog page.. I want it to appear above the posts so I have a red line through my website with a “Page banner” on every page..
Also, if I click on the “preview button” next to the “update button” inside the editor it doesn’t preview the Blog page, it previews the “homepage” all messed up and with tons of blog posts..
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Hiya,
Yes, please see private message! Thank you.
Hello,
In this case you need remove your blog page from Settings > Reading > Posts page and use Posts Grid element from Visual Composer editor.
You’ll be able to add any other content to this page.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Yes that works but only to show the posts in a grid.
I came across this code somewhere (and have put it in my child theme index.php)
<?php
$page_id = 2; // substitute page_id of page you want content included from for “2”
$page = get_post($page_id);
echo “<p>$page->post_content</p>”;
?>
Then I can see my image above the “posts” on the Blog page, but it also puts out a lot of visual composer code, like it doesnt connect with visual composer or the design..
It just puts the image on the far left
Any ideas?
Hello,
This problem is related to Visual Composer editor.
The plugin authors will produce a new update soon where some bugs are fixed.
Meanwhile you may try to revert back to older Visual Composer version.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up