Forum Replies Created

Viewing 30 posts - 61,951 through 61,980 (of 64,805 total)
  • Author
    Posts
  • in reply to: Logo is displayed differently in the browsers #139861

    Hi,

    This is what I see on IE.

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

    .logo, .logo a {
    height: auto;
    }

    Regards,

    Ismael

    in reply to: Single Porfolio Homepage Slider image size? #139875

    Hi,

    The image used on the demo is 1500x1500px in size.

    Regards,

    Ismael

    in reply to: Video shortcode #140000

    Hi,

    You can specify the width and height of a youtube video directly on the url:

    http://www.youtube.com/watch?v=wBtcxlZP4fo&width=100&height=100

    Get the actual video url.

    Regards,

    Ismael

    in reply to: Social Media button in Header #140004

    Hey,

    Can you post the facebook like button here? Is the site live? We would like to inspect it.

    Regards,

    Ismael

    Hi,

    Please use image with more 1500x460px in size. Can you give us a link to the website?

    Regards,

    Ismael

    in reply to: Row Issues in Pricing Table #140029

    Hey,

    1.) You can use this to remove the dashed border:

    .avia-desc-col.pricing-table li {
    border-top: none;
    border-bottom: none;
    }

    2.) Use this to remove the empty cell:

    .avia-table.main_color.avia-pricing-table-container.avia-table-1.avia-builder-el-4.el_after_av_textblock .pricing-table.avia-desc-col .empty-table-cell {
    display: none;
    }

    Regards,

    Ismael

    in reply to: The same again – Show sidebar on mobile without the line #140009

    Hey,

    1.) This is the proper code:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {
    display: block !important;
    }
    }

    2.) Please try this:

    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar, .inner_sidebar {
    border: none;
    }
    }

    Regards,

    Ismael

    in reply to: Centering "Special Heading" Titles #125614

    Hi,

    Can you give us a link to your website? We would like to inspect it.

    Regards,

    Ismael

    in reply to: Thank you! You guys are the best! #140223

    Hey,

    Thank you for the kinds words. :)

    Enjoy the theme!

    Cheers,

    Ismael

    in reply to: how to remove horizontal rulers from h1 (titles) styles #140214

    Hey,

    Can you give us a screenshot? Please try this:

    .container_wrap {
    border: none;
    }

    Regards,

    Ismael

    in reply to: Full Screen Layer Slider #140008

    Hi,

    Unfortunately, this is not possible with the Layer Slider within the Enfold theme. You can hire a freelance developer to modify the theme and the plugin for you. You can use the Fullscreen Slider if you want a full width image rotator.

    Regards,

    Ismael

    in reply to: Problem with Justified ImageGrid and Pretty Photo #140140

    Hi,

    Edit 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

    in reply to: Text based title, no Logo #140141

    Hi,

    Edit header.php, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Replace it with:

    echo '<h1 class="logo">';
    echo bloginfo('name');
    echo '</h1>';

    Add this on your custom.css or Quick CSS:

    .logo {
    top: 40px;
    }

    Regards,

    Ismael

    in reply to: Footer menu not visible in iPhone portrait view #140181

    Hi,

    Yes, it is hidden on mobile view. You can show it back but I doubt if you’ll like the look of it.

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }
    }

    Regards,

    Ismael

    in reply to: Google font for just the Main Navgation #140137

    Hey,

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

    body .header_color .main_menu ul:first-child > li > a {
    font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    If it doesn’t work use this:

    body .header_color .main_menu ul:first-child > li > a {
    font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    #menu-item-search a {
    font-family: entypo-fontello !important;
    }

    Regards,

    Ismael

    in reply to: Enfold Contact Form does not work #139915

    Hi,

    Let me tag Kriesi. The theme should always be available in your downloadable items. Are you sure you are logged-in on the correct account? Please try to use a different browser then sign in again.

    Regards,

    Ismael

    in reply to: Menu and widget not working in admin area #140132

    Hi,

    I don’t think this is a theme related issue. Please download the latest version of WordPress again then override your current installation. Have you tried switching to the default WordPress theme?

    Regards,

    Ismael

    in reply to: Ajax Portfolio Images Not Displaying #138997

    Hey,

    Please check http://community.weatherseal.co.uk/gallery/. I added this code on your Quick CSS field.

    .js_active .grid-image {
    opacity: 1 !important;
    }

    .grid-image img {
    width: 100%;
    display: block;
    height: 100%;
    }

    I suggest you download Enfold 2.1 then update your installation.

    Regards,

    Ismael

    in reply to: Open Rss Icon in new window on Top of the Header #139835

    Hey,

    Edit includes > helper-social-media.php, find this code on line 73:

    $html .= "<a {$blank} href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Replace it with:

    $html .= "<a target='_blank' href='".$icon['social_icon_link']."' class='avia-font-entypo-fontello'>".$avia_config['font_icons'][$icon['social_icon']]."</a>";

    Regards,

    Ismael

    in reply to: Youtube links read as a broken image? #140193

    Hi,

    Add the class “noLightbox” on the anchor tag.

    <a class="noLightbox" href="YOUTUBE LINK"><img src="IMAGE URL HERE" /></a>

    Regards,

    Ismael

    in reply to: Two H1 titles on blog posts #140198

    Hi,

    Edit single.php, find this code:

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));

    Replace it with:

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('title' => $title, 'link' => $t_link, 'subtitle' => $t_sub, 'heading' => 'h2'));

    The “Blog” title will change to h2.

    Regards,

    Ismael

    in reply to: LaylerSlider – content and timings dissapeared #140151

    Hi,

    I can still see all the slides working when I visited the link http://www.xtreme-minds.com.

    Regards,

    Ismael

    in reply to: Contact Form – Redirect on submit button #140172

    Hi,

    You can use Contact Form 7. You will find the Additional Settings field at the bottom of the contact form management page. Simply insert the following line into it:

    on_sent_ok: "location = 'http://www.yourthankyoupage.com/';"

    Regards,

    Ismael

    in reply to: image positioning #140139

    Hey,

    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');

    Insert the “Image” element then add Custom Css Class. For example, add “awesome-image”.

    You can add something like this on your custom.css or Quick CSS to move them up or down.

    .avia_image.awesome-image {
    top: -50px;
    }

    Regards,

    Ismael

    in reply to: Update page not working anymore after update #140128

    Hey,

    Please increase WordPress php memory limit. Add this on wp-config.php file:

    define('WP_MEMORY_LIMIT', '128M');

    Have you tried deactivating some of your plugins?

    Regards,

    Ismael

    Hi,

    You have tons of plugin installed, a total of 27. Maybe one of them is causing the issue. Please try to deactivate them, see if it fixes the issue.

    Regards,

    Ismael

    in reply to: Issues – Simple Icons in the footer #121475

    Hey,

    Can you give us a link to the website? Did you add any plugins prior to the issue?

    Regards,

    Ismael

    in reply to: logo in footer #138516

    Hey,

    Follow this steps to create a Portfolio Page.

    1.) Create portfolio items on Portfolio Items panel.

    2.) Create a new page on the Page panel then go to Advance Layout Editor.

    3.) Click Content Elements tab then insert the Portfolio Grid. Configure the options like Column count and the categories to show. Publish the page.

    Please watch this video: https://vimeo.com/channels/aviathemes/64927359

    Regards,

    Ismael

    Hey,

    The code above should work even when you scroll down the page. Please try this:

    .fixed_header #main {
    padding-top: 0;
    }

    .header_color .header_bg, #header_main {
    background-color: transparent !important;
    border: none;
    }

    .header_color div {
    border: none;
    }

    Cheers,

    Ismael

    in reply to: Bullet points missing after upgrade to 2.1 #139831

    Hey,

    They’re both not showing bullet points because your html markup is incorrect. They are not really on the same unordered list. You have this code:

    <ul>
    <li><b>Insulated Power Cables (600V to 230 kV)</b>– Specially engineered and CSA certified, unarmoured easy bending and handling Ethylene Propylene Rubber insulated Power Cables requiring specific dimensions and fire ratings.</li>
    </ul>
    <ul>
    <li><b>Cable Clamping</b> – Specially dimensioned and pre-formed one piece multiple loop clamps c/w hardware for automatically establishing rotating balanced flux trefoil phase cable impedance relationships and providing easy installation without the need for any tools to secure clamps in place.</li>
    </ul>

    It should be like this:

    <ul>
    <li><b>Insulated Power Cables (600V to 230 kV)</b>– Specially engineered and CSA certified, unarmoured easy bending and handling Ethylene Propylene Rubber insulated Power Cables requiring specific dimensions and fire ratings.</li>
    <li><b>Cable Clamping</b> – Specially dimensioned and pre-formed one piece multiple loop clamps c/w hardware for automatically establishing rotating balanced flux trefoil phase cable impedance relationships and providing easy installation without the need for any tools to secure clamps in place.</li>
    </ul>

Viewing 30 posts - 61,951 through 61,980 (of 64,805 total)