I am doing some testing for a different layout to our gallery page and I see to have some issues coming up with how the widgets are being displayed. The first one in the row looks perfect. The next 2 have the line of periods underneath of the and the 3rd has that odd bit of code showing. Any help you can provide would be appreciated.
The 'QT: Featured Page' widget will display the content from the page builder if the excerpt field is empty from the specific page. To add content in the excerpt field you need to enable it in the page settings. Please see this article with screenshot: Change the Featured Page Widget texts
If you want to hide the texts in the 'QT: Featured Page' widget you can add a single space within the excerpt field, and save the page.
To change the position of the page titles in the 'QT: Featured Page' widget you can use some custom CSS to adjust it.
Without targeting the page ID the CSS will change the position for all 'QT: Featured Page' widgets used on the entire website. If you only want to use it for the 'gallery-old' page you can use the following CSS. Please add via Appearance > Customize > Theme Options > Custom > Custom CSS
/* Set page title above featured image */
body.page-id-160 .post-item .title {
position: absolute;
top: 0;
left: 0;
right: 0;
margin-top: 0;
}
body.page-id-160 .post-item .post-item-image {
margin-top: 30px;
}
If you want to use the 'QT: Featured Page' widget with page titles above the image on multiple pages I recommend to use the 'Visual Editor' widget instead, and add a heading and image below each other, select both elements and add a link to the specific page with the default WordPress link function (see screenshot).
I am doing some testing for a different layout to our gallery page and I see to have some issues coming up with how the widgets are being displayed. The first one in the row looks perfect. The next 2 have the line of periods underneath of the and the 3rd has that odd bit of code showing. Any help you can provide would be appreciated.
Hi Sarah,
The 'QT: Featured Page' widget will display the content from the page builder if the excerpt field is empty from the specific page. To add content in the excerpt field you need to enable it in the page settings. Please see this article with screenshot: Change the Featured Page Widget texts
If you want to hide the texts in the 'QT: Featured Page' widget you can add a single space within the excerpt field, and save the page.
Let me know if you have any questions.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Perfect the space worked. Is there any way to move caption from below the image to above it?
Great! Can you point me to the URL where the caption is below the image?
Thank you
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Here is the page
Sarah,
I clicked the link you provided but it's directing to a '404 page not exist' page?
Best regards,
Barry
QreativeThemes.com | WordPress Themes
I am sorry try it again http://www.pplnj.com/gallery-old/
Thank you.
To change the position of the page titles in the 'QT: Featured Page' widget you can use some custom CSS to adjust it.
Without targeting the page ID the CSS will change the position for all 'QT: Featured Page' widgets used on the entire website. If you only want to use it for the 'gallery-old' page you can use the following CSS. Please add via Appearance > Customize > Theme Options > Custom > Custom CSS
If you want to use the 'QT: Featured Page' widget with page titles above the image on multiple pages I recommend to use the 'Visual Editor' widget instead, and add a heading and image below each other, select both elements and add a link to the specific page with the default WordPress link function (see screenshot).
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Awesome! Thank you
You're welcome
Let me know if you have any questions.
Best regards,
Barry
QreativeThemes.com | WordPress Themes