Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
In forum: Ascend Theme
Hi Hannah
Yeah that’s exactly the problem but both pages are exact duplicates and those paragraphs don’t exist anywhere in page builder or kadence slider. The reason they don’t show on the first page is because I disabled any testimonials from that testimonial group that were created after Gutenberg. The second page has a second testimonial group which includes the new posts.
I found the source of the issue by deleting rows until it went away. Once I realised it was the testimonial slider I tried changing the settings of the widget and nothing happened until I tried a different testimonial group. I then compared the group and realised the second group had no new posts. As soon as I remove the 3 posts created in 2019 everything works again.
If you need access to the site I can provide it or I can record my screen to show the issue better.
Thanks
In forum: Virtue ThemeTopic: Modify print format
Hi Team,
The Retired Working DogsNZ site displays Dogs for Adoption using the Virtue Portfolio feature.
We now need to produce printed posters, based upon the portfolio posts. Until now we have used File > Print which includes the header, sidebar, menu and so on. A bespoke “Print Poster” function would remove all of these and just show the image and the content text in a larger font-size.
I think this will need a modification to the template to add a “Print Poster” button and then some CSS to set-up the page.
Do you have any suggestions for the best way to approach this?
Many thanks,
Phil.In forum: Virtue ThemeIn reply to: Didn’t receive a message left in a form block
Dear Ben
Thank you so much!! form entry is working now!
I had these issues with different elements with images. For example, you add a simple image or change it to a different one or inserting an image in some block like columns or split page, it shows the error like in a screenshot attached.
But I learned that despite this error message, editor is saving the image. If you update the post/page and then refresh the page, you will see it in editor as expected.
So it actually works with this minor hiccup. I will try to deactivate some plugins and check. I am fine with this workaround, no big deal. As long as it works, I am happy.Thank you!
In forum: Ascend ThemeHello Support team!
I’ve managed to change the on sale button background (from red to pink) with this css:
.product_item span.onsale {
background: rgba(221, 142, 137, 0.7);And I’d like to do the same on the single product page, but I can’t manage to do this 🙁 Can you please help with it?
Single product page:
*Login to see linkThanks,
AnitaIn forum: Ascend ThemeIn reply to: Centre Alignment
1. This will center al your text:
.product_item .price { text-align: center; padding: 0; } .product_item .kt-notrated { float: none; text-align: center; }2. In Theme Options > Shop Archive Settings do you have the text transform set to none beside “Shop & archive Product title Font”?
This will affect your not rated text:.product_item .kt-notrated { text-transform: capitalize; }Let me know if there’s other areas you’re referencing.
3. What happens when you try to add more than 4 or 5 widgets? There shouldn’t be a cut off for that. Unfortunately, there isn’t an option to have two sidebars on a page. But if you wanted you could use one of our woocommerce page building plugins to create a custom shop and/or archive page. For elementor: https://www.kadencewp.com/product/kadence-woocommerce-elementor/
For page builder by siteorigin: https://www.kadencewp.com/product/kadence-woo-template-builder/4. There isn’t a way to do that without adding a custom function into a child theme. Are you currently using a child theme?
Hannah
In forum: Ascend ThemeThis reply has been marked as private.January 30, 2020 at 10:19 am #244065In forum: Ascend ThemeIn reply to: font in Ascend: Image Menu
Hey Anders,
No, your screenshot is for page builder widgets. You can use this css to adjust the title and subtitle font colors:.image_menu_item_link .image_menu_message h4 { color: #333; } .image_menu_item_link .image_menu_message h5 { color: #333; }Hope that helps!
Hannah
In forum: Ascend ThemeIn reply to: Centre Alignment
This reply has been marked as private.January 30, 2020 at 3:05 am #244050In forum: Ascend ThemeIn reply to: shadow not visible on image in row
This reply has been marked as private.January 29, 2020 at 11:35 pm #244047In forum: Virtue ThemeIn reply to: Conflict maybe
January 29, 2020 at 9:01 pm #244046Here is an example page you can look at:
https://africainharlem.nyc/en/bens-example/Ben
In forum: Virtue ThemeIn reply to: Center logo, menu either side – menus too large
Hi Hannah, oh no worries – the delay was mine, not yours! 🙂 We’ve added more pages now so I think the menu could potentially get more cluttered (especially if your developer does add those social media icons*); I think it’s best to skip the center logo option for this site. I do have another musician site in development, but it’s using the Ascend theme, so I’ll need to check the options there – I’ll open a ticket in that forum if I experience the same thing.
Can I ask 1 more q before closing? I’m using a gold textured background for that secondary menu to make it a bit more stand-out; I initally tried sizing it to what I thought the block width was, but it didn’t match the hero image exactly. Could you tell me the correct width to use for the image file, or alternately, whether I should use CSS to ensure the correct width? Thanks a mill!
Re. the music social media icons, I’m actually already using the Ultimate Social Media icons plugin but they don’t include some of the main ones either – it seems outside of the music industry there’s not great awareness of these platforms, even tho’ most musicians use them. If it helps your developer, here’re the SVGs/logos from…
Bandcamp: https://bandcamp.com/buttons
Deezer: https://deezerbrand.com/d/9wmMErzrRuiH/brand-elementsI can’t access Pandora’s official branding info as it’s only available in the States, and I’m in Europe (site just shows a ‘not available outside of the US message).
…thanks for raising it with your team!
Tracy
In forum: Pinnacle ThemeIn reply to: Staff Shortcode Order Glitch
In forum: Pinnacle ThemeIn reply to: Alignment for Pinnacle Staff Shortcode
In forum: Ascend ThemeLooks like you’re adding padding to the top of your page titles, but that page is not using a page title so you just need to add padding to the top of your content. This css should work for you:
@media (min-width: 992px) { .page-id-16 div#ktmain { padding-top: 150px; } }Hope that helps!
Hannah
In forum: Pinnacle ThemeIn reply to: Portfolio not available in admin
In forum: Ascend ThemeThis reply has been marked as private.January 29, 2020 at 9:01 am #244011In forum: Virtue ThemeIn reply to: Transparent Header in Virtue Premium
Your css is homepage specific. You can make it not this way by changing it to this:
.stickyheader #kad-banner { position: absolute; width: 100%; background: transparent; transition:background .3s ease; } .stickyheader .is-sticky #kad-banner { background: rgba(255,255,255,0.8);} #kad-banner-sticky-wrapper { height: 0 !important; }Hannah
In forum: Ascend ThemeIn forum: Virtue ThemeIn reply to: Transparent Header in Virtue Premium
In forum: Ascend ThemeThis reply has been marked as private.January 29, 2020 at 8:31 am #244002 -
AuthorSearch Results



