Viewing 30 results - 7,411 through 7,440 (of 10,096 total)
  • Author
    Search Results
  • #354438

    Topic: Line spacing

    in forum Enfold
    FriViden
    Participant

    Hello, I want to decrease the line spacing in the body text. The Name of the video and the length of the video should be closer to the thumbnail. Is there an easy way to do this?

    If it is possible i still want my landing page to have normal spacing.

    see problem: http://kyo.dk/matematik/vektorer-i-planen/

    Kind regards
    Bjørn

    #354427

    Hi!

    You can change the image size on line 100 in /enfold/functions.php.

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    

    And then use this plugin, https://wordpress.org/plugins/regenerate-thumbnails/, to update the images.

    Add this to your custom CSS to get rid of the category.

    .blog-categories.minor-meta, .text-sep-cat {
        display: none;
    }

    Or you can remove it in Dashboard > Enfold > Blog Layout.

    Cheers!
    Elliott

    #354166

    Hey!

    After installing the plugin, did you go to the Tools > Regen. Thumbnails panel? Click regenerate thumbnails. Please post the login details here and set it as private reply. You can try these plugins:

    https://wordpress.org/plugins/recent-posts-with-excerpts/
    https://wordpress.org/plugins/recent-posts-widget-extended/
    https://wordpress.org/plugins/ultimate-posts-widget/

    Regards,
    Ismael

    #354077
    stardrive
    Participant

    Please, is it possible to use icons or image thumbnails next to menu items?

    Thanks

    #353754

    I dindn´t do anything with the thumbnail size!!! just happened. The true is that since I have updated to last version of WP is giving me problems.

    I have try the plugin but the images are the same. Do you know what can I do?

    Also, can you recommend me a plugin for related post that include the excerpt?

    Thank you, Carmen

    #353703

    Hey AlainTernet!

    Try using this plugin, remember to regenerate the thumbnails after each change.

    Regards,
    Josue

    #353678

    Hi Elliot

    That’s great….

    Sorry more questions

    How do I make the image an 80×80 thumbnail with the title of the post to the right (as per the standard Enfold Child Latest News widget layout)

    thanks

    Alf

    #353632

    In reply to: Enfold Combo Widget

    Hey emin!

    Please make sure to set featured image in your posts and thumbnail should appear automatically.

    Cheers!
    Yigit

    #353619

    Hi!

    The topic is included on the Enfold theme, that’s why I assumed you’re using Enfold. I didn’t recognized the Broadscope theme. Anyway, I’m sorry but you can’t add an excerpt on the related posts. Regarding the thumbnail, did you edit the thumbnail size by using a plugin or manually adjusting the code? The widget thumbnail size should be 48x48px. Please try to regenerate the thumbnails using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    #353497
    AlainTernet
    Participant

    Hello,
    How I can change the images dimensions of:

    – Thumbnail of Slider articles (Now I have a horizontal format, I would like a vertical format)
    – Thumbnail dimensions of Shop page images (Now I have Square format, I would like to have a vertical format)
    – Individual Product image (my images are cropped to a narrow vertical format, but it’s ok on the lightbox on click)

    Thanks!

    #353056

    Hi seomartin!

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

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries

    and change it as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #352951

    Hi!

    You can remove the fallback icon with this:

    .page-id-490 .avia-content-slider .fake-thumbnail .slide-image {
    display: none;
    }

    Please look for this code on the Quick CSS file then remove it:

    #main, .avia-msie-8 .av_header_sticky_disabled#header {
    background-color: #333333;
    }

    It overrides the theme options styling.

    Best regards,
    Ismael

    #352934
    roamingk
    Participant

    Hi, I want to change the size of the archive thumbnail of my custom post types to a full size image,

    #352824
    qqqq9999
    Participant

    Hello!

    I need to change a few things to make the theme more search engine friendly.

    1/ add nofollow to the logo image link

    2/ in the blog grid layout add nofollow to the featured image link

    3/ remove the date under the image

    4/ and nofollow to the thumbnail 36×36 icons on the right

    5/ in a post (second link in the private box below) a title should not link to the same post it belongs to creating a loop. I need to remove the link keeping the title.

    Thank you for looking into it!

    #352724

    Hi alfengland!

    Yes you can use the post slider in the footer widget areas. Drag a text widget over and add this.

    [av_postslider link='category' columns='1' items='3' offset='0' contents='excerpt' preview_mode='custom' image_size='thumbnail' autoplay='no' interval='5']
    

    Regards,
    Elliott

    #352616

    Ah! I regenerated the thumbnails and that did it. WHEW! I’m done. Thanks guys!

    Hi None!

    Thank you for using Enfold.

    You can adjust the default single product thumbnail size on Woocommerce > Settings > Products > Product Image Sizes. Adjust the dimension of the Single Product Image. Upload the image again or regenerate the thumbnails.

    Cheers!
    Ismael

    #352366

    Hi!

    I’m sorry but I can’t find anything wrong with the product category pages images. Can you please provide a screenshot of the issue? Like I said, you can change the product thumbnail sizes on WooCommerce > Settings > Products > Product Image Sizes panel. Upload the images again or use an image regeneration plugin.

    Best regards,
    Ismael

    None
    Participant

    I have partially succeeded in moving the Product tabs underneath the image and thumbnails + title / short description and having the woo commerce tabs be full width by changing the 1 to 5 in the file enfold/woocommerce-config/config.php

    #
    # display tabs and related items within the summary wrapper
    #
    remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 10 );
    //add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 1 );
    add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 5 );

    However, I would like to have this working by using my functions.php in my enfold child theme so updates will not break this.

    However whatever I try, I always end up with 2 blocks of tabs and the first block never gets removed.

    In my function.php I am trying the following:
    // Removes tabs from their original location
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 1 );
    add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 5 );

    #351985

    Hi!

    I’m sorry but what do you mean by filling the thumbnails? And what is the thumbnails on the read more? Screenshots will help. You can install this plugin to adjust the thumbnail sizes: https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    #351959
    tvlleaders
    Participant

    Hi, I was trying to locate the documentation for adding the Portfolio via Shortcode. I am trying to figure out the shortcode as I would like to put it within tabs. Can you please point me in the right direction, or help me with the following code:

    Category: Test1 and Test2
    Columns: 6
    Posts: All
    Excerpt: Title & Excerpt
    Portfolio Grid Image Size: Choose the portfolio grid sizes manually (select thumbnail size)
    No Scaling (original x width original height)
    Link Handling: open the entry on a new page
    Sortable: NO, do not show sort options
    Pagination: NO

    Thank you!

    #351749

    Hey!

    Can you please provide a link to an actual category page? Did you apply categories on your products? You can find the thumbnail size option on WooCommerce > Settings > Products > Product Image Sizes panel.

    Best regards,
    Ismael

    #351656

    Follow up question: I noticed if I used the widget in the footer with a black background, there appears to be a white box behind or around the thumbnail. Can that be removed as well?

    • This reply was modified 11 years, 4 months ago by codemode.

    Hey!

    what changes of the font do you want to have? add this in Quick CSS:

    .main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
    color: #c3512f !important;
    font-size: 20px;
    }
    
    .news-excerpt {
    color: red;
    }
    

    to hide thumbnail:

    .news-thumb {
    display: none;
    }
    

    2. You can put border-color same as background-color:

    .header_color#header .avia_mega_div > .sub-menu.avia_mega_hr, .html_bottom_nav_header.html_logo_center #top #menu-item-search>a {
    border-color: #fff;
    }
    
    .header_color, .header_color div, .header_color header, .header_color main, .header_color aside, .header_color footer, .header_color article, .header_color nav, .header_color section, .header_color span, .header_color applet, .header_color object, .header_color iframe, .header_color h1, .header_color h2, .header_color h3, .header_color h4, .header_color h5, .header_color h6, .header_color p, .header_color blockquote, .header_color pre, .header_color a, .header_color abbr, .header_color acronym, .header_color address, .header_color big, .header_color cite, .header_color code, .header_color del, .header_color dfn, .header_color em, .header_color img, .header_color ins, .header_color kbd, .header_color q, .header_color s, .header_color samp, .header_color small, .header_color strike, .header_color strong, .header_color sub, .header_color sup, .header_color tt, .header_color var, .header_color b, .header_color u, .header_color i, .header_color center, .header_color dl, .header_color dt, .header_color dd, .header_color ol, .header_color ul, .header_color li, .header_color fieldset, .header_color form, .header_color label, .header_color legend, .header_color table, .header_color caption, .header_color tbody, .header_color tfoot, .header_color thead, .header_color tr, .header_color th, .header_color td, .header_color article, .header_color aside, .header_color canvas, .header_color details, .header_color embed, .header_color figure, .header_color fieldset, .header_color figcaption, .header_color footer, .header_color header, .header_color hgroup, .header_color menu, .header_color nav, .header_color output, .header_color ruby, .header_color section, .header_color summary, .header_color time, .header_color mark, .header_color audio, .header_color video, #top .header_color .pullquote_boxed, .responsive #top .header_color .avia-testimonial, .responsive #top.avia-blank #main .header_color.container_wrap:first-child, #top .header_color.fullsize .template-blog .post_delimiter, .header_color .related_posts.av-related-style-full a {
    border-color: #fff;
    }
    

    Regards,
    Andy

    • This reply was modified 11 years, 4 months ago by Andy.
    #351472

    In reply to: IE problem

    tried it. it didn’t make any difference on ie 10.

    to summarize, the problems I noticed on ie 10 are as follow

    1. logo/favicon looks fuzzy on ie 10
    2. the logo/partner element looks fine on chrome/firefox (using shop thumbnail setting 120×120), but looks completely “blown up” on IE 10.

    #351470
    KirinDesign
    Participant

    Hi.

    I just switched from Choices to Enfold, and love it. However, my portfolio has gotten a little lost. The items are all there (thank goodness!) but clicking a thumbnail leads to a 404 page. Do I need to do something in my database to fix this, or is this a simple coding issue? http://greencupdesign.com/portfolio/

    Thanks!

    #351376

    Better better – so much better!

    With regards to filling the thumbnails, do I need to work within the PHP? They look pretty sad right now. The thumbnails on the read more are not defaulting to square, and the thumbnails on the blog overview aren’t filled completely by the featured image…

    Thanks again!!!

    #351294

    Thanks, but I want to have the extract displayed too.

    The current layout seems like a bug, it looks awful with the small thumbnail on it’s own with a long strip of colour next to it, and the content below.
    https://www.dropbox.com/s/2fwuthoygs8cl7u/Screen%20Shot%202014-11-14%20at%2014.33.43.png?dl=0

    I don’t use a sidebar on my page but want the entries to look like they do in your demo version “Blog Single Author Small” . The image appears on the left and the text next to it on the right.
    https://www.dropbox.com/s/vax1v5kvmperpzw/Screen%20Shot%202014-11-14%20at%2014.35.42.png?dl=0

    • This reply was modified 11 years, 4 months ago by youtea.

    Hi

    1. I am referring to the title and the excerpt in the sidebar widget. See the red line below. (Also I’d like to remove the featured image thumbnail if possible)

    2. I’ve put the code yet nothing happens. Please check my website.
    http://shao-nian-why-bored-z.com/

    Thanks.

    #351060
    codemode
    Participant

    I’ve been looking around here, but haven’t found out how to remove that thin gray border around the thumbnail images in the latest news widget in the sidebar. It appears to be a background image. Can I remove it with quick CSS?

Viewing 30 results - 7,411 through 7,440 (of 10,096 total)