Viewing 30 results - 96,061 through 96,090 (of 106,500 total)
  • Author
    Search Results
  • #229523
    ahauber
    Participant

    Hola Josue,
    Espero que estés estupendamente. Siento volver a molestarte con lo mismo, pero en mi website
    http://corpopromo.com/metodologia/
    puedes observar que a pesar de haber incluido en el Quick CSS el código

    #layer_slider_1 {
    box-shadow: none !important;
    }
    #after_layer_slider_1 {
    border: 0 !important;
    }

    Se puede observar que aparece líneas grises debajo del Slider, que aparecen y desaparecen, según las imágenes correspondientes de la serie de 7 que he montado se muestran en el carrusel.
    ¿Cuándo tengas un rato, puedes echarle un vistazo al código? ¿Que es lo que he hecho mal?
    Muchísimas gracias, Adolfo

    jeangiovanni
    Participant

    Hi,
    I need to create a gallery of paintings with different dimensions, horizontal, vertical and so on.

    I would like to have a result similar to the Masonry Portfolio demo http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/
    but with the following differences:

    – The thumbnails of the paintings should maintain the natural image ratio (no cropping) and also proportionality with respect to the real images, without the limit to have the same width because in such a case, for example, a horizontal image becomes a very little image compared to the others.
    – Clicking on the images of the portfolio should open the lightbox of the image
    – The dimension of the opened lightbox should be changeable for each image to have a proportional view of the original pictures

    Thanks a lot in advance for your help.
    Kind regards,
    Giovanni

    #229500

    Hi tassavor!

    No, I couldn’t reproduce this issue on my test servers. Please try to deactivate all third party plugins and check if it makes any difference. If yes a plugin hooks into the image query and breaks the order. If not please create us an admin account and post the login credentials as private reply. Make sure that the latest version of Enfold (2.5.4) is installed.

    Best regards,
    Peter

    #229499

    OK I got it working with a you tube video, but it doesn’t play on the mobile – is it an issue with the new short url .be (as I read somewhere here) or do I have to have an image slideshow to replace the videos somehow? Can you help with this? thanks!

    #229493

    Hi Ismael!

    Thanks for your answer but I don’t have this option.
    I can’t set the “Image Position” I only have the option to set the position of the text.

    Here i’ll give some links to screenshots ::
    Fullscreen slider menu: https://dl.dropboxusercontent.com/u/2486145/Captura%20de%20pantalla%202014-02-26%20a%20la%28s%29%2009.14.20.png
    Editing form element :: https://dl.dropboxusercontent.com/u/2486145/Captura%20de%20pantalla%202014-02-26%20a%20la%28s%29%2009.14.32.png
    Clicking on “change Image” :: https://dl.dropboxusercontent.com/u/2486145/Captura%20de%20pantalla%202014-02-26%20a%20la%28s%29%2009.14.45.png

    Thanks in advance!
    X

    #229492

    Hey!

    1) Please create me an admin account and post the login credentials as private reply. I”ll look into it.

    2) The grid format just supports preview images at the moment. Maybe we’ll add video support in the future but afaik we didn’t get feature request yet and thus it’s not on our “priority” list. The grid format is not intended to be used for video blogs because the space/column width is not enough to display (and view) the video properly. The standard blog layout allows us to display the videos with a width of at least 500-600px.

    Best regards,
    Peter

    #229490

    WYSIWIG-editor for Open Graph for Facebook:
    og:title, og:image and og:description

    #229476

    Hi Design!

    You can try to replace prettyphoto with fancybox. This child theme: http://www.mediafire.com/?05ho02ecut516hu will replace the lightbox script and you can check if it gives you better results than the default lightbox. Personally I prefer the fancybox script because the animations look better and it’s responsive. Unfortunately we can’t bundle it with the theme because of license restrictions – see: http://fancyapps.com/fancybox/#license

    Regards,
    Peter

    #229467

    Hi!

    If the BC Responsive Images plugin uses php to resize the images on the server it may help you to reduce the file size. However it will probably not work with Enfold if it uses a jquery script to replace the image because such a script will conflict with our jquery code for sure (slider scripts, animation code, etc.). If you really want to reduce the file size a bit try a tool like: http://www.obviousidea.com/de/windows-software/light-image-resizer/ to reduce the file size of the original images before you upload them.

    Cheers!
    Peter

    #229455
    This reply has been marked as private.
    #229452

    i have noticed that the images do not display because of the animation (down->up, left->right, etc) and the same goes for the animation in the easy sliders (fade, slide, etc). When i turn off the animation in the image it display again but in case of the easy slider it is supposed to have animation. Please some help.

    • This reply was modified 12 years, 2 months ago by emm_loko. Reason: add info
    #229428

    Thanks for the info I’ll look into it.

    Just to reconfirm though, are you saying that plugins such as BC Responsive Images ( will not resolve the image file size issue in responsive templates or that it would not work with Enfold in particular?

    Your clarification would be much appreciated.

    Best regards
    Raju

    #229421
    This reply has been marked as private.
    #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

    #229411

    In reply to: https Problem Firefox

    Hi!

    I checked your website and everything appears to be working as expected, could you give more details on which images are not being shown and what JS isn’t working correctly?

    Best regards,
    Josue

    #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

    #229391

    Hi,

    I tried with your exact functions.php file + the avia_random_image_query function and got no errors so far, can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #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

    #229357

    ok i done some test and this is the result

    on the main page, in the woocommerce slider,

    when you click the image of a item = no trouble
    when you click on the See detail ( voir details) = 404 ; and check the link, this is add after the product link: <span aria-hidden=

    thanks for helping

    #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

    #229315

    Thanks for the response, Yigit. I think I may not have been clear on what I meant.

    What I mean is the two tabs at the top right of your linked image that say “Visual” and “Text”. Typically, when I work on a WordPress page, it remembers which editor I was using last (Visual or Text) and when I go to edit the page again, it opens that one.

    As we all know, the Visual editor can often mess with our custom html code that we create in the Text editor. But this is only an issue sometimes, so I don’t want to disable the Visual editor completely by editing my User profile.

    So when I edit text in, for example, an iconbox, I’d like is for it to do one of two things:
    1. Remember whether I used Visual or Text for that particular iconbox the last time I saved it.
    OR
    2. Default to showing the Text editor and then I can click the Visual editor if I want it. That way, for the cases where I have custom code that WordPress might mess up, it’s not messed up simply by opening the iconbox box to edit it each time.

    Hopefully that’s more clear about what I’m trying to do.

    Thanks.

    Hey!

    No fallback for still image that I’m aware of right now.

    I know iOS will not play a video unless a user interacts with it so it itsn’t an ideal solution for video embeds right now. If you aren’t using 2.5.4 make sure to update and then hard refresh your local cache as well as any plugins that will be doing server side caching to fix video playback issus.

    Best regards,
    Devin

    #229284
    This reply has been marked as private.

    Hi,
    I was also wondering if the new video backgrounds (Home v9: Videos and Parallax) will work with mobile phones and tablets? I cannot currently get them to work using a video link from Youtube. The video does play on my Win FireFox and Chrome browsers.

    Also, I could see this not necessarily working on phones due to the smaller screens, but iPad would be great to have working with video.

    Lastly, I’m sure people have asked, but displaying a still image would be a super duper cool option to have in lieu of the video playback. (for times when video is not an option) I have not checked the forum to see if there is a way to do this yet, but undoubtedly there is.

    Thanks! Love the Enfold theme.

    #229267
    #229263
    emm_loko
    Participant

    When i drag a multimedia element (easy slider, image, video, even the opinions and articles plugin of woocommerce) to the body of a page it shows it to me but in the public page on the web there is an empty space.

    Help me please with this issue, when i first finished building this site there was no problems but now im having this trouble.

    Imburr
    Participant

    I have 3 theme hacks that I have to update every time you update, perhaps you guys can easily point me in the right direction with them? The first hack adds title tag to the logo- for whatever reason the theme does not add it correctly.

    Theme/framework/php/function-set-avia-frontend.php
    Line 426 to:

    
    		if($logo = avia_get_option('logo'))
    		{
    			 $logo = "<img src='{$logo}' alt='{$alt}' title='{$alt}'/>";
    			 $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    		else
    		{
    			$logo = get_bloginfo('name');
    			if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$alt}'/>";
    			$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
    		}
    

    I manually added in title='{$alt}’ in both statements to get the title to work.

    The second hack is to add text to the cart button, and to hide it with a CSS indent.

    Edit config.php in enfold\config-woocommerce\config.php
    Line 758

    
    $output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
    

    The hide class has my indent/hide code on it.

    The last hack is to add customability for visibility to theme menu’s, which I found in your forum here.

    Add code to enfold/functions.php
    add_theme_support(‘avia_conditionals_for_mega_menu’);
    On line 17
    Under
    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    Reference: From <https://kriesi.at/support/topic/enfold-conditional-menu/&gt;

    Is there any way to bring this into the child theme functions.php so I can stop hacking the theme?

    Thank you guys so much for the help!

    #229221

    Have you tried uploading a bigger image? (right now they are at 804×667).

    #229220

    In reply to: Enfold fixed header

    Yes @Josue,

    Yes, but with some modifications because I want the header to be a little bit higher than the image (120px in my case). So I broke de code in two pieces:
    `
    #header_main .container {
    height: 140px !important;
    line-height: 140px !important;
    max-height: none !important;
    }
    #header_main .logo img, .logo a {
    height: 120px !important;
    line-height: 120px !important;
    max-height: none !important;
    padding-top: 10px !important;
    }
    .

    Thank you.

    #229219
    This reply has been marked as private.
Viewing 30 results - 96,061 through 96,090 (of 106,500 total)