Forum Replies Created
-
AuthorPosts
-
May 10, 2021 at 1:58 am in reply to: 'X-Frame-Options' to 'deny' – Embedding Error – Chrome #1299196
The problem in Chrome was solved by an htaccess addition of Header always unset X-Frame-Options. Firefox and Edge have no issues. In incognito/private windows, the issue remains. In Safari, the iframe doesn’t load at all. The fix for that, while not elegant, will get us by:
1. For iframe embedding to work, you must disable the Cross-site tracking from Safari.
2. Open Settings.
3. Open the Safari section.
4. Under thePrivacy
heading, make sure thePrevent Cross-Site Tracking
switch is off.
5. Go back to the Home screen, open Safari again, and try again.There are embedding plugs in available that display the PowerPoint, but the resolution on every single one of them is atrocious, so I don’t see another option outside of using the iframe setup with a direct link to the files in my SharePoint account.
Unsure if you have any potential alternatives, or even a solution to the Safari issue that doesn’t require users to change their settings?
Hello,
That’s not the issue – discouragement is unchecked. Did you review the links that I sent by chance?
April 19, 2021 at 9:15 am in reply to: Plug-ins caused site to crash, even with deactivation #1295171That worked – thanks a million! I have reactivated the plugins and they appear to be functional now – thanks again, I really appreciate the quick response and solid advice.
This is exactly what I ended up doing and it looks great! Vertical on mobile, amd horizontal on regular screens. I am having an issue with the icons/circles and how they load on mobile (really small until I refresh the page). I’ll make a separate post for it and post screenshots.
July 15, 2016 at 8:07 pm in reply to: Adding a Custom Link to the Menu Creates links under every single page? #661490See private data – thanks!
July 7, 2016 at 9:00 pm in reply to: Google Maps Error – Oops! Something went wrong. This page didn't load Google Map #658215After spending more time on this than reasonable, the only “fix” that actually worked was the one provided by @Mensmaximus.
“@vinay yes it is a change in the google api however it is a theme issue because the theme is using a deprecated api call.
For those in need of a quick fix please go to https://console.developers.google.com create an account, an app and then a browser api key. If you don’t know what I am talking about visit https://developers.google.com/maps/documentation/javascript/get-api-key for help.
After you have created your key login to your ftp account and browse to /wp-content/themes/enfold/js/. Copy the file shortcode.js to your local computer. Open it in a text editor and locate line 458
src: ‘https://maps.googleapis.com/maps/api/js?v=3.24&callback=aviaOnGoogleMapsLoaded’
Now append your key to that line:
Save the file and copy it back to your server. You might make a copy of the old file and keep it if you need it again.
The same change must be made to the file /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-element-behavior.js on line 55.
Remember this file will be overwritten with the next update.
Important: You need to clear you browser cache and any cache from caching plugins to see the changes.”
Going forward, I understand this will need to be updated repeatedly as updates come out – would it not be possible to supply a Google API Key field in the editor, which will automatically insert the codes where required?
July 7, 2016 at 3:55 am in reply to: Google Maps Error – Oops! Something went wrong. This page didn't load Google Map #657822Any word on this?
- This reply was modified 8 years, 4 months ago by shawnbanack.
July 6, 2016 at 11:35 pm in reply to: Google Maps Error – Oops! Something went wrong. This page didn't load Google Map #657775I think I have the correct API key – it is one for a browser.
Here is what I added to my the functions.php file of my child theme (in bold):
<?php
//
// Recommended way to include parent theme styles.
// (Please see http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme)
//
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘child-style’,
get_stylesheet_directory_uri() . ‘/style.css’,
array(‘parent-style’)
);
}
//
// Your code goes below
//function gmaps_workaround(){
?>
<!–Google Maps JavaScript API –>
<script src=”https://maps.googleapis.com/maps/api/js?key=MY_API_CODE_HERE”
type=”text/javascript”></script>
<?php
}
add_action(‘wp_footer’, ‘gmaps_workaround’);- This reply was modified 8 years, 4 months ago by shawnbanack.
July 6, 2016 at 11:11 pm in reply to: Google Maps Error – Oops! Something went wrong. This page didn't load Google Map #657766Hi,
This part is getting me hung up
“You have to create a new app and get the API key from that application and use it.”
After getting to https://console.developers.google.com, I have no clue what to do or how to get the correct key.
July 6, 2016 at 8:55 pm in reply to: Google Maps Error – Oops! Something went wrong. This page didn't load Google Map #657715I’ve read through a few threads about getting an API key, but I’m lost with how to do that – https://developers.google.com/maps/documentation/javascript/get-api-key#premium-auth – I went to that page and from there, I’m not sure where to go or what to do.
Easier fix?
July 4, 2016 at 7:09 pm in reply to: Changing socket color on a single page, as well as the color below the socket #656696Hi,
On the homepage – I was able to get it changed, but if you zoom out so the socket gets pushed up, the color is still red below the gray socket, opposed to also being gray.
Got it solved.
Added:
@media screen and (max-width: 767px) {
#wrap_all { position: relative !important; }
}After updating the custom css with that, the other code pulled through fine.
Thanks for the quick response.
I had that in there, but it wasn’t looking like it was getting pulled through – I can see the code is correct when I use IE and inspect the element + reduce the pixel size, yet on my phone (Chrome) and on my desktop (Chrome, reduced to less than 767 px), the code doesn’t show up. I’ve cleared all of my caches/etc. to no avail.
Also, I used the code below to reduce the pixels required to pop the mobile menu up – I have noticed that the entire menu stays pinned to the right side on a mobile device from time to time, and have read that this may be a bug – is there a fix for it?
@media only screen and (max-width: 1270px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}Private message below
Perfect – exactly the type of answer I was hoping for. Thanks for the quick response!
Thanks.
Since updating to WP 4.5, the text rotator has become frozen again – is there an easy fix for this? Usernames/password that were sent privately before are still the same, if you care to take a peek.
Thanks – I created a child theme and imported the settings, which resulted in everything going back to normal.
How do I go about updating to the new version of Enfold though? If I update the parent theme, and then complete the same process, I suspect it will import the non-configured settings. Just a little confused about the process side of this.
Thank you so much! I really appreciate the hard work!
Is it possible for me to create a child theme, update to the current Enfold theme, and continue to update the child theme in the future without obliterating my site? I creates a child theme, but it causes all of my changes to be lost – no clue how to get around that. Did some research, but no luck.
Thanks again
When logged into the FTP all of the files are accessible through the ns/ folder. Unless I’m missing something.
See private – these are the only 2 logins that I have – or what else can I send? The FTP should provide full access to all of my files, no?
FTP Information is in the Private Data section below.
Thanks!
- This reply was modified 8 years, 7 months ago by shawnbanack.
See private
Login info in private msg.
No – I have not tried uninstalling all 3rd party plug-ins yet – the newest one is required, so the rotator will be going before it does.
Thx
Private
I think the code you are referencing above may only be compatible with bootstrap. I do not currently use bootstrap.
See Priviate
Also, that code doesn’t really work – it just adds the text to the photo in the upper left hand corner….
Is it possible to still make the photo zoom in slightly on hover? When using a background, the option doesn’t exist.
March 12, 2016 at 12:02 am in reply to: !Urgent! Fullscreen Slider – Static Text and Buttons #597088This is what I currently have in the custom CSS – to no avail:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title{
-webkit-animation: none !important;
animation: none !important;
transform: none !important;}
- This reply was modified 8 years, 8 months ago by shawnbanack.
See private
-
AuthorPosts