Kraft Plugins Team
Forum Replies Created
-
Hi @crhodes9898,
Yes, it can be done with some CSS code. Please explain your requirements with details so that we can provide the necessary CSS code.
Thank you.
Hi @crhodes9898,
Thank you for the link. You can add the below CSS code:
.affx-pdt-table-single .affx-pdt-img-wrapper img{
max-width: 150px !important;
padding: 20px 0;
}
.affx-pdt-table-single .affx-pdt-img-wrapper{
text-align: center;
}You can adjust the max-width value to suit your preference. Let us know if you face any issues or have further questions.
Hi @crhodes9898,
Sure we can provide the necessary CSS code. Please share the link to the post/page where you have used the product table.
You can also reach out to our support team directly for any help related to CSS through our website. Our senior developer can directly respond to your queries and provide necessary CSS.
Once you provide the link, we will provide the necessary code here.
Thank you.
Hi @crhodes9898,
The image size adjustment feature is missing for different devices. We have noted it down for future development. For immediate fix, you can use the below CSS code via Appearance > Customize > Additional CSS.
/** for tablet devices **/
@media (max-width:1024px){ .affx-single-product-wrapper .affx-sp-img-wrapper img{ max-width: 250px !important; } }
/** for mobile devices **/
@media (max-width:767px){
.affx-single-product-wrapper .affx-sp-img-wrapper img{
max-width: 180px !important;
padding: 20px 0;
}
}You can adjust the width value. Let us know if you still face any issues.
Hi @activeenglish,
The plugin doesn’t send us any information about the users who visit your website. Neither does it store any information about the visitors who visit your website on your website.
We recommend checking the privacy policy of the websites which you are promoting on your website.
Thank you.
Hi @babarali124,
Thank you for loving our plugin. We are sorry to hear that you are facing an issue.
We checked your site, and the CSS is not loading for some parts on the frontend properly – https://prnt.sc/IW6ryxN4Fqvc
Sometimes this can be due to a conflict of plugins. Can you please deactivate plugins one by one and check to find the conflicting plugin? If you have implemented caching on your website, please clear it. Further, modification of CSS files also causes this issue.
If this doesn’t resolve the issue, let us know.
Thank you.
Due to inactivity, we are closing this topic.
If any further questions, we recommend reaching out to our support directly or creating a new topic.
Hi @guaranis,
We have the option to add image from external source. In some blocks, we also have an option for Sitestrip, where you can add the HTML code.
We have plan to add external sources and HTML options in all our blocks.
Thank you.
Hi @arsenaldpes14,
We are sorry to hear that you are facing an issue.
We tried to replicate it on our end and it worked smoothly. Please check these screenshots – https://prnt.sc/wnsi_IXb-_wT https://prnt.sc/EFxWBXattuZr
Please ensure that you have cleared the cache and there are no issues on your browser console.
We may not be active in the support forum all the time. We recommend you to reach out to us for support through our helpdesk here so our senior developer can also assist you.
Thank you.
Hi @wollens,
We have this feature available for only few blocks, but we have plans to add the option in all our blocks.
Thank you.
Forum: Plugins
In reply to: [Wheel of Life: Coaching and Assessment Tool for Life Coach] Active CampaignHi @edgarlarsen,
We don’t have this feature now, but this is something we plan to add.
Instead of sending them directly to your email platforms, there will be an option to export the list of the customers who requested the results.
Thank you.
Hi @arjunsehgal,
We don’t have this feature now but we have a plan to include this feature soon. We have receive similar request from other users as well.
Thank you.
Hi @gmmedia,
On archive and blog pages, there are multiple templates as per theme, one where it displays the block content, and one where it doesn’t display block content, just title and default blocks. Further, user also have the option to display the excerpt or full content on blog and archive pages.
There isn’t possibly anyway to check this, so we only check if the content has_block which returns true in both the above mentioned cases, hence the CSS are enqueued in archive and home pages.
For now, we will go with this approach. In the future, we can consider including the feature (a toggle button) to disable it on the archive pages.
Thank you.
Hi @gmmedia,
Thank you for letting us know about this issue. We have fixed the issue and released an update. You can update the plugin to the latest version.
If you still notice any issues or have questions, please let us know.