Forum Replies Created

Viewing 30 posts - 63,181 through 63,210 (of 66,017 total)
  • Author
    Posts
  • 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>

    in reply to: Footer width across the page #139932

    Hey,

    You have version 2.0.1. Please update to Enfold 2.1.

    Regards,

    Ismael

    in reply to: Rounded corners (border-radius) in header area #139736

    Hey,

    My bad. I edited the code above. Please remove browser cache then reload the page.

    Regards,

    Ismael

    in reply to: Header Questions #120635

    Hey,

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

    .header_color .main_menu ul:first-child > li > a {
    color: gray;
    }

    Regards,

    Ismael

    in reply to: Columns, inside of a tab #139413

    Hey,

    Can you post a link to the page with the actual issue? Also, a screenshot will help. I don’t see the Plastic, Steel, Fabric text anywhere.

    Regards,

    Ismael

    in reply to: Issue with blog posts images and galleries #139763

    Hey,

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

    .big-preview {
    display: block;
    padding: 0;
    }

    Regards,

    Ismael

    in reply to: New custom font. #121902

    Hey,

    @erantdo: Please try this. Edit functions.php, find this code:

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

    Below, add this code:

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

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

    Regards,

    Ismael

    in reply to: Please contribute and translate Enfold #114987

    Hey,

    @yutakaemura: Domo arigatou gozaimasu. :)

    Cheers,

    Ismael

    in reply to: Google maps mobile pan control? #139963

    Hey,

    Edit framework > php > class-framework-widgets.php, find this code on line 1278:

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng
    };

    Replace it with:

    var myOptions = {
    zoom:".$zoom.",
    mapTypeControl:true,
    mapTypeId:google.maps.MapTypeId.".$type.",
    mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    navigationControl:true,
    navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    center:latlng,
    panControl:true
    };

    I don’t think it is that easy to hide it or show it only on mobile view.

    Regards,

    Ismael

    in reply to: Misspelling on Search Results page #139922

    Hey,

    Glad you figured it out.

    Cheers,

    Ismael

    in reply to: Font settings aren't changing font. #139770

    Hey,

    Please remove browser cache then reload the page a few times. If you have a cache plugin, please flush the settings. What type of font are your trying to use?

    Regards,

    Ismael

    in reply to: Specific IDX problem #139119

    Hi,

    I tried this on my end using a child theme and the sidebar shows properly. When editing a page with the idx template, did you properly select the Sidebar on Layout options on the lower right of the editor?

    Note: The Advance Layout Editor will not work when using this IDX template. Please switch to Default Editor.

    Regards,

    Ismael

    in reply to: Poor quality thumbnail images in portfolio gallery #139977

    Hi,

    Please edit that line on functions.php, replace it with:

    $avia_config['imgSize']['portfolio_small'] = array('width'=>514, 'height'=>370 ); // images for portfolio 4 columns

    It will double the size of the cropped portfolio thumbnail. Regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,

    Ismael

    Hey,

    This will make the header transparent:

    .header_color .header_bg, #header_main {
    background: transparent;
    }

    To have the full effect, move the main container upwards:

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

    Cool website, by the way. :)

    Regards,

    Ismael

    in reply to: Ajax Portfolio Images Not Displaying #138995

    Hey,

    @Iano999: You did send me the login details but I think it is wrong. Please send it again.

    Regards,

    Ismael

    in reply to: Post Pagination #139990

    Hey,

    Yes, <!–nextpage–> should work. Please add the code on Text mode of the editor.

    Regards,

    Ismael

    in reply to: How I can decrease wide of sidebar? #139577

    Hi,

    Edit functions.php, find this code:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] = array('content' => 'nine', 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha', 'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    Replace it with:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'two alpha', 'entry' => 'ten');
    $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha', 'sidebar' => 'two alpha', 'meta' => 'two alpha', 'entry' => 'ten alpha');

    Regards,

    Ismael

    in reply to: Help with editing embedded videos #139631

    Hi,

    Maybe you need to create it from scratch. Delete the page then start again. Can you give us a link to the sample vimeo video?

    Regards,

    Ismael

    in reply to: reCAPTCHA looks wrong #139475

    Hey,

    The best way is to create a child theme but since you don’t have one, you need to create a backup of the modified files. Update the theme then add the changes again.

    Regards,

    Ismael

Viewing 30 posts - 63,181 through 63,210 (of 66,017 total)