Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1032740

    1) If I select to have the text placed inside the input bars for my contact form… what is the CSS to hide the * for the required fields?

    2) I am using the new knowledge base theme, and when I apply a secondary menu to the right side and place a link “THAT IS LONGER THAN THIS” it is displayed as “That is Lon…”

    how do I fix this so that the entire link is displayed and not cut off?

    Again, this has to do with the length of characters being displayed for the secondary menu which is being added to above the header and selected to be displayed on the right side of the website… when using the knowledge base theme

    #1033304

    Hey MrPoBoi,

    Where can we see the results you are getting?

    Best regards,
    Rikard

    #1033313

    @Rikard

    Thank you for getting back to me, it is when displaying the mobile view… there is a limit to the amount of characters for the top navigation menu, at least on the right side.

    please let me know if you are able to see the image.

    Thank you for your time

    • This reply was modified 6 years ago by MrPoBoi. Reason: photo was not displaying
    #1033453

    Hi,

    Thanks for the screenshot, I can see it fine. Do you have the site live somewhere? We would need to see it action in order to give you accurate CSS.

    Best regards,
    Rikard

    #1033545

    @Rikard

    I do not have a live site, I have included my purchase key.

    This is a fresh install on the latest update. If you add a top bar navigation menu to the knowledge base demo, possibly all others since the last update, this will happen to longer string links

    For example, create the navigation such as I did, then in the menu area of wordpress create one link such as I did to be in the right hand menu.

    Make the :: Link :: Something Like This

    and the link will get shortened.

    • This reply was modified 6 years ago by MrPoBoi.
    #1034940

    Hi,

    It is a little bit hard for us to help, if we do not see it live unfortunately :(

    Best regards,
    Basilis

    #1034957
    This reply has been marked as private.
    #1035718

    Hi MrPoBoi,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1035803

    @victoria

    Yes, that is exactly it, I would like to remove the *

    using Display none, I have used abbr.required but that is for if the questions are not “inline” or inside the submit box.

    I would like to hide these * too

    How would I do that?

    #1035895

    @rikard @Basilis @victoria

    I just noticed that it is doing it to all titles, please see the below link and notice how my titles are being cropped.

    It would be really helpful to have an answer as to how to fix this.

    This is the same issue that I have having in my 2) issue.

    This is only happening on Enfold 4.5

    Thank you for all of your time.

    #1036208

    Hi MrPoBoi,

    Those indicate that the fields are required. That is a common practice. Do you really want to hide the asterisks?

    Best regards,
    Victoria

    #1036217

    @victoria_d I would not have asked and gone through the hassle if I did not want to?

    Why would you feel the need to question my request?

    You spend time to construct that comment but not the time to find the answer to my problem in which I have paid for support for, what is the purpose of that??

    • This reply was modified 5 years, 12 months ago by MrPoBoi.
    #1036225

    I am also still curious as to why none of the moderators have found out the reason for the truncated titles.

    How long do I have to wait for a simple fix to be resolved?

    Where is the owner of this template/theme??

    I feel the theme is great but the support I paid for deserves 1 star rating for when I go to rate this theme on themeforest.

    It would really suck to have to place a 1 star rating for this great theme due to the support after purchase.

    #1038016

    Hi,

    We are sorry for the late reply!

    Please follow these steps to delete * from placeholder texts
    1- Please make sure you are using a child theme – https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
    2- Please copy unmodified enfold/framework/php/class-form-generator.php file and paste it inside enfold-child folder and find following at the top and remove it (please do not remove PHP opening tag)

    
    if (  ! defined( 'AVIA_FW' ) ) exit( 'No direct script access allowed' );
    

    3- Add following code to Functions.php file of your child theme

    
    require( 'class-form-generator.php' );
    

    4- Open class-form-generator.php file in your child theme and find

    
    $extra = "*";
    

    5- Replace it with following

    
    $extra = "";
    

    Best regards,
    Yigit

    #1038025

    @yigit

    I AM SO HAPPY THAT YOU FINALLY SHOWED UP!

    I frequent these forums regularly and see that you ALWAYS provide the perfect answer, YOU SIR… are a GOD!

    This worked PERFECTLY as your work usually does…Also, no worries on the time delay. I have no problem waiting for such great effort and assistance when it finally shows up.

    I am truly grateful for your time and assistance. This was driving me NUTS FOR MONTHS!

    on top of that, you enabled me to do it through my child theme!!!

    You are amazing!!

    I am on my way to give this theme the rating it deserves finally!! 5 STARS! Thank you, thank you thank you!

    This was the final/finishing touches to my site that I could not figure out!

    • This reply was modified 5 years, 11 months ago by MrPoBoi. Reason: there was a slight error
    #1038027

    Hi!

    I am so happy to hear that! Thanks a lot for your kind words MrPoBoi!
    So glad that your site has finished, please feel free to share it on Enfold showcase thread – https://kriesi.at/support/topic/enfold-showcase/ :)

    Thank you sir and enjoy the rest of your day!

    Warm regards!
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘A few changes and edits please…’ is closed to new replies.