Viewing 30 results - 4,891 through 4,920 (of 10,101 total)
  • Author
    Search Results
  • #682850
    ENBertussi
    Participant

    Hi there,

    when we share https://braandcorsetsupplies.com/life-fairy-bra-mother-blog/ which is the glob roll, it shows what appears to be a random image.

    is there a way to specify which image is used to be the thumbnail on social media with the root of the blog?

    thank you.

    ENB..//

    • This topic was modified 9 years, 7 months ago by ENBertussi. Reason: TAGING NAME FOR SUPPORT PURPOSES
    #682289
    quadrocreative
    Participant

    Hi Support,

    I wonder if you can help?

    If you go to the shop page of my site the product images are low resolution (because they are fixed at 150px x 150px (despite me changing the thumbnail setting in Woo Commerce but when you clicxk on the image the single product image and the lightbox images are fine.

    http://www.ruggerbugs.co.uk/product-category/merchandise/

    Can you help me improve the resolution of the thumbnail images?

    Best Regards,

    Richard

    #682176
    craigriches
    Participant

    Hi there,

    Is it possible to introduce new dimension size choices into the gallery element?
    For our purposes we need a 500px by 500px big image with smaller square thumbnails below. There is a 500×500 big square choice but not a corresponding smaller thumbnail option, unless you want to go really small.

    Our other requirement is 500px wide and 800px tall with corresponding smaller thumbnails below of similar ratio.

    I am not sure whether Enfold is adaptable in this way, but wanted to confirm all the same.

    Thanks.

    #682077

    I could help myself by changing the settings belonging to h2 – i could live with that.
    Unfortunately I am not able to change the size of the preview images even though I chose a certain thumbnail size.
    I would love every row to have the same size/ height.

    #682037

    Hi!

    Use this plugin to regenerate the images using the new entry_with_sidebar image size.

    Best regards,
    Josue

    Hi,

    We are very sorry for the late response.

    This is possible but you have to edit the portfolio items and set the “Overwrite Portfolio Link setting” to “Define a custom link”. Add the url of the featured image. Add this code in the functions.php file to use the excerpt as the lightbox title.

    function avf_portfolio_custom_image_container_mod($link_markup, $entry)
    {
    	$the_id = $entry->ID;
    	$custom_link = get_post_meta( $the_id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $the_id ,'_portfolio_custom_link_url', true) : false;
    	$link = !empty($custom_link) ? $custom_link : get_permalink($the_id);
    	$title = get_post(get_post_thumbnail_id($the_id))->post_title;
    	$link_markup[0] = "a href='{$link}' title='{$entry->post_excerpt}' ";
    	return $link_markup;
    }
    add_filter('avf_portfolio_custom_image_container', 'avf_portfolio_custom_image_container_mod', 10, 2);

    Best regards,
    Ismael

    #681663
    raylay
    Participant

    Restarting an old ticket I previously submitted and haven’t received a new response on – I think because its old. Can you please help? Thank you!
    1. Remove lower opacity on hover, on both main image and on thumbnails

    2. On thumbnails – remove the rollover interaction that changes the main image to thumbnail image

    3. Add arrow overlay to thumbnails on hover (like main image hover). Clicking will open image in lightbox

    Refernce for how the thumbnails should work: http://www.ronenbekerman.com/portfolio/best-of-week-182016/

    gallery-cahnges

    • This topic was modified 9 years, 7 months ago by raylay.
    #681625
    fionda85
    Participant

    Hello, I have a problem with the mobile viewing device iphone 4 and 5.

    All texts are centered correctly by the Enfold settings, but with iphone 4 and 5 the site is not displayed correctly.

    I have attached two pictures.

    thumbnail
    thumbnail2

    Can you help me?

    Thank you

    #681487
    richardwilding
    Participant

    Dear Kriesi,

    I have previously used the ‘portfolio grid’ to create pages with a thumbnail index linking to individual portfolio posts, but I have a client who wants a projects index where thumbnails link directly to videos that open and play in a pop-up window, rather than linking to a portfolio post page.

    Please see example in the private link below.

    What would be the best way to create something like this in Enfold?

    Thanks, Richard

    Hi,

    Thank you for the clarification.

    It appears you are using a video element which is working as intended to.

    To open video links in light box please add the videos in the below format.

    <a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title=""><img src="images/thumbnails/flash-logo.jpg" alt="YouTube" width="60" /></a>
    

    Or try using this plugin https://wordpress.org/plugins/tubepress/

    Best regards,
    Vinay

    #680490

    Unfortunately this is not the change I need. I’ll be more specific and add an image for reference:
    1. Remove lower opacity on hover, on both main image and on thumbnails

    2. On thumbnails – remove the rollover interaction that changes the main image to thumbnail image

    3. Add arrow overlay to thumbnails on hover (like main image hover). Clicking will open image in lightbox

    Thank you for your help!

    gallery-cahnges

    #680388

    Hi,

    Regenerating the thumbnails will affect previous portfolio item’s thumbnails.

    Best regards,
    Josue

    Hello,
    I don’t have idea which plugin to disable. I did not added any in last two months, when the issue appeared.

    I tried to deactivate:
    Admin Columns
    Better Plugin Compatibility Control
    Block Bad Queries (BBQ)
    Broken Link Checker
    Enable Media Replace
    Google Analyticator
    MCE Table Buttons
    Media File Cleaner
    P3 (Plugin Performance Profiler)
    Regenerate Thumbnails
    Simple History
    Slick Sitemap
    Usernoise
    WP Updates Settings
    Yoast SEO
    Zalomení

    But nothing happened.

    Jiri

    • This reply was modified 9 years, 8 months ago by norbou.
    #679542

    Hey vaibhavbhutoria,

    Please go to enfold/includes/loop-author.php file and find

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

    and change it to

    	                        echo '<span class="blog-categories minor-meta">';
                                echo the_post_thumbnail();
    	                        echo $cats;

    Best regards,
    Yigit

    LarryLayouter
    Participant

    Hi support,

    When I tap on a gallery thumbnail on iOS
    – the first tap reveals the tooltip
    – the second tap reveals the image but the tooltip is still visible

    Only after tapping on the first revealed image to go to the next image the tooltip disappears.

    Is there a way to hide the tooltip when the first image appears?

    Please find a link to a screenrecording in the private content area.

    Best,
    Claus

    Hi,

    Yes, unfortunately, you can’t override the file in a child theme. However, you can try this in the functions.php file:

    add_action('after_setup_theme', function() {
    	remove_action('init', 'portfolio_register');
    });
    
    add_action('init', 'portfolio_register_mod');
    function portfolio_register_mod()
    {
    	global $avia_config;
    
    	$labels = array(
    		'name' => _x('Change This Change This', 'post type general name','avia_framework'),
    		'singular_name' => _x('Change This', 'post type singular name','avia_framework'),
    		'add_new' => _x('Add New', 'portfolio','avia_framework'),
    		'add_new_item' => __('Add New Portfolio Entry','avia_framework'),
    		'edit_item' => __('Edit Portfolio Entry','avia_framework'),
    		'new_item' => __('New Portfolio Entry','avia_framework'),
    		'view_item' => __('View Portfolio Entry','avia_framework'),
    		'search_items' => __('Search Portfolio Entries','avia_framework'),
    		'not_found' =>  __('No Portfolio Entries found','avia_framework'),
    		'not_found_in_trash' => __('No Portfolio Entries found in Trash','avia_framework'),
    		'parent_item_colon' => ''
    	);
    
        $permalinks = get_option('avia_permalink_settings');
        if(!$permalinks) $permalinks = array();
    
        $permalinks['portfolio_permalink_base'] = empty($permalinks['portfolio_permalink_base']) ? __('portfolio-item', 'avia_framework') : $permalinks['portfolio_permalink_base'];
        $permalinks['portfolio_entries_taxonomy_base'] = empty($permalinks['portfolio_entries_taxonomy_base']) ? __('portfolio_entries', 'avia_framework') : $permalinks['portfolio_entries_taxonomy_base'];
    
    	$args = array(
    		'labels' => $labels,
    		'public' => true,
    		'show_ui' => true,
    		'capability_type' => 'post',
    		'hierarchical' => false,
    		'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		'query_var' => true,
    		'show_in_nav_menus'=> true,
    		'taxonomies' => array('post_tag'),
    		'supports' => array('title','thumbnail','excerpt','editor','comments')
    	);
    
    	$args = apply_filters('avf_portfolio_cpt_args', $args);
    	$avia_config['custom_post']['portfolio']['args'] = $args;
    
    	register_post_type( 'portfolio' , $args );
    
    	$tax_args = array(
    		"hierarchical" => true,
    		"label" => "Portfolio Categories",
    		"singular_label" => "Portfolio Category",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true
    	);
    
     	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    
    	//deactivate the avia_flush_rewrites() function - not required because we rely on the default wordpress permalink settings
    	remove_action('wp_loaded', 'avia_flush_rewrites');
    }

    Best regards,
    Ismael

    #679253

    In reply to: Header Visiblity

    Hi,

    The theme doesn’t have that option by default but you can try the Content Slider element. Add the content slider element then add the gallery shortcode as the content. You can generate the gallery shortcode with the shortcode generator from a temporary post or page. Or set the builder to debug mode then use the following shortcode. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    [av_content_slider heading='' columns='1' animation='slide' navigation='arrows' autoplay='false' interval='5' font_color='' color='' custom_class='']
    [av_content_slide title='Slide 1' link='' linktarget='']
    [av_gallery ids='47,44,42,40,38' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload' custom_class='']
    [/av_content_slide]
    [av_content_slide title='Slide 2' tags='' link='' linktarget='']
    [av_gallery ids='47,44,42,40,38' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload' custom_class='']
    [/av_content_slide]
    [/av_content_slider]

    Best regards,
    Ismael

    #678928

    Hey Berthold,

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the entry_with_sidebar image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    #678891

    Hi,

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the entry_without_sidebar image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    #678888

    In reply to: Size of preview image

    Hi,

    Password is needed to see your pages.

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change needed image sizes (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    #678853

    aha – so i misunderstood your “popup” request.

    the thing is , that you have a page where a ajax portfolio is placed. On default there was no portfolio shown till you click one of those littel thumbnails beyond that portfolio.
    (this is similar to tab navigation accept there was the possibility to say which tab is opend when opening the page)

    You want that the page opens with a certain portfolio opend in ajax view!

    And here we are: the portfolios are not numbered 01, 02, 03 they got a unique ID .
    You can find out what id the portfolio has if you open it standalone – something like : …/wp-admin/post.php?post=3142
    is on your browserwindow – the 3142 is the ID

    and this ID is in the LInk above:
    http://www.yoursite.com/your_portfolio_page?custom_ajax=3142

    you can see it here in my testpage: http://webers-testseite.de/ikom/neue-seite/?custom_ajax=3142

    Hi,

    I’m sorry but the theme is not compatible with WordPress 4.1.1. Please get the latest version, 4.6.

    We can select all thumbnail sizes in our own installation. Did you happen to remove any of the thumbnail sizes?

    Best regards,
    Ismael

    #678701
    hdsitomh
    Participant

    I’d like to hide the tooltip that the browser shows when mousing over the masonry gallery thumbnail images.

    I’ve tried a suggestion from:

    In that post its suggested to use the following function:

    •••••••••••••••••••

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(‘a’).removeAttr(‘title’);
    jQuery(‘img’).removeAttr(‘title’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_tooltip’);

    •••••••••••••••••••

    The trouble with this solution is that in addition to removing the TOOLTIP from the small gallery thumbnail images, it unfortunatly also removes the CAPTIONS from any of the lightbox enlargements.

    Is it possible the script could be modified to only affect the thumbnails and not the enlargements?

    #678521
    babayard
    Participant

    Hi, we’re using the Latest Portfolio Widget in a custom way (to show a grid of thumbnails). How might we change the number of items allowed in the widget? Currently the max is 20…
    Thanks

    #678492

    In reply to: Google Mapa

    hola ya no se ve el mapa otra vez. pero ahora no sale ningun error
    http://elitgym.com/contact/?preview_id=513&preview_nonce=66f54bf1ab&_thumbnail_id=-1&preview=true

    BelIblis
    Participant

    Hi,

    I’m using the portfolio grid to display 10 portfolio items. Each portfolio item has 5-6 preview images assigned. When I choose “ajax” portfolio, of course those preview images work fine. However, I prefer working with the lightbox view. So, I’d like that lightbox to be able to go to the previous or next preview image. Is this possible?

    In other words: I’d like to have the ajax portfolio to open in a lightbox instead of above the portfolio grid. And (if possible), with “previous” and “next” buttons in the lightbox, instead of the “ajax thumbnails”.

    I’m not fixed on the “portfolio grid” element, so don’t mind working with a different portfolio option, or maybe a plugin?

    Thanks a lot

    #678338

    Topic: Size of preview image

    in forum Enfold
    KarstenKoehler
    Participant

    Hi, all my images have the size of 1024*684 px. Within the general settings of wordpress I have chosen for the mid-size of an thumbnail 300*200 Px. If I upload an image and choose this image for a single post the thumbnail size is always 300*300 Px. Is this possible to change this.

    Hey Ismael,

    1. I have set the viewport to 1024 as instructed but it causes issues with the right side bar shrinking it too much and causing issues with other enfold widgets being displayed.. see https://braandcorsetsupplies.com/product/firm-bra-band-elastic-plush-back-elastic/ and narrow your screen to 1300 – 1025 to see how the right side bar has display issue https://dl.dropboxusercontent.com/u/21953532/right%20side%20bar%20widget%20display%20issues%201025px%20browser%20window%20width.PNG

    2. also the product thumbnails do not go full width when the product description tabs go below at 1024 px https://dl.dropboxusercontent.com/u/21953532/1023px%20thumbnails%20stay%20shrunk.PNG

    3. RE TAB ISSUE –

    ALSO: i followed

    Please review the thread again: https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/#post-352383

    I was able to see that this bit of code on comment does work for adding the tabs below the product but, it kills the sidebar completely and bumps it to below the products regardless of resolution of screen size.

    As soon as I use this code to put the woocommerce tabs below the product using full width it completely kills the right side bar, it vaporises.

    ENB..//

    #677434
    george_valentin
    Participant

    hi

    I am using WordPress 4.5.2 with Enfold 3.7.1
    i noticed that whenever i choose to edit a post using advanced editor, the social media sharing and comments section are not displayed. i applied the below CSS in Enfold->general styling->quick CSS without success
    .comment-entry.post-entry {
    display: block !important;
    }

    actually I noticed using the chrome inspect element feature that the DIV class=:comment-entry” is not even there.

    please have a look at the below 2 examples,

    thanks a lot!!

    basic editor:
    ————

    <div class=”container template-blog template-single-blog “>
    <main class=”content units av-content-small alpha ” role=”main” itemscope=”itemscope” itemtype=”https://schema.org/Blog”&gt;
    <article class=”post-entry post-entry-type-standard post-entry-837 post-loop-1 post-parity-odd post-entry-last single-big with-slider post-837 post type-post status-publish format-standard has-post-thumbnail hentry category-blog” itemscope=”itemscope” itemtype=”https://schema.org/BlogPosting&#8221; itemprop=”blogPost”>
    ..
    </article>
    <div class=”single-big”></div>

    <div class=”comment-entry post-entry”>

    </div>
    <!–end content–>
    </main>

    <aside class=”sidebar sidebar_right alpha units” role=”complementary” itemscope=”itemscope” itemtype=”https://schema.org/WPSideBar”&gt;
    ..
    </aside>
    </div>

    advanced editor:
    —————-
    <div class=”container”>
    <main role=”main” itemscope=”itemscope” itemtype=”https://schema.org/Blog&#8221; class=”template-page content av-content-small alpha units”>

    <div class=”post-entry post-entry-type-page post-entry-886″>

    <div class=”entry-content-wrapper clearfix”>

    </div>
    </div>

    </main>
    <!– close content main element –>
    <!– section close by builder template –>
    <aside class=”sidebar sidebar_right alpha units” role=”complementary” itemscope=”itemscope” itemtype=”https://schema.org/WPSideBar”&gt;
    ..
    </aside>
    </div>

    #677425

    Hey Josue,

    I tried the plugin you mentioned. As far as I found out, what you do is regenerate thumbs with fixed settings for all images that you regenerate thumbs for. That didn’t seem handy since some images look better if your thumb shows the top part of the full image, others the bottom part and so on.

    When looking for this plugin, I stumbled upon another plugin which gives the option to manually generate new thumbs per image and even per purpose (featured, entry_with_sidebar, et cetera): https://wordpress.org/plugins/post-thumbnail-editor/. Might be a good tip for other people wanting to do the same.

    Thanks for your help anyway. Because of your suggestion I knew what I was looking for! Please mark this topic as solved.

    Regards,
    Monique

Viewing 30 results - 4,891 through 4,920 (of 10,101 total)