Forum Replies Created
-
AuthorPosts
-
Address is fine.
So just to be clear here is a better breakdown of my issue.
Im using the Events Calendar Pro plugin. This plugin lets you put a map on the Events page. You can see that link i have posted in the private section.
This Event has a map that should load and the address is imputed just fine. If you want to look at the address you can go to Events > Venues > The Ritz-Carlton, Tyson’s Corner
The Enfold theme and the Events Calendar Pro plugin both offer a spot to load a Google Maps API
Events > Settings > APIs
If I have just the API loaded in just the Enfold settings no map shows up at all. If i have the API loaded in just the Events settings a map shows up but its grayed out and has a developer warning. If I have the API loaded in both the Enfold settings and the Events settings I get the same thing. A map with the developer warning. If I activate the default 2017 theme and look at the same page above the map works just fine with no errors just as it should work. This makes me think it might be a theme issue that I can not find.
Hope this helps out and I have double checked all the google settings. All the APIs are active and linked to a billing account and as stated the API works just fine with the default 2017 theme activated.
You have full admin access to the site, feel free to change the theme over to the 2017 and take a look.
Thanks
-DanBilling is hooked up
ok, I have the API where you told me to put it. Now a map does not show up at all where before it would show the map but tell me it was for dev.
Im not sure if you can even disable the maps in the theme settings. I have the API loaded in and everything should be set up correctly on Googles end.
Hi,
So I have the API loaded in the setting for Events Calendar Pro I have tried both ways tho, Just in the enfold settings and just in the settings for Events Calendar Pro and non seem to work. Again when I use the 2017 theme it works just fine.
Thanks
Sorry, forgot to include that. Yes I do have that setup.
That one worked, thank you so much.
Hi,
So Adding that fixes the one tab but it also messes up all the other tabs cutting them off short.
Hi,
Im not necessarily trying to add it to any element. I just wanted it loaded so I can call it out in the CSS.
I can load them just fine if i do a @import in the CCS file but i was hoping there was a way to append them to whats already being loading by enfold so the theme does not have to load google fonts two times one for the 400 and 600 and another for the 300 and 700. Its brining my score down in GTMetrix.
Thanks
-DanHi Jordan, I just added that to the css but it’s still breaking. I left it in the css so you can see but ideally I’d like to have at least 5px of padding between each item.
Mike,
I added this to my functions file and it does not seem to load the extra fonts. Now the site is just loading the 400 and the 600 weights like it does by default.
Does this add it in so I can use it everywhere can call it out via CSS?
Thanks
-Danyou are a life saver.
Could you tell me what the issue is here? is it theme compatibility? what does that code do?
Hi, So I just did this and im still getting the same results.
Also, Just yesterday I installed a fresh install of wordpress/enfold for another site im building and its doing the same exact thing. This is three different websites now that im seeing this issue with.
Worked perfectly, Thanks Ismael!
Perfect thanks Dude!
ok, sorry im not sure what the issue is. My host says nothing is blocked.
Anyway someone else can take a look at this. Most of the support team I have worked with before can see all my sites.
Thanks
-DanHi Rikard,
As stated originally I have deactivated all the plugins and tried to see if there were any conflicts. I did not see any and the issue was still happening with all the plugins deactivated.
Where are you located? Could you send me your IP address?
Perfect, Thank you. This topic can be closed.
Hi Ismael, I added the login information to the private content.
I’m using the new feature on Enfold that lets you use a page to build the footer and I’m getting mixed results on different pages on the site. I compared the homepage that is working properly (posted in private content) with the about page that is incorrect (also posted in private content) and found that the page that is broken has extra break tags added into the code between each of the social media buttons (email us, linkedin icon, facebook icon). The break is added after each div class. Is there a way to remove these extra breaks that are automatically being inserted into certain pages?
yes it does work on 2017. As you can see the map shows up then just disappears
it does, i feel like it has to do with Enfolds way of handling the Google Maps API
January 5, 2018 at 5:53 pm in reply to: Display a small arrow that points down to next section not working right. #893768That did the trick, thanks
I changed the theme and moved over my CTP to the new functions file. This does seem to be working now as I can update it. I have changed the theme back now.
I can go in and update once, but after that it will not let me update anymore.
January 4, 2018 at 3:56 pm in reply to: Display a small arrow that points down to next section not working right. #893264I have turned this on. Not sure what im looking for here.
December 27, 2017 at 7:08 pm in reply to: Display a small arrow that points down to next section not working right. #892193sorry the url changed.
December 20, 2017 at 11:56 pm in reply to: Display a small arrow that points down to next section not working right. #890948so even when i load the plugin you told me to and use that code that the plugin spits out i still not can save?
here is the code i tested.
function cptui_register_my_cpts_provider() { /** * Post Type: Providers. */ $labels = array( "name" => __( "Providers", "" ), "singular_name" => __( "Provider", "" ), "menu_name" => __( "Providers", "" ), "all_items" => __( "All Providers", "" ), "add_new" => __( "New Provider", "" ), ); $args = array( "label" => __( "Providers", "" ), "labels" => $labels, "description" => "", "public" => true, "publicly_queryable" => false, "show_ui" => true, "show_in_rest" => false, "rest_base" => "", "has_archive" => "provider", "show_in_menu" => true, "exclude_from_search" => false, "capability_type" => "post", "map_meta_cap" => true, "hierarchical" => false, "rewrite" => array( "slug" => "provider", "with_front" => true ), "query_var" => true, "menu_position" => 5, "supports" => array( "title", "editor", "excerpt", "comments", "revisions", "author", "page-attributes", "post-formats" ), "taxonomies" => array( "category" ), ); register_post_type( "provider", $args ); } add_action( 'init', 'cptui_register_my_cpts_provider' );
I think it might be more than that. I tried to use a different code for the CPT and im still getting the same results, not able to update anything of the pages in that CPT.
-
AuthorPosts