Forum Replies Created
-
AuthorPosts
-
September 27, 2018 at 3:50 pm in reply to: Changing CSS For Footer To Add An Image Background to The Top #1015347September 14, 2018 at 9:37 am in reply to: Display Author and creation date on post when using Avia Layout Buider #1009836
Hi Ismael,
I’ve moved the h1 title/headline into the text block and still get the same error for headline.
Same with the image – I’ve moved the image up and added Image Title Attribute to it.
Publisher is also still showing an error.
Regards
Phil
September 13, 2018 at 10:11 am in reply to: Display Author and creation date on post when using Avia Layout Buider #1009304Thanks Ismael. I’ll wait to hear back from you.
The tool is working for me right now.
Thanks
Phil
September 12, 2018 at 8:34 am in reply to: Display Author and creation date on post when using Avia Layout Buider #1008788Hi Ismael,
We ave n H1 special heading, and image within the text block, but the structured data tool is still saying hey are missing.
Also the publisher field is different to the author field. The author field is OK.
On posts where we don’t use ALB, publisher is OK, but the image field is still a problem
Regards
Phil
September 11, 2018 at 9:12 am in reply to: Display Author and creation date on post when using Avia Layout Buider #1008268Thanks Ismael,
Can we use he same code/shortcode to display publication date and title or wold we have to use a separate shortcode for each of those like
function post_title_shortcode(){ global $post; return get_the_title($post->ID); } add_shortcode( 'sc_post_title', 'post_title_shortcode' ); function post_date_shortcode(){ global $post; return get_the_date('d F Y', $post->ID); } add_shortcode( 'sc_post_date', 'post_date_shortcode' );
What we are working towards is improving or schema.org structure.
is showing that we still need to add
A value for the headline field is required.
A value for the image field is required.
A value for the publisher field is required.Without ALB we get a better report from Google testing tools, for example
But we we want to be able to keep the great looking layouts that ALB gives us, but still need to improve the schema.
Thanks
Phil
September 10, 2018 at 7:58 pm in reply to: Display Author and creation date on post when using Avia Layout Buider #1008060Hi
This page is using ALB and will not show meta data
https://www.impactmh.org.uk/news/stress-at-work-and-how-to-deal-with-it/This page does not use ALB and so shows the meta data
Regards
September 10, 2018 at 7:16 pm in reply to: Display Author and creation date on post when using Avia Layout Buider #1008028Hi,
Yes, https://www.impactmh.org.uk/news/stress-at-work-and-how-to-deal-with-it/ is on our site.
I’m looking at this article https://kriesi.at/support/topic/post-using-advanced-editor-how-to-insert-post-meta-info-title-date-etc/ to try to get the meta data to display by using the PHP and shortcode route.
Isn’t there a default setting to display post meta when using ALB? Having to add shortcodes every time we publish a post isn’t a great way to have to do it.
Thanks
September 10, 2018 at 6:45 pm in reply to: Display Author and creation date on post when using Avia Layout Buider #1008002Hi Jordan,
That’s already checked. ALB stops the meta data from being generated. I’m having a look at this post https://kriesi.at/support/topic/post-using-advanced-editor-how-to-insert-post-meta-info-title-date-etc/ to see if I can get that to work.
Thanks
Phil
Thanks Mike. I’ll take a look now.
Hi Victoria,
Yes it did but it would be nice to see it fixed in a future release.
With thanks
Regards
Phil
Hi Rikard,
I found this plugin
A bit out of date but seems to work for iOS and it means we don’t have to code anything into functions.
Now I’m looking to find a way to do something similar with Android.
Cheers
Phil
Hi,
I’m having the same issue with the latest version of Enfold 4.4.1. I’ve had to add the CSS to the custom CSS to get numbered lists t display correctly.
Regards
Phil
Thanks @guenni007 – I”ll give that a try
Hi,
With regards to adding a home screen icon on mobile devices, is the above code still valid?
If so, do we need to add both the function and the GA code?
Thanks
Phil
Hi Victoria,
We’re working on a re-brand of an existing site so we have it on a test server. Details below.
With thanks
Phil
Hi,
So I’ve got this working using this CSS
#waves {
margin-top: -78px;
z-index: 12 !important;
position: relative;
}using a color section with a background image.
It works OK if the viewport is 1600 or more, but breaks under that – space starts showing beneath the div
Regards
Phik
Sorry, forgot the link to the page
Hi Victoria,
See below
Hi,
Just a quick update on this. We disabled all plugins and still we get timeouts and issues. So it’s not a plugin conflict.
Thanks
Thanks Ismael. Nailed it as usual :-)
I’ve chaged the break point for the colums on the page and adjusted the CSS to reflect that
@media only screen and (min-width: 988px) {
/* button alignment on donation page */
.donate-buttons .avia-button-wrap {
display: inline-block;
position: absolute;
bottom: -70px;
left: 0;
right: 0;
}.button-align .flex_column.av_one_third {
padding-bottom: 140px !important;
}
}Hi,
I’m having trouble with this set up on another site. On mobiles, text is encroaching on the buttons
The code I’ve used is as follows
/* button alignment on donation page */
.donate-buttons .avia-button-wrap {
display: inline-block;
position: absolute;
bottom: -70px;
left: 0;
right: 0;
}
.button-align .flex_column.av_one_third {
padding-bottom: 140px !important;
}All good on desktop.
But on mobile the text encroaches
https://screencast.com/t/AMFFDPiJnE
In chrome dev tools I can set the margin to 80 pixels like this
@media only screen and (max-width: 767px)
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin: 0;
margin-bottom: 80px !important;
width: 100%;
}But when I add that to Quick CSS in Enfold, it doesn’t work.
Any suggestions would be greatly appreciated.
With thanks
Phil
Thanks all. I’ll give the cleaner a try.
Cheers
Phil
Thanks Victoria, that works great :-)
Hi Victoria,
So I’ve added the following CSS to the site to get 80% of the way there
/* WooCommerce set min height in grid cells to allow space for text wrapping */
#top .inner_product_header {
min-height: 120px;
}So now all I need to do is to get the price/currency symbol to align at the bottom
But only in any grid/table view.
https://www.baysixty6.com/shop/
Thanks
Phil
Thanks Victoria, but that wasn’t working for me so I’ve used the following
/* WooCommerce set min height in grid cells to allow space for text wrapping */
#top .inner_product_header {
min-height: 120px;
}/* then align price to bottom of cell */
#top .price, div .stock {
color: #7E9A47;
position: absolute;
bottom: 0px;
}however
This affects all prices on all pages so pushes the price down on individual product pages etc.
Is there a way I can target only product grids/tables?
Thanks
Phil
Hi Victoria,
Details posted.
With thanks
Regards
Phil
Hi,
I’ve been trying to achieve something similar so that the product divs remain the same height even if the product titles warp across multiple line and so that the prices align.
I’m using the following:
/* woocommerce category font sizes */
.inner_product_header_cell h2 {
font-size: 20px !important;
line-height: 1.4em !important;
font-weight: normal !important;
}#top .inner_product_header {
min-height: 120px;
}#top .price span {
font-size: 22px !important;
line-height: 1.4em !important;
font-weight: bold !important;
position: absolute !important;
bottom: 0px !important;
}So far so good, but the <span class=”woocommerce-Price-currencySymbol”>£</span> isn’t behaving
https://screencast.com/t/YkoVMyFVP
Any suggestions would be greatly appreciated.
Thanks
Phil
Thanks Rikard,
That’s fixed it.
Regards
Phil
Hi Vinay,
I’ve disabled the css minification completely and still get the same issue
https://screencast.com/t/qYVBjrsoL4XU
Regards
Phil -
AuthorPosts