Forum Replies Created

Viewing 30 posts - 60,391 through 60,420 (of 67,155 total)
  • Author
    Posts
  • in reply to: Schema – how to turn off ? #229383

    Hi aribann!

    Add this on functions.php:

    add_filter('avf_markup_helper_args','avf_remove_markup_helper_args'); 
    
    function avf_remove_markup_helper_args($args) {
    	$args = array_merge(array('context' => '', 'echo' => false, 'post_type' => ''), $args);
    	if(empty($args['context'])) return;
    }

    Regards,
    Ismael

    in reply to: PAge Speed, Load Time and Code? #229373

    Hi hunter74!

    They are use for SEO purposes. You can refer to this link: http://schema.org/

    Anyway, you can remove them by editing js > avia.js. Find this code on line 5:

    $(document).ready(function()
        {

    Below, add this code:

    $(".main_color, .alternate_color, a, img").removeAttr("itemscope", "itemtype", "itemprop");
    

    Or add this on functions.php:

    add_filter('avf_markup_helper_args','avf_remove_markup_helper_args'); 
    
    function avf_remove_markup_helper_args($args) {
    	$args = array_merge(array('context' => '', 'echo' => false, 'post_type' => ''), $args);
    	if(empty($args['context'])) return;
    }

    Best regards,
    Ismael

    in reply to: Can I have transparent background on LayerSlider? #229365

    Hey fla_dechen!

    We need to see the actual website so that we can inspect it. Please post the link here.

    Best regards,
    Ismael

    in reply to: Keeping Image Size small for responsive display in mobile #229363

    Hey Raju!

    Controlling the size of the images using CSS will not make any difference. You need to have a feature which controls or change the image thumbnail that is being serve when viewing on mobile devices. Unfortunately, that will require a major modification within the theme. Please hire a freelance developer to modify the theme on mobile devices. For further customization, please visit Werkpress. Another technique is to replace the image with a background image using the same image but then again this will require a lot of modifications. You can refer to this link: http://mobile.smashingmagazine.com/2012/06/14/responsive-images-with-wordress-featured-images/

    Cheers!
    Ismael

    in reply to: Class applied to the body of BLANK MODELS #229359

    Hey!

    They look the same. Anyway, there is a problem with the html rendering. It looks like this:

    <p style="text-align: left;"><span class="av_font_icon avia_animate_when_visible av-icon-style- B1 avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style="color:#7bb0e7; border-color:#7bb0e7;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>Precisão</p>
    
    <p><abbr rel="tooltip" title="Define a margem de exatidão no diagnóstico médico. Deve estar acima de 95%.">[?]</abbr><span class="av_font_icon avia_animate_when_visible av-icon-style- B2 avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style="color:#dadada; border-color:#dadada;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Incerteza <abbr rel="tooltip" title="Define a margem de imprecisão no diagnóstico médico. O limite máximo é de 5%.">[?]</abbr>
    </p>

    The Text Block is generating another paragraph tag which I suspect is cause by space on the Text Editor. Please check. You can replace it with this:

    <p style="text-align: left;"><span class="av_font_icon avia_animate_when_visible av-icon-style- B1 avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style="color:#7bb0e7; border-color:#7bb0e7;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>Precisão<abbr rel="tooltip" title="Define a margem de exatidão no diagnóstico médico. Deve estar acima de 95%.">[?]</abbr><span class="av_font_icon avia_animate_when_visible av-icon-style- B2 avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style="color:#dadada; border-color:#dadada;"><span class="av-icon-char" style="font-size:25px;line-height:25px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Incerteza <abbr rel="tooltip" title="Define a margem de imprecisão no diagnóstico médico. O limite máximo é de 5%.">[?]</abbr>
    </p>

    Cheers!
    Ismael

    in reply to: header menu issue (elements are not displaying inline) #229355

    Hey!

    Do you have the latest version of Enfold? You have 35 plugins installed, maybe one of them is causing a css conflict within the theme. Deactivate all plugins, see if the issue is fixed.

    Best regards,
    Ismael

    in reply to: Custom Post Types and permalinks…? #229351

    Hi!

    You can edit the post slider element on config-templatebuilder > avia-shortcode > postslider.php. For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Fullscreen slider doesn't scale properly #229349

    Hey xglienas!

    Please edit the image that you added on the Fullscreen Slider by clicking on its thumbnail. Select the “Image Position”. The demo uses the Center Center position.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider #229347

    Hey bert787!

    Do you have the latest version of Enfold? Please report the issue here. Provide the login details and other information that can help us debug the issue. https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/

    Best regards,
    Ismael

    in reply to: WooCommerce Single Product Page Modification #229346

    Hey FastFreddy!

    Please give us a link to the page where we can see the plugin at work. We don’t have access to the plugin.

    Best regards,
    Ismael

    in reply to: Formatvorlagen #229344

    Hi gmmediadienste!

    You can modify the theme color scheme on Enfold > Styling. If you want to add css modifications, use the Quick CSS or custom.css.

    Cheers!
    Ismael

    in reply to: Sidebar width since update #228883

    Hi!

    I want to check the website again but it says “Your access to this site has been limited”.

    Regards,
    Ismael

    in reply to: After Update: In firefox 26 font face broken #228882

    Hey!

    Please get the css > base.css file on the latest version of Enfold then update the old one.

    Regards,
    Ismael

    in reply to: Icons and content coming out of div on mobile devices #228881

    Hey!

    Please add this on Quick CSS:

    @media only screen and (max-width: 767px) {
    div#av_section_1.avia-section.main_color.avia-section-default.avia-no-shadow.avia-builder-el-5.el_after_av_one_full.avia-builder-el-last.container_wrap.fullsize {
    min-height: 900px;
    }
    }

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: SSL and Background Image #228877

    Hey slui!

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

    Regards,
    Ismael

    in reply to: Layerslider not loading #228870

    Hey silverjello!

    Please give us a link to the website. Increase wordpress php memory limit. Refer to this link: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,
    Ismael

    in reply to: Third slider is not showing #228866

    Hey!

    How did you add the 3rd slide? Please post the login details here. Set it as a private reply. You don’t have the latest version of the theme. Please download 2.5.3 then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Ismael

    Hey!

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

    .page-id-487 #main .container {
    width: 100%;
    }
    
    .page-id-487 #main .container .template-page.content.twelve.alpha.units {
    width: 100%;
    }

    Best regards,
    Ismael

    in reply to: https Problem Firefox #228831

    Hi!

    I checked the website and I don’t see the mixed content error anymore on Firefox. Please deactivate the cache plugin.

    Regards,
    Ismael

    Hi w3developing!

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 90:

    "subtype" => AviaHtmlHelper::number_array(1,100,1, array('All'=>'-1'))),
    

    Replace 100 with 150. I think you’ll have a problem with page speed when you have 150 portfolio items on one page.

    Best regards,
    Ismael

    in reply to: Parent pages / breadcrumbs #228333

    Hey!

    I think there is a better way of removing the link for breadcrumbs but I’m not sure how. There is another user who wanted the same thing. Let me ask Dude about this. Please wait for his response.

    Regards,
    Ismael

    in reply to: Icon content elements not inline with rest of page grid #228332

    Hey!

    I did a bit of testing and looks like large icons will overlap each other. I added 3 1/3 column layout with 50px bordered icon size inside each. I need to add this on Quick CSS to prevent them overlapping with each other.

    .av_font_icon.av-icon-style-border .av-icon-char {
    width: 50% !important;
    line-height: 120px !important;
    min-height: 120px;
    }

    Best regards,
    Ismael

    Hi!

    This will get you started. :)

    .header_color .main_menu ul {
    background: transparent;
    }
    
    #top .main_menu ul:first-child > li > ul > li {
    margin-bottom: 15px;
    }

    Cheers!
    Ismael

    in reply to: Home icon #228330

    Hi costin!

    Use the icon element, insert it on a post or a page. Use google chrome then inspect the icon element. Get the html code. It looks something like this:

    <span class="av_font_icon avia_animate_when_visible av-icon-style-border  av-no-color avia-icon-pos-center  avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:20px;line-height:20px;width:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>
    

    Create a custom link on Appearance > Menu. Place the icon’s html code on the Link Text field.

    Cheers!
    Ismael

    in reply to: Issue after page edit #228328

    Hey!

    You have a very old version of the theme. Please download 2.5.3 on your themeforest account then update the theme via FTP. Watc this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    in reply to: How to make my colour consistent for tables #228327

    Hey!

    Please remove browser cache then reload the page a few times. Deactivate the cache plugin then test it again. Reset the cache plugin settings.

    Regards,
    Ismael

    in reply to: WooCommerce Category Menu Item Not Displaying All Subs #228326

    Hey!

    Thanks for this. Noted. Glad you figured it out. :)

    Regards,
    Ismael

    in reply to: Sidebar formatting for 2nd nested level #228324

    Hey!

    Can you please give us a link to the website? The nested sidebar navigation doesn’t have menu indents for second and third menu level. Please try to use the Custom Menu widget.

    Cheers!
    Ismael

    in reply to: Slider not working and now locked out of admin #228317

    Hey!

    Please go to wp-content/plugins folder then rename all folders especially any membership plugin. Post the link of the website here. Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: BIG problem with Text block #228313

    Hey Lene!

    Please give us a link to the page. Increase the wordpress php memory limit. Refer to this link.

    Best regards,
    Ismael

Viewing 30 posts - 60,391 through 60,420 (of 67,155 total)