Forum Replies Created

Viewing 30 posts - 61,171 through 61,200 (of 67,348 total)
  • Author
    Posts
  • in reply to: Gravity Forms Display #219571

    Hi!

    Please add this on Quick CSS to modify the select form:

    #top select {
    width: 500px;
    }

    This is for the text input:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 500px;
    max-width: 100%;
    }

    Adjust the width value if you want.

    Best regards,
    Ismael

    in reply to: Modifying containers height #219568

    Hi orsettopro!

    You can use this on Enfold > Styling > Quick CSS to adjust the margin of the logo partner element:

    .avia-content-slider {
    margin: 5px 0;
    clear: both;
    }

    Cheers!
    Ismael

    in reply to: Link Post Format #219566

    Hey erostad!

    The grid layout doesn’t support post formats on version 2.4.2. Please download the latest version of Enfold on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Change Color #219561

    Hi!

    The style for the strong tag is being use for the text. Please edit the code and replace it with this:

    <p style="text-align: center;"><span><strong style="color: #000000;"><span style="font-size: 14px;">PROLIN helps seamlessly replace your HP Service Desk system with an easy, phased transition process.</span></strong></span></p>
    

    Best regards,
    Ismael

    in reply to: Header navigation (main menu) disappears on mobile devices #219554

    Hi!

    Have you tried adding this on Quick CSS?

    @media only screen and (max-width: 989px) {
    #mobile-advanced, .mobile_active.mobile_menu_tablet #advanced_menu_toggle {
    display: block;
    }
    }

    Regards,
    Ismael

    in reply to: The Partner/Logo Element short code is missing #219501

    Hey orsettopro!

    You can find it on the Media Elements panel.

    Cheers!
    Ismael

    in reply to: Css Page #219498

    Hi!

    I’m sorry if I don’t understand it correctly. Do you want to remove the header and the footer on the page? You can edit the page then look for Layout, change the “Header Settings” to “Don’t display the header” and the “Footer Settings” to “Don’t display the socket and footer widgets”. I’m not sure if this is what you want.

    Regards,
    Ismael

    in reply to: Moving the sidebar more to the left? #219494

    Hey!

    You can move the sidebar using this but you will leave a gap on the left side of the content:

    #top #main .sidebar_left .sidebar {
    left: -50px;
    }

    You need to add this to fix the gap:

    .sidebar_left .content {
    padding-left: 0;
    border: none;
    }

    Regards,
    Ismael

    in reply to: logo heading issues #219484

    Hey!

    The logo does not resize on scroll because of this css:

    .responsive .mobile_slide_out .logo img {
        max-height: 95px !important;
    }

    Cheers!
    Ismael

    in reply to: A bulk CSS surprise #219474

    Hey!

    We’ll notify Kriesi about this. Please wait for his response.

    Regards,
    Ismael

    in reply to: Change size of Full width Masonry Gallery #219472

    Hi Richard!

    Can you please give us a link to the website? The masonrygallery can only be place as a full width element.

    Best regards,
    Ismael

    Hi simonac!

    Please use this on Quick CSS:

    #header_meta {
    box-shadow: none;
    }
    
    #header_main {
    border-top: none;
    }

    Best regards,
    Ismael

    in reply to: Resize shop photo dimensions #219456

    Hi!

    Edit the masonry element then configure the “Which Entries?” option. Select the “Product Cat” to show product entries.

    Best regards,
    Ismael

    in reply to: sidebar right is hidden in smaller windows #219454

    Hey!

    Do you want to show the sidebar on mobile view? Changing the sidebar position will require a lot of customization. Please hire a freelance developer to modify the theme for you. You can visit Werkpress.

    Cheers!
    Ismael

    in reply to: How to add border to image #219444

    Hey!

    What do you mean by “custom color”?

    Cheers!
    Ismael

    in reply to: Custom logo issue #219399

    Hey!

    I don’t see any issue with the logo. Can you please post a screenshot of the problem?

    Best regards,
    Ismael

    in reply to: Enfold blog layout #219395

    Hi Yura!

    The page is not using an Enfold theme. Is this the correct website?

    Best regards,
    Ismael

    in reply to: Sidebar Menu #219394

    Hi!

    You can edit the blog page then look for Layout > choose right or left sidebar. Please post the login details here as a private reply then add the link of the blog page.

    Best regards,
    Ismael

    in reply to: Tabs menu in a different color #219389

    Hey!

    You can use this on Quick CSS or custom.css:

    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
    background-color: red;
    color: white;
    }

    Regards,
    Ismael

    in reply to: How to add border to image #219386

    Hi simonac!

    You can add this on Quick CSS:

    .avia-image-container img {
    border: 1px solid gray;
    padding: 5px;
    }

    Regards,
    Ismael

    in reply to: A bulk CSS surprise #219378

    Hey!

    Have you tried selecting a different predefined color scheme on Enfold > Styling options? Change the color scheme then change it back.

    Cheers!
    Ismael

    in reply to: logo heading issues #219374

    Hey!

    You can add this on Quick CSS to reduce the header height:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 80px;
    line-height: 80px;
    }

    Regards,
    Ismael

    in reply to: Css Page #219370

    Hi!

    You can add css codes on Enfold > Styling > Quick CSS or custom.css. You can also use this plugin http://wordpress.org/plugins/insert-html-snippet.

    Cheers!
    Ismael

    in reply to: Displaying #219364

    Hey!

    Did you try the instruction above? Insert the link using a Text Block.

    Best regards,
    Ismael

    in reply to: changing font color in widget area #219359

    Hi!

    Please use this for the title color:

    .main_color div .news-headline {
    color: blue;
    }

    Cheers!
    Ismael

    in reply to: Using quote in post breaks the blog #219357

    Hi!

    What do you mean “it works”? Please give us a link to the blog page.

    Regards,
    Ismael

    in reply to: Sidebar menu for subpages #219355

    Hi vadi4ek!

    Please use the Tabs element on Advance Layout Builder then enable the “Tab Icon”.

    Best regards,
    Ismael

    in reply to: Nested menu in sidebar and Child/child #219354

    Hi!

    If I understand you correctly, you can replace the code with this on Quick CSS to hide the subpages on desktop view:

    @media only screen and (min-width: 768px) {
    .sub-menu{
    display: none !important;
    }
    }
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    .sub-menu{
    display: block;
    }
    }

    Regards,
    Ismael

    in reply to: Enfold Theme Kompatibilität Firefox #219351

    Hey!


    @dalcnetsrl
    : Please give us a link to the website.

    Best regards,
    Ismael

    in reply to: Don't show Author Page #219348

    Hi!

    Please try to add something like this:

    Disallow: /author*/
    

    Cheers!
    Ismael

Viewing 30 posts - 61,171 through 61,200 (of 67,348 total)