Various questions

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13736
    ShutterbugUKShutterbugUK
    Member

    I’m sorry, I’ve searched the forums and can’t find anything specifically for the Extinct theme and its taking way too much time downloading each .php file trying to figure things out!

    1, On the homepage slider how can you stop the cheesy transitions? I want it to just either fade in or slide in, not turn into blocks or swivel round, etc.

    2, How do I remove the URL imput box on the contact form? I think I’ve figured out how to make it so its an optional field but not to remove it completely.

    Thanks

    #13738
    ShutterbugUKShutterbugUK
    Member

    I’d like to add that I created a new contact form in the contact form 7 section and put the shortcode in instead, but the formatting is all out and it looks a mess. All I want to do is remove the URL field.

    #13754
    VeenaVeena
    Moderator

    1. You can change it in Revolution slider settings page.
    Pls go through this documentation – http://revolution.themepunch.com/documentation/#slider_main_settings

    2. Pls add the below custom CSS in themeoptions –

    .contact-form input[type="url"] {
      display: none;
    }
    
    #13764
    ShutterbugUKShutterbugUK
    Member

    Thank you so much! Both issues now sorted 🙂

    Just one more question – is there a way to stop it coming up with “minimum of 5 characters” when people enter names? There are lots of 4 letter names; Chris, Alan, etc and lots of 3 ones too, so could annoy people.

    Thanks

    #13786
    VeenaVeena
    Moderator

    Can you pls change line number 265 of js/main.js to –

    minlength: 3
    

    And also change the file framework/framework.php line no:552 to

    'name_format' => __('Your name must consist of at least 3 characters', 'mo_theme'),
    
    #14463
    klbrownklbrown
    Member

    Hi totally frustrated by slider for home page. Had successfully added new photos using template and now a box is showing with the following message:

    Revolution Slider Plugin Not Installed/Deactivated or No Revolution Slider entries created. Prepare the Revolution Slider or choose a different slider type in theme options

    Checked the plug in an all fine.

    Images in the showcase slides. What am I missing?

    #14469
    RaghavendraRaghavendra
    Moderator

    You would need to go to the Appearance->Theme Options, General tab and choose the slider for the home page. If you still have trouble, pls share a temp login to the site and we will take a look.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.