Forum Replies Created

Viewing 30 posts - 64,861 through 64,890 (of 66,702 total)
  • Author
    Posts
  • in reply to: Fullscreen slider #133035

    Hi,

    First, upgrade to Enfold 1.8.4 then go to Advance Layout Editor > Media Elements > insert the Fullwidth Easy Slider.

    Regards,

    Ismael

    in reply to: Turning off Iphone optimized view #132954

    Hey,

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

    Regards,

    Ismael

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

    Hi,

    You can use imgur, dropbox, mediafire etc. Embed the image using the img tag.

    <img src="IMAGE URL HERE">

    I would like to inspect site but I think it is on maintenance mode.

    Please view the site on different devices using this: http://responsinator.com/

    Regards,

    Ismael

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

    in reply to: Ubermenu #132726

    Hi,

    The support team will help you for free but we can’t make sure that we can answer all your inquiries and give you all the solutions you need. I suggest you hire a freelance developer or consult someone before buying the plugin.

    Regards,

    Ismael

    in reply to: Page content missing or broken in browser tests #132367

    Hi,

    I tested your website and adding min-height for 800px to 1024px screen widths will keep the iconboxes aligned properly. Please add this on your custom.css or Quick CSS:

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen (min-width: 800px) and (max-width: 1024px) {
    /* Add your Desktop Styles here */
    .page-id-9576 .iconbox_content {
    min-height: 540px;
    }
    }

    You can view the responsive view of the site here: http://responsinator.com/?url=http%3A%2F%2Fwww.corporatevideoservicesmanchester.com%2Fnew-home-latest%2F

    Regards,

    Ismael

    in reply to: Add "upload file" functionality in the contact form #132334

    Hey,

    Contact form 7 plugin also have the Upload feature.

    Regards,

    Ismael

    in reply to: The Menu Manager page seems to be missing. #132235

    Hi,

    Please upgrade to wordpress 3.6. There is a user with the same. It seems that upgrading fixed the issue for him.

    Regards,

    Ismael

    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

Viewing 30 posts - 64,861 through 64,890 (of 66,702 total)