Forum Replies Created
-
AuthorPosts
-
Hi Thorsten,
I see, I have checked it and it shows this error in the console:
This API project is not authorized to use this API. Please ensure this API is activated in the Google Developers Console: https://console.developers.google.com/apis/api/geocoding_backend?project=_ For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-keyI have tested out your API key and it seems that’s the problem since I can use my api key without any issue but when your api key is applied it shows the same error that appears on your end. Try to check this post: https://www.wpgmaps.com/documentation/how-to-generate-a-google-maps-geocoding-api-key/ if that doesn’t work try to create a new api key.
Best regards,
NikkoMay 9, 2017 at 2:16 pm in reply to: HELP!!! URGENT CLIENT DEMAND !!! – Theme crashed and does not reload! No Restore #790274Hi,
We don’t offer chat support, but we will try our best to answer you as quickly as we can, as we are also supporting other Enfold users.
I could see this error in the backend:
PHP version 5.3.0 or above is required for "Master Slider" pluginCan you try to upgrade your php to atleast version 5.6, Layerslider also don’t work properly below php 5.3 which might be the cause of the problem. Can you also give us ftp access? so we can try to check for php errors and try to debug it.
Best regards,
NikkoHi Anne,
You’re very much welcome, glad that hear that it’s all working fine. Thanks for using Enfold :)
Best regards,
NikkoHi,
I have checked it and it seems when trying to import a demo, this error appears:
admin-ajax.php 500 (Internal Server Error)FTP credentials, there’s a cpanel you should find FTP Accounts, if none, try to search in google how to get ftp credentials with your webhost.
Best regards,
NikkoMay 9, 2017 at 1:39 pm in reply to: Contact form element – how to include reply-to email address? #790246Hi,
Glad to hear that! Thanks for sharing the solution :)
Best regards,
NikkoHi,
Glad to hear that it’s fixed. :) You’re always welcome and thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for using Enfold :)
Best regards,
NikkoHi,
Thanks for providing the login, I have removed the tag and the inline styles on the table and added and id for it mytable. Then in Quick CSS (located in Enfold > General Styling), I have added this css code:
#mytable td { background-color: #ededed !important; border: 1px solid #fff; text-align: center; }You can change the background color as well as the color or the border and the thickness. As for the spacing, there’s a 50px padding, I have added this css code in Quick CSS:
.page-id-511 #after_layer_slider_1 .content.av-content-full { padding-bottom: 20px; }That should reduce 30px of the space, but you can adjust it as you see fit. Hope this helps :)
Best regards,
NikkoHi,
Thanks for providing the admin access. I have checked your contact page and google map seems to be working fine, I checked both backend and frontend, there are no errors. Can you give us steps on how we can reproduce the error?
Best regards,
NikkoHi,
Probably there are some custom codes added by your client in functions.php that would have added it in widgets. You should be able to use the shortcode for the same purpose in widget area.
Best regards,
NikkoHi,
I have already trashed the 2 posts. The login link you gave still shows the same error, please let us know if it’s up.
Best regards,
NikkoHi,
Can you give us temporary admin and ftp access? so we can check on it further. You can post the details in Private Content, so only moderators can see it.
Best regards,
NikkoHi,
I have checked your site and it seems like Abyssinica font is working fine and I can’t see any error in the console that is related to fonts.
Best regards,
NikkoHi,
You can see it at the bottom of footer.php:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>Hope this helps. :)
Best regards,
NikkoHi Kristof,
I have asked Kriesi for it, however it was also stated in Themeforest: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
more than 30 PSDs included with almost every page template you see in the “Enfold Default Demo”So the psd files should only include Enfold Default Demo pages.
Best regards,
NikkoHi,
I have checked it and it doesn’t seem possible to change the background color of the table via css since the inline style’s background color is using !important (see screenshot in private content) forces the background color not to get overriden with any style and based on css priority inline styles are much superior to external css. Can you give us temporary admin access? so we can check the backend.
As for the spacing in the footer, I think you are referring to the 2nd and 3rd column, which I shows some separator widgets, try to remove those and that should reduce the gap.
Best regards,
NikkoHi,
You should be able to find avia_title function in functions-enfold.php (line 360-438, in Enfold 4.0.5). Just want to confirm if the screenshot you posted is a page/post that can be edited in the backend? if it is, you might want to edit the page/post then there’s a setting on the sidebar Title Bar Settings which you can set to Display only title. Hope this helps. :)
Best regards,
NikkoMay 9, 2017 at 11:31 am in reply to: Only a specific page has a different font color on the footer area #790158Hey Ayumi,
I have checked the page and it seems like the footer is wrapped inside the Color Section (av_section_4) thus inheriting the colors which isn’t for the footer. I tried to check the backend but this is what it shows:
Forbidden You don't have permission to access /WP3/wp-admin/ on this server.Best regards,
NikkoHi,
Glad we could help :) Let us know if you need more assistance regarding this topic or if we can close this thread.
Best regards,
NikkoHi Annelies,
I tried to access the link you gave however it returns this (have replaced the url in private content with domain.com):
This site can’t be reached www.domain.com’s server DNS address could not be found.Best regards,
NikkoHi,
You can upload the screenshot in http://imgur.com/ and post the link here (you can put it in Private Content if you want it to be visible only for moderators). Can you also give us temporary admin and ftp access? so we can try to debug it for you.
Best regards,
NikkoHey eulogic,
Can you post a link to the page mentioned? so we can have a closer look.
Best regards,
NikkoHi,
Thanks for providing the ftp access, have checked on it and it seems there’s a problem with compression, if I remove this code from .htaccess:
mod_gzip_on Yesit does remove ERR_CONTENT_DECODING_FAILED error and admin-ajax.php status becomes 200 instead of showing failed but instead of showing the spinning icon endlessly it does show this in error:
OK The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.I couldn’t fix the problem but the solution on this post might help: https://stefantsov.com/fixing-err_content_decoding_failed-in-apachephp/
What helped Adding zlib.output_compression = On to php.ini helped me. Issue was solved.Hope the solution on this post would help :)
Best regards,
NikkoHi,
Can you also give us ftp access also? so we can test the code we suggest :)
Best regards,
NikkoMay 9, 2017 at 9:39 am in reply to: menu to be shown in front of the image(s) in the GRID ROW #790102Hi,
Glad to hear that! Let us know if you need more assistance or if we can close this thread :)
Best regards,
NikkoHey (Email address hidden if logged out) ,
Sure, we will help you. Try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_elegant-blog #top .post-meta-infos .blog-categories, .html_elegant-blog #top .post-meta-infos .text-sep-cat { display: none; }Let us know if this helps :)
Best regards,
NikkoHey Jörg,
I have checked it and used my google api key and it works fine (screenshot in private content), You have this error: Your API project may have been deleted from the Google API Console as specified in here: https://developers.google.com/maps/documentation/javascript/error-messages#deleted-api-project-map-error to fix this try to create a new project from google to obtain another api key. Hope this helps :)
Best regards,
NikkoHi,
I have checked and css alone isn’t enough to fix this, can you give us ftp access also? it’s much safer to add some codes (will be posting it here once done) using ftp than using the wordpress dashboard.
Best regards,
NikkoHey ccyran,
Just to confirm, are you referring to this (text in private content)?
Best regards,
NikkoHi,
Glad to hear that. :) Let us know if you need more assistance or if we can close this thread.
Best regards,
Nikko -
AuthorPosts
