Forum Replies Created
-
in reply to: linking out on images
Hello,
There is no option for that in the moment. We are going to launch an update soon with this feature added.
For the moment you can resolve that by editing the following file: themes\folie\includes\codeless_builder\shortcodes\cl_media.php find this line 75-77:
<?php if( $custom_link != '#' && ! empty( $custom_link ) ): ?> <a href="<?php echo esc_url( $custom_link ) ?>" class="custom-link"></a> <?php endif; ?>and replace with:
<?php if( $custom_link != '#' && ! empty( $custom_link ) ): ?> <a target="_blank" href="<?php echo esc_url( $custom_link ) ?>" class="custom-link"></a> <?php endif; ?>Let us know.
Regards!
in reply to: Google Tracking Code lost after updating the themeHello,
Please try to use this plugin instead: https://wordpress.org/plugins/google-analytics-dashboard-for-wp/
If you also can’t activated it, i think that the hosting itself is unreachable by google.
Let us know.
Regards!
in reply to: site slowHello,
The portfolio now is masonry.
Please check it out.
I have disabled one of the third party plugins that maybe is miss-configured. Your hosting seems to be very weak check your memory settings because i see that the mysql server goes down sometimes. This also cause the slowdown of your site.
Regards!
-
This reply was modified 7 years, 6 months ago by
Ruco.
in reply to: Fatal error ReduxHello,
Have you installed the plugins required by the theme. Probably you have third party plugin that conflict with Redux Framework.
Please try to disable any plugin that ins’t included within the theme.
Let us know.
Regards!
in reply to: Update theme via envatoHello,
We will check this issue with the envato plugin, but we recommend our users to update manually.
You have only to replace the june folder with the new just downloaded. Keep in mind to update the plugins too.
Let us know.
Regards!
in reply to: Hyperlinks not working in Folie ThemeHello,
Yes maybe the new Gutenberg editor can cause this. Try to use the classic editor instead the new one.
Check this article above :https://www.wpbeginner.com/plugins/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/
Regards!
in reply to: Codeless slider videon on ChromeHello,
I highly recommend you to use Revolution Slider. The Video player Plyr that theme use is outdated at the moment. We are planning to updated it soon.
Sorry for the inconvenience.
Regards!
in reply to: Demo did not load properlyHello,
I have tried on my local machine and the theme was installed with the Setup Wizard without any problem.
Please check if pages was installed? Anyway if the pages are installed you can try to change the header layout by login into WordPress Dashboard > Specular > Header Options > Header Style > Left / Right
https://imgur.com/a/cgwqzoHLet us know.
Regards!
in reply to: Handel – Home page menu layout & slider positionHello,
The description you have made make me think that there something wrong with the installation or with the version of the theme you are installing.
So first i recommend you to delete the theme and the db and install it again without using the child theme. You can activate the child theme after the whole installation is finished.
If the problem persist please contact us again and share your online link with creds so i can check the issue closer.
Let me know.
Regards!
in reply to: Handel – Slider plugins not workingHello,
This is an another Slider like Revolution Slider but that we haven’t used in Handel Theme. So you don’t need to install it.
Regards!
in reply to: June php errorsHello,
Our latest version is 1.6.4 this is the reason you are seeing this issue.
Please update the theme and also the Codeless Builder and you will not see these errors again.
Regards!
in reply to: Responsive BehaviorHello,
I have made some fixes. Now about the About us that back to full screen adds padding please can you check these lines on main.js:
$('.section-style').each(function(){ var self = $(this); if(self.css('padding-bottom') == '0px'){ var pad = $('.vc_column', self).last().css('padding-bottom'); if($window_width < 768){ $('.vc_column', self).last().css('padding-bottom', '40px'); }else{ $('.vc_column', self).last().css('padding-bottom', pad); } } });Try to remove this section:
if($window_width < 768){ $('.vc_column', self).last().css('padding-bottom', '40px'); }else{ $('.vc_column', self).last().css('padding-bottom', pad);Let us know.
Regards!
in reply to: Menu Style – Different FontHello,
I have just checked again : https://imgur.com/a/Ve1A1WQ
Maybe you are on cache, please open the site in another desktop and check it again.
Regards!
in reply to: Custom sidebar for different post categoriesHello,
We will take this in consideration but its difficult to achieve. You can add custom sidebar for blog pages and different categories but we can’t add custom sidebar for posts.
A possibility is the edit the single.php and add conditional to show certain sidebar on certain categories
Regards!
-
This reply was modified 7 years, 6 months ago by