Tagged: x
-
AuthorPosts
-
February 2, 2017 at 12:42 pm #1355536
crescendoParticipantSo I’ve been working on setting up the content band to go full page length. If I change the homepage template to blank no container header/footer, it’s a mess of styling. Basically white background and everything I’ve formally set up just disappears.
In addition, the post carousel works fine in cornerstone view when editing the home page, but it’s just gone when visiting the site in general on the homepage. Carousel also working on other pages, but not the homepage. Seems apparently very related.
Cache has been dumped, coding looked over. No plugin conflict as this is exclusively new to working on changing the homepage to use content band shortcodes.
What is the coding difference in setting up demo 2 and 3 compared to where I’m currently at here? I was attempting a blend.
Feel welcome to login and change the template on the homepage to the proper setting at will. Currently it is layout with sidebar on right, but the post carousel somehow broke in this process. I’d like to have it full length responsive to browser with post carousel working.
I’ll provide my login credentials below.
February 2, 2017 at 12:45 pm #1355540
crescendoParticipantThis reply has been marked as private.February 2, 2017 at 7:26 pm #1356048
FriechModeratorHi There,
Thank you for writing in! Nothing was disappeared actually, when I change the page template to blank no container header/footer the background color turns to white that is why you cant see the white text because it blends with the white background. I’ve added a css to the page Settings > Custom CSS to address it.
Regarding the Carousel, I am seeing a JS error on your homepage that is more likely affecting the carousel. Would you mind adding this on top of your .htaccess file.
Header add Access-Control-Allow-Origin: http://adn.ebay.com Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type" Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"If that does not work, please contact your hosting on how you can exclude a domain from cross-origin policy.
Let us know how it goes.
Cheers!
February 2, 2017 at 8:59 pm #1356173
crescendoParticipantThank you.
Referencing the content band – it still isn’t stretching the whole screen. I thought it was supposed to be responsive to the width of the browser and expand/collapse accordingly?
Referencing code for htcaccess. Added and no impact. This is odd. You gave me a clue to the problem and I did find it. Apparently eBay ads, when using cornerstone to place them on a webpage, do not work. I’ve used literally the exact, word-for-word, code-for-code on the homepage with no problem. Any ideas on what’s going on there? I don’t see why the text on a page via text editor should be different than cornerstone.
Not sure what is causing the text.area error which a google ad is now not loading:
Error in response to storage.get: SyntaxError: Failed to execute ‘querySelector’ on ‘Document’: ‘textarea.ac-ad-code-area.’ is not a valid selector.
It’s throwing me off because the ads work on every other page. And worked on the homepage before switching templates and using content band.
February 3, 2017 at 1:44 am #1356405
Rue NelModeratorHello There,
Thanks for updating in! The content band is not fullwidth because it turns out that you have inserted the content band in a text element within Cornerstone. Content bands were being replaced with Sections in Cornerstone. Content band is only good if you are using visual composer. Now that you are using Cornerstone, you can use the section element instead. All the features of content bands can also be found in the section settings.

To resolve your issue without reconstructing your layout, please edit your page and find the row settings. You must disable the column container so that the row of the content bands will be in charge.
Hope this helps.
February 3, 2017 at 5:31 am #1356608
crescendoParticipantExcellent. What’s the issue with eBay ads and cornerstone then?
See screenshot comparison of live versus cornerstone preview view in attachment.
It’s quite difficult to make edits when all you get is a big white screen with one text link.
February 3, 2017 at 5:33 am #1356611
crescendoParticipantYou can force the visual in cornerstone by going into the text area and using visual view instead of text.
Should I not be using “text” as the element and use something else?
February 3, 2017 at 1:28 pm #1357102
RadModeratorHi there,
About the ads, probably due to script conflict since cornerstone couldn’t capture the script and output it’s executing. What do you mean by your last question? You could use text or raw element, but if you’re referring to “text” vs “visual”, if it’s in the form of code, then should be added within “text” tab.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1355536 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

