Forum Replies Created

Viewing 30 posts - 60,751 through 60,780 (of 67,534 total)
  • Author
    Posts
  • in reply to: WPML homepage blog post not working #229910

    Hey!

    Please go back to France language then edit the categories on Posts > Categories. Select a category then look for the “Language” > “Translate” box. Beside the “English” language, is the button “Add”. Click that button to add the category on the English version.

    Best regards,
    Ismael

    in reply to: Add text in the blog page and error after update theme #229909

    Hey!

    1.) Please deselect the blog page on Enfold > Theme Option > Where do you want to display blog? option. Edit the blog page then add the Blog Posts element along with the other content.

    2.) How do you insert the javascripts? You can’t just insert scripts inside a posts or page. Use a plugin like http://wordpress.org/plugins/insert-html-snippet/ if you want to use javascripts on posts or pages.

    Regards,
    Ismael

    in reply to: Blog question #229907

    Hi!

    You can edit includes > loop-index.php if you want to manually edit the single post view. If you want to remove the related posts, edit single.php then remove this code:

    //show related posts based on tags if there are any
     get_template_part( 'includes/related-posts');
    

    For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Content Above Blog Posts #229905

    Hey!

    Please download the latest version then update your theme via FTP. If you want to show more content on the Blog page and not just the blog posts, deselect the page on Enfold > Theme Options > Where do you want to display blog? option. Edit the blog page then add the Blog Posts element along with the other contents.

    Regards,
    Ismael

    in reply to: Subscribe to My Blog? #229904

    Hey NaturaIntegrativeMedicine!

    You can go to Appearance > Widgets then use the Enfold RSS Link and Twitter Account widget.

    Best regards,
    Ismael

    in reply to: Website Styling Not Updating #229901

    Hi 500Webmaster!

    Do you have a cache plugin? Please deactivate it or flush the cache settings. Make sure that you have the right permissions on wp-content/uploads/dynamic_avia folder.

    Best regards,
    Ismael

    Hi Trender!

    Please give us a link to the page. Maybe there is a plugin conflict. Deactivate all plugins then we’ll check it.

    Regards,
    Ismael

    Hey Katrin!

    1.) You can use the Icon Shortcode instead of the Team Member’s social option.

    2.) The URL should be “http://ch.linkedin.com/in/inspiriting” not “ch.linkedin.com/in/inspiriting”.

    Cheers!
    Ismael

    in reply to: Pushing the footer to the bottom #229454

    Hi punka1ien9!

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

    #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    }

    Regards,
    Ismael

    in reply to: WooCommerce and Pre Orders Extension #229419

    Hey!

    Did you recently add something on functions.php file? Please edit functions.php then scroll at the very bottom, remove all whitespace until you get to the end of the code. Save the file.

    Regards,
    Ismael

    in reply to: Need New Tab External Link in Portfolio Grid #229418

    Hi akraemer!

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find these codes on line 411:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.$image."</".$link_markup[1].">";
    

    Replace it with:

    $output .= "<".$link_markup[0]." target='_blank' data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.$image."</".$link_markup[1].">";
    

    And this code on line 425:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
    

    Replace it with:

    $output .= "<".$link_markup[0]." target='_blank' data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size )."</".$link_markup[1].">";
    

    Cheers!
    Ismael

    in reply to: Submenu #229416

    Hi!

    Can you please give us a link to the website? Are you talking about the dropdown menu or the submenu on top of the header?

    Best regards,
    Ismael

    in reply to: WMPL #229415

    Hey!


    @yogaboy
    : This is not the same issue, another user reported something like this and then he find out that he forgot to close something on the google analytics code. It messed up the website really bad but then fixing the google code fixed it. Please deactivate all plugins. I’ll ask Dude.

    Best regards,
    Ismael

    in reply to: menu not visible in mobile version #229410

    Hi!


    @innova
    : Please deactivate the plugins that you have then reset the settings on Enfold > Header > Responsive Header Main Menu.


    @simonac
    : Add this to change the text color.

    .responsive #header_main_alternate .mobileMenu {
        margin: 16px 0px;
        color: white;
    }

    Regards,
    Ismael

    in reply to: Changing Line Height on Buttons for Tablet #229406

    Hi jrgrigg!

    Can you please give us a link to the website with the button? You can use em instead of px. Try this:

    .avia-button-wrap .avia_iconbox_title {
    font-size: 20px;
    line-height: 1.5em;
    }

    Best regards,
    Ismael

    in reply to: Easy slider dimensions (width and height) #229404

    Hey!

    Please use larger images if you want it to look sharp for big screen sizes the select “No scaling” on “Slideshow Image and Video Size” option. The socket or footer should be push by contents in order to have the proper height. You can use the Fullscreen Slider instead of the Easy Slider if you’re planning to have only a slider on the page. Looks like you have a large screen so you need to use images with the same resolution.

    Best regards,
    Ismael

    in reply to: Search box appearing in the wrong place #229398

    Hey!

    Add this on the child theme’s functions.php:

    /*
     * Register frontend javascripts:
     */
    if(!is_admin())
    {
    	add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    }
    
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false );
    	wp_enqueue_script( 'avia-default-child' );
    }

    Regards,
    Ismael

    in reply to: Editing Blog Homepage Outside of Avia Layout Builder #229386

    Hi murphy88!

    Please deselect the Blog page on Enfold > Theme Options > Where do you want to display blog? options. Leave it blank. Edit the blog page again, make sure that you add the Blog Posts element.

    Regards,
    Ismael

    Hey aribann!

    Please use this:

    blockquote {
    border-left-style: solid;
    border-left-width: 3px;
    padding-left: 20px;
    }

    Best regards,
    Ismael

    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

Viewing 30 posts - 60,751 through 60,780 (of 67,534 total)