Forum Replies Created

Viewing 30 posts - 62,551 through 62,580 (of 67,453 total)
  • Author
    Posts
  • in reply to: Logo overlaps menu #198409

    Hey TheProductionHouseEvents!

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

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a {
    padding: 0 10px !important;
    font-size: 12px;
    }
    }

    The menu is not visible on your page so I have to guess. Please try it.

    Cheers!
    Ismael

    in reply to: Transparent Main Menu with Full Screen Slider #198408

    Hi!

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

    #main {
    margin-top: -1px;
    }

    Adjust the negative top margin if necessary.

    Best regards,
    Ismael

    in reply to: Full Width Masonry – Lightbox Link? #198407

    Hi jaroljmek!

    You can edit config-templatebuilder > avia-shortcode > masonry_entries.php, find this code on line 397:

    $output .= "<a href='{$url}' class='{$class_string}'>";

    Replace it with:

    $output .= "<a href='".$attachment[0]."' class='{$class_string} lightbox'>";

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hi Ben!

    Please edit js > avia.js, find this code on line 89:

    switchWidth = 767;

    Replace it with a higher screen width:

    switchWidth = 886;

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: Linking the Iconbox #198403

    Hey!

    Thank you so much for the kinds words. We really appreciate it. :)

    Best regards,
    Ismael

    Hey!

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

    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 then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”.

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

    .avia_textblock.awesome-textblock p {
    background: blue;
    }

    Best regards,
    Ismael

    in reply to: How can I hide some text in the page builder #198398

    Hey intothenorth!

    I’m sorry but I don’t understand the problem. What elements did you add on the columns? If I am not mistaken, you need to manually create a Read More link then point it to the page that you want.

    <a href="LINK TO THE PAGE HERE">Read more</a>

    Best regards,
    Ismael

    in reply to: Ajax preview, image size again #198395

    Hi!

    I can see the issue but I have no idea why the “HOGLADEN” image/slider size is different from other portfolio items. Have you tried recreating the item from scratch? Upload the images again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: HTTP error during upload #198394

    Hey!

    If you have an access on your .htaccess file, please add this code to increase upload file size limit:

    php_value upload_max_filesize 64M
    php_value post_max_size 64M
    php_value max_execution_time 300
    php_value max_input_time 300

    Or ask your host. Add this on php.ini file:

    upload_max_filesize = 64M
    post_max_size = 64M
    max_execution_time = 300

    Best regards,
    Ismael

    in reply to: Load speed and broken header questions #198391

    Hi jenknee!

    1.) You’re using a very old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP: http://vimeo.com/channels/aviathemes/67209750

    2.) You really have a lot of plugins installed and they are potentially slowing the website. Please deactivate all unnecessary plugins. You can use minify plugin like http://wordpress.org/plugins/bwp-minify/ to improve the site speed.

    Best regards,
    Ismael

    in reply to: Portfolio grid queries #198385

    Hi!

    I already provided the solution for 2 and 3. Please refer to the post above.

    1.) What type of header style do you have?

    Cheers!
    Ismael

    in reply to: "undefined" error in Tab Element #198379

    Hi!

    Yes, please. Post the login details here as private reply.

    Regards,
    Ismael

    in reply to: Adding Slider Via LayerSlider WP #198377

    Hi!

    The LayerSlider shortcode is disabled. You can enable it, add this on functions.php:

    add_theme_support( 'deactivate_layerslider' );

    This will disable the LayerSlider plugin included in the theme. Buy the LayerSlider plugin then install it as a standalone plugin. You’ll be able to use the shortcode then.

    Regards,
    Ismael

    in reply to: Help-Site Layout #198373

    Hi!

    Please watch these video to learn more about the theme: http://vimeo.com/channels/aviathemes


    @BiallaC
    : Use the Color Section then upload a background image. Insert column layouts inside with the Icon boxes etc.

    @hershelebram: Do you have the Enfold theme or the Incarnation theme? Please use the Template Builder then insert the Text Area/ Callout / Quotes element, select the Callout for Text Styling.

    Cheers!
    Ismael

    in reply to: Anzeigen von eigener Sidebar auf Event Seiten #198365

    Hey fertilizer!

    Is it ok for you to remove all widgets on the “Displayed Everywhere” widget area? You can use the Sidebar Pages widget area for other page or you can create a Custom Sidebar for other pages.

    Best regards,
    Ismael

    in reply to: what plug-in/program is this site using to create this page? #198363

    Hi justinwheelon!

    There are donation plugins available for free. Try these:

    http://wordpress.org/plugins/seamless-donations/
    http://wordpress.org/plugins/smart-donations/

    Cheers!
    Ismael

    in reply to: I can't upload an image in my portfolio! #198362

    Hi!

    Please try to download the latest WordPress version then update your installation just like Devin said. http://codex.wordpress.org/Updating_WordPress#Manual_Update

    Best regards,
    Ismael

    in reply to: Featured Image Size #198360

    Hi derek62!

    Is this for blog posts? Images with 700x360px dimension will do.

    Cheers!
    Ismael

    in reply to: Enfold Menu Item Limit #198358

    Hey apoirier!

    You’re using a very old version of the theme and you have tons of plugins installed. Please download the latest version of the theme on your themeforest account then deactivate all plugins if possible. Update the theme via FTP. http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: I need a mobileMenu for iPad (landscape) view #198356

    Hi!

    We would like to inspect it. Please post the login details here as a private reply. Before that please do Dudes’ instruction but look for this code on js > avia.js on line 9:

    avia_responsive_menu();

    Replace it with:

    //avia_responsive_menu();

    Then add Dude’s css code on Quick CSS field. Remove browser cache then reload the page. This should disable the mobile menu.

    Cheers!
    Ismael

    in reply to: table column and row style #198348

    Hey tobylove!

    It is not actually using a bold font. You can use this on your custom.css or Quick CSS to change the light color:

    .main_color .pricing-table>li:nth-child(even), .main_color .pricing-table>li:nth-child(odd) {
    color: black;
    }

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

    Best regards,
    Ismael

    in reply to: How to manipulate alignment in color-sections #197935

    Hey!

    Glad it is finally working now. Can you please give us a link to the page with the table?

    Cheers!
    Ismael

    in reply to: DIsplay sidebar with navigation – but not by default #197934

    Hi KattaC!

    You can add this on your custom.css or Quick CSS to remove it from other pages.

    .widget_pages, .widget_categories, .widget_archive {
    display: none !important;
    }

    Then inspect the page that you want the sidebar navigation to show. You can use the Google Chrome Inspect Element. Look for the unique css body class.

    On the example above, the page’s unique selector is .page-id-2251. We can use it to alter the display of the sidebar navigation on that specific page.

    .page-id-2251 .widget_pages, .page-id-2251 .widget_categories, .page-id-2251 .widget_archive  {
    display: block !important;
    }

    Make sure that this is at the bottom of the first css code provided.

    Cheers!
    Ismael

    in reply to: "undefined" error in Tab Element #197933

    Hey whatworld!

    Can you please give us a link to the website? Do you have any plugins installed? Please deactivate them.

    Cheers!
    Ismael

    in reply to: Continue shopping button and number of products #197932

    Hey!

    1.) Please add this at the bottom of the code I gave you:

    .actions .button {
    display: block !important;
    }

    2.) Can you please give us a step by step instruction on how you encounter this issue?

    Best regards,
    Ismael

    in reply to: Ajax Portfolio – full width individual image #197929

    Hi jaroljmek!

    Do you want to remove the text on the right then adjust the portfolio featured image full width?

    Regards,
    Ismael

    in reply to: 1 of 3 portfolio categories not showing #197928

    Hey!

    Can you please deactivate the W3 Total Cache plugin first? Recreate the Portfolio Grid element.

    Best regards,
    Ismael

    in reply to: Background with white page floating above? #197926

    Hi!

    You can create a Layer Slider with different backgrounds transition. Create a page then insert the Layer Slider element. Below, add a Color Section for the content. Add a unique section id for the color section on “For Developers: Section ID” option, example “awesome-section”. Add this on your custom.css or Quick CSS to move the Color Section on top of the Layer Slider with different background images.

    #awesome-section {
    position: relative;
    top: -300px;
    z-index: 20;
    background: transparent;
    border-top: none;
    }

    Regards,
    Ismael

    in reply to: how to create the heading like the theme demo #197924

    Hi ShortieD!

    Use the Special Heading element under Content element panel.

    Best regards,
    Ismael

    in reply to: breadcrumb #197922

    Hi!

    The color of the text is white. You can change it using this:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    color: red;
    }
    
    #top .alternate_color.title_container .main-title a {
    color: red;
    }

    Best regards,
    Ismael

Viewing 30 posts - 62,551 through 62,580 (of 67,453 total)