Forum Replies Created

Viewing 30 posts - 46,891 through 46,920 (of 66,027 total)
  • Author
    Posts
  • in reply to: Masonry Gallery WPML URL Support #463922

    Hey!

    I’m not sure if this is going to work but please try to regenerate the thumbnails. You can use one of these plugins:

    https://wordpress.org/plugins/force-regenerate-thumbnails/
    https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    in reply to: same layout for blog posts 1:1 and other mouse over png #463917

    Hi!

    The function is declared already somewhere in the functions.php file. Please look for the function and use that instead.

    1.) No, unfortunately, this is not possible without major customization in the theme.

    2.) Where is your blog page?

    3.) Looks like you’re using a third party plugin for that. The container looks like this which is not a native theme container.

    
    <header class="w2dc-listing-header">
    				                                <h2 style="font-size: 11pt; margin-top: 10px; font-weight: bold;"><a href="http://www.alfaweb.at/testwaldi/portraits/rudolf-boehm/" target="_blank" title="Rudolf Böhm">Rudolf Böhm</a> </h2>
    											</header>

    Please contact the plugin author.

    For further modifications, please contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: Major speed problem in backend with wpml and enfold #463914

    Hey!

    Alright. I tried to login and it istaking quite too long to respond, 20 seconds or so. Please ask your hosting provider to upgrade php to version to 5.4 or higher and then increase the wp memory limit to at least 128M: http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    When I activated the theme, the screen is all white and then I can’t access the dashboard. Please delete the enfold folder in the wp-content > themes directory then add it again. You can do this via FTP. I think it will help if you let your hosting provider know about this issue.

    Best regards,
    Ismael

    Hi!

    There is no link in the private content. Please add it again. Try to use this in the Quick CSS field:

    .single-portfolio .page-thumb {
      display: none;
    }

    Best regards,
    Ismael

    in reply to: Cookie notice plugin with Enfold theme #463907

    Hi!

    The links above are missing. Please add it again.

    Regards,
    Ismael

    in reply to: Slider not totally responsive #463906

    Hi!

    Please go to the slider settings then set the value of the Layer Container and Responsive Under field, default is 1140.

    Best regards,
    Ismael

    in reply to: Header conflict with Avia Layout Builder and LearnDash #463903

    Hi!

    Great! Glad their support helped! Thank you for sharing the solution. :)

    Cheers!
    Ismael

    in reply to: Automatic scroll to a selected section. #463900

    Hey!

    Do you mind if we take a look at the website? Please make sure that you have the latest version of the theme.

    Cheers!
    Ismael

    Hey!

    You can use this to fix the mobile menu:

    @media only screen and (max-width: 1100px) {{
    #advanced_menu_hide {display:block !important; }
    }}

    For the search icon, try to add this in the functions.php file:

    add_filter( 'avia_meta_header', 'avia_append_search_nav_mod');
    
    function avia_append_search_nav_mod()
    {
        ob_start();
        get_search_form();
        $form =  htmlspecialchars(ob_get_clean()) ;
    
        $items = '<div id="menu-item-search" class="menu-item-search-mod menu-item menu-item-search-dropdown">
            <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
               </div>';
    
        echo $items;
    }

    Add this in the Quick CSS field:

    .menu-item-search-mod {
      position: absolute;
      top: -8px;
      right: 100px;
    }
    
    @media only screen and (min-width: 1099px) {{
      .menu-item-search-mod { display: none !important; }
    }}

    Regards,
    Ismael

    Hey!

    Thank you for the info. Looks like you set the image as the slide background. Layer slider automatically adjust the image to keep it responsive but in a few cases, it will stretch the image to a displeasing proportion. Try to add the image as a layer instead. Do you have the PSD file of that graphic material? Can you still separate the objects ( monitor, screens, info bar etc)? I think it’s better if you add those elements as layers like the enfold default layer slider demo: http://kriesi.at/themes/enfold/

    Cheers!
    Ismael

    in reply to: Portfolio Elements #463877

    Hi!

    Alright. We can reverse my answer above.

    1.) Use the Overwrite Portfolio Link setting then set it to define custom link. For completed entries, you can set the url to the actual link of the single portfolio page and for those items that are not completed yet, add the url of the image. It will open the image in lightbox.

    2.) Can’t you just add it directly in the portfolio title? If you really want to modify the title, you can edit config-templatebuilder > avia-shortcodes > portfolio.php or use this filter: avf_portfolio_title

    Regards,
    Ismael

    in reply to: Translation #463873

    Hi!

    The codestyling localization plugin has been removed in the plugin repository but you can use another plugin: https://wordpress.org/plugins/loco-translate/

    Please give us a temporary login details so that we can translate it for you. What is the language? Please install the plugin.

    Regards,
    Ismael

    in reply to: Imagen Gif animada #463871

    Hey CharlieBarey!

    Thank you for using Enfold.

    Yes, you can upload a gif format image but you need to select the full or original version of the image.

    http://ds106.us/handbook/blogging/uploading-animated-gifs/
    http://www.instantshift.com/2014/08/13/wordpress-gif-plugins/

    Regards,
    Ismael

    in reply to: Background Image and mobile RESIZE #463865

    Hey!

    I checked the site and the flower background doesn’t display on mobile screens. I also noticed this incorrect css code:

    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 667px) and (min-device-width: 375px)
    div.av-parallax.avia-full-stretch.enabled-parallax.active-parallax {
      background: display:none!important;
    }
    

    Please remove that.

    Cheers!
    Ismael

    in reply to: Inconsistent Current Menu Item State #463860

    Hey!

    I’m not sure what you’re trying to pull here but you just added a text widget??

    <a href="http://asdrugtest.com/fertility-testing/">Fertility Tests</a><br /><br />
    <a href="http://asdrugtest.com/international-products/">International Products</a><br /><br />
    <a href="http://asdrugtest.com/oem-services/">OEM Services</a><br />
    

    Use the Custom Menu widget.

    Regards,
    Ismael

    in reply to: Print CSS Editing Not Working #463856

    Hey ThomasWalkerDesign!

    Thank you for using Enfold.

    I checked the page and click the print button, only the coupon images and a few texts are included on the print preview. If you want to modify the print styles, edit the css > print.css file.

    Cheers!
    Ismael

    in reply to: Menu left sidebar widget on mobile devices #463852

    Hey soltner!

    Thank you for using Enfold.

    It’s kind of possible but you will lose the sidebar styling if locate it outside the header or sidebar area. Try to add this to the functions.php file:

    add_action('wp_footer', 'ava_custom_script', 10);
    function ava_custom_script(){
    ?>
    <script>
    (function($) {
      if($('#header').css('position') == 'relative') {
        var sidebar = $('#header .avia-custom-sidebar-widget-area').detach();
        $('#footer').before(sidebar);
      }
    }(jQuery));
    </script>
    <?php
    }

    Use this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #main .sidebar { display: block !important; }
    
    }

    Cheers!
    Ismael

    in reply to: Styles seems missing in IE #463842

    Hi upgradegroup!

    Thank you for using Enfold.

    Which version of IE specifically? The theme is compatible on IE9 and higher versions but there may be a bit of glitches on IE8. A link to the actual site and screenshots of the issue will help. Use imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Google Map Marker Descriptions #463836

    Hey Denis!

    Thank you for using Enfold.

    This is possible but you need to modify js > shortcodes.js. Look for this code on line 629:

    google.maps.event.addListener(marker, 'click', function() {
    				    infowindow.open(map,marker);
    				});
    

    Replace it with:

     infowindow.open(map,marker);
    

    Hard refresh the page after. Please create a note or a change log of this modification in case you update the theme.

    Cheers!
    Ismael

    in reply to: Repeating a background pattern in a coloured section #463833

    Hi sensiblekaren!

    Thank you for using Enfold.

    Set the image as the color section background then set the Background Repeat to “Repeat”.

    Regards,
    Ismael

    in reply to: Lightbox and Nextgen Gallery #463832

    Hey!

    I guess it conflicts with the theme’s preloader. Please try to deactivate the preloader settings then test the lightbox again.

    Regards,
    Ismael

    Hey Sarah!

    Thank you for using Enfold.

    Use the full screen slider then add the video as one of the slide. You can also use the color section element and then set the video as background.

    Best regards,
    Ismael

    in reply to: Blog Categoru minor meta #463234

    Hi dhuet!

    Thank you for using Enfold.

    You can modify the includes > loop-index.php file. Look for this code:

    
    //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }

    Below, add something like this:

    echo '<span class="blog-categories minor-slider-meta">';
    				echo $cats;
    				echo '</span>';

    Use ths in the Quick CSS field to adjust the position of the categories:

    span.blog-categories.minor-slider-meta {
      top: -50px;
      position: relative;
      z-index: 1000;
      font-size: 40px;
      left: 20px;
    }

    Note that this is only going to work if all posts are set to standard format.

    Best regards,
    Ismael

    in reply to: Video in Portfolio #463232

    Hey!

    If you can provide a screenshot of what you’re trying to do, it will help. Use imgur or dropbox to post a screenshot. You can simply add the videos using the video element under the media elements panel or add the image element then set the video url as link. Again, it will open the video in a lightbox. If you want to do hard coding, use the text or code block, use the iframe tag to add the videos but I don’t think you have to do this when there are available elements that automatically add the video. Or use the easy slider.

    Regards,
    Ismael

    in reply to: Blog Layout: Category View different to home blog Layout #463229

    Hey!

    Yes, you need to use the “multi-big” blog style to display the author:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'multi-big';
    return $layout;
    }

    Cheers!
    Ismael

    in reply to: Theme Options changes not working #463228

    Hey!

    Please check the file permission of the wp-content folder. Make sure it is writable or set to 755. Ask your hosting provider if you’re not sure how to change it. Is it OK if we deactivate the plugins temporarily while testing the site?

    Regards,
    Ismael

    in reply to: Slider not scretching images ? #463215

    Hi StudioLeBus!

    Thank you for using Enfold.

    Yes, that is the default behavior of the sliders, full width easy slider specifically. You can set the thumbnail size in the Slideshow Image and Video Size settings. The “Stretch image to fit” refers to the image width inside the slider. For example, if you use an image which is 900px in width and the browser screen size is 1900px, the image will align at the center if you set the option to “don’t stretch”. Still, the height of the slider will depend on the image height.

    Cheers!
    Ismael

    in reply to: Blog Preview Image Cuts Heads Off #463209

    Hi!

    Can you give us an example of the image that is being cut off? I checked the “blog-like” section below and if I am not mistaken, it’s from a third party plugin, “srp-widget” or something. Please contact the plugin author regarding that.

    Cheers!
    Ismael

    in reply to: Site problem with Explorer 8 #463207

    Hi!

    Please try this in the Quick CSS field:

    .avia-msie img, .avia-msie a img { 
    max-width: 100%;
    height: auto;
    width: auto;
    }

    Or this:

    .avia-msie img, .avia-msie a img { 
    max-width: 100%;
    height: auto;
    width: inherit;
    }

    Regards,
    Ismael

    in reply to: Testimonials keep disappearing #463204

    Hey!

    I’m sorry but this problem with the testimonial element is quite “erratic” as Kriesi put it or random so it’s pretty difficult to find what’s causing the issue. I can’t even reproduce it on my safari browser. We will give you an update once it is fixed. Thank you for your patience.

    P.S: If it really bugs you, temporarily, you can replace it with the content slider which is stable across all browsers.

    Cheers!
    Ismael

Viewing 30 posts - 46,891 through 46,920 (of 66,027 total)