Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 3 months ago Mirela
    Participant
    in reply to: Contact form for contact page

    Hello,

    Please add this code into your custom css box:

    .wpcf7-form-control-wrap input[type="text"] { background: #E4E0E0 !important;}
    .wpcf7-form-control-wrap textarea { background: #E4E0E0 !important;}

    Edit the color to your need.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Revolution slider textbox

    Hello,

    Please send us your wp credentials in a private reply. So we can fix this.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Text Overlay and White Space in Header

    Hello,

    Sorry for the late reply.
    I have tried this and it works very well. Maybe you have some other css that is preventing it from taking effect. Please send us your wp credentials in a private reply, so we can fix it for you.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio Pagination

    Hello,

    Please do you have selected the “with pagination” option in portfolio page’s Portfolio Options > Select the pagination method? If you did and the pagination still does not display, then please send us your wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Remove button animation

    Hello,

    Sorry for the late reply.
    There is no option to remove the codeless slider button animation. That is the default button style. If you wish to remove it, please add these lines into your custom css box:

    /*remove animation from codeless slider buttons*/
    
    .btn-bt.default{
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
     
    }
    .btn-bt.default:hover span{left:0 !important;}
    .btn-bt.default span{
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
    }
    .btn-bt.default i {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important;
    }

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Accordion doesn’t display title section

    Hello,

    Sorry for the late reply.
    Can you please send us a link where are you trying this? We have checked and the issue does not happen on our side.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: social widget

    Hello,

    Sorry for the late reply. Can i please see a link where are you having this?

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: installing custom css codes?

    Hello,

    Please make sure you are editing the correct css classes. To force the effect of the custom css code, add !important to the attributes. This makes the custom code take priority over the original css of the theme.
    Read more about css here.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Remove category slug in portfolio grid

    Hello,

    You have changed the style of portfolio, that is why the code i gave you previously, did not work any more. Because the css classes have changed with the new style. I added this code into your custom css box:

    .portfolio-item.overlayed h6 {
        display: none;
    }

    The category slug do not display anymore.
    And this code: .tpl2 .center-bar { top: 90% !important;} to move down the title position.

    PS: Ruco and I are part of the same support forum staff. Please do not duplicate posts with the intention of addressing to every single support admins. It will not make the thread be answered any sooner, that’s because we reply according to time. The oldest first.
    If you wish to be replied by a specific admin, just add the name as a tag when first creating the ticket.
    Having double posts makes the forum messy and difficult to browse for other visitors.
    Thank you for understanding!

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Mobile sight not responsive.

    Hello,

    I added this code into your custom css box:

    @media (max-width: 480px){
     h2.vc_custom_heading { 
           font-size: 34px !important; 
           line-height: 58px !important;
       }
     .wpb_row.standard_section {
        margin-bottom: 0 !important;
    }
    }

    For the title fonts in mobile. Edit the values to your need.
    Also i added this code: .menu-small ul.menu > li > a { color: #949292 !important;} for the mobile menu items font color. Change the color to your wish.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Envato Toolkit Plugin Bug

    Hello,

    This is strange. It does not happen on our side. Please go to your wp-content/themes/specular/plugins folder and remove the envato-wordpress-toolkit-master plugin zip file. Then go and delete the version 1.7.1 in your wp-content/plugins folder.
    If you still need our help, please send us your ftp and wp credentials in a private reply. So we can give it a closer look.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: portfolio grid image resize?

    Hello,

    Please read this article regarding it. Let us know if you need further help.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Portfolio thumbnail vs full picture in Portfolio Item

    Hello,

    Did you add the image in the portfolio items content? Please remove it and leave only the featured image and the gallery.
    Let us know.

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: Google Maps not visible

    Hello,

    Please add this link:
    https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2619.5727315958147!2d9.066961316047337!3d48.961621101386015!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4799d5a4748294a1%3A0xfea46c639132780a!2sHermann-Hesse-Stra%C3%9Fe+6%2F1%2C+74343+Sachsenheim%2C+Germany!5e0!3m2!1sen!2s!4v1456752842869

    Best regards!

    10 years, 3 months ago Mirela
    Participant
    in reply to: WooCommerce / Shop problems
    This reply has been marked as private.
Viewing 15 posts - 9,661 through 9,675 (of 12,542 total)
← 1 2 3 … 644 645 646 … 835 836 837 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password