Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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

    #405826

    Hey foggygolf30!

    Yes, please add your iframe into Text Block element on Text tab or Code Block element

    Cheers!
    Yigit

    #406142

    Perfect 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?

    #406159

    Hi!

    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!
    Yigit

    #406758

    Thanks 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

    #407001

    Hi!

    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!
    Yigit

    #411326

    Hi 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

    #411412

    Hi!

    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,
    Rikard

    #411513

    Thanks Rikard although it doesn’t seem to have changed anything

    #411514

    I 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?

    #411968

    Hi!

    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,
    Ismael

    #412647

    Hi 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

    #412710

    Should 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,
    Josue

    #414039

    Thanks Josue

    #414041

    I 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

    #414048

    Hey!

    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

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.