Viewing 30 results - 98,911 through 98,940 (of 106,471 total)
  • Author
    Search Results
  • lionel
    Participant

    Hi

    I reviewed the forum and the documentation available but not sure the use of color section is optimal for my situation.
    http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    My site is xxx and looking to introduce a menu with 5 items (home, our services, clients & results, about us and contact us), starting from each full screen image. Each time i m trying to use the color section it creates a unnecessary margin, breaking the design of the page.

    Can we assign ID to a full screen image component? And if not, Is there a way to minimize the size of the color section, or even replace it by a pixel?

    Thanks for your help
    Lionel

    • This topic was modified 12 years, 3 months ago by lionel.
    #201473
    Michae1
    Participant

    How can I prevent the thumbnail versions from being created? I’m not using any of those features, and there are about 8 versions created for each image I upload. I’d like to just delete those to free up space and entries in the DB.

    #201467

    WOW – that fix came quick and yes it works. Your support is awesome.

    Edit:
    I`m sorry to bother you again, but I found another slight problem. While the solution works perfectly with the featured image, it doesn´t seem to work with product gallery images.

    • This reply was modified 12 years, 4 months ago by StuWeTueHo.
    #201456

    Hi!

    Ok, the problem is that WooCommerce doesn’t use the description field. To fix the issue add following code to functions.php

    
    if(!function_exists('avia_woocommerce_post_thumbnail_description'))
    {
    	add_filter('woocommerce_single_product_image_html','avia_woocommerce_post_thumbnail_description', 10, 2);
    	function avia_woocommerce_post_thumbnail_description($img, $post_id)
    	{
    		global $post, $woocommerce, $product;
    
    		if(has_post_thumbnail())
    		{
    			$image_title = esc_attr(get_post_field('post_content', get_post_thumbnail_id()));
    			$image_link  = wp_get_attachment_url( get_post_thumbnail_id() );
    			$image  = get_the_post_thumbnail( $post->ID, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ), array(
    				'title' => $image_title
    				) );
    			$attachment_count = count( $product->get_gallery_attachment_ids() );
    
    			if ( $attachment_count > 0 ) {
    				$gallery = '[product-gallery]';
    			} else {
    				$gallery = '';
    			}
    
    			return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s"  rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);
    		}
    
    		return $img;
    	}
    }
    
    if(!function_exists('avia_woocommerce_gallery_thumbnail_description'))
    {
    	add_filter('woocommerce_single_product_image_thumbnail_html','avia_woocommerce_gallery_thumbnail_description', 10, 4);
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class )
    	{
    			$image_link = wp_get_attachment_url( $attachment_id );
    
    			if(!$image_link) return $img;
    
    			$image = wp_get_attachment_image( $attachment_id, apply_filters( 'single_product_small_thumbnail_size', 'shop_thumbnail' ) );
    			$image_title = esc_attr(get_post_field('post_content', $attachment_id));
    
    			$img = sprintf( '<a href="%s" class="%s" title="%s"  rel="prettyPhoto[product-gallery]">%s</a>', $image_link, $image_class, $image_title, $image );
    
    		return $img;
    	}
    }
    

    and in /wp-content/themes/enfold/config-woocommerce/woocommerce-mod.js remove

    
        $('.single-product-main-image .images a').each(function(index,value){
            var $this = $(this),
                title = $this.attr('title'),
                img = $this.find('img'),
                description = img.attr('alt');
    
                $this.attr('title', description);
                img.attr('alt', title);
        });
    

    We’ll update this with the next theme version.

    Best regards,
    Peter

    #201444

    Hey Josue,

    that works exactly the way I want it. Thank you!

    Are there any recommended image-size for Posts or as Post-Image, Galleries, Portfolio, Team Member and Portfolio Ajax Gallery?

    Best regards
    Bruno

    #201442
    hbjcapital
    Participant

    Hello Guys,

    We are using your theme for our webste [HBj Capital ]

    Few days before we migrated the data from our old blogger site into this one – but now we are missing all the images on our blogs home page [its set to display a featured image and heading + preview] We tried using several plugins to automatically generate featured images from posts, but none of them are working. So it would be great if you can somehow help us.

    EDIT 1

    Sorry guys, it seems I didnt explain the situation clearly. As mentioned before we migrated from blogger to WordPress. As we had a large no of posts we used the cms2cms service for migration. After migration when we checked the installation, the images are there but when you click on some image it wont appear in light box and displays error message saying the image is missing. [whiles the same images is being used for preview] On deeper investigation it was found that, the images have blank spaces between them and on the preview/ post it comes up perfectly – but when you click it -Some script [i believe its pretty photo ] adds a “+” sign where the blank space was.

    Please help us with suggestions.

    • This topic was modified 12 years, 4 months ago by hbjcapital. Reason: Detailed explanation / Wrong Cause
    #201413

    Topic: Footer problem

    in forum Enfold
    guiversiani
    Participant

    I am Brazilian, if you have someone to answer in English, I’d appreciate it if you don’t, I’m sorry for my English, I am using a translator.

    Good evening, I bought the theme of Enfold, and I am facing a problem, I am not able to edit the footer, I put 5 columns, but I can’t find where I can edit text, insert images, or anything else.

    follow live link from my site to you help me http://www.guilhermeversiani.com.br

    On my homepage, above the slider, it says so (Homepage and You are here: Home) I would like to remove this also.

    Boa noite, eu comprei o tema da Enfold, e estou enfrentando um problema, não estou conseguindo editar o rodapé, coloquei 5 colunas, mas eu não acho onde eu possa editar os textos, inserir imagens, ou qualquer outra coisa.

    • This topic was modified 12 years, 4 months ago by guiversiani.
    #201399
    tinagianna
    Participant

    Hi Kriesi!

    I have discovered a little issue on my site. My site was working fine, and I have a button in my header which says ‘log in’ if a customer is not logged in.. or ‘log out’ if they are logged in.
    However; until recently my website cannot detect if a cusotmer is logged in. Everything works fine.. just the button does not display ‘log out’.

    Here are some images to show you exactly what I mean..
    http://s27.postimg.org/bgrjpdjkz/image.jpg
    http://s30.postimg.org/6t78z0b5t/image.jpg
    http://s28.postimg.org/xpi1fuf71/image.jpg

    Also when I add or delete a product in my shop.. it doesnt seem to update or reflect properly on my site.
    Everything looks fine and is updated correctly when I go to this link – http://www.interiorinnovations.com.au/store/living/prints/
    BUT i do not use this link/URL..
    I have made my own page – http://www.interiorinnovations.com.au/living/prints/
    and recently added products do not display on this page.

    I assumed maybe it was because of caching.. so I cleared page caching – No change.
    Then I deactivated W3 Total Cache and removed any caching codes in my .htaccess file. But this hasnt worked either. I have also looked on the forum and no one seems to have this problem.

    I am so confused as to why this is happening. The only thing that has changed is that I have updated WordPress and gotten a SSL Cert and Sitelock on my site.

    If the problem cant be fixed.. how do I remove this log in button? I rememeber copying the code from someone elses forum question. But I dont remember what that code was because it was so long ago.
    Thankyou and Help :(

    #201388
    Alex
    Participant

    My website takes several seconds before it begins to load. It stays at a blank gray screen for a while and then actually loads the page, but the even then, images and objects are still loading. I’m using a MacBook Pro 2012 model with a SSD and 4GB ram with the OS 10.9.1, and Safari latest version (tried it in Chrome and same results).
    I cleared my cache, reset my browser, went through the typical steps troubleshooting. I disabled all plugins except the essential ones I absolutely must use and even then, it’s like WooCommerce, so on. I don’t have Lazy Load or any speed or compression plugin installed.

    Site is http://homesmartsecure.com
    Any help would be greatly appreciated. If you need a temp login, let me know.

    Thanks

    • This topic was modified 12 years, 4 months ago by Alex.
    #201367
    This reply has been marked as private.
    #201349

    Hey!

    Try adding this code to the Quick CSS:

    .big-preview.multi-big {
        height: 200px;
        overflow: hidden;
    }

    Cheers! 
    Josue

    Hey K!

    You’ll need to re-add in the entire parent function with your new sizes in the array. For reference: https://kriesi.at/support/topic/generate-new-image-sizes-in-child-theme/?replies=4#post-125496

    Best regards,
    Devin

    GRAPHICpilot
    Participant

    Hi guys…

    What is your recommended way to add additional crop sizes for Enfold upon upload into the media library?

    I’m trying to do it via this method in my child theme’s functions.php but it’s not working when I initiate the Regenerate Thumbnails plugin’s process (entire functions.php below):

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    /* Excerpt Length */
    function new_excerpt_length($length) {
        return 50;
    }
    add_filter('excerpt_length', 'new_excerpt_length');
    
    /* Additional Image Sizes by KB */
    
    add_image_size( 'small-size-p', '300', '400', true ); /* portrait */
    add_image_size( 'small-size-l', '400', '300', true ); /* landscape */
    
    ?>

    Would you suggest a plugin or function?

    Thanks in advance!

    GRAPHICpilot

    #201303

    In reply to: Animation

    Hi!

    New version of Enfold was released recently which is fully compatible with WordPress 3.8. Please try re-updating the theme. If you do not mind turning off the spinning animation for a temporary fix, you can add following code to Quick CSS in Enfold theme options under Styling tab

    a:hover .image-overlay .image-overlay-inside {
    -webkit-animation: avia_pop_small 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-animation: avia_pop_small 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-animation: avia_pop_small 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop_small 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    }

    Best regards,
    Yigit

    #201264
    This reply has been marked as private.
    #201260

    Using the code Peter provided, i just modified this line:
    if($external_link) $link = $external_link;

    To this:
    if($external_link) $link = $external_link[0];

    So it will get the first item of the Array.

    Best regards,
    Josue

    #201250

    Hi Ismael

    Thanks so much for your help.

    The page now looks like this http://www.catalystforgrowth.co.uk/about-us/

    Is there a way to get a horizontal line from the title text that becomes a vertical line as per the image? http://i.imgur.com/HKrXPFS.jpg so a line that looks like the line you have when you have a sidebar, but running from the title text.

    Many thanks for your time.

    Lili

    #201248
    This reply has been marked as private.
    #201226
    This reply has been marked as private.
    WEBIGAMI
    Participant

    Hi there,

    the logo and the image in the header are being displayed not correct installing after the updates. Could you please help quickly?

    It’s about these two quick css lines:

    1) Logo not too big when normal and when responsive:
    @media only screen and (max-width: 480px) {
    .responsive .logo { height: 45px; }}

    2) Position of the image in the header:
    .bok { margin-right: 120px; }

    Here you find the last topic: https://kriesi.at/support/topic/header-in-different-colors-and-portfolio-image-size/#post-194364

    This is the website: http://www.webigami.de/skcc

    Thank you!

    Cheers,
    Jan

    #201182

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color .avia-content-slider .slide-image { background: transparent; }

    Regards,
    Yigit

    #201169

    Hey Peter,

    thanks for having a look into this topic. I waited for the theme update, but unfortunately the update didn´t do as expected. Maybe I wasn´t clear with my previous description.

    This picture shows how the photo meta should be displayed: “alt” text above and “description” below the picture (at least this is the normal behaviour within this theme).

    But with product images it is totally different – and even worse after the update:

    With enfold 2.4.3 the “title” is shown above the image instead of the “alt” text.
    And instead of the “description” below the photo, the “alt” text is displayed.

    Thanks for your help!

    #201150

    In reply to: Image overlay icon

    This issue just solved deleting cache.
    Please, forget about it.

    #201147

    Hi Lilipie!

    You can use the Partner/Logo element or insert a Color Section with 3 1/3 column layout. Insert the logo using the Image element. Hide the “You are here” text using this:

    .breadcrumb-title {
    display: none !important;
    }

    Regards,
    Ismael

    #201144
    webdraw
    Participant

    Hi!
    I have a question (sorry for my italian):

    How can i add in a single portfolio item (like here: http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/) the box “Most recent portfolio works” under the image portfolio? I can’t find this option!

    Please, help me! Thanks iu!

    #201130

    I have the same question as I encountered the same problem this morning when trying to use a background image.
    Thanks.

    #201125

    No way, sorry guys but this will not work for me: I need to align each picture independently!
    Its not looking the same with last update.
    Need that feature back!

    #201123

    Hi Mono14!

    The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: top center !important;
    }

    Don’t remove the !important property.

    Cheers!
    Ismael

    #201121

    Hey lakecoast!

    The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:

    .avia-fullscreen-slider .avia-slideshow-inner li {
    background-position: top center !important;
    }

    Don’t remove the !important property.

    Cheers!
    Ismael

    #201091

    Topic: Image overlay icon

    in forum Enfold
    Mono14
    Participant

    Hi, just updated.
    In my homepage, when I place the mouse over any of these 3 images http://i.imgur.com/JuDYq9m.png
    I should see the rounded arrow icon and it’s not happening after update. You can try it yourself in http://www.universitarios.org.ar

Viewing 30 results - 98,911 through 98,940 (of 106,471 total)