Forum Replies Created
-
in reply to: Problems with widgets
Hi,
You have various possibilities:
1. Modify header.php/footer.php directly on theme files
2. Install child theme (but I don’t recommend if you haven’t done this before) and modify header.php or footer.php so future updates will not replace it
3. Go to Appearance -> Widgets, add Custom Html widget to footer widgets
Thank You
in reply to: Important Update Required!Hi, first of all, I see your website in bad conditions. Can you please open a new ticket and send me the credentials to check the website?
in reply to: Important Update Required!Sorry It was my mistake.
Did you uplaoded to the latest version of theme?
I think you have installed the new builder before updated theme
in reply to: Important Update Required!Hi,
Sorry but I see that you are using Handel 1.0.0, first version!
Please go here: https://themeforest.net/item/handel-responsive-multipurpose-business-theme/20506941 (login with Envato user/pass) and re-download the new version.
Or, install the Envato Market Plugin and update directly from WP Dashboard.
Thanks
in reply to: Important Update Required!Hi,
You can update it using Envato Market Plugin or directly manually from FTP upload the new theme folder.
Take a look at this article for instagram token: https://elfsight.com/blog/2016/05/how-to-get-instagram-access-token/
and use this https://codeofaninja.com/tools/find-instagram-user-id for getting userid
Thank You
in reply to: Revolution Slider HTML5 video not showing in SafariHi,
I have checked this. We can’t do more about that, it’s a safari or revolution slider issue.
Here it is a solution:
https://apple.stackexchange.com/questions/179642/safari-8-fails-to-play-any-mp4-video-in-browser
Try to convert the video format to another one, for example, WEBM and re-try.
Thanks
in reply to: Visual Composer Update 6.0.3 to 6.0.5 doesnt workHi,
Please update to the latest version of Picante theme and also follow these instructions:
Thanks
in reply to: Error during Themes installation [modules[Hi,
I have installed WPBakery, but I see that you have tried to install different template.
Can you make a fresh wp installation? So it will not create a mixing of theme options?
Also, the error message is just a warning message, you need to change WP_DEBUG param on wp-config to FALSE
Thanks
in reply to: PSD or Raw file of Page TitlesHi,
Sent with email
Regards :)
in reply to: Single Post doesn't show Featured ImageHi,
Sorry, I don’t understand the issue. Can you please send me a link and credentials to check this?
Thanks
in reply to: Problem with Codeless Builder/WPBakeryin reply to: Font size Heading Heder MobileOn css/bootstrap-responsive.css
I see these lines starting at 1333:
@media (max-width: 480px) .header_page.centered h1 { line-height: 50px !important; height: 50px !important; top: 50%; position: absolute; margin-top: -35px; }Please remove them.
Thank You
in reply to: Products are not shown on category pageHi,
Sure I can help you.
Please give me site link and credentials to check this
Thanks
in reply to: Divider full width on mobileYou’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
in reply to: Font size Heading Heder MobileMaybe you need to fix letter-spacing?
@media (max-width:767px){ .header_page.with_subtitle.centered .titles h1{ font-size:14px !important; line-height:35px; letter-spacing: 2px !important; } }