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: Pinnacle Theme
In reply to: Featured Image not showing on POSTS under the tittle
In forum: Virtue ThemeIn forum: Ascend ThemeIn reply to: Ascend: Image Menu Item and Portfolio Grid template
Page in questions are:
and
In forum: Ascend ThemeI can’t remember how to control the color, opacity, line thickness and border width of the line for this widget. It also shows up again when I have a page whose template is “Portfolio Grid”.
Widget: Image Menu Item: When you hover over them, the image slightly enlarges, there is a slightly blue over color overlay, a white thin line border comes up and a title. The main title moves up slightly and the subtitle prints under it.
Portfolio Grid: When you hover over them, the image slightly shrinks, there is a slightly blue over color overlay, a white line border comes up and a title.
I suspect the color is the primary color under the Theme Options > Basic Styling.
But how do I control the opacity, line border width, and whether it shrinks or enlarges? /Bob
In forum: Virtue ThemeMy portfolio grid pages are set to three columns. If there are only three or fewer items displaying on the page, and thus only one row, a large white space is displaying at the bottom of the page below the footer (on desktop only, phone is fine).
If there are more than three items, and the grid has two rows instead of one, then there is no white space displaying below the footer.
How can I get rid of this white space on the pages with only one row? When I use the web inspector I am unable to select this white space to see what is causing it.
I will send links in a private reply.
In forum: Membership ForumsIn reply to: Conflict With Offload Media
October 22, 2019 at 1:59 pm #239279Yeah I can add some built-in checks for it, it seems off though. the_content section is only a small part of the real content that gets loaded on a page. Sidebars, headers, footers and basically anything extra would(and should) never run through the_content filter and neither would any generated CSS so really strange to me they don’t have a better system. It seems like if the images are not accessible via the URL that they are saved into the database you would have issues like this with everything you wanted to do outside of simple pictures on a page.
In forum: Membership ForumsIn reply to: Conflict With Offload Media
October 22, 2019 at 10:20 am #239264I think what they mean by “Local” is wp-content/uploads urls. Since kadence is adding the background image to the page css I dont know if offload media filter to convert the wp-content/uploads local url to cloud url s3:// is actually firing or Kadence is not using the_content. Is there a filter that kadence applies to the_content before it adds it to the page as css? Could we possible apply the as3cf_filter_post_local_to_provider filter provided by offload media to the kadence filter?
$content = 'Lorem ipsum... <img src="http://wordpress.dev/wp-content/uploads/2017/03/image.jpeg" alt="" width="300" height="200" class="alignnone size-medium wp-image-491" />'; $content = apply_filters( 'as3cf_filter_post_local_to_provider', $content ); // $content = 'Lorem ipsum... <img src="https://s3-eu-west-1.amazonaws.com/your-bucket-name/wp-content/uploads/2017/03/image.jpeg" alt="" width="300" height="200" class="alignnone size-medium wp-image-491" />';Offload media takes media and sends it to AWS S3 and rewrites urls on page load to the proper place
-
This reply was modified 6 years, 6 months ago by
Online2020.
In forum: Pinnacle ThemeIn reply to: Kadence Wootemplate Builder Plugin Gone
October 22, 2019 at 10:00 am #239261Hey Michael,
This appears to have been a bug in our system, you can download the latest version of Woocommerce templates on your account page here: https://www.kadencewp.com/my-account/my-api-downloads/ and that will bring back your custom templates.Ben
In forum: Membership ForumsTopic: Conflict With Offload Media
October 22, 2019 at 9:44 am #239260We are using Kadence Blocks to create some page layouts and the way the blocks use background images are they are added to the head as a style on page. Is there a filter or constant that we can set to for using the cdn link when inserting an image as a background image? Our response from the plugin developer was this – Looks like Kadence Blocks doesn’t use a standard WordPress function for getting an image URL to insert into its custom CSS bock. If they can’t fix that for you, then maybe they can offer a filter that they have that can be used to run one of our filters as per the folowing doc.
In forum: Virtue ThemeOctober 22, 2019 at 9:17 am #239255You have SG Optimizer installed and active, and you have “Dynamic Caching” enabled and is caching the output of the page. That “page cache” is different then browser cache and is why you don’t see the admin bar until you reload. It’s very much a good thing because it means your site isn’t having to re-query everything for every page load.
The theme doesn’t control this, doesn’t affect caching and doesn’t affect the admin bar, also I can’t find anything in the changelog for the latest versions of WordPress that would show something changed with the admin bar.
I hope that helps!
Ben
In forum: Virtue ThemeIn reply to: Possibility to add countdown timer in virtue
October 22, 2019 at 9:09 am #239253Hey,
“composer” is not a word that I would associate with Kadence. Do you mean Kadence Blocks? Or a page builder plugin?Ben
In forum: Virtue ThemeIn reply to: GDPR checkbox in testimonials…
October 22, 2019 at 9:08 am #239252within the pot file, you can find:
Please check to consent to our %s.that will not be in the string translations but part of something you would translate with loco translate: https://wordpress.org/plugins/loco-translate/In the shortcode you can add a change then in your translation of the page you can change it
[kad_testimonial_form location="true" position="true" enable_consent="true" link="false" enable_math="false" consent_label="Please check to consent to our <a href='LINK'>privacy policy</a>."]Ben
In forum: Virtue ThemeIn reply to: Managing Before/After Add to Cart
October 22, 2019 at 9:00 am #239251I contacted WooCommerce for support and they said this is controlled by the theme.
That is simply not true so I assume they didn’t understand what you were asking. I don’t have the code for that plugin but I can certainly tell you that a theme doesn’t set where it’s supposed to output. That would be within the plugin itself, and to change it would require overriding code in the plugin.
A simple test you can do is activate another theme, it will show in the same place regardless of the theme because it’s the plugin that is hooking into the page before the add to cart button.
Ben
In forum: Ascend ThemeTopic: Remove “…” from excerpt
Hi guys,
I want to remove the “…” from the excerpt. See example page *Login to see link . I’ve seen the previous answers about the custom get_excerpt but that also removes the read more link which I want to keep.
Any ideas?
Thanks
BillyIn forum: Virtue ThemeI’m using Kadence WooCommerce Elementor Pro to make my layout and trying to figure out how to move some messages generated by the Automattic WooCommerce Points and Rewards plugin. It appears that the messages are being hooked in before Add to Cart but after the variation dropdown. I contacted WooCommerce for support and they said this is controlled by the theme.
The specific messages that I am trying to move are “Single Product Page Message” and “Variable Product Page Message” and I’d love to move them to different places. I want to move “Variable Product Page Message” beneath the short description and “Single Product Page Message” beneath the Add to Cart button.
I have added a related question in a separate post: *Login to see link
-
This topic was modified 6 years, 6 months ago by
Kassondra.
In forum: Ascend ThemeIn reply to: Create 2 Galleries on a page
I’m sorry this isn’t more clear. We are hoping to have more videos in the future! Have you seen our overview video? Click “Watch Video” here: https://www.kadenceblocks.com/It gives a brief overview of how Kadence Blocks works and what it can do.
Can you please tell me where you’re getting stuck? Have you tried adding an Advanced Gallery block to your page?Hannah
In forum: Ascend ThemeIn reply to: Create 2 Galleries on a page
I still don’t understand what I need to do next. Your first instruction does not work. The gif you have on you on this page goes so fast I can’t absorb it. https://www.kadenceblocks.com/docs/setting-block-defaults/
Could you explain how to proceed?
I wish you would have done video tutorials to begin with.
In forum: Virtue ThemeTopic: Column cut off
Hello, I’m using a three column layout, and it looks great on desktop, but on mobile (where i’ve set it to collapse to three rows), the first column gets cut off by the second column. I’ve matched every setting for each of the columns and their associated info boxes, adjusted mobile settings and padding/margin, and I’ve rebuilt from scratch, but that first column keeps cutting off. If I remove that first column, it works fine. Any idea what this is happening? Link: *Login to see link
Thanks!In forum: Ascend ThemeIn reply to: Create 2 Galleries on a page
You actually don’t need the gutenberg plugin. It is now a part of WordPress.
When you create a new page it should direct you to the blocks editor and there you can add an advanced gallery block.
You can find documenation for kadence blocks here: https://www.kadenceblocks.com/docs/Hannah
-
This reply was modified 6 years, 6 months ago by
-
AuthorSearch Results


