Despite my research on StackOverFlow and even on the PageBuilder by SiteOrigin publisher's forum. Either I did not find my answer, or it is no longer valid with the current version, 2.11.8.
I would like to know if there is a "canva page" or blank page mode, or a way to remove the title from the page, basically I would like the page to start at the black banner. And on wordpress, in the PageBuilder settings, I haven't found anything that it can do the job, and even with the custom css it doesn't totally work.
[the screenshot of the site][1]
I would like to know if there is a "canva page" or blank page mode, or a way to remove the title from the page, basically I would like the page to start at the black banner. And on wordpress, in the PageBuilder settings, I haven't found anything that it can do the job, and even with the custom css it doesn't totally work.
I followed this forum: https://siteorigin.com/thread/remove-theme-header-for-page-builder/ but there is still the white banner that I want removed.
And the layout comes from the PageBuilder library and not from a theme.
Thank you
[1]: https://i.imgur.com/1JbGPSM.png
The theme controls the output of the page title. At this stage, Page Builder doesn't add a blank canvas template to themes. If you're using SiteOrigin Corp or many of our other themes you can use the Page Settings section on each page to remove the page title, sidebar, footer widgets, and other attributes. Other themes might also offer page-level settings or use Page Templates to do the same.
Related
I feel kind of stupid asking this but... I have three pages on my website. There is one of them I want to edit. How do I access the code of this page? I need to change the size of a Google Maps I have embedded on the page.
Go edit this page, in the right sidebar look for Template in page attributes box. This page should be using a template, go to your theme folder and look for a php file with the similar name, when you open, it should have the exact template name in the header, that's where you can edit the code of this page assuming that it use a template.
I managed to solve the problem by playing around with some divs in the css.
I've just had a website converted for me to Wordpress but the guy who did it has now disappeared!
I just need to get started with it but have hit some major obstacles. My home page is a series of blocks with images and text that respond very nicely to different devices. Trouble is when I go to Pages then Home, I'm faced with a completely blank edit box. Two hours of searching to find where these blocks are and how to edit them has failed.
Any help please!
Open up your theme customizer and at the very bottom you can chose a static front page. Here's where you settle this.
Go to Pages in the panel. Open that specific page "Home" and look which template who has been chosen for this page. Perhaps you'll find the right template.
However, it could be hard coded directly in the doc/file itself. Open up your text editor and search for a template i.e home.php or frontpage.php or something similar. Open up in text editor to see.
After another few hours of trial and error, the front page text is in a few places! Some of it is in posts, specifically the "blocks" containing text and images in paragraphs. Other parts can be found by going to Appearance | Editor then choosing Static Front Page. I've yet to find out exactly how these are made to appear on the Home page but I guess I'll get there with experimentation.
How do I make my custom wordpress theme consistent across all the pages? The homepage is looking okay but when I go to other page the header and layout is not like the homepage already.
Screenshots.
Main page
http://i.imgur.com/hkXZV0u.jpg
When I go to other page
http://i.imgur.com/m5n3QqU.jpg
Documentation is your friend: http://codex.wordpress.org/Main_Page.
Se section Learn How to Use WordPressand Working With Themes :)
You have to understand that the start page usually always has one template. As do a page and a post.
When you open a page, page.php is fired, and when you open a post, post.php is fired. They might both have different layout.
I have an issue in Drupal with getting node content to display itself. I suspect it could have to with the CSS styling, although I'm not 100% sure what's causing the issue.
Background:
So basically I'm trying to setup a blog but I'm running into serious issues trying to simply get the blog posts to display themselves.
I created a custom Drupal 7 theme using the export function of Artisteer (http://www.artisteer.com/?p=overview). A stylesheet called style.css was generated. I put some of my own CSS into this stylesheet along with the parts that were auto-generated. I should mention I did some amount of custom CSS to force the homepage to look the way I wanted.
I followed the instructions from the PDF at (http://learnbythedrop.com/buildingyourblog) to create a blog (great easy-to-follow guide). The most relevant pages for Views are pages 34 - 36, where he takes you through how to create a "Blog Post" view, in order to display your blog content correctly. However, when I got to the point where he created sample blog content and it displayed it's title and main content, this simply didn't work for me. See this link for example (Sample content that I created for testing purposes):
(http://www.productworld.com/blog-posts/2012/06/08/hello)
I can see a list of titles for sample content that I created (under the Recent Posts block), but I can't view any content from the individual blog posts themselves. The page is just blank.
Also, I can't see a list of the titles and teaser links - it should show up under (http://www.productworld.com/blog-posts) but that URL gives me a "page not found" error. This was something that worked in a previous iteration but now does not work.
Here are 2 screenshots of my View settings, in case it's relevant:
http://i.imgur.com/uadew.png
http://i.imgur.com/9yOUk.png
Questions:
What is the likely cause of the blog content not displaying? (If I do a preview of the blog post within the Views section I can see the blog content just fine, it just won't display on the actual page.) Is it styling? Some setting in Views? Some Block setting? I've searched my style.css file and tried commenting out everything to do with "content:hidden" and "display:none" to no avail. I've tried every combination of settings in the blog posts View to no avail. I've tried placing "Main Page Content" and "View: Blog Posts" blocks in various regions, and changing around the settings that restrict where the block can be displayed. The blog post title/body content doesn't show up in the page source at all, which could be a clue. How would I go about debugging such a problem?
Why is www.productworld.com/blog-posts saying "page not found", even though I've specifically set up a view to create a page at this URL? And why does www.productworld.com/blog-posts/2012/06/14/hello-world-3 show up as a valid page, when it contains "blog-posts" in it's URL?
Any help would be greatly appreciated. If I should display stuff to do with my stylesheet please let me know.
To me it looks as if you have panels overriding the Node template. Which is why your node is not being displayed properly.
Go to Structure > Panels and see if the Node Template option under Manage pages is enabled. If it is, that's probably your issue. You can tell if it's enabled by looking to the right of the text to see whether it says enable or edit.
You can then edit that setting and then edit the content and choose Node > Body to get the body of the blog post to show correctly.
Take a look at this intro video to panels if you aren't familiar with it. http://yadadrop.com/drupal-video/panels-3-overview
Take the leading '/' character out of your page path for the view - internal Drupal paths should generally never have that, but the system will prepend the configured base path to paths on your behalf (and it is probably already a '/').
I'm trying to make a facebook app version of an existing page and am having a major issue: my exposed filter block isn't showing up.
I'm using themekey to switch to a facebook version of my theme for the url the facebook version of the page is on. When my page is displayed in my normal theme it works fine, the filter is there, all is good. In my special theme there is nothing. Thing is...the special theme is a straight copy of the normal theme (with the .info modified and all the template functions removed). The block is in the preface middle region, and
<?php
print $preface_middle;
?>
is still in the page template for that page.
On my dev site I tried to simplify matters by making the facebook theme the site wide theme (thinking that themekey was throwing things off somehow) and I had the same issue. Eventually I fixed it (somehow) on my dev site, but when I tried to use those same fixes on the live site they didn't work.
What can prevent a block with exposed filters from displaying when it should be? Like I said, when I turn off themekey the filters are there, Drupal clearly knows that the filters should be displayed at that url. I'm going nuts...what can I do?
When you go to blocks section of your site: you need to add the block to the preface_middle section in the theme you want.
so:
Make sure the "facebook" theme is active
Go to blocks section and click on the "fascebook theme"
Move the block to the section you want for this theme.