• Resolved michaelmartin73

    (@michaelmartin73)


    Hello Frank!

    I’ve just downloaded another of your awesome plugins πŸ˜‰ I’m a bit stuck regarding the API key part of the install and wanted to ask for your help please.

    I’m very ignorant of all things Google – I created an API by sheer luck and lots of trial and error for the index indexing of RankMath plugin, could I enter that API or is that not a possibility? I cannot remember how I created the key at all, and have been trying to make a new one without success.

    Thank you for your assistance.

    Michael.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter michaelmartin73

    (@michaelmartin73)

    You are totally right Frank. How bizarre. OK I will keep the video out of the table – thank you for your help. There’s one last thing that I can’t see to get to work – my rounded corners seem to have disappeared and I am having a devil of a time getting them to take again:

    .round_edges {
    	border: 1px solid #d0d0d0;
      	border-radius: 10px;
    	-moz-border-radius: 10px;
        -webkit-border-radius: 10px; 
    }

    <iframe title=”How To Make A Small Greenhouse To Grow Vegetable Seedlings | Reclaim Design” class=”round_edges” src=”https://www.youtube.com/embed/G6CqZJChPl4?rel=0&#8243; allow=”accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture” allowfullscreen=”” width=”750″ height=”422″></iframe>

    I have tried !important on the selectors but no joy there. I wondered if it might be more obvious to you why they aren’t working? Thanks a lot Frank

    Thread Starter michaelmartin73

    (@michaelmartin73)

    Also are the additional parameters now redundant and should be removed – allow= allowfullscreen= and width/height?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    well, LYTE replaces the iframe, including any classes you might have added, you you’ll have to apply the CSS to one of the LYTE nodes.

    Thread Starter michaelmartin73

    (@michaelmartin73)

    Thank you Frank – I appreciate the help and the plugin!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome, feel free to leave a review of the plugin and support here! πŸ™‚

    Thread Starter michaelmartin73

    (@michaelmartin73)

    Just wanted to share the CSS I got to work for rounded corners in case anyone else wants to do the same:

    .lyte-wrapper {
    	border: 1px solid #d0d0d0;
      	border-radius: 10px;
    	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    
    .pL, .lyte {
      	border-radius: 10px;
    	-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    Now on to working out how to serve featured images as webp with a jpg fallback…. πŸ˜‰

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    nice Michael πŸ™‚

    Thread Starter michaelmartin73

    (@michaelmartin73)

    Forgot to close this off!

Viewing 8 replies - 16 through 23 (of 23 total)

The topic ‘Creating API Key’ is closed to new replies.