Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter john.helyar

    (@johnhelyar-1)

    Hi there

    Ok i have been able to get this working the only way it works if you switch on Make full-width if you don’t nothing shows up.

    I have a basic system setup now but the only other problem I am having is adding a contact form to it as the system seems to remove some of the HTML code here is the code I am using

    <div class="container">
      <form action="/action_page.php">
        <label for="fname">First Name</label>
        <input type="text" id="fname" name="firstname" placeholder="Your name..">
    
        <label for="lname">Last Name</label>
        <input type="text" id="lname" name="lastname" placeholder="Your last name..">
    
        <label for="country">Country</label>
        <select id="country" name="country">
          <option value="australia">Australia</option>
          <option value="canada">Canada</option>
          <option value="usa">USA</option>
        </select>
    
        <label for="subject">Subject</label>
        <textarea id="subject" name="subject" placeholder="Write something.." style="height:200px"></textarea>
    
        <input type="submit" value="Submit">
      </form>
    </div>

    Seems to allow the textarea but not the input fields this is what is left after it gets removed

    
    <div class="container">
      
        <label for="fname">First Name</label>
        
    
        <label for="lname">Last Name</label>
        
    
        <label for="country">Country</label>
        
          Australia
          Canada
          USA
        
    
        <label for="subject">Subject</label>
        <textarea id="subject" name="subject" style="height:200px"></textarea>
    
        
      
    </div>

    As you can see it removes lots this is just a form I grabbed from a site to test with can you help with this please

    Thread Starter john.helyar

    (@johnhelyar-1)

    Ok as that would be great as I am currently using Elementor to do the Dashboard but I am noticing a lot of slow down in the backend. so considering removing white label CMS till support is added

    As I have tried to get HTML working but I cant get anything to display in the Dashboard so I don’t know why that isn’t working as this maybe a lot quicker then using a 3rd party Page builder for just creating the Dashboard

    Hi there

    I have recently started to use KadenceWP loving it by the way
    but i have enabled load google fonts locally and also preload fonts

    when i do a pagespeed insite test says its still loading the font from Google and also get “Ensure text remains visible during webfont load” and has fonts there that i am not suing anywhere on my site such as the below
    https://cdn.otstatic.com/common/font/Brandon/Brandon_txt_bld-webfont.woff2

    i have no idea where it is loading as i am using 2 fonts and that is it

    If you can shed some light on this that would be great I am running Version: 1.0.19

    Thread Starter john.helyar

    (@johnhelyar-1)

    Hi there

    Yes it works in the classic editor as stated above but I cant see it in the drop down list in the Block editor attached link to image to show where I am looking

    Block Editor Image

    or done your system not work in here

    Thread Starter john.helyar

    (@johnhelyar-1)

    I’m not at home currently but it’s pretty simple where you can change the fonts on the right hand side it doesn’t show up or under appearance and customise you can select the fonts in there either

    Thread Starter john.helyar

    (@johnhelyar-1)

    Hi there that didn’t help as seen this video

    It works in classic editor not in guttenberg editor

    Hence stated all of that above as I thought If i give you all the info it would help to resolve the problem

    Oh and tried this on 4 different sites and font does not show up in guttenberg at all on classic editor

    Hi There i am also having the same problem as you can see on this page https://platinumcycles.co.uk/facebook-feed/

    I am using the latest version of the Plugin and it all is set correctly i have reset the cache and still cant get it to connect Permissions as far as i am aware are still the same on Facebook as this is for a client so don’t have direct access to there Facebook account.

    Plugin Version is – Version 1.1.30
    WordPress Version – 5.5.3 haven’t updated to 5.6 yet

    Thread Starter john.helyar

    (@johnhelyar-1)

    I have also had to make a lot of changes to the adminbar.css file as when working in the dashboard using Caldera Forms the AdminBar went over all the options so I wasn’t able to click Save or anything like that

    So what I have done is reduced the entire height of the admin bar doesn’t solve it completely but now makes it so I can edit the parts I need and click Save

    Thread Starter john.helyar

    (@johnhelyar-1)

    Ok so managed to get the bar back by adding this to my Custom CSS

    .aquilaFront #wpadminbar {
    display: block !important;
    padding-left: 65px;
    }

    This has brought it back for now not sure if this will help you out.

    Thread Starter john.helyar

    (@johnhelyar-1)

    Ok feel very stupid now amount of times i looked and didnt see it and it was right there that what happens when doing something when your ill

    Cheers for you help on that

    Just need to work out the best way to change the check for mail time to a min rather then 5min

    Thread Starter john.helyar

    (@johnhelyar-1)

    is that in the config file called config_form.php as i found some settings in there and tried to increase it from 2 – 3 as it was a hour slow but it made no difference it maybe im in the wrong place

Viewing 11 replies - 1 through 11 (of 11 total)