Forum Replies Created

Viewing 30 posts - 61,981 through 62,010 (of 66,027 total)
  • Author
    Posts
  • in reply to: Breadcrumbs in portfolio section #181330

    Hi!

    The breadcrumb looks correct when I click on a project item. This is the screenshot:

    http://i.imgur.com/k3oawrW.jpg

    The breadcrumb is You are here:Home / Projects / Wereldhave Portfolio, UK

    Cheers!
    Ismael

    in reply to: Missing Footer in one page #181329

    Hi Sebastianvanderwals!

    Please edit the page then look for Layout > Footer Settings. Did you choose not to display the footer? If not, set it to default.

    Best regards,
    Ismael

    in reply to: Headings colors #181328

    Hey!

    Can you please give us a link to the page with the headings within a text block? You can add a unique selector for the heading tag.

    <h1 class="awesome-heading">This is a heading</h1>

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

    h1.awesome-heading {
    color: #5c5140 !important;
    }

    Cheers!
    Ismael

    in reply to: Header height #181327

    Hey!

    Add this on your custom.css or Quick CSS:

    .fixed_header.social_header #main {
    padding-top: 119px;
    }
    
    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }

    Adjust the height and the line-height then follow up the top padding’s value.

    Best regards,
    Ismael

    in reply to: enable comments portfolio pages #181326

    Hi!


    @crdesign1
    : Can you please give us a link to the page and the post with the facebook comment section? We can try to hide the comment via CSS. Please edit a page, click on Screen Options and enable discussion. Uncheck the “Allow comments” section. I’m not sure if this is going to work but please try it.

    Cheers!
    Ismael

    in reply to: How to use Dosis font (Google Font) #181325

    Hey!

    Please add this on functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Dosis'] = 'Dosis:400,500,600,700,800';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Dosis'] = 'Dosis:400,500,600,700,800';
    return $fonts;
    }

    What elements or text are you trying to change? You can manually apply the font to them if the above code itself doesn’t work.

    h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    }
    

    Cheers!
    Ismael

    in reply to: portfolio #181323

    Hey leRenaar!

    It depends on the screen width. You can try to zoom out the browser. Can you please give us a link to the website?

    Cheers!
    Ismael

    in reply to: Image in post won't open in lightbox. #181321

    Hey!

    Can you please regenerate the thumbnails on the post with the lightbox not working? Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Manually upload the image again if possible. You can add this on your custom.css or Quick CSS to remove the featured image on single post.

    .single .small-preview {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Page Content Just Vanished – Part Two #180932

    Hey!

    Did you add the Tab shortcode? There is a certain issue about the element but Kriesi fixed it on the latest update of Enfold. Please download Enfold 2.4 on your themeforest account.

    Regards,
    Ismael

    in reply to: Image with date in post slider #180931

    Hi!

    Maybe, it is produced by a certain plugin. Please add this on your custom.css or Quick CSS:

    .slide-meta-time.updated {
    display: none;
    }

    Regards,
    Ismael

    in reply to: MegaMenu Alignment Problems #180930

    Hi indigokj!

    I don’t see the issue on my end. What browser and OS are you testing this with?

    I see that the other item “My Distributor” has a misaligned mega menu. Please add this on your custom.css or Quick CSS:

    .avia_mega_div.avia_mega2.six.units {
    left: 0 !important;
    }

    Regards,
    Ismael

    Hi!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Text Block or Toggle then scroll below. Add a unique css selector on “Custom Css Class” field.

    Can you please post a screenshot of what you’re trying to do?

    Regards,
    Ismael

    in reply to: LayerSlider problem with links #180912

    Hey!

    The link is working but it takes a while. Let’s wait for other support team to check this. I added the second slide’s url to the first slide with the child holding a bird and it works. The link I used is http://www.waterlandfilm.nl/portfolio-item/rundskop/. I checked it on IE and Chrome. Please add this on your custom.css or Quick CSS to change the mouse cursor.

    .ls-layer {
    cursor: pointer;
    }

    As you can see here, the link is being added to the slide or image.

    Cheers!
    Ismael

    in reply to: Submit button – use the enfold instead of the form button #180905

    Hey!

    I thought you’re trying to change the contact form’s submit button?

    Best regards,
    Ismael

    in reply to: Top Navigation to Stay Small #180903

    Hi Boston182!

    Please use the “Small Nonfixed Header”. Add this on your custom.css or Quick CSS:

    #header {
    position: fixed;
    }

    Edit css > layout.css, find this code:

    /*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:88px; line-height: 88px; }

    Decrease the height and the line-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:50px; line-height: 50px; }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Remove Page Titles #180901

    Hi ijcreative!

    Edit the page then look for Layout > Header Settings > select “Don’t display header”. This will remove the title container.

    You can use the shortcode wand on the post or page editor to produce the Contact Form shortcode then go to Appearance > Widgets panel. Add a Text widget then insert the Contact Form shortcode. It looks something like this:

    [av_contact email='email here' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
    [/av_contact]

    Best regards,
    Ismael

    in reply to: more issues javascript-disabled #180899

    Hi jt!

    Those elements rely on jQuery or javascript. Actually, the whole theme needs the javascript enabled to render it properly. Why would you disable it?

    Cheers!
    Ismael

    in reply to: Erratic Default Fonts: Wrong fonts are displayed #180892

    Hey!

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

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    font-family: 'Droid Sans' !important;
    }

    Regards,
    Ismael

    in reply to: Enfold White Screen With Events Calendar #180890

    Hey!

    Glad it fixed it. :)

    Regards,
    Ismael

    in reply to: Blog post advanced editor not working :( #180889

    Hi bivvo!

    That is why we don’t recommend using the Advance Layout Builder for posts. Please hire a freelance developer to modify the template builder for post.

    Cheers!
    Ismael

    in reply to: Mediaelement Audio Player Bug in Firefox #180888

    Hey SonicCube!

    The audio player is working on Firefox 24.0 Windows 7. This is the screenshot:

    You can use these plugins if you want:

    http://wordpress.org/plugins/wp-audio-player/

    http://wordpress.org/plugins/html5-jquery-audio-player/

    Regards,
    Ismael

    in reply to: LayerSlider Bild Problem #180887

    Hi crevlon!

    Edit the layer then go to Attribute panel. Add an ID for the chain image, something like “chain-image”. Use Media Query to move the chain’s position on different screen sizes:

    @media only screen and (min-width: 1300px) {
     #chain-image {
    left: 1300px !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Easy Slider Stops Sliding #180886

    Hi iateme!

    Can you please post a screenshot? Did you recently update to WordPress 3.6? Please download the latest version of Enfold then update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356

    Regards,
    Ismael

    in reply to: Layer Slider JQuery Version Issue #180885

    Hey iateme!

    Please use this plugin: http://wordpress.org/plugins/jquery-updater/

    Download the Enfold 2.4 on your themeforest account. Update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356

    Regards,
    Ismael

    in reply to: Hiding Featured Image on Single Post #180884

    Hey mastcharter!

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

    .single .big-preview.single-big {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Editing Forms #180883

    Hey bmorejamie!

    You can use the Contact Form 7 plugin.

    Regards,
    Ismael

    in reply to: increased font size? #180882

    Hi saundra!

    If you want to make the font larger please use this on your custom.css or Quick CSS:

    body, body p {
    font-size: 15px;
    }

    You can select fonts on Enfold > Styling > Heading fonts and Body fonts.

    Regards,
    Ismael

    in reply to: Color Section Creates Border iPhone/iPad #180879

    Hi!

    Can you please post a screenshot of the border? I can see no border on Color Sections when I check the site here: http://responsinator.com/?url=http%3A%2F%2Foptizign.com%2Fpackages

    Regards,
    Ismael

    in reply to: Portfolio #180876

    Hey!

    You can use imgur, dropbox, mediafire etc to post a screenshot. Are you talking about the main menu? Please post a screenshot like Yigit said.

    Best regards,
    Ismael

    in reply to: Buttons from Layout Builder not Going to Right Location #180875

    Hi tstirl!

    Have you tried recreating the button from scratch? Please post the login details here so that we can check. Set it as a private reply.

    Cheers!
    Ismael

Viewing 30 posts - 61,981 through 62,010 (of 66,027 total)