Viewing 30 results - 7,291 through 7,320 (of 10,096 total)
  • Author
    Search Results
  • #370033

    Hey!

    Please remove the plugin and go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

    and adjust the sizes as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

    #370032
    bryan1976
    Participant

    Hi,

    This is a link to my site, and a product page using WooCommerce.

    http://www.theaudiobarn.co.uk/product/nd5-xs/?preview=true&preview_id=125&preview_nonce=85f7d955f4

    How can I change the size of the gallery thumbnail so that a 16:9 image isn’t cropped on either side.

    Thanks,

    Bryan

    #369838

    A few more things now:

    1- It is now 2-column, but the second row is not displaying properly. Also, the thumbnail images still look blurry on retina
    Screenshot (Blog_Tablet_Portrait) – http://postimg.org/image/az96op5c5/

    2- The padding after the Weird Al blog is bigger than the padding after the other blogs on both mobile and tablet. On tablet the weird Al blog is not displaying correctly.
    Screenshot (Blog_Mobile_Portrait) – http://postimg.org/image/vc9c4rs49/
    Screenshot (Blog_Tablet_Portrait-) – http://postimg.org/image/wmceqg0ch/

    #369774
    mattmikulla
    Participant

    I’m trying to create a widget or code that outputs WooCommerce product thumbnails in a grid.

    Similar to this site’s sidebar section labeled “Some of our themes”.

    The default WooCommerce product widget shows the products as a list with title and price. I only want the thumbnails to show in a grid.

    Are there existing styles to use for a thumbnail grid in Enfold?

    I wrote custom code that was placed in a text/php widget that worked when I was using the Woothemes Canvas theme.

    Here’s what it looked like:

    <ul class="thumbnails">
       <?php	
          $my_query = new WP_Query( array(
          'post_status' => 'publish',
          'post_type' => 'product',
          'posts_per_page' => 8,
              'meta_query' => array(
          		  array(
          		    'key' 	=> '_stock_status',
          		    'value' 	=> 'instock',
          		    'compare' 	=> '='
          		  )
          		)
          
          
          ) );
          
          if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post();
          ?>
       <li class="col-lg-2"> 
    	<a class="thumbnail" href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
          <?php the_post_thumbnail('thumbnail-m-c', array('class' => '')); ?>
          </a> 
       </li>
       <?php 
          endwhile;
          endif;
          ?>
    </ul>

    Any help or insight would be appreciated. Whether it’s CSS or a recommended plugin.

    Seems like there should be something out there for WooCommerce sites wanting an optional way to display products in the sidebar.

    #369644

    Hi cptnem0!

    Open up /enfold/includes/related-posts.php and change line 107 from this.

    $post_thumb = get_the_post_thumbnail($related_post->ID, $image_size, array('title' => esc_attr(get_the_title($post_thumbnail_id))));
    

    To this.

    $post_thumb = get_the_post_thumbnail($related_post->ID, array(300, 300), array('title' => esc_attr(get_the_title($post_thumbnail_id))));
    

    You can change how many gets displayed on line 55.

    $postcount 			= ($columns * 1);
    

    You may need some CSS too though depending on the layout your using. Send us a link and we’ll take a look.

    Best regards,
    Elliott

    #369505

    Hey!

    1- Please go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)

    and change as needed. Then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
    2- Please use this plugin to change the string – https://wordpress.org/plugins/codestyling-localization/

    Cheers!
    Yigit

    #369500

    Hi Yigit,

    awesome, thanks. Works perfectly! :)

    Two more things:

    1) How can I set the thumbnail proportion to 3:2 (the original is 1200×800 px) in the 1-column portfolio (normal, not special) so that it doesn’t cut the image?

    2) How can I change the following text in the search box, when looking for portfolio items: “Portfolio Einträge” – In my case it should say “Reparaturen”.

    Thanks,
    Jan :)

    #369472
    GOWD
    Participant

    Hi, I have the magazine element in use on this page (see private content).

    All links and everything clickable on the site are orange #f15c23.
    So my users will know if it is Orange it can be clicked.

    But the magazine ajax inactive clickable sort text is the default text colour #4d4d4d with the current/active filter text the orange text colour #f15c23.

    How can I change it so that the clickable inactive filter text is orange #f15c23 and the current active text filter is the default text colour for the page #4d4d4d.

    Also the clickable magazine post headings beside the thumbnail Images. I want to make them orange #f15c23 as well.

    I wish to solve the same issue for the Portfolio Ajax text on (page in private content).

    The ajax menu above the business listings has the same issue.

    Also the Text underneath each portfolio image is the reverse to how the user would assume.
    The name of the business is #4d4d4d which is clickable and the description text is orange #f15c23 but not clickable.

    How can I reverse this also.

    Thanks.

    • This topic was modified 11 years, 3 months ago by GOWD.
    #369343
    cptnem0
    Participant

    Hi there, I would like to tweak the related posts entries, ie: limit the max amount (ie: 4) and increase featured image size from thumbnail to medium. Is there settings for this or must I edit the single.php template file?

    Change max related posts + incrs img sz

    • This topic was modified 11 years, 3 months ago by cptnem0.
    #369334

    In reply to: Post styling

    Hey!

    Thank you for using Enfold.

    You can replace the Recent Posts widget with the Enfold Latest News widget on Appearance > Widgets panel. It looks better with a thumbnail and excerpt support.

    Best regards,
    Ismael

    Hey schorni!

    Thank you for using Enfold.

    Use the “Add Media” button. Set the Alignment and the size of the thumbnail before you insert the image.

    Regards,
    Ismael

    #369311

    Hey!

    You didn’t choose the Portfolio thumbnail on the Post Slider’s On Select custom preview image size setting. Post the login details here so that we can take a look. Also, some of the images that you’re using are very small. Example: http://www.josemontero.es/ceain/wp-content/uploads/2014/11/4fb5c93a8b04b61b.jpg

    Please use images with a minimum width of 900px and above.

    Cheers!
    Ismael

    whatscookin
    Participant

    Hi,
    With hundreds of items in an Enfold portfolio with categories and subcategories, there must be a simple way to create either text or thumbnail links to other items within the same category or subcategory.

    Since the portfolio items are a special type of post, I tried plugins such as:
    https://wordpress.org/plugins/custom-taxonomies-menu-widget/

    but no luck.

    Does the theme support this internal portfolio navigation somehow? Navigation that supports “previous/next” or a list of similar items would be very useful.

    Thanks for pointing me in the right direction!

    kjems
    Participant

    lease find my problem with Screendumps here:

    http://www.evernote.com/l/ABhCMF7TRL5NXJeiSzEYnAI_xNGirqqyvDw/

    Kindly Jesper

    #368874
    Daniel
    Participant

    Hi,

    I’ve been trying to find solutions in the forum and even tried a couple of plugins. But i’m not developer and didn’t success… so i’m going to try in my specific case maybe you can give me more direct solutions.

    1) Excerpt: in Home page doesn’t show the usual 30 or 50 words that i read usually shows. I even tried one of the plugins suggesteds, but didn’t change anything.

    2) Blog Post Featured Image. What exact sizes I should upload to have a good and correct aspect ratio? Depending on the image size creates a “double column” image. Also others the crop is ugly. I won’t be posting a lot of updates so I don’t mind doing in computer the exact preview / thumbnail that i want. What would be best solution? Now you have “weird” examples… in homepage.

    Website in private. Thanks

    #368525

    Hi! No, I couldn´t. It looks good when I use the demo thumbnails (they all have the same size), but when I use my own images it gets messy and they dont adjust or crop properly:

    http://www.josemontero.es/ceain/

    #368497
    oestersund
    Participant

    HI,
    on the page below we have a teaser list of “news”. I would like to have the teaser pic sizes there in e.g. 200 or 300px width – but I can only find options to have it very big or a micro-small thumbnail. Eventchanging the overall thumbnails size was not successful.

    What can I do?

    Thx a lot & best regards, Tilman

    #368431

    Hey Yigit,

    Yes they where our first point of call here is their email from them.

    Thank you for contacting WP Engine today! I understand you’re getting some 502 errors and want to figure out what’s going on. I apologize for the issue, but I’m more than happy to help.

    I checked your Apache error log and found a timeout error, which is usually our system shutting down a long query and accounts for most 502s:

    [Thu Dec 11 11:14:54 2014] [error] [client 86.185.146.22] [WPE Monitoring] Stopwatch php.pod-2608.function.session_start.duration exceeded 200ms. Was: 309ms.\n#0 wpe\\measure\\LoggingStopwatch->logStackTrace(309) called at [/nas/wp/www/common/production/measure.php:198]\n#1 wpe\\measure\\LoggingStopwatch->lap_ended(309) called at [/nas/wp/www/common/production/measure.php:134]\n#2 wpe\\measure\\Stopwatch->lapstart() called at [/nas/wp/www/common/production/measure.php:158]\n#3 wpe\\measure\\Stopwatch->__destruct() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#4 session_start() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32]\n#5 avia_sc_masonry_entries->extra_assets() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:28]\n#6 aviaShortcodeTemplate->init() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:335]\n#7 AviaBuilder->createShortcode() called at [/nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php:74]\n#8 AviaBuilder->init()\n#9 call_user_func_array(Array ([0] => AviaBuilder Object ([paths] => Array ([pluginPath] => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[pluginDir] => avia-template-builder/,[pluginUrl] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/,[assetsURL&#93; => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[assetsPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/,[imagesURL] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/,[configPath&#93; => /nas/wp/www/cluster-2608/welldoing/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/),[shortcode_class] => Array ([avia_sc_blog] => avia_sc_blog Object ([builder] => AviaBuilder Object ( *RECURSION*,[config] => Array ([name] => Blog Posts,[tab] => Content Elements,[icon] => http://welldoing.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/sc-blog.png,[order&#93; => 40,[target] => avia-target-insert,[shortcode] => av_blog,[tooltip] => Displays Posts from your Blog,[php_class] => avia_sc_blog,[drag-level] => 3,[drop-level] => -1,[popup_editor] => 1),[elements] => Array ([0] => Array ([name] => Do you want to display blog posts?,[desc] => Do you want to display blog posts or entries from a custom taxonomy?,[id] => blog_type,[type] => select,[std] => posts,[subtype] => Array ([Display blog posts] => posts,[Display entries from a custom taxonomy] => taxonomy)),[1] => Array ([name] => Which categories should be used for the blog?,[desc] => You can select multiple categories here. The Page will then show posts from only those categories.,[id] => categories,[type] => select,[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => posts),[subtype] => cat),[2] => Array ([name] => Which Entries?,[desc] => Select which entries should be displayed by selecting a taxonomy,[id] => link,[fetchTMPL] => 1,[type] => linkpicker,[subtype] => Array ([Display Entries from:] => taxonomy),[multiple] => 6,[required] => Array ([0] => blog_type,[1] => equals,[2] => taxonomy),[std] => category),[3] => Array ([name] => Blog Style,[desc] => Choose the default blog layout here.,[id] => blog_style,[type] => select,[std] => single-big,[no_first] => 1,[subtype] => Array ([Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)] => multi-big,[Single Author, small preview Pic (no author picture is displayed, feature image is small)] => single-small,[Single Author, big preview Pic (no author picture is displayed, feature image is big)] => single-big,[Grid Layout] => blog-grid)),[4] => Array ([name] => Blog Grid Columns,[desc] => How many columns do you want to display?,[id] => columns,[type] => select,[std] => 3,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5)),[5] => Array ([name] => Define Blog Grid layout,[desc] => Do you want to display a read more link?,[id] => contents,[type] => select,[std] => excerpt,[required] => Array ([0] => blog_style,[1] => equals,[2] => blog-grid),[subtype] => Array ([Title and Excerpt] => excerpt,[Title and Excerpt + Read More Link] => excerpt_read_more,[Only Title] => title,[Only Title + Read More Link] => title_read_more,[Only excerpt] => only_excerpt,[Only excerpt + Read More Link] => only_excerpt_read_more,[No Title and no excerpt] => no)),[6] => Array ([name] => Blog Content length,[desc] => Should the full entry be displayed or just a small excerpt?,[id] => content_length,[type] => select,[std] => content,[required] => Array ([0] => blog_style,[1] => not,[2] => blog-grid),[subtype] => Array ([Full Content] => content,[Excerpt] => excerpt,[Excerpt With Read More Link] => excerpt_read_more)),[7] => Array ([name] => Preview Image Size,[desc] => Set the image size of the preview images,[id] => preview_mode,[type] => select,[std] => auto,[subtype] => Array ([Set the preview image size automatically based on column or layout width] => auto,[Choose the preview image size manually (select thumbnail size)] => custom)),[8] => Array ([name] => Select custom preview image size,[desc] => Choose image size for Preview Image,[id] => image_size,[type] => select,[required] => Array ([0] => preview_mode,[1] => equals,[2] => custom),[std] => portfolio,[subtype] => Array ([No Scaling (Original Width X Original Height)] => no scaling,[Thumbnail (150×150)] => thumbnail,[Medium (300×300)] => medium,[Large (1030×1030)] => large,[Widget (36×36)] => widget,[Square (180×180)] => square,[Featured (1500×430)] => featured,[Featured Large (1500×630)] => featured_large,[Extra Large (1500×1500)] => extra_large,[Portfolio (495×400)] => portfolio,[Portfolio Small (260×185)] => portfolio_small,[Gallery (845×684)] => gallery,[Magazine (710×375)] => magazine,[Masonry (705×705)] => masonry,[Entry With Sidebar (845×321)] => entry_with_sidebar,[Entry Without Sidebar (1210×423)] => entry_without_sidebar,[Shop Thumbnail (120×120)] => shop_thumbnail,[Shop Catalog (450×450)] => shop_catalog,[Shop Single (450×999)] => shop_single)),[9] => Array ([name] => Post Number,[desc] => How many items should be displayed per page?,[id] => items,[type] => select,[std] => 3,[subtype] => Array ([All] => -1,[1] => 1,[2] => 2,[3] => 3,[4] => 4,[5] => 5,[6] => 6,[7] => 7,[8] => 8,[9] => 9,[10] => 10,[11] => 11,[12] => 12,[13] => 13,[14] => 14,[15] => 15,[16] => 16,[17] => 17,[18] => 18,[19] => 19,[20] => 20,[21] => 21,[22] => 22,[23] => 23,[24] => 24,[25] => 25,[26] => 26,[27] => 27,[28] => 28,[29] => 29,[30] => 30,[31] => 31,[32] => 32,[33] => 33,[34] => 34,[35] => 35,[36] => 36,[37] => 37,[38] => 38,[39] => 39,[40] => 40,[41] => 41,[42] => 42,[43] => 43,[44] => 44,[45] => 45,[46] => 46,[47] => 47,[48] => 48,[49] => 49,[50] => 50,[51] => 51,[52] => 52,[53] => 53,[54] => 54,[55] => 55,[56] => 56,[57] => 57,[58] => 58,[59] => 59,[60] => 60,[61] => 61,[62] => 62,[63] => 63,[64] => 64,[65] => 65,[66] => 66,[67] => 67,[68] => 68,[69] => 69,[70] => 70,[71] => 71,[72] => 72,[73] => 73,[74] => 74,[75] => 75,[76] => 76,[77] => 77,[78] => 78,[79] => 79,[80] => 80,[81] => 81,[82] => 82,[83] => 83,[84] => 84,[85] => 85,[86] => 86,[87] => 87,[88] => 88,[89] => 89,[90] => 90,[91] => 91,[92] => 92,[93] => 93,[94] => 94,[95] => 95,[96] => 96,[97] => 97,[98] => 98,[99] => 99,[100] => 100)),[10] => Array ([name] => Offset Number,[desc] => The offset determines where the query begins pulling posts. Useful if you want to remove a certain number of posts because you already query them with another blog or magazine element.,[
    Looks like it’s coming from the theme. I would provide this error to the theme developer and ask how it can be optimized. I also took a look at all of the queries being run by your site via an internal tool:

    http://cl.ly/image/1e2b452Y0I39

    Since most of the queries being run are coming from the theme, most of the drag and errors you may be experiencing will be related to the theme.

    #368350

    Topic: Image sizes varying

    in forum Enfold
    codecreative
    Participant

    hi image sizes are varying on this page

    http://www.dkbglasgow.com/bathrooms/bathroom-suites/

    When in mobile phone version see screenshot

    https://www.dropbox.com/s/1rdbd47g11l6dfc/Screenshot%202014-12-15%2014.41.52.png?dl=0

    Any ideas on how I can ensure all thumbnails follow a uniformed look and size?

    #368162

    Hey simonac!

    Thank you for using Enfold.

    The maximum thumbnail size for the masonry element is set to 705x705px. You can adjust it on functions.php or use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then look for the masonry size thumbnail. Adjust the width and height, update then save changes. Regenerate the thumbnails or upload the images again. Note that the images will also resize according to the masonry entry container.

    Best regards,
    Ismael

    #368155

    Hi tkumabe!

    Thank you for using Enfold.

    Install this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to Settings > Media then look for the entry_without_sidebar size thumbnail. Adjust the size, update then save changes. You can either upload the images again or regenerate the thumbnails.

    Regards,
    Ismael

    Hey!

    Use the get_the_post_thumbnail function. Refer to this link: http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail

    Best regards,
    Ismael

    #368128

    Hey!

    1. I can see any line on the right of your slider:

    Could you fix it?

    2. I can see thumbnail images here:

    Could you fix it?
    If not please show us on a screenshot/mockup what you want to achieve.

    Regards,
    Andy

    #367981
    HWS_BASIC
    Participant

    Hi,

    I’m looking for a way to display videos in the portfolio grid more neatly. Ideally, if I click a thumbnail image in the grid, the popup links to a video. But if I click on the title or a link (if possible) in the excerpt, I get taken to the actual portfolio item. Is this possible to set up?

    Right now it’s either/or: I either have it all set to show a video popup (with no way to link to the portfolio item page) or it will just go to the page without showing a video when clicking on the portfolio grid image.

    Also, what would be even more ideal is video support in the Ajax portfolio!

    Thank you

    #367957
    desong22
    Participant

    Never had this before (see screen grab below) but can you tell me how to have it removed please?

    Many thanks.

    screenshot

    #367928
    Anonymous

    OK, thanks Josue.

    Two more questions (if I don’t need to open another thread?)

    1. There is a 1 pixels line to the right of the slider on homepage. How can I fix that?
    2. I cannot get images in the portfolio grid on …/projects page. I want a thumbnail of the image related to the portfolio item to appear. How do I do this? I am just getting the label and extract.

    Thanks

    #367873
    fineart
    Participant

    Hello
    am creating a Portfolio post via a Formidable Form/ Create Post setting
    There is a Custom Field section which enables an uploaded image to be designated as the featured image via
    _thumbnail_id – mapped to the single upload file field
    The problem is the featured image automatically displays at the top of the created post.
    Is there a way add code to delete the automatic top display but keep it as the feature image?

    Many Thanks
    Chris

    #367866

    Hi!

    your thumbnails look good now:

    Could you fix it?

    Regards,
    Andy

    #367806

    Hi Marc,

    Open /enfold/includes/helper-post-format.php and look for line 169:

    $prepend_image = get_the_post_thumbnail(get_the_ID(), 'large');
    

    Replace it by this:

    $prepend_image = get_the_post_thumbnail(get_the_ID(), 'entry_without_sidebar');
    

    Regards,
    Josue

    #367733
    Anonymous
    Inactive

    Hi, How do I get the images to appear when the portfolio grid is displayed? All I get at the moment is the name and the excerpt in a sort of rectangular box? The portfolio entry has a single image attached to it that I would like to appear in the grid as well as the name.
    thx

Viewing 30 results - 7,291 through 7,320 (of 10,096 total)