Forum Replies Created
-
in reply to: Custom font does not work. HELP!This reply has been marked as private.in reply to: Custom font does not work. HELP!
Please if you like our theme rate it with 5 stars.
Thank You!
in reply to: Custom font does not work. HELP!Hello,
I think now it’s ok I have added the code into the style.css file.
@font-face { font-family: 'Avenir Next Bold'; src: url('font/AvenirNext-Bold-01.ttf') format('truetype'); font-weight: bold; font-style: normal; }You haven’t call the font.css file in the functions.php file this is the reason that the font doesn’t load.
Let us know.
Regards!
in reply to: Site breakdown after updating themeHello,
The problem was caused by the missing update of the theme. You have updated the plugins but not the theme.
Our latest version is 1.7.5, now to fix momentarily the problem you can edit the file: includes/codeless_customizer/codeless_customizer_config.php.
Kirki_Fonts_Google::$force_load_all_variants = true;replace with:
if( !class_exists( 'Kirki' ) ) return; if(class_exists('Kirki_Fonts_Google')) Kirki_Fonts_Google::$force_load_all_variants = true;Please remove the bad rating on themforest.net.
Regards!
in reply to: Tower: Site inaccessible after updateHello,
I have resolved this issue by replace the ABSPATH into get_template_directory().
In the next update will fix this issue.
You can continue to work without any problem now.
Sorry for any inconvenience.
Regards!
in reply to: Codeless not loadingHello,
The blank page means that there is a PHP error. Please, can you share in your user details your wp credentials so we can check out which is the cause?
Regards!
in reply to: Product title linkHello,
Please, can you share with us your wp credentials at your profile details so we check the issue closer?
Let me know.
Regards!
in reply to: Tower: Site inaccessible after updateHello,
I see that your path is wordpress/wp-content/plugins/codeless-framework/admin/core/shortcodes/shortcodes.php wrong.
The “wordpress” directory doesn’t exist.
Have you changed any hosting or any folder name.
Also, I see that you use a managed WordPress hosting provider. Please contact them and tell them about the directory problem.
Let us know.
Regards!
in reply to: How to change the custom font?Hello,
No sorry, we haven’t a solution for Shopify.
Regards!
in reply to: Css and Js file not fetch from CDNHello,
The only thing is to change the size of the image manually and re-upload them. We can’t make different thumbnails for any element, if we will do this the page will be very heavy on load.
So the easy way is to change the images size manually and re-upload them.
Let us know.
Regards!in reply to: Folie Portfolio Next/Back Buttons ProblemThis reply has been marked as private.in reply to: Folie Portfolio Next/Back Buttons ProblemHello,
We have just checked your online link. I don’t see any of our themes. Did you have changed the theme.
Please let me know.
Regards!
in reply to: Logo on the topHello,
We have just found you issue. You have only changed the publishing option on the customizer from Publish to Save to Draft (Salva in bozza)
Everything now looks ok.
Let me know if you have any further question.
Regards!
in reply to: Blog ResponsivenessHello,
Sorry for the delay.
We have just fixed by adding this line of css into Custom Css Box:
@media (max-width: 480px){ article iframe{width:100%;} }Let me know if its ok now :)
Have a nice day !