Viewing 30 results - 97,291 through 97,320 (of 106,494 total)
  • Author
    Search Results
  • #218660

    In reply to: IMG – Global JQUERY

    I tried Image Zoom and WP Image Zoom and no luck. Nextend Image Magnifier worked fine in Firefox but doesnt in IE8, which i need.

    #218654

    Hey John!

    I don’t see the attached image, also a link to your shop would be helpful.

    Cheers!
    Josue

    #218644

    Hi Richard,

    Can you post the link to your website please?

    Also, the image you’d want to put and a mockup of what you want to achieve would be helpful.

    Regards,
    Josue

    #218613

    In reply to: Where are the images?

    Hi!

    That’s expected, some of the images are only in the demo and not in the dummy:

    Please Note: Most images in the theme demo are stock photos from photodune which are not part of the theme

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=Kriesi#item-description__external-scripts-and-resources-used

    Best regards,
    Josue

    #218607

    Hey!

    We can’t access your website, please provide us the access.

    Cheers!
    Josue

    #218605

    Hi!

    Have you tried the Masonry element? you can set it to show Products. Otherwise if you want to stick with the Product grid you can change the image size by changing the number of columns.

    Best regards,
    Josue

    #218600

    Hey!

    You can edit config-woocommerce > config.php file, find the product image code on line 111:

    function avia_woocommerce_thumbnail($asdf)
    {
    	global $product, $avia_config;
    	$rating = $product->get_rating_html(); //get rating
    
    	$id = get_the_ID();
    	$size = 'shop_catalog';
    
    	echo "<div class='thumbnail_container'>";
    		echo avia_woocommerce_gallery_first_thumbnail( $id , $size);
    		echo get_the_post_thumbnail( $id , $size );
    		if(!empty($rating)) echo "<span class='rating_container'>".$rating."</span>";
    		if($product->product_type == 'simple') echo "<span class='cart-loading'></span>";
    	echo "</div>";
    }

    Cheers!
    Ismael

    #218599

    Hey Sergio95!

    Please add this on Quick CSS to reposition the background images on iPad view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    background-position: 50% 70% !important;
    }
    }

    Replace the ‘70%’ value if necessary.

    Cheers!
    Ismael

    #218591

    Topic: IMG – Global JQUERY

    in forum Enfold
    masterr
    Participant

    Hi Guys,

    I have a few images on the site that are very large in size as they are maps, so i need to zoom in on them. There are a number of plugins that will do this though as your CSS is controlling any IMG i cannot use these plugins. Is there anywhere to turn off your JQUERY on individual images.

    Example, insert image into page 3400px by 2900px, smaller image is displayed, click on your hover button and image is made a little larger, click again and the whole image is displayed though most is off the screen and cannot be viewed. Now if use some zoom or magnifier plugins so i can zoom in on an area of that image the plugin will not work as your global CSS on the IMG attribute is overriding it.

    Cheers.

    PS, I cannot link to the site it’s in a DMZ.

    #218583

    Hi Vital!

    You can add this one. Specify the min and max height of the grid preview images:

    .grid-image img {
    width: 100%;
    display: block;
    max-height: 200px;
    min-height: 200px;
    }

    Best regards,
    Ismael

    Hi wethepublic!

    Add this on Quick CSS to remove the banner on mobile view:

    @media only screen and (max-width: 768px) {
    .home .avia_image.avia-builder-el-1.el_after_av_layerslider.avia-builder-el-first.avia-align-center {
    display: none;
    }
    }

    It is not possible to switch the content on mobile view.

    Regards,
    Ismael

    #218574
    #218566

    Its just that one computer… sorry abut that. :)

    Thanks for all your help with the customizations.

    #218562

    Hi!

    Glad you figured it out. You can also specify a minimum or max height for the portfolio thumbnails if necessary. :)

    Cheers!
    Ismael

    #218547
    Richard
    Participant

    Hi, I am having trouble placing an image in the header. I have a logo there already but want to place some text as an image beside it. I am using a child theme.

    #218544

    We looking forward to hearing from you :)

    Regards,
    
Josue

    #218541

    Hi!

    This is how the theme ensures that images respond to the screen size and layout as it changes. The best way to insert your images if you want them a specific size is to re-size the actual image to that size before hand.

    Regards,
    Devin

    #218538
    aabele
    Participant

    Hi,

    Is it possible to resize the shop preview photo dimensions – the grid layout seems to only offer square images?

    IE http://kriesi.at/themedemo/?theme=enfold

    #218536

    interesting. It is only happening in Chrome on this computer. It’s fine in Safari. Let me try a different computer. I will let you know. Thanks!

    #218535

    Correct, pako69: if you change this parameter, will change the proportions of all the other images, even the image of the related articles. We need to find another solution to resize a photo. Thank you!

    #218532

    In reply to: header style logo

    kept fiddling and kind of got the heading logo how i would like, i did it by inserting the image via the ‘upload custom background image’ as found in the enfold styling header options.

    however, i had to resize the image down considerably, as it was overlapping the social media icons. didn’t mind this to a point as was prob too big in any case. but even when i resized it down from 1010px wide down to just 660 wide and 131px high, part of the image was being chopped off in the header. i have now shrunk it down to just 500wx79h pixels, but i think it’s a tad small. how can i set the logo to any size i want in this section without parts of it getting chopped please? is there any code i can use in the quick css section for example or something else i could do.

    thank you kindly,
    paul

    #218528

    Hi!

    Not happening on my end:
    http://screencast.com/t/ghG6PNizHUt

    Try again or from a different computer.

    Regards,
    Josue

    #218517

    That seems to have fixed it. Not sure if it is my server or what, but now when you roll over the image there is a delay for the overlay to let you know to click on the thumbnail, and also ther is no animation anymore. Take a look, http://www.lanceblaise.com

    #218513

    That didn’t work for me, possible because I have UberMenu as my menu now??
    But I did manage to get what I want by editing the header.php and changing

      <div class='container'>
    
                            <?php
                            /*
                            *	display the theme logo by checking if the default logo was overwritten in the backend.
                            *   the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output
                            */
                            echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
    
                                if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
    
                            /*
                            *	display the main navigation menu
                            *   modify the output in your wordpress admin backend at appearance->menus
                            */
                                $extraOpen = $extraClose = "";
                                if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='jrm_container'>";  }
    

    Notice at the very end I have “jrm_container” instead of just “container” Then I added the following css:

    .jrm_container {
      position: relative;
      margin: 0 auto;
      padding: 0px;
      clear: both;
    }

    That way the width takes up the entire width of the parent container.

    Do you see any issues with this way of doing things? I created my own cusotm “container” to avoid any potential issues like other divs having the container class.

    thanks

    #218504

    In reply to: Social Media Icon HTML

    Josue, you are a genius, sending you a virtual beer!.

    Can I shift the icons to the right 10 px?, then everything will be great. They ar just off centre if you look at the images above and the logo below.

    Sorry for being a pain

    Thanks mate

    Gary

    #218488

    Hello!

    It is possible but that customization is beyond the scope of the support we can offer. If you really need it try hiring a freelancer for the job or if you prefer request a quote here.

    Cheers!
    Josue

    #218480

    In reply to: Social Media Icon HTML

    Hey Josue,

    Ok, so the icons are in a one column set up now.

    The following code was for the social icon alignment to the left of the main image here: http://www.naturaloutlook.com/about/ I can delete the icons from here if its too much of a headache.

    .avia_textblock .social_bookmarks li{
    float: left !important;
    list-style: none;
    margin-left: 0;
    }

    Thanks mate

    #218479

    Hi,

    Open /config-templatebuilder/avia-shortcodes/postslider.php and look for line 276:

    $thumbnail  = get_the_post_thumbnail( $the_id, $image_size );
    

    Replace it by this:

    $thumbnail  = get_the_post_thumbnail( $the_id, 'full' );
    

    Regards,
    Josue

    #218476

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #218472

    I already have tried that. I think it is something that needs to be changed in that “posts slider” part of your page builder. The thumbnail regenerator didn’t work for the post itself. I had to delete the featured image and then upload a new one, so its not a regeneration issue.

Viewing 30 results - 97,291 through 97,320 (of 106,494 total)