Forum Replies Created
-
AuthorPosts
-
May 20, 2018 at 4:34 pm in reply to: how to to make Preview Type (Picture) in product page template 1 to fit the div #20276
FocuxTheme Support
KeymasterHi
1. Can you post a screenshot? Maybe the picture height is smaller than DIV?
2. Have you set the external link in preview URL field? https://www.dropbox.com/s/qh1z1oohr517yjy/Screenshot%202018-05-21%2000.39.36.png?dl=0
Thanks
FocuxTheme Support
KeymasterHi
Two methods you can select:
1. Actually, you can insert your code to Purchase Confirmation page content as below, even the code is not in the head tag, it will works as normal.
https://www.dropbox.com/s/8itwppbh8wa41zj/Screenshot%202018-05-21%2000.20.44.png?dl=02. You should find out the Purchase Confirmation page id, let’s say this page id is 5, then add the following codes to your functions.php
add_action('wp_head',function(){ if(is_page(5)){ echo ''; } });You can find the page id in URL when you edit this page. https://www.dropbox.com/s/s3zvbhdztid96a9/Screenshot%202018-05-21%2000.34.09.png?dl=0
Thanks
May 17, 2018 at 9:11 am in reply to: Portfolio Super Slow Loading because of Large Number of Portfolio Posts. #20248FocuxTheme Support
KeymasterHi
I think the only one solution is using infinite scrolling. But only one thing I’m not sure, whether the filter will work for the appended posts. So, I have to give a test. I will let you know later.
Thanks
May 16, 2018 at 9:18 pm in reply to: The 'Read me' Enter button on site stopped working after update #20241You must have valid license to access this content.FocuxTheme Support
KeymasterGlad to hear this 🙂
You must have valid license to access this content.FocuxTheme Support
KeymasterSorry that I still can’t reproduce the issue 4. I tested on 3 different android phone with different browsers, it works fine, but I don’t have Samsung Note 3, I can only test it with this simulator http://troy.labs.daum.net/ but it still works fine.
is “Mobile internet” native browser on Samsung Note 3?
FocuxTheme Support
KeymasterHi
Fixed, please check.
I made the content block post type public now, but it’s not a perfect solution, I will fix this issue in the next version of ThemeVan Shortcodes.
Thanks
FocuxTheme Support
KeymasterSorry for the delay.
When I logged in, it shows me this error: “INSECURE PASSWORD: Your login attempt has been blocked because the password you are using exists on lists of passwords leaked in data breaches. Attackers use such lists to break into sites and install malicious code. Please reset your password to reactivate your account. Learn More”
FocuxTheme Support
KeymasterPlease go to WPBakery Page Builder > Role Manager, select tmvs_content_block post type.
Thanks
-
AuthorPosts
