Forum Replies Created

Viewing 30 posts - 61,891 through 61,920 (of 66,993 total)
  • Author
    Posts
  • in reply to: Remove Comments / Category / Author from blog posts #201817

    Hi DaveL77!

    You can add this on your custom.css or Quick CSS:

    .text-sep.text-sep-date, .comment-container.minor-meta, .text-sep.text-sep-comment, .blog-categories.minor-meta, .text-sep.text-sep-cat, .blog-author.minor-meta {
    display: none;
    }

    If you want it to display on blog overview then hideo on the single post view, you can use this:

    .single .text-sep.text-sep-date, .single .comment-container.minor-meta, .single .text-sep.text-sep-comment, .single .blog-categories.minor-meta, .single .text-sep.text-sep-cat, .single .blog-author.minor-meta {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Menu Type #201816

    Hi adworks!

    When you say menu type, are you talking about the font type of the menu items? You can use this on your Quick CSS:

    .main_menu ul:first-child > li > a {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    }

    Change the Raleway font to something else. Change the menu color using this:

    .header_color .main_menu ul:first-child > li > a {
    color: blue;
    }

    Best regards,
    Ismael

    in reply to: Fullwidth Masonry Gallery – possible to avoid line break? #201813

    Hi henrykroeher!

    Can you please give us a link to the page with the gallery? A screenshot of the issue will help.

    Best regards,
    Ismael

    in reply to: (In spanish) Problema con Permalinks #201812

    Hey Mono14!

    Edit framework > php > class-breadcrumb.php, find this code on line 189:

    'show_home' => __( 'Home', 'avia_framework' ),

    Replace it with:

    'show_home' => __( 'universitarios.org.ar', 'avia_framework' ),

    Cheers!
    Ismael

    in reply to: CSS tweaks and Misc theme queries #201809

    Hey!

    You can add this on your custom.css or Quick CSS:

    .main-title.entry-title a {
    display: block;
    background: white;
    padding: 10px 10px 10px 100px;
    position: absolute;
    bottom: -37px;
    margin-left: -90px;
    }

    The effect should look like this:

    Regards,
    Ismael

    in reply to: Width of Color Section #201806

    Hey!

    You can add this on your custom.css or Quick CSS:

    .avia-section {
    clear: none;
    width: 900px;
    float: none;
    min-height: 100px;
    margin: 0 auto;
    }

    You can also add an ID for the Color Section using the “For Developers: Section ID” field. Use it instead of the avia-section selector. Apply the css modification.

    Regards,
    Ismael

    in reply to: Sortable portfolio titles have disappeared above grid #201804
    in reply to: Breadcrumb problem #201797

    Hey cyrtocara!

    Do you have any plugins installed? Can you please elaborate the issue? A link to the post with incorrect breadcrumb will help.

    Best regards,
    Ismael

    in reply to: Layer sliders disappeared after updating WP to 3.8 version #201794

    Hey!

    1.) You can change the button font using this:

    .avia_iconbox_title {
    font-family: 'Open Sans', sans-serif;
    }

    2.) You need to use the Fullscreen Slider element.

    Regards,
    Ismael

    in reply to: Blog shortcode with no sidebar #201793

    Hi Yeowza!

    Do you have a big or small preview pic? Even with sidebar the “single author big preview” display the featured image on top.

    Cheers!
    Ismael

    Hey!


    @webWahine
    : That is really helpful. You can also add this on your Quick CSS:

    .text-sep.text-sep-cat, .blog-author.minor-meta, .comment-container.minor-meta, .text-sep.text-sep-comment {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Portfolio big problem! #201176

    Hi!

    That is created using the Advance Layout Builder. The elements used are Easy Slider, Text Block and Accordion.

    Best regards,
    Ismael

    in reply to: Hide by author in blog #201174

    Hi studioinktvis!

    Please add this on your Quick CSS and custom.css:

    .blog-author.minor-meta {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: How to target margin on a promo box on a specific page? #201162

    Hi!

    Glad it worked. :)

    Best regards,
    Ismael

    in reply to: logo in the middle #201161

    Hi studioinktvis!

    What type of header do you have? Please check on Enfold > Header > Header Type.

    Please try this on your custom.css or Quick CSS if you have a Small fixed header:

    .main_menu {
    margin: 0;
    display: block;
    text-align: center;
    top: -45px;
    }
    
    .avia-menu {
    display: inline-block;
    }
    
    div .logo {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    }

    Use this to adjust the header height:

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/
    #header_main .container, .main_menu ul:first-child > li a{ height:120px; line-height: 120px; }

    Best regards,
    Ismael

    in reply to: Display problem with Internet Explorer 8 (Windows XP) #201155

    Hey Oli!

    What is the version of IE? Can you please post a screenshot of the issues? I’m sorry but I don’t have a Windows XP machine. Anyway, I checked your website using IE8 – IE10 using IETester on Windows 7 machine. The website seems to render properly.

    Regards,
    Ismael

    in reply to: "iconlist animation" in shortcodes.css #201149

    Hi yukanl!

    That is the animation for the “Icon” shortcode.

    Regards,
    Ismael

    in reply to: CSS tweaks and Misc theme queries #201147

    Hi Lilipie!

    You can use the Partner/Logo element or insert a Color Section with 3 1/3 column layout. Insert the logo using the Image element. Hide the “You are here” text using this:

    .breadcrumb-title {
    display: none !important;
    }

    Regards,
    Ismael

    in reply to: enfold conditional logic menu #201145

    Hi Superbobrik!

    You can use this plugin instead: http://wordpress.org/plugins/menu-items-visibility-control/

    Cheers!
    Ismael

    in reply to: Sidebar in The Events Calendar #201129

    Hey!

    You can hide the sidebar using this on your Quick CSS:

    .events-archive .sidebar.sidebar_right.three.alpha.units {
    display: none !important;
    }

    Adjust the container size using this:

    .events-archive .container .nine.units {
    width: 100% !important;
    border: none !important;
    }

    Cheers!
    Ismael

    in reply to: Special Heasdings Line #201126

    Hey Mono14!

    You can increase the opacity of the special heading element using this:

    .special-heading-inner-border {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    Regards,
    Ismael

    in reply to: Fullsceen Slider Image alignment #201123

    Hi Mono14!

    The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: top center !important;
    }

    Don’t remove the !important property.

    Cheers!
    Ismael

    in reply to: Fullscreen slider not showing html after update #201122

    Hey!

    The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: top center !important;
    }

    Don’t remove the !important property. Can you please post the html code that you added on the slider?

    Cheers!
    Ismael

    in reply to: Fullscreen Slider – Aligning the Image #201121

    Hey lakecoast!

    The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: top center !important;
    }

    Don’t remove the !important property.

    Cheers!
    Ismael

    in reply to: toggle with sorting enabled not working in the 2.4.3 #201111

    Hey yukanl!

    Can you please give us a link to the website? Latest version is Enfold 2.5.

    Cheers!
    Ismael

    in reply to: Color section changed after update #201110

    Hi Mono14!

    The elements on the editor are inside the Color Section. Why would it be outside the color section?

    Cheers!
    Ismael

    in reply to: masonry blog #201109

    Hi Seba1973!

    Can you please give us a link to the blogs without gap? Are they built using masonry too?

    Cheers!
    Ismael

    in reply to: Contact Form Issues / Questions #201105

    Hey!

    Please try this plugin: http://wordpress.org/plugins/easy-wp-smtp/

    Best regards,
    Ismael

    Hi ZakP!

    Please use this on your custom.css or Quick CSS to increase the height of the header:

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 130px; line-height: 130px; }

    Adjust the height and the line-height if necessary.

    Regards,
    Ismael

    in reply to: Vertical JQuery Submenu Hidden Behind Main Content #201048

    Hey!

    I can’t visit the link again. Did you remove it? Please try to remove browser cache then reload the page. Do Josue’s solution then test it on another browser.

    Best regards,
    Ismael

Viewing 30 posts - 61,891 through 61,920 (of 66,993 total)