sukiwp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Suki] How to remove the inline style added by themeSorry, but currently there is no available way to remove the inline CSS. We are using
wp_add_inline_stylefunction from WordPress to add the inline CSS. But there is no function to remove it.We would try something on this and make a solution in the next version.
Regards,
DavidForum: Themes and Templates
In reply to: [Suki] How to remove the inline style added by themeHi Sanjay,
Dynamic CSS is generated from our theme and it reflects your theme settings (colors, typography, spacing, etc.). If you remove this, you will only see the default styles of the theme.
Why do you want to remove this?
Regards,
DavidForum: Themes and Templates
In reply to: [Suki] Why isnt Header image responsive?Hi,
So what kind of mobile header layout that you want? Is there any design draft? Maybe you can use a bit of custom CSS.
The way we organize the layout on desktop header and mobile header is like this:
– Each section has a fixed height value (for further implementation, e.g. Sticky Header module on our Suki Pro addon).
– Header elements are put into each different column.In your example, you put the logo on left column, and mobile menu toggle on right column. It’s expected that the mobile menu toggle will never wrapped down below the logo.
Forum: Themes and Templates
In reply to: [Suki] Why isnt Header image responsive?Hi @recoil9
Thanks for using Suki and we’re really glad that you like it.
Can you share the site URL that you are currently working on?
Yes, we encourage users to input logo width, both for desktop header logo and mobile header logo. There are some reasons why:
– Suki supports SVG logo (using SVG for logo is really recommended because of its best quality). And specifying the logo width is required in this case. Otherwise the SVG logo width would be uncontrolled.
– Retina image. People want to have a really sharp logo (because it’s their branding). Thus, they will upload the retina version. So let’s say you want the logo to be 100px width, you could upload 200px logo image but set the width option to 100px. This way, your logo would look sharp on both normal and retina devices.
– We want consistency and defining logo width in “px” is the right approach in our opinion. If you use “%” or let the logo fluidly resize on smaller browsers, that would make your logo looks too small on some devices.
Let me know if you still need help with this. It would be better if you can share the site URL so we can point out how the solution would be.
Regards,
DavidForum: Themes and Templates
In reply to: [Suki] Removing author and date linksHi bggg12,
Sorry for the delay
Currently, there is no option to use date and author without links in post meta.
But if you’re familiar with PHP, you can override our template via Child Theme and remove the link from date and author info on post meta.
Regards
Forum: Themes and Templates
In reply to: [Suki] Cart Icon customizationHi lexroid,
You can replace the cart icon with your own custom icon, e.g. cart or shopping bag icon from FontAwesome 5. This ability is available on our premium addon, the Custom Icons module.
As for the product counter, you can tweak its position and colors using custom CSS. But you would need at least basic CSS knowledge to do that.
Regards
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Works only on HomepageHi Mark,
You need to set the Display Conditions correctly in the popup settings. Perhaps you have set it to only display on homepage.
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Popup opening only once!Hi Krishna,
Did you by chance set the “Avoid multiple Popups” option on your popup settings?
Hi Peter, Sorry for the delay.
No, you can uninstall this plugin. This plugin is only a helper to get the popup trigger URL.
Forum: Themes and Templates
In reply to: [Suki] Image sizesYes, the unused generated images won’t slow down your website. They only take your server’s hard disk space.
By the way, for “medium” and “large” image sizes, WordPress will keep the original image size ratio.
For example, you uploaded 1200×900 image (4:3 ratio). WordPress will generate 1024×768 (4:3 ratio) instead of 1024×1024.
Forum: Themes and Templates
In reply to: [Suki] Image sizesHi,
Sorry for the delay.
You don’t need to worry about the image sizes generated by WordPress. When using images inside a post or page, you can choose the image size that you want to use. If you create your image to be in actual size, you should choose “Full” size when embedding an image into your post or page.
Regards
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Popup Not Working on Mobile DeviceHi,
About the popup being displayed only once, Elementor has an option to make the popup appears only once. Maybe it’s the cause in your case.
You could check this similar discussion: https://wordpress.org/support/topic/popup-appear-only-once/
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Popup Not Working on Mobile DeviceHi,
Did you mean you purchase Elementor Pro?
In that case, you might need to contact their support.
This plugin is only a helper plugin to reveal the hidden trigger URL that Elementor Pro is using behind the scene. This plugin is free and not associated with Elementor Pro team.
Let me know if you still need øur helps on this.
Forum: Plugins
In reply to: [Popup Trigger URL for Elementor Pro] Content Not FoundHi,
The issue is unlikely caused by this plugin because:
– This plugin uses the original mechanism that is used by Elementor Pro.
– This plugin doesn’t use any custom trigger mechanism.
– This plugin doesn’t modify any Elementor content.
– This plugin doesn’t add any data on the WordPress database.What this plugin does:
Only reveal the trigger URL that is by default hidden and privately generated by Elementor Pro itself, so that you can put the link anywhere outside the Elementor content scope.
Here’s how you can check what this plugin does:
– Create a new page using Elementor and add a button. Set the button link to Dynamic > Popup > Action: Open > Select your popup.
– Create a new page again, this time use the default editor. Add a button or link text and put the trigger URL (revealed by this plugin) on its link URL.
– Check both pages on the frontend. You will notice that both buttons will have the same “href” value.
– If you are not using this plugin, you can’t get the trigger URL and put it on button or link inside the default editor.
—
So in your case, that might be caused by other 3rd party Elementor addons. Since the Elementor 2.6.0 update, there might be some compatibility issues on 3rd party addons.
Forum: Reviews
In reply to: [Popup Trigger URL for Elementor Pro] Very good, does the job nicelyThanks for your feedback 🙂