Forum Replies Created

Viewing 30 posts - 62,221 through 62,250 (of 64,054 total)
  • Author
    Posts
  • in reply to: Enfold Main Menu Underline on Sub Pages #129621

    Hi,

    Again, make the “Programs and Curriculum” the parent page of

    Early Childhood
    Parent & Tot
    Preschool
    Kindergarten
    Curriculum Overview Chart

    Then add this on your custom.css or Quick CSS:

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    border-bottom: 5px solid red;
    }

    On this screenshot, the “Blog” page is the parent page of “Blog Grid” page. You’ll see that the menu “Blog” renders a border below.

    Regards,

    Ismael

    in reply to: Blog Items #132645

    Hi,

    What do you mean by “items”? Are you saying the posts doesn’t show up when you insert the Blog Posts element?

    Please give us a link to the website.

    To learn more about the theme, please watch these videos: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

    in reply to: Mobile Website not working #132639

    Hi,

    Enfold is a responsive website or mobile ready. Do you have a caching plugin? Please flush cache settings.

    Regards,

    Ismael

    in reply to: Fonts will not change #132071

    Hi,

    @mirzepapa: Please do this instead. Edit functions.php, find this code:

    global $avia_config;

    Below, add the add font filter.

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Maven Pro'] = 'Maven Pro';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Coda'] = 'Coda';
    return $fonts;
    }

    On Enfold > Styling, select these two fonts.

    If you’re having problem with the Special Heading, add this code on your custom.css or Quick CSS:

    .av-special-heading h3 {
    font-family: 'Maven Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Regards,

    Ismael

    in reply to: White Overlay on Picture Links #132500

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Ubermenu #132724

    Hi,

    Yes, there might be cases where you need edit some files but as far as I know, you only need to edit the styling (css) part.

    Regards,

    Ismael

    Hi,

    To avoid the broken layout please go to LayerSlider WP > Slides > Global Options > Basic > Layers Container. Define a specific width in pixel. You should do this step before adding any elements. This will ensure that the elements are always align on the center of the slider.

    Regards,

    Ismael

    Hi,

    It works on my end. Please use this:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Patrick Hand'] = 'Patrick Hand';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Patrick Hand'] = 'Patrick Hand';
    return $fonts;
    }

    Regards,

    Ismael

    in reply to: Enable Comment on Pages #132712

    Hi,

    If you’re not using the Advance Layout Editor(ALE), open page.php then find this code:

    $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
    get_template_part( 'includes/loop', 'page' );

    Below, add this code:

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    If you’re using the ALE to build the page, edit template-builder.php then find this code

    echo $content;

    Below, add the comment code again:

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    Regards,

    Ismael

    in reply to: Page loads dark gray first #132646

    Hi,

    You can see the background of the whole html page. You can change that using this

    html {
    background-color: white;
    }

    Regards,

    Ismael

    Hey,

    There might be a missing or corrupt file on your wp installation. Glad it is fixed.

    Regards,

    Ismael

    in reply to: Sidebar going to bottom section #132580

    Hi,

    The Color Section will always be full width. You should place it on the very top or at the very bottom of the page if you have a sidebar.

    Regards,

    Ismael

    in reply to: Removing of image-slideshow navigation icons #130905

    Hey,

    Please add this on your custom.css or Quick CSS

    .goto-slide {
    display: none !important;
    }

    Regards,

    Ismael

    in reply to: REMOVE SEARCH ICON IN HEADER #132587

    Hi,

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

    #menu-item-search {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Header Settings #131915

    Hi,

    Please add this:

    .single .title_container {
    display: none;
    }

    Regards,

    Ismael

    Hi,

    Please add this on your custom.css or Quick CSS

    body {
    font-family: 'Kameron', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family: 'Lobster', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    Regards,

    Ismael

    in reply to: Question about portfolio grid #132569

    Hi,

    1.) Edit portfolio item, look for “Overwrite Portfolio Link setting” then select “Define custom link”. On Link portfolio item to external URL field, just place a hastag(#).

    2.) Configure the Portfolio Grid, look for “Link Handling” then select “Open entry on a new page”.

    Regards,

    Ismael

    in reply to: Multiple font embedding #132555

    Hi,

    To clear things up, is this the font you’re trying to use?

    http://www.google.com/fonts#UsePlace:use/Collection:Allura

    Did you this bit of code on your header.php?

    <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>

    You should probably use:

    h6.script_header {
    font-family: 'Allura', cursive;
    font-size:3.5em;
    font-weight: 200 !important;
    }

    Regards,

    Ismael

    in reply to: How can i Cusomized your theme? #132362

    Hi,

    Please add this on your custom.css or Quick CSS

    .main-title {
    display: none;
    }

    .post-meta-infos {
    display: none;
    }

    Regards,

    Ismael

    in reply to: Logo & nav in socket #132551

    Hey,

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

    #footer-logo {
    float: left;
    }

    Regards,

    Ismael

    in reply to: Some help with a new install [formatting] #130889

    Hi,

    It looks fine when I resize the browser. Can you give us a screenshot of what you’re seeing on your phone?

    Regards,

    Ismael

    in reply to: Contact From Not Scrolling To Top #2 #132618

    Hi,

    It does scroll to top. I tested it on Windows 7 machine using Google Chrome. Let me tag the rest of the support team.

    Regards,

    Ismael

    in reply to: side menu order #132243

    Hey,

    Yes, I’m sure it is ok.

    Cheers,

    Ismael

    in reply to: Header not rendering correctly in responsive view #132612

    Hi,

    This will fix the header a bit. Add this on your custom.css or Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    width: 100px;
    float: left;
    }

    .responsive.social_header .phone-info {
    text-align: right;
    padding-top: 10px;
    }

    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    float: right;
    text-align: right;
    margin: 0 auto;
    position: static;
    display: block;
    width: 150px;
    }
    }

    Regards,

    Ismael

    in reply to: 404 issue #132607

    Hi,

    Please refer to this link: https://kriesi.at/support/topic/some-problems-404-permalink-and-wpml

    Add the flush_rewrite_rules( false ); on functions.php.

    Regards,

    Ismael

    in reply to: slider 2D distortation in browser #132270

    Hey,

    Glad you figured it out. Please share the solutions you made here, it might help other users with the same issue.

    Regards,

    Ismael

    in reply to: how to turn off the lightbox on all photos #132609

    Hi,

    Open js > avia.js, find this code

    //activates the prettyphoto lightbox
    if($.fn.avia_activate_lightbox)
    $(container).avia_activate_lightbox();

    Replace it with

    //activates the prettyphoto lightbox
    //if($.fn.avia_activate_lightbox)
    //$(container).avia_activate_lightbox();

    Regards,

    Ismael

    Hi,

    Please try to add this on your custom.css or Quick CSS

    img:hover, a img {
    display: block !important;
    }

    Can you give us a link to the website?

    Regards,

    Ismael

    in reply to: Calendar option in Contact Form #132451

    Hey,

    Glad it is fixed. :)

    Cheers,

    Ismael

    in reply to: Easy Slider Slideshow Image Size not Working #132593

    Hi,

    It does work but you still need to constrain them on a column element to resize the Easy Slider.

    Regards,

    Ismael

Viewing 30 posts - 62,221 through 62,250 (of 64,054 total)