touchdowntech
Forum Replies Created
-
Hey Sybre, I also ran into a situation where I would like to use the post title in the breadcrumbs instead of the meta title. A toggle or custom input for the breadcrumb title along with the meta title and meta description would be my personal preference.
That’s great!
Thanks for the fast and thorough response and solution! I’ll keep an eye on future updates.
Forum: Plugins
In reply to: [Woo Store Vacation] Can I schedule recurring “vacations”?Perfect! Thanks @gookaani.
Thank you Sybre!
When I set the “shop page” in WC then the SEO settings took affect like you said.
Normally I would have the shop page set but on this site in particular I didn’t want the shop page to be accessible because there’s only one product.
However, it was indexed by Google and I decided it would be better to add a noindex tag on it then requesting Google remove it.
You answered my question and we are good to go.
Thanks,
Forum: Plugins
In reply to: [Multiple Columns for Gravity Forms] Option for Custom Column Widths?I was able to target the column with existing classes. I tried adding a class to the fields but was not successful in getting it to work that way. I applied the following CSS and have it working pretty well.
/* Custom Column Layout Sizing */
li.gfmc-column.gfmc-row-2-column.gfmc-row-2-col-1-of-3 {
width: 50% !important;
}
li.gfmc-column.gfmc-row-2-column.gfmc-row-2-col-2-of-3 {
width: 25% !important;
}
li.gfmc-column.gfmc-row-2-column.gfmc-row-2-col-3-of-3 {
width: 25% !important;
}li.gfmc-column.gfmc-row-3-column.gfmc-row-3-col-1-of-3 {
width: 50% !important;
}li.gfmc-column.gfmc-row-3-column.gfmc-row-3-col-2-of-3 {
width: 25% !important;
}
li.gfmc-column.gfmc-row-3-column.gfmc-row-3-col-3-of-3 {
width: 25% !important;
}li.gfmc-column.gfmc-row-4-column.gfmc-row-4-col-1-of-3 {
width: 50% !important;
}li.gfmc-column.gfmc-row-4-column.gfmc-row-4-col-2-of-3 {
width: 25% !important;
}
li.gfmc-column.gfmc-row-4-column.gfmc-row-4-col-3-of-3 {
width: 25% !important;
}Forum: Reviews
In reply to: [Pootle Pagebuilder - WordPress Page builder] I liked!What always concerns me with using page builders is performance and so far the Pootle Page Builder has left a positive impression.