Forum Replies Created
-
AuthorPosts
-
May 20, 2019 at 12:27 pm in reply to: Error when clicking the magnifying glass icon in the search drop down #1102457
Hello,
And sorry for the late answer. The problem is solved. Can’t remember how, sorry. You are very welcome to close this issue.
Best Regards,
RikardWonderful!
Thank you so much Ismael! You are very welcome to close this thread, if you like.
Best Regards,
RikardThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hello Ismael,
Yes, you can access (Email address hidden if logged out) email account from my cpanel.
Best Regards,
RikardHello,
Absolutely. Here it is.
Best Regards,
RikardHello,
It’s the one called projekthjalpen.se
Best Regards,
RikardAny ideas?
I have several commercial sites suffering from this and it’s beginning to be quite a problem.
Best Regards,
RikardHello,
How do I make Appearance > Editor panel accessible? (I have not made anything to make it inaccessible. It has been that way by default.)
Anyways, the only code I could find when searching the functions files for “map” were the following
In themes/enfold/functions.php:
register_widget( ‘avia_google_maps’ );
In themes/enfold/functions-enfold.php:
if(!function_exists(‘avia_maps_key_for_plugins’))
{
add_filter( ‘script_loader_src’, ‘avia_maps_key_for_plugins’, 10, 2 );function avia_maps_key_for_plugins ( $url, $handle )
{
$key = get_option( ‘gmap_api’ );if ( ! $key ) { return $url; }
if ( strpos( $url, “maps.google.com/maps/api/js” ) !== false || strpos( $url, “maps.googleapis.com/maps/api/js” ) !== false )
{
// if no key, we can generate a new link with our key
if ( strpos( $url, “key=” ) === false )
{
$url = av_google_maps::api_url( $key );
}
}return $url;
}
}and
Google Map Settings:
[av_privacy_google_maps]in themes/enfold-child/functions.php:
nothing
Disabling the above did not help. Did I miss something? WHen searching for “google” I came across som funtions related to google webfonts and tracking code as well, in themes/enfold/functions-enfold.php but maybe I should search for something else (functions-enfold.php is 2263 lines high)?
Best regards,
RikardHello,
I deleted the project, created a new one and made sure that it has functioning payment methods attached to it, created a new API key and added in the Enfold Child Theme Options-page. Still the same result. I have done this procedure before with the same result.
Best regards,
RikardJanuary 10, 2019 at 2:34 pm in reply to: Content not visible in admin interface after installing wordpress 5.0.2 #1052336This reply has been marked as private.Hello Ismael,
Do you mean for projekthjalpen.se? That project has not been deleted. I have added the login for that project as private content so you can check for yourself.
The google map in riddersvik.nu is working. I only added that if there might be any hints. But I really guess there will be no hints since the the map is so old that it is probably not affected by Googles changes to their map services.
(To make things easier, we can leave out frakka.se of the the discussion, if that’s OK by you?)
Best regards,
RikardJanuary 8, 2019 at 11:30 am in reply to: Content not visible in admin interface after installing wordpress 5.0.2 #1051335Here are the logins.
January 8, 2019 at 11:29 am in reply to: Content not visible in admin interface after installing wordpress 5.0.2 #1051331Hello Rikard,
- This reply was modified 5 years, 10 months ago by Prenko.
Sorry, I forgot to save the API key in the admin user interface. It is now added again (still not working) and saved. You can still use the already added logins for the API-key in Google Developer Console etc.
January 7, 2019 at 12:48 pm in reply to: Remove thumbnails from some instances of Enfold Theme Lastest News Widget #1050851Hello,
I just wanted to say that you are very welcome to close this issue, if you want to :)
BR
RikardYou are very welcome to close it.
Thank you.
And the Developers Console details:
Hello.
Sorry for not being able to aswer earlier. I have managed to install the latest theme by the zip theme installer and you help.
Thank you very much! :)
Thank you Victoria.
I uploaded the latest verion of the enfold theme via FTP and activated it, which worked. But when I create a child theme (by downloading the default enfold child-theme) and activate it I get the message that the child theme is broken.
I have tried renaming etc but nothing seems to work. Do you have any ideas what might be wrongand what can be done about it?
Best Regards,
PrenkoHello again,
I cleared all the cashes on the site and that did the trick! Please disregard my former post. Is there a way to delete it altogether?
Cheer,
RikardOctober 9, 2017 at 11:41 am in reply to: Remove thumbnails from some instances of Enfold Theme Lastest News Widget #861848Hello again,
I cleared all the cashes on the site and that did the trick! Thanks for pointing my direction to cashe clearing :)
Cheer,
RikardOctober 9, 2017 at 10:44 am in reply to: Remove thumbnails from some instances of Enfold Theme Lastest News Widget #861819Hi,
I have added the code to the top of the Quick CSS under Enfold->General Styling, then moved it to the bottom in the same place. I have also added the code to the css editor.
I cleared the browser cash. What cash should I clear other than that?
The style tags are generally put into the style.css whis can be changed via the code editor and is placed in my child theme folder. It might be so that one or to styles are addid inline though :P
Cheers,
Rikard (yes, correct spelling ;)- This reply was modified 7 years, 1 month ago by Prenko.
Hi,
I just can’t make this work.
I have added the code
#top .avia-post-nav {
display:none;
}and
#top .avia-post-nav {
display:none !important;
}both in Quick CSS under Enfold–>General Styling and in style.css, in my childtheme (which usually does the trick). I have also tried to add the style by other tags but all in vain. If I add to diplay:none to the style tag #top .avia-post-nav in the browser (Chrome) when I “inspect element”, it goes away. But I can’t make it go away via any css it seems. I really don’t know what to do.
Below are two exemples of pages where I’d like to remove the next-previous links.
I am thankfull for all help I can get.
Cheers,
RikardOctober 5, 2017 at 8:47 am in reply to: Remove thumbnails from some instances of Enfold Theme Lastest News Widget #860482Hi Rikard,
And thank you for the tip. It did not help. But I guess that the trick is to find the correct identifyer (class) and then add the suggested code.
Best Regards,
PrenkoHi again.
Is there a way to mark this thread as solved?
Thanks,
PrenkoThat did the trick!
Thanks a lot Basilis! You are my hero :)
-
AuthorPosts