Questions tagged [page-layout]

Page layout is the part of graphic design that deals in the arrangement and style treatment of elements (content) on a page

124 questions
1
vote
1 answer

How to place featured image below post title

I found this solution to getting the featured image to default below the post title. wordpress add featured image below post title Where do I place this php? Will it work for all posts?
1
vote
1 answer

Drupal 8 page editing

I have pages which are going to have lots of mixed content. To give an idea these are pages to show off an architect's work. For example pages 1 will have - 1 video (vimeo) - a 2x2 grid of images (images are 50% page width) - a 100% image. Page 2…
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
1
vote
2 answers

Page layout - resetting the page in Kivy / Python

I'm just getting started with Kivy programming for Python. I'm having trouble in using the PageLayout. This is my Python Code so far (Python 3.6.2): import kivy from kivy.app import App from kivy.uix.pagelayout import PageLayout class…
J Müsli
  • 47
  • 8
1
vote
1 answer

knowing the aspect ratio of users monitor

as a webpage developer i would like to know if there is any way i can know the aspect ratio of users monitor(those who are using a PC or a Mac). i want to forward different pages(in terms of their page layout) to different users based on their…
Chani
  • 5,055
  • 15
  • 57
  • 92
1
vote
2 answers

Can ReSharper properly parse SharePoint layouts?

I am creating a SharePoint 2010 feature in Visual Studio 2010. While ReSharper is a valuable tool for writing code, it reports lots of errors (all server-relative image references, master page reference, ContentPlaceHolderID's referring to the…
skolima
  • 31,963
  • 27
  • 115
  • 151
1
vote
1 answer

How to display multiple divs, inline within a container without fixed width?

I'm working on a navigation bar that needs to display multiple divs side by side. But the parent div doesn't have a fixed width. Just some padding. So the question is how can I achieve this? .nav { width: 100%; height: 50px; } .nav ul…
hmak.me
  • 3,770
  • 1
  • 20
  • 33
1
vote
0 answers

Error with HTML5 Video Background in a SharePoint Page Layout

I am trying to get a blurred video background on the homepage for my SharePoint site similar to sites like airbnb and bing. I have removed the doctype as xhtml and replaced as html, and entered a video tag with video residing in the _layouts file on…
oli.burgess
  • 87
  • 1
  • 5
  • 12
1
vote
4 answers

How can I get an element to stay within the browser's window width when its content is wider?

I am trying to get a div to expand to fill its container without causing that container to expand beyond the browser window's width, as in this page. Click "Expand" next to "Stack Trace in the last entry. What it's supposed to do is show a…
Mar
  • 7,765
  • 9
  • 48
  • 82
1
vote
1 answer

Access denied when trying to delete a page layout or master page

I'm getting: "This item cannot be deleted because it is still referenced by other pages." When I try to delete a master page or a page layout. All the pages that were made with those are now gone.
tinky05
  • 250
  • 5
  • 13
1
vote
1 answer

How to set Excel page view mode as "Page Layout" using Apache POI?

I have created Excel file using "HSSFWorkbook" in my project. Whenever the user opens the Excel file it should display in "Page Layout" view i.e. the user should able to view entire page info including header, footer. However, I have tried in…
user2940073
  • 79
  • 1
  • 1
  • 5
1
vote
0 answers

Page zoom in bigger screen

This image is of my website.It opens very beautifuly in medium and small screens(less than 1024x768 resolution).But when I open it in bigger browser it dosen't look like what it was.I mean it becomes quite small compared to the screen size.Question…
Ashish Sharma
  • 332
  • 7
  • 32
1
vote
2 answers

Sharepoint Foundation - Create page with zones

I would like to create a page with default left and right zone, but I'm just able to create a rich page with column-based text layouts. How can I achieve that? Are there some kind of templates? Setup: Sharepoint Foundation 2010 (without access to…
1
vote
1 answer

content query web part in page layout sharepoint

Is it possible to add a cqwp in a page layout? Ive tried to move the webpart from the page to the page layout used in the page. But In the second case i dont see anything. Anyone have an idea? Thanx
Simone
  • 2,304
  • 6
  • 30
  • 79
1
vote
1 answer

How to retrieve Salesforce Page Layout Field Properties via API?

Context: The Web interface coded in .NET (Grantee Portal for nonprofits applying for grants) is pulling information from the Salesforce Page Layout. The Salesforce user we use to connect the Web interface with Salesforce via API has 'view all and…
Izumi Bérat
  • 173
  • 4
  • 14
1
vote
2 answers

My master page has empty space on the bottom and right side. Can I "center" my master page and set a background image?

Here's how it looks like right now: my screenshot Is there a way for me to center the area that has content, and place a repeating background image so the site doesn't look so empty?
Sergio Tapia
  • 40,006
  • 76
  • 183
  • 254
1 2
3
8 9