Forum Replies Created
-
This reply has been marked as private.in reply to: forwarding does not work
We have checked and found that the issue is related to PHP 8.x. Please kindly update DHVC Form to the latest version 2.4.18 from Codecanyon, which resolves this problem.
Best regards.
in reply to: forwarding does not workDear, please check your email template and sure you enable that email (see attachment). If enable email template but it still not work. Please kindly give me admin account and your site URL via private reply. I will check details problem on your site to help you.
Best regards.
Attachments:
You must be logged in to view attached files.Dear, that problem maybe Impreza theme on your site use custom version of WPBakery plugin, please kindly send for me admin account your site via private reply, I will check details top help you.
Best regards.
in reply to: Installation ErrorDear, Please go to admin menu ‘Products -> Product template’ to create new product template, then you can see ‘Product related shortcode’ in WPBakery page builder panel (see attachment)
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Related productsDear, Please kindly update DHVC Form to latest version 2.4.16 and check again.
Best regards.
in reply to: Accessibility WCAG 2.2Dear.
Please kindly update DHVC Form to latest version 2.4.15 from Codecanyon and check again. your problem is fixed in plugin latest version.Best regards.
in reply to: Accessibility WCAG 2.2Dear.
Updating the theme on your website (pinotageshop.com) will not cause any data loss — all your uploaded content such as products, orders, customer information, and images will remain intact. These are stored separately in the database and media library, not within the theme files.
However, if you have made any custom code changes directly inside the theme files, it’s very important to move those customizations to a child theme before updating. This is because updating the theme will override all theme files, and any custom code added directly to the main theme will be lost.
To summarize:
✅ Your data is safe during a theme update.
⚠️ Custom code in the main theme will be lost unless it’s moved to a child theme.
✅ We recommend using a child theme to preserve your customizations across updates.
For safe, you can backup your site before update. And you can use Envato Market plugin to update theme. Or manual update theme via upload theme file
Best regards.
in reply to: Update the DMCS theme 1.1.24, to the current versionDear. We’re will soon release new version to update X(Twitter) Icon.
Also, if you don’t want use social icon, please go to that settings and remove it in list, example if the section icon in footer, please go to “theme option settings -> footer -> Footer Social Icon settings” and remove it.
Best regards.
in reply to: Social linksDear, Currently not DHPopup plugin not support settings to display popup on specific page, if you want do it, please kindly update DHPopup plugin to latest version 1.2.1 from CodeCanyon then add custom code to file
functions.phpof your theme to display popup on specific page. Code:add_filter('dh_popup_load_custom_popups', function(){ return array( array( 'page_id' => 0, // Require. Enter page ID want display popup 'popup_id' => 0, // Require. Enter popup ID to display 'open_event' => 'load', // Optional. default 'load' 'scroll_offset' => 10, // Optional. custom scroll offset for popup event 'sroll'. default '10' 'inactivity_seconds' => 0 // Optional. custom inactivity seconds for popup event 'inactivity'. default '0' ), //... more customs ); });best regards.
in reply to: PHP Fatal errorDear.
I have checked again, and I think the issue may be caused by the setting “Plugin run in action” being set to
wp.
Please deactive WPML plugin and activate DHPopup, then go to the admin menuDHPopup → Settings, and change the “Plugin run in action” setting toget_header. After that, please active WPML plugin and check again.If the plugin still not works correctly with WPML after changing the setting, you can optionally add the following custom code to your theme’s functions.php file to hide the edit popup link:
add_filter('dh_popup_show_edit_link', '__return_false');Also, please kindly update DHPopup plugin to latest version 1.2.0 from Codecanyon to compatible with WPBakery plugin latest version.
Best regards.
in reply to: PHP Fatal errorThis reply has been marked as private.in reply to: PHP Fatal errorThis reply has been marked as private.in reply to: PHP Fatal errorDear, Please kindly update DHPopup plugin on your site to latest version 1.1.21 from Codecanyon and check again. Your problem is fixed in plugin latest version.
Best regards.
in reply to: PHP Fatal errorDear,
I have check your site and I see that problem because conflict with style of your theme, To fix that problem, please kindly add Custom CSS code on your site:.dh-popup__inner .container { width: 100% !important; padding: 0 !important; }Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Plugin not working