Forum Replies Created
-
AuthorPosts
-
Hi Rikard,
sorry, I cannot provide login details since that is a production website.
I couldn’t reproduce the problem in a dev-stage, so I found out that there was an error in the combination of Cloudflare, Webserver Cache and an SEO plugin. After digging deeper and changing some functions, everything works fine even on the homepage.
Best regards,
PatrickMay 16, 2017 at 1:05 pm in reply to: Mega-Menu is not aligned with the menu-items and link-color for active page #793884Hi Sarah,
thanks for the quick help. The active links now have the correct color.
As for the alignment, I’ve added the following to the quick CSS:
@media only screen and (min-width: 1180px) { #top #header .avia_mega_div { left: 0px; } }
and it seems to work so far.
Thanks in advance,
microTOOL.March 1, 2017 at 9:48 am in reply to: Blog Page Rastered-Layout – Where to edit what to display? #753556Hi Ismael,
thanks a lot. The images on the press-archive page are now gone (2.) but the comments (1.) still give me a headache. I allready commented out that whole part
/* if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $meta .= ""; //<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } */
and nothing changed. Maybe there is something wrong with the cache, but all caches that I know of have been cleared and reset and still the comments show up.
Best regards,
microTOOLNovember 16, 2016 at 4:24 pm in reply to: Sidebar on author's EMPTY archive shows wrong contents #712997Hi Andy,
no ‘defined’ sidebar gets displayed on it, that is the problem. The sidebar is automatically generated instead, when an author does not have made any posts yet and when his/her list is empty. So why are author pages with no entries displayed with a different sidebar as to author pages with entries? I would think that both share the same sidebar.
Thanks for any other ideas,
PatrickSo, finally the Toolset Types plugin was not the real source of this problem. The real problem was that our wordpress was not able to use enough memory, due to system restrictions by our provider. We raised the memory limit in the wp-config and we had to reinstall the themes and plugins after that, and then everything worked out ok again. The advanced editor is working again.
Thanks!
(This topic can be closed now!)
As for setting up a map in the editor, I had to activate another Google Maps Geocoding API as well. It reverse looks up the given Location and translates it into Geo coordinates. So finally everything is showing up correctly. Though I would like to get rid of the footer-workaround anytime soon. Are there any ideas about that already Team Kriesi?
All the best,
Patrick (microtool)Hi guys,
the maps on our website-frontend kept saying “Ooops! Something went wrong”, too. And setting up maps in the backend is not working either. At last I got the frontend maps back to live with a workaround:
First things first: As of June 22, 2016 Google made changes to the Google Maps APIs Standard Plan -> http://googlegeodevelopers.blogspot.de/2016/06/building-for-scale-updates-to-google.html
This means: Developers (and this is not only meant for theme or plugin developer, also for those that buy these plugins and themes and use them) have to set up an API key!Kriesi has already set up a documentation about “How to set up an API key” here -> http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Since some of the maps still didn’t want to show up on the frontend website, I added the exact URLs into the API console, as @swissclick already described here -> https://kriesi.at/support/topic/google-maps-not-working-10/#post-676616
That helped with all the maps, that are set in to a page in full width. But we also have some small maps and they kept showing the errors.
So the javascript console helped at this time by showing something like “InvalidKey” even though I had set up the Google Maps API Key in the options of the enfold theme.
Then I added
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=your_api_key_here"></script>
before the closing
</body>
in my footer.php, reloaded the page wich displayed the errors until then and voilá, the map is now working correctly, the error is gone.What still doesn’t work is the setup of a new map in the editor. The translation of an address into geo coordinates does not work. So both of this looks like it needs to be fixed, because I don’t want to let this workaround stay in the code for too long.
So if anybody of you has any idea on how to fix this last problem, I’d be more than happy.
Thanks and best regards,
PatrickSo now that our website is not that high on traffic, I could give it a try and deactivate all PlugIns. Re-activated separately it turned out that the Toolset Types PlugIn by OnTheGoSystems has some incompatibility issues with the Advanced Editor of the Enfold Theme. I will now contact OnTheGoSystems about this problem.
Thanks for your patience and your help.
Best regards,
PatrickI have the same (or at least a similar) issue on every page where the advanced editor was used to build the page. The strange thing is, that this happened only to our live website. I also have a test-stage which is a 1:1 copy of the website and where I update the theme, the plugins and wordpress first – just to see if there are any issues. On this stage-site there are no issues. They are only on our live-website.
Are there already any ideas why this happend to mc2designs page?
Best regards,
PatrickHey Vinay,
i had those setting already. I selected the scroll type and it´s working as it should.
Thanks
KatharinaHallo,
ja mit dem Update und minify Einstellungen hat es funktioniert.
Danke!
Hi,
thanks for your advice. It works now.
Regards,
KatharinaHi,
sorry but it also doesn´t work. The Code Block element shows stuff like this in frontentd: [php] if ($_GET[id]!=””) { echo ‘ and then the iframe with an error.
The Text Element doesn´t show anything…Regards,
KatharinaHey Yigit,
yes i did and it doesn´t work at all.
Regards
KatharinaHi Yigit,
it works. Tanks!
It works Thanks a lot!
Regards,
KatharinaThis reply has been marked as private. -
AuthorPosts