Forum Replies Created
-
AuthorPosts
-
FocuxTheme SupportKeymaster
Hi
1. For changing the thumbnail height, edit the page with Elementor > edit the EDD Product widget, you can adjust the thumbnail height there https://prnt.sc/ujo84s
For changing the icon, you can use the js code to replace the plus icon to another icon without changing the template. Add the following JS to Appearance > Theme options > Custom Codes > Custom Javascript:
(function($){ $('.tvtk-grid-item').each(function() { $(this).find('.button-area .view i').removeClass('fa-plus'); $(this).find('.button-area .view i').addClass('fa-adjust'); //You can replace fa-adjust to yours from the fontawesome library. }); })(jQuery);
2. It’s hard to change the order based on the current template, you have to copy single-download-standard.php to your child theme folder, and customize it. This issue is out of the scope of our support.
Thanks
September 17, 2020 at 4:57 pm in reply to: Titles not showing on page. Portfolio Archive images are not showing on mobile. #31168You must have valid license to access this content.FocuxTheme SupportKeymasterHi
What the version of your slider revolution plugin? You can try to install the latest version https://www.dropbox.com/s/iy8wu3u7jk8fq2x/revslider.zip?dl=0
Thanks
September 11, 2020 at 11:40 am in reply to: Titles not showing on page. Portfolio Archive images are not showing on mobile. #31088You must have valid license to access this content.You must have valid license to access this content.FocuxTheme SupportKeymasterHave you fixed by yourself? I see now it display as normal.
Simply, just select fullwidth page template.FocuxTheme SupportKeymasterIs it login status when you visit the page on the mobile? If yes, the gap is generated by WordPress admin bar, it means that if you logged out, the gap will be disappeared.
You can try to turn off the coming soon page, check how about it if you logged out.
FocuxTheme SupportKeymasterIn the page editing screen > DGWork page settings area https://prnt.sc/ues3q6
You must have valid license to access this content.September 10, 2020 at 8:45 am in reply to: SimpleKey New documentation available to Download! #31053You must have valid license to access this content. -
AuthorPosts