Tagged: enfold, iframe, social media icon
-
AuthorPosts
-
March 4, 2015 at 12:07 am #405496
Hi
I have recently set up a site and I need to add a google virtual tour to the site, i have been given the following code from the company that recorded this virtual tour. Can this iFrame be inserted into Enfold and is it easy to do?<iframe width=”560″ height=”315″ frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src= “https://maps.google.com/maps?layer=c&panoid=N4lgCH- VFssAAAQpfDVZ9w&ie=UTF8&source=embed&output=svembed&cbp=13%2C32.40335240000002%2C%2C0%2C0”></iframe><div><small>Views: URBAN HAIR & BEAUTY by Business-StreetView</small></div>
If you need any further info please ask.
Any help is much appreciated.
Many thanks
Richard
March 4, 2015 at 4:06 pm #405826Hey foggygolf30!
Yes, please add your iframe into Text Block element on Text tab or Code Block element
Cheers!
YigitMarch 4, 2015 at 11:55 pm #406142Perfect thanks Yigit!
I have another query, do i need to open up a new topic?
I’d like to add a couple of logos under the Twitter widget in the footer, is this possible?
March 5, 2015 at 1:15 am #406159Hi!
Please go to Appearance > Widgets and add new widget in Footer column widget area.
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Cheers!
YigitMarch 5, 2015 at 11:59 pm #406758Thanks Yigit, i’ve managed to create both the iframe and add the images as per my query – you were most helpful!
One last thing, since adding the iframe google map at the bottom of the page http://www.premiumvoucherdeals.uk/#contact the page now seems to automatically move up and down slightly? Any thoughts on what might be the cause or how to stop this?
Many thanks
Richard
March 6, 2015 at 3:16 pm #407001Hi!
That is because of testimonial slider. You can add following code to Quick CSS in Enfold theme options under General Styling tab to limit its height
@media only screen and (min-width: 1024px) { .home .avia-testimonial-wrapper { min-height: 192px; }}
Cheers!
YigitMarch 13, 2015 at 11:02 pm #411326Hi Yigit
This doesn’t seem to have worked? I have now moved the domain to the LIVE domain of http://www.urbanedinburgh.com
Any further thoughts on stopping the “testimonials” making the page move up and down?
Cheers
Richard
March 14, 2015 at 6:56 am #411412Hi!
Please try this edited version of Yigits first suggestion:
@media only screen and (min-width: 1024px) { .home .avia-testimonial-wrapper { min-height: 192px !important; }}
Try increasing the number 192 if it should still be moving up and down. Also, be sure to clear your browser cache and reload a few times before checking the changes.
Best regards,
RikardMarch 14, 2015 at 3:09 pm #411513Thanks Rikard although it doesn’t seem to have changed anything
March 14, 2015 at 3:39 pm #411514I now have a new issue which has only just developed? In Chrome and Firefox the social media icons in the header and footer are just displaying as square boxes as is the navigation arrow in the centre of the screen? In Safari and on mobile they are visible?
Any thoughts anybody?
- This reply was modified 9 years, 7 months ago by foggygolf30.
March 16, 2015 at 9:38 am #411968Hi!
I can’t reproduce the testimonial “jump” issue but you can add this to .htaccess file to fix the font icons:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
Regards,
IsmaelMarch 16, 2015 at 11:02 pm #412647Hi Ismael
Thanks for this the “jump” issue only happens when you shrink the screen size down (i.e view it on an iphone).
As for the .htaccess where can i find that file?
Many thanks
Richard
March 17, 2015 at 1:44 am #412710Should be located at the root of your installation (it is hidden by default). If you are unable to find it via FTP try using this plugin:
https://wordpress.org/plugins/wp-htaccess-editor/Best regards,
JosueMarch 18, 2015 at 11:33 pm #414039Thanks Josue
March 18, 2015 at 11:38 pm #414041I now have a new problem and a cpl of queries.
Problem 1: The twitter logo in the footer is missing although when you hover over it the blue circle appears but the link is linking to an image in the section above it?
Query: I’ve seen there is an enfold update if i do the update am i in danger of losing any of my current site?
Query 2: Is there a way of backing up my current site?
Many thanks
Richard
March 19, 2015 at 12:11 am #414048Hey!
1. An unwanted link in the twitter element is causing the issue, not sure what is causing it but i’d suggest updating first to see if that solves it.
2. If you have not directly modified the theme files there is little to worry about.
3. You can use this plugin:
https://wordpress.org/plugins/backwpup/Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.