Viewing 30 results - 6,781 through 6,810 (of 10,097 total)
  • Author
    Search Results
  • #432578

    Hey!

    Yes, I can reproduce the issue. The weird thing is, if you go to the actual image url, they don’t exist:

    http://www.ericsmeets.nl/testserver/wp-content/uploads/2015/04/Transparant_WitteStrepen-1500×430.png
    http://www.ericsmeets.nl/testserver/wp-content/uploads/2015/04/Transparant_WitteStrepen2-1500×430.png

    Did you add any thumbnail size modifications or any modifications at all? Please try to regenerate the thumbnails with this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    #432575

    Hi!

    Replace the code with this to create a link:

     $searchthumb    = get_the_post_thumbnail( $post_id, $size, $attr );
                    echo "<span class='search-result-counter {$counterclass}'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>{$searchthumb}</a></span>";

    Add this in the Quick CSS field to align the search result:

    #top .template-search.content .entry-content-wrapper {
      padding-left: 0;
    }

    Best regards,
    Ismael

    Since I have not yet been able to definitively figure out the issue I am posting some more info here, in the hopes that it helps someone else figure out another angle to try.

    I’m bolding the plugins which are unique to a particular install. I should note that I tried installing Quick Page/Post Redirect and PHP Text Widget on the ‘working’ site (Website 2) and even with those plugins installed that site remained fine… so I don’t think those plugins are the issue.

    WEBSITE 1 (Avia Layout Builder Broken).
    WP 4.1.2, Enfold 3.1.3
    Site5 Hosting
    MySQL 5.5.40, PHP 5.3.29 (64-Bit)
    Memory Limit 256M, Max Execution time 60 seconds
    Linux, Apache

    Plugins active:

    • Admin Menu Editor Pro (1.97)
    • Advanced Custom Fields Pro (5.2.2)
    • Advanced Responsive Video Embedder (5.3.4)
    • BackupBuddy (5.2.0.0)
    • CMS Tree Page View (1.2.31)
    • Force Regenerate Thumbnails (2.0.5)
    • Gravity Forms (1.9.6)
    • Media Library Assistant (2.10)
    • PHP Text Widget (1.0.8)
    • Quick Page/Post Redirect Plugin (5.0.6)
    • Relevanssi (3.3.8)
    • Widget Attributes (0.2.2)
    • WordPress SEO (2.1.1)

    WEBSITE 2 (Avia Layout Builder Working).
    WP 4.1.2, Enfold 3.1.3
    MediaTemple Hosting
    MySQL 5.1.72, PHP 5.3.29 (64-Bit)
    Memory Limit 256M, Max Execution time 600 seconds
    Linux, Apache

    Plugins active:

    • Admin Menu Editor Pro (1.97)
    • Advanced Custom Fields Pro (5.2.2)
    • Advanced Responsive Video Embedder (5.3.4)
    • BackupBuddy (5.2.0.9)
    • Broken Link Checker (1.10.6)
    • CMS Tree Page View (1.2.31)
    • Duplicate Post (2.6)
    • Event Rocket (2.5)
    • Force Regenerate Thumbnails (2.0.5)
    • Google Analytics by Yoast (5.4.1)
    • Gravity Forms (1.9.6)
    • Gravity Forms MailChimp Add-On (3.6)
    • Gravity Forms Survey Add-On (2.5)
    • Groups Engine (1.0.4)
    • iThemes Security Pro (1.14.12)
    • Media Library Assistant (2.10)
    • Plugin Update Hider (0.0.4)
    • Redirection (2.3.14)
    • Relevanssi (3.3.8)
    • SeedProd Coming Soon Pro (4.2.3)
    • Series Engine (1.7.2)
    • The Events Calendar (3.9.1)
    • The Events Calendar PRO (3.9.1)
    • Widget Attributes (0.2.2)
    • WordPress SEO (2.1.1)
    #432374
    TomS
    Participant

    Liebes Kriesi-Team,

    vielen Dank erstmal für die Bereitstellung eines solch tollen Themes. Wir sind soweit sehr zufrieden.
    Leider stießen wir aber auf einige, kleinere Probleme, welche durch ein Update gelöst werden konnten. Dies trifft jedoch auf ein ganz bestimmtes Problem nicht zu.

    Wir haben die im Private Content befindliche Seite angelegt, wie ihr ganz unten sehen könnt, haben wir dort eine Gallery hinzugefügt. Eigenartigerweise werden jedoch die im Backend eingestellten konfigurationen zur Gänze ignoriert – wir haben das Big Image als Medium (300x300px) definiert und die Thumnails als Thumbnail (36x36px). Wie ihr sehen könnt, schein diese Einstellung nicht wirklich angenommen zu werden.

    Gerell scheint es, als würden hier ein paar CSS definitionen fehlen – es fehlt ein Margi zwischen den Thumb’s und das 5. Element hat keinen sichtbaren border-right. Habt ihr eine Idee, warum wir auf dieses Problem stoßen?

    Wir hoffen, ihr könnt uns diesbezüglich helfen, oder uns sagen was wir falsch konfiguriert haben.
    Wennwir die Anfrage lieber auf englisch schreiben sollten, einfach bescheid geben – ich weiß jetzt nicht wieviele deutschsprachige Mitarbeiter ihr habt. ;-)

    Beste Grüße,
    Maximilian

    #432293

    I figured it out. In Functions, I added:

    add_theme_support(‘post-thumbnails’, array(‘post’, ‘page’, ‘tribe_events’));

    in order to ensure that images were posting correctly to facebook. I neglected to include ‘product’ – once added the option came back.

    Thanks for the help!

    #432178

    In reply to: Modify post image size

    Hey elisabertoldi!

    Try adding this to your child theme functions.php file.

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    	$size['entry_with_sidebar'] 	= array('width'=>345, 'height'=>321);
    	return $size;	
    }

    And replace “entry_with_sidebar” with the image size and dimensions you wish to use.

    If you do not see any changes then you may need to regenerate your thumbnails, https://wordpress.org/plugins/regenerate-thumbnails/.

    Cheers!
    Elliott

    #432096

    Hi Ismael,

    Thanks for getting back to me.

    I thought the same thing as you at first, but it is actually possible for custom post types to support hierarchy, see the definition below (note the “‘hierarchical’ => true,” setting):

    
    function rmv_places() {
    
    	$labels = array(
    		'name'                => _x( 'Places', 'Post Type General Name', 'text_domain' ),
    		'singular_name'       => _x( 'Place', 'Post Type Singular Name', 'text_domain' ),
    		'menu_name'           => __( 'Places', 'text_domain' ),
    		'parent_item_colon'   => __( 'Parent Place:', 'text_domain' ),
    		'all_items'           => __( 'All Places', 'text_domain' ),
    		'view_item'           => __( 'View Place', 'text_domain' ),
    		'add_new_item'        => __( 'Add New Place', 'text_domain' ),
    		'add_new'             => __( 'Add New', 'text_domain' ),
    		'edit_item'           => __( 'Edit Place', 'text_domain' ),
    		'update_item'         => __( 'Update Place', 'text_domain' ),
    		'search_items'        => __( 'Search Places', 'text_domain' ),
    		'not_found'           => __( 'Not found', 'text_domain' ),
    		'not_found_in_trash'  => __( 'Not found in Trash', 'text_domain' ),
    	);
    	$rewrite = array(
    		'slug'                => 'places',
    		'with_front'          => true,
    		'pages'               => true,
    		'feeds'               => true,
    	);
    	$args = array(
    		'label'               => __( 'places', 'text_domain' ),
    		'description'         => __( 'Places in the UK', 'text_domain' ),
    		'labels'              => $labels,
    		'supports' => array( 'title', 'editor', 'thumbnail', 'custom-fields', 'page-attributes' ), 
    		'taxonomies' => array( 'category' ), 
    		'hierarchical'        => true,
    		'public'              => true,
    		'show_ui'             => true,
    		'show_in_menu'        => true,
    		'show_in_nav_menus'   => true,
    		'show_in_admin_bar'   => true,
    		'menu_position'       => 6,
    		'can_export'          => true,
    		'has_archive'         => true,
    		'exclude_from_search' => false,
    		'publicly_queryable'  => true,
    		'rewrite'             => $rewrite,
    		'capability_type'     => 'page',
    	);
    	register_post_type( 'places', $args );
    
    }
    
    • This reply was modified 10 years, 11 months ago by scottybowl.
    #432007

    Topic: Post thumbnails

    in forum Enfold
    sdmor
    Participant

    Hi

    Posts’ thumbnails are created automatically from featured image and they are not sharp and cropped. What should I do to have a featured image with proper size and a well cropped thumbnail?

    thanks,

    #431898
    codecreative
    Participant

    hi i love the masonary gallery and the on hover effect how a caption shows

    Can we disable this for mobile use? display hidden?

    I ask because on mobile the caption auto displays and it hides the thumbnail. We’d prefer it if this just didn’t display for mobile uerss

    If you can advise what css is needed for this it would be greatly appreciated

    #431711
    This reply has been marked as private.
    #431577

    Hi nulrick!

    To increase the thumbnail size open up /enfold/config-templatebuilder/avia-shortcodes/magazine.php and change line 242 from this.

    'image_size'			=> array( 'small'=> 'thumbnail', 'big' => 'magazine')
    

    To this.

    'image_size'			=> array( 'small'=> 'full', 'big' => 'magazine')
    

    The reason it looks a little blurry on your end though is because your using some custom CSS.

    @media only screen and (min-width: 768px)
    body#top.page-id-790 article.av-magazine-entry img.attachment-thumbnail.wp-post-image {
       min-width: 90px !important; 
       min-height: inherit !important; 
    }

    Regards,
    Elliott

    • This reply was modified 10 years, 11 months ago by Elliott.
    #431564

    Topic: Modify post image size

    in forum Enfold
    elisabertoldi
    Participant

    Hallo,
    I’ would like to modify the size of post image whitout modify function.php.
    I use a child theme, anch Kriesi write me:
    “We got a wordpress filter that would be able to filter the file sizes of all the thumbnail images created called “avf_modify_thumb_size”

    If you are using a child theme you could use a custom function to filter the output so you don’t need to directly code into the themes functions.php file.

    If thats a solution that you like feel free opening up a thread in our support forum. I am currently busy updating the theme but my support team will take care of you and provide the filter function”

    Can you explain me this solution?

    Thanks

    #431219
    tropsens
    Participant

    Hi,

    I need help regarding images on Enfold.

    The images and thumbnail looks fine both in Chrome and Safari, but in Firefox, its seem cracked.

    Please take a look at the attached example:

    http://postimg.org/image/oc2tqwbwd/

    The site currently is with the latest version of Enfold. Please kindly advise me.

    Thank you

    #431212
    erikvermeulen
    Participant

    Hi,

    I’m using the Masonry Gallery element on my homepage. I would like to have the Masonry element show up differently on mobile phones. As it is now it shows the Masonry photo’s screenwide all under each other. But because it’s a bit of a long scroll to get to other content this way I’m thinking this needs to change.

    Best I would like smaller thumbnails of the masonry photo’s to show. So maybe there can be shown 2 of them side by side. And then also maximize the amount shown and put in scroll buttons to show the next batch? Is this possible? I just want this on mobile phones. Tablet view is fine like it is.

    Regards,

    Erik

    #431009

    Hi Guys
    thanks for the response.

    Which theme file and where, would I place this code

    ***********
    <?php
    $blubb = ‘[gallery ids=”‘;
    $images = get_field(‘acf-gallery’);
    if( $images ):
    $counter = 0;
    foreach( $images as $image ):
    if ( $counter > 0 ) {$blubb .= ‘,’;}
    $blubb .= $image[‘id’];
    $counter++;
    endforeach;
    endif;
    $blubb .= ‘”]’;

    echo $blubb;
    ?>
    **********

    In order to use this ENFOLD code to produce the groovy Enfold gallery

    [av_gallery ids='[ACF SHORTCODE HERE]’ style=’thumbnails’ preview_size=’portfolio’ crop_big_preview_thumbnail=’avia-gallery-big-crop-thumb’ thumb_size=’shop_catalog’ columns=’3′ imagelink=’lightbox’ lazyload=’avia_lazyload’]

    Fingers crossed and thanks in advance?
    Chris

    spencemann
    Participant

    Hello,

    I’m working with a fullscreen slider and a video embedded from Vimeo and I’m trying to figure out how to do 1 of 2 things:

    Option 1) Disable autoplay of the video AND have video controls visible on the slide so that the viewer realizes it is a video that they can play. When I select “disable autoplay” the video slide displays the vimeo thumbnail exactly like a still image slide with no video controls and no indication that the slide is in fact a video – unless the viewer happens to click on the slide. I have tried modifying the css for .avia_playpause_icon and setting it to always display. This works, but if the viewer clicks on the play button it does not do anything. (It sounds like self-hosted videos and youtube videos do display video controls on the video slide, but I need this functionality for a vimeo video.)


    Option 2) Autoplay and mute the video, but provide an option for the viewer to unmute the video.
    I have not fond any way of enabling this functionality yet with a vimeo embedded video.

    Thanks so much for your help!

    Spencer

    #430965
    nulrick
    Participant

    Hi There ~
    When using the ‘magazine’ content component in my page, it defaults to using the thumbnail image size, which is 80x80px, and it’s crops off the top of the image, which looks bad. How/where can I change this setting so that it uses the full size image (which is still small enough to look good in a list)? Can I change it in the child theme so that when updating the theme in the future, I wont overwrite this change?

    http://www.evazeiseloriginals.com/2015/in-the-news/

    Many thanks!

    #430890

    Hi. I tried to use this in my child-theme function.php for the small portfolio images:

    add_action('init', 'ava_my_image_size', 1);
    function ava_my_image_size()
    { 
    global $avia_config;
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185, array(top, center));						// images for portfolio 4 columns
    }
    

    and after that I used http://wordpress.org/plugins/regenerate-thumbnails/ for the wanted images, but it stayed the same?!
    Any ideas?

    thanks

    dominiquehurley
    Participant

    When we do a search and a whole list comes up on a page – is there a way to get the featured image to appear as a thumbnail? We’d taken images off for the top image for the individual blog post pages. Not sure if that makes a difference here.
    To see what I mean, you can go to http://dominiquehurley.com and use the search magnifier in the menu bar. Search for Vienna and press Enter. You’ll see a list. That’s where I’d like thumbnails beside each to add a bit of colour to the page.

    Thanks.

    #430766

    Hey codecreative!

    sorry for the late response.
    By default layerslider will use background image as thumbnail, but when you want to use your custom one, follow this instructions: http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html#thumbnails

    Regards,
    Andy

    #430375

    Hi bcndisseny!

    First off do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.

    Next edit your page and switch to Advanced Layout Editor and then click on the “Media” tab. There is an element there called “Gallery”. Create a few galleries and set your images and look into the debug view and you’ll see the shortcodes for each gallery. You can copy that shortcode and paste it inside each toggle of the accordion to get the effect your wanting.

    After your done the end result would look something like this.

    [av_toggle_container initial='0' mode='accordion' sort='']
    [av_toggle title='Toggle 1' tags='']
    [av_gallery ids='113,102' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload']
    [/av_toggle]
    [av_toggle title='Toggle 2' tags='']
    [av_gallery ids='63,11' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload']
    [/av_toggle]
    [/av_toggle_container]

    Cheers!
    Elliott

    • This reply was modified 10 years, 12 months ago by Elliott.
    #430367

    Thanks Yigit,
    Without css changes I get this kind of gallery:
    (text title) This is the gallery1
    (simple gallery) thumbnail1 thumbnail2 thumbnail3 thumbnail4 thumbnail5 thumbnail6 thumbnail7, etc…
    So, when I make a click in a thumbnail, it show this image in the lightbox mode…

    With your helpI it works perfectly about hiddind the thumbnails, but I get only the text title:
    (text title) This is the gallery1
    So, I need to click in the text title to show this image in the lightbox mode…

    Now, I need the second part:
    Convert the text title (This is the gallery1) in a link (Open the gallery 1), so clicking this text link (Open the gallery 1), this action shows this certain gallery.

    Thanks in advance!

    Joan

    #430304
    bcnsites
    Participant

    Hi!,
    I have a gallery (simple gallery) with 30 images and I would like to hide the thumbnails. Without these thumbnails, the access to to lightbox would be by a text link, like “Open the gallery 1”. So, when I click in this link text, it shows the open gallery in the lightbox mode -in the same way like in the image thumbnail without hidding the thumbnails, in the standard mode-.
    Is it possible?
    Thanks in advance!
    Joan

    Oh wow! I can hardly believe it – what a stressful week. It worked! I knew there had to be a solution. THANK YOU!!!
    Jetpack was already installed by my Bluehost Website Transfer Team, but I had to activate it after my DNS was pointed and my site became my domain name (not sure about the techy language there). I went into settings and they had a checkbox for Tiled Gallery. Yay! They’re looking fine now. No more 250px columns of tiny thumbnails.

    It’s added a whole bunch of other things too – like another set of Share this and Related – like at the bottom of http://dominiquehurley.com/studio-sneak-peek-snowflakes/ And camera settings in the lightbox, which isn’t very professional looking. I hope Jetpack is compatible with Enfold and hasn’t broken anything.

    I’ll spend the day looking through the site and Jetpack to learn about it.

    Question 1- the second link you gave me about “Local “… I don’t know what that means. Is there a problem that’s hiding or should I forget about it if the galleries are showing up nicely?

    Question2: I’m not sure what to link the galleries to: Attachment Page, Media File or None ? What’s the difference?

    Thanks again,

    #430219
    Wolf
    Participant

    Hello Enfold Team!

    I’m wondering if it is possible to make the search results page look a bit more like the blog archive pages.
    A thumbnail and a excerpt instead of just text.

    I’ve seem some solutions on the forums, but I don’t really understand them.

    Also the ajax search results in the menu have categories like pages, blog, portfolio
    Is it possible to get that kind of function into the searchresults page itself?

    thanks for all the help team!

    cheers

    Wolf

    #429650
    codecreative
    Participant

    Hi if you go to http://www.warringtonsmileclinic.co.uk/

    And hover your mouse on the layer slider that first appears, and move the mouse to the circles at the bottom of the slide it shows preview thumbnails but it fails to for the second circle. I feel this may be, because there is no background image. Is there a way I can set a static image as the thumbnail preview?

    #429549

    I’m getting better at detective work. OK, so in going in to edit the links on this one, I noticed that it was a post I tried reconstructing because of the gallery nightmare issue I’m still hoping you’ll help me solve (previous thread).

    I used the Advanced Layout Editor to redo this post. All my old ones are in Default Editor. So the default Title is missing at the top, but also the Share links, Comment box, You May Also Like blog thumbnails and maybe more.

    Is that normal? I thought the Advanced one would just allow me to create nicer galleries.
    Thanks.

    chuckdizzle03
    Participant

    Is there any way to create a lightbox style pop up to showcase a virtual tour for the Google Maps: Business view program.

    My site is http://charlesleephotography.com/businessview
    I have two tours there which are active as soon as the site loads. I want people to click on a thumbnail then have a small lightbox style pop up show up with the virtual tour. Similar to this site;

    http://truly360.com/

    Looking at the source, it calls “shadowbox” ? But upon looking, that plugin hasn’t been updated for years.

    Any information you could provide would be appreciated.

    #429186
    colapsnux
    Participant

    Hello Enfold Team !

    How can I remove the thumbnail image from the facebook widget ?

    I don’t want that the site load the thumbnail image because its take many request from the serveur when the site is displayed.

    #429135

    Topic: Thumbnail Size

    in forum Enfold
    Gigi
    Participant

    Hey guys!
    How can I have the thumbnails in the blog to fill the hole square? http://i.glui.me/1FKVzuD

    I have regenerated all the thumbnails but didn’t change a thing.. I would like the thumbnail cropping to be done automatically and not me manually make the mage square every post..

    Please let me know!
    Thanks

Viewing 30 results - 6,781 through 6,810 (of 10,097 total)