Viewing 30 results - 104,821 through 104,850 (of 106,381 total)
  • Author
    Search Results
  • Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    #25593
    webpress
    Participant

    Hi,

    Just found a snippet to hide the big image inside the single post. Great. Now the only thing showing is the small 36×63 thumb just the way I want. Nice and clean.

    Now the issue is that if I click the category og archive in the breadcrumb the list will show both the featured image and the whole content og the post. I would like it to look like my blog. Only the small image and a small excerpt with a read more button.

    krisfosh
    Participant

    Hi,

    Great theme – just wondered why im getting a problem with my gallery?

    When I add a gallery the images are just pulled in from the first items in the media library. Can you help?

    WIP Page:

    http://jasonthegreek.com/

    Thanks,

    Kris

    That worked!

    Thank you very much! :)

    #126782

    Hi,

    Ahh.. So you had a working site with Thesis, then you changed over to Enfold, and now the new posts show the featured image while the old ones from Thesis do not? Thesis uses a non standard way of attaching images which prevents the featured image from being recognized by wordpress without Thesis , (a rather clever way of ensuring that past customers remain current customers). You can read about it here ( http://wordpress.org/support/topic/migrating-thesis-post-images-and-thumbnails-to-non-thesis-theme ) since you aren’t the first to try to solve this issue.

    However you are in luck if you only have 10 featured images that aren’t showing up. You will need to re-attach them yourself again in Enfold which should take 10-15 minutes total. Just get the original images and re-attach them one at a time. Now if you had 1000 images , that’s when things get ugly.

    Thanks,

    Nick

    There’s no youtube icon in the font icon set at the moment – Kriesi will probably add a youtube icon to the icon set in the next update. For now I’d suggest to append the youtube icon as an image to the icon list. In header.php replace

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');

    with

    $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '<a href="http://youtube.com" class="youtube" target="_blank"><img src="http://mywebsite.com/youtubelogo.png" title="Youtube" alt="Youtube" /></a>');

    and instead of http://mywebsite.com/youtubelogo.png insert the url to your youtube icon and replace http://youtube.com with the youtube account url…

    #127396

    1) In includes/loop-index.php replace

    else if(strpos($blog_style, 'small')  !== false)
    {

    echo "<a href='{$link}' class='small-preview'>".$slider.$icon."</a>";
    }

    with

    else if(strpos($blog_style, 'small')  !== false && !is_single())
    {

    echo "<a href='{$link}' class='small-preview'>".$slider.$icon."</a>";
    }

    2) You can try this fix: http://mehigh.biz/wordpress/adding-wmode-transparent-to-wordpress-3-media-embeds.html – add the code to the bottom of functions.php.

    3) In index.php replace:

    get_template_part( 'includes/loop', 'index' );

    with

    get_template_part( 'includes/loop', 'index' );

    //show related posts based on tags if there are any
    get_template_part( 'includes/related-posts');

    Note it will only work on the standard blog page and not with the “layout builder” blog element.

    #127416

    Hi atlas86,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .four.units.single-product-main-image {
    overflow: hidden;
    }

    Not sure what is causing it but it may have gone away when using new images for a product or by regenerating image thumbnails using something like http://wordpress.org/extend/plugins/regenerate-thumbnails/ as well.

    Regards,

    Devin

    #126044

    In reply to: How to Add Apple Icons

    Hi BuffyO,

    Follow that tutorial and add the links into the header.php file to your images.

    Regards,

    Devin

    #127296

    Hi Jasmer,

    The only one you’ll need to follow is Nicks: https://kriesi.at/support/topic/youtube-icon#post-117381 completely since you aren’t doing the youtube icon.

    If you want to go with Ismaels, you follow this one: https://kriesi.at/support/topic/youtube-icon#post-117289 but you’ll need your own apple image for the icon. Where it says ” ../images/youtube.png ” in his css, you just put the absolute url for where you upload your image (both normal and hover).

    Regards,

    Devin

    Same thing on that page with IE8. No visual issues with the icons or layout.

    yes, that would be great. feel free to test the page http://tinyurl.com/ptzucff

    my best regards

    P.-

    #25569
    gerry3211
    Participant

    On product page backend, the option is given to:

    Hover effect on Overview PagesDo you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?

    Yes or No

    How can I update entire store (2000 products) without going into every single product and doing it manually?

    Thanks in advance.

    Gerry

    #25564
    akim9044
    Participant

    Hello, first of all I want to say I love your theme and would like to thank you for such a great theme.

    I just have some little issues and questions.

    When I post something, such as this: http://jharden13.com/highlights/official-high-school-mix/

    The featured image is only showing half, and I can’t delete it because I need it as preview image.

    Is there any way I can delete the featured image from all single posts? Or better yet, is there a way I can delete the featured image just from certain categories?

    Also, in embedded YouTube videos, such as http://jharden13.com/about-james-harden/biography/

    When you scroll down, you can notice that the YouTube videos are overlapping the top menu. Is there a way to fix that also?

    Lastly I want to display “You may also like” portion in the blog, like here: http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/

    How would I go about doing that?

    Again thank you so much guys and I’ll look forward to your answers.

    Hi Ismael, that didn’t do it unfortunately. For some reason when I do 2 columns and use image animation it lines image in second column up flush to bottom. When I do 1 column and image animation to full size image it has about a 20px gap under image (not flush to bottom). Then also when I resize for mobile / tablet it adds a large padding under both image sections. Let me know if there is a way to private message you and I can get you access to site to see what is going on.

    Thanks much,

    Chris

    #127267

    Hi,

    The site you show us doesn’t have a full width background. They separate the background like this

    <div id="holder">
    <!-- start background layout -->
    <div id="background_left"></div><div id="background_right"></div>
    <div id="background_pattern"> <!-- fuzz -->
    <div id="background_leaves">
    <!-- end background divs -->

    The CSS looks like this

    #background_right {
    background-image: url(https://sunny-kids-wordpress-theme.dtbaker.net/wp-content/themes/sunny-kids/images/background_leaves_right.png);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 122px;
    right: 0;
    background-position: top right;
    background-repeat: no-repeat;
    }

    You can do the same on header.php

    Regards,

    Ismael

    Hi aovivo,

    Just tested in IE8 on Windows 7 64bit and not getting the same icon issue that you have in the video. I don’t see a link to that specific page to test the other items however.

    Not sure what the difference could be but if you can provide a link to the same page from the video maybe there is something specific to that page.

    Regards,

    Devin

    #25536

    Topic: styling heading

    in forum Enfold
    sahussain
    Participant

    hi all,

    when i try to colour heading elements in the editor ,nothing change

    see image here

    http://imceg.org/hp/wp-content/uploads/2013/06/heading.jpg

    thanks

    #126781

    Hey Nick,

    Thanks for continuing to help me out. Okay, so here’s where we’re at…

    I’ve deleted the OptinSkin plugin completely from the site. However, images still aren’t showing up on the posts that have images in the featured image box in WordPress.

    It should be noted that I’ve been also dealing with a separate issue: Since I switched from Thesis to Enfold, and had been using Thesis’s custom image box, I now don’t have images on all the posts except for about 10 recent posts where I manually added them to the featured image box. Sorry, I should have told you this earlier.

    Anyway, if you can continue to help out that’d be amazing. The support I’ve received thus far has been top-notch, and I’ll definitely recommend Enfold to the masses.

    Thanks Nick!

    Okay I’ll do that, thanks Devin!

    #126725

    In reply to: Removing Image Overlay

    Hi,

    The overlay is a css background color with a % transparency. To remove it please use this

    #top .image-overlay {
    background: rgba(255, 255, 255, 0);
    }

    Thanks,

    Nick

    #24862
    Spiv
    Participant

    Hi,

    Please try out the following:

    Create a page with only a gallery, with plenty of images. I noticed the thumbs sequential loading only starts when the users scrolled to the end of the page/gallery.

    This is also if you choose a big preview image. As soon as the gallery requires to scroll to see the bottom thumbs, it only displays the thumbs (starts the sequential animation) when reached the bottom of the page/gallery.

    Before doing this they remain semi-transparent.

    How to solve this please?

    Thanks

    S

    #126780

    Hi,

    Your OptinSkin plugin is injecting 4 jQuery files in the header and a block of javascript all compressed and all for front end alterations. I can’t tell what it does since its compressed mostly. Can you remove them for now since Your images are also gone in related posts on the bottom after the blog post as well as on the sidebar – popular posts widget. I haven’t seen this type of behavior before.

    Thanks,

    Nick

    #25528
    #126302

    In reply to: button in menu

    Hi,

    Ohh, I thought that was the design, lol.

    Ok in that case:

    1) replace the button code you are using with this (i trimmed some of the fat off it, and lot more can go i think, but ok for now):

    .menu #menu-item-2193 a {
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000px;
    background:#a1ce5e url(https://d7uu0v95k7d3j.cloudfront.net/wp-content/themes/enfold/images/layout/bg-button.png?6c6f23) repeat-x;
    border-bottom:1px solid #a1ce5e;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-image-outset:0;
    border-image-repeat:stretch;
    border-image-slice:100%;
    border-image-source:none;
    border-image-width:1;
    border-left:1px solid #a1ce5e;
    border-right:1px solid #a1ce5e;
    border-top:1px solid #a1ce5e;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    color:rgba(0,0,0,0.5);
    cursor:auto;
    font:normal normal 600 14px 12px 'Open Sans',HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;
    height:30px !important;
    line-height: 19px !important;
    margin-left:0;
    margin-right:0;
    min-width:90px;
    outline:rgba(0,0,0,0.5) none 0;
    padding:5px 16px 10px;
    text-align:center;
    text-decoration:none;
    text-shadow:rgba(255,255,255,0.09) 0 1px 0;
    top:-10px;
    vertical-align:text-top;
    zoom: 1
    }

    2) open up /js/avia.js and find block of code between lines 809-846 and replace it with this one below, they should look nearly identical but for 3 lines:

    function avia_header_size()
    {
    var win = $(window),
    header = $('.fixed_header #header'),
    logo = header.find('.logo img'),
    elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
    element_button = $('.menu #menu-item-2193 a'),
    el_height = $(elements).filter(':first').height(),
    isMobile = 'ontouchstart' in document.documentElement,
    scroll_top = $('#scroll-top-link'),
    set_height = function()
    {
    var st = win.scrollTop(), newH = 0, newTopMargin =0;

    if(st < el_height/2)
    {
    newH = el_height - st;
    //header.removeClass('shadow');
    newTopMargin = 52;
    }
    else
    {
    newH = el_height/2;
    newTopMargin = 23;
    //header.addClass('shadow');
    }

    elements.css({height: newH + 'px', lineHeight: newH + 'px'});
    element_button.css({'margin-top': newTopMargin + 'px'});
    }

    if(!header.length) return false;

    if(isMobile)
    {
    return false;
    }

    win.scroll(set_height);
    set_height();
    }

    Ok now if you ever change the menu, when you go to a live server, you need to remember to edit line 815 which has the menu-id hardcoded in there (#menu-item-2193) and to change it, as well as change it in the css, since any new website will obviously have new ID numbers.


    Check you quick css, you have a block of css commented out, dont know if accidently or on purpose starting with this block below the button code –> /*blockquote {

    Thanks,

    Nick

    #127167

    Hi,

    What type of Blog Style do you have? You can add this on your custom.css or Quick CSS.

    .page .big-preview.multi-big, .page .small-preview {
    display: none;
    }

    Regards,

    Ismael

    #127163

    Hi,

    You can find the thumbnail sizes code on functions.php.

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $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']['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'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    The small differences is due to the fact that the images is being constrained by their containers.

    Regards,

    Ismael

    #127162

    In reply to: Image Grid Widget

    Hi,

    You can use the text widget. You can manually add the html code for a set of images. The example below used this code

    <ul id="envato-marketplace-items"></p>
    <li><a href="http://themeforest.net/item/abundance-ecommerce-business-theme/759562?ref=Kriesi" title="Abundance eCommerce Business Theme"><img src="http://2.s3.envato.com/files/8663400/tooltip_template.jpg" alt="Abundance eCommerce Business Theme" /></a></li>
    <li><a href="http://themeforest.net/item/angular-responsive-portfolio/1415600?ref=Kriesi" title="Angular - Responsive Portfolio"><img src="http://2.s3.envato.com/files/16382998/tooltip_template.jpg" alt="Angular - Responsive Portfolio" /></a></li>
    <li><a href="http://themeforest.net/item/propulsion-responsive-business-ecommerce/1126092?ref=Kriesi" title="Propulsion - responsive business & eCommerce"><img src="http://3.s3.envato.com/files/13120344/tooltip_template.jpg" alt="Propulsion - responsive business & eCommerce" /></a></li>
    <li><a href="http://themeforest.net/item/flashlight-fullscreen-background-portfolio-theme/616050?ref=Kriesi" title="Flashlight - fullscreen background portfolio theme"><img src="http://3.s3.envato.com/files/7056179/tooltip_template.jpg" alt="Flashlight - fullscreen background portfolio theme" /></a></li>
    <li><a href="http://themeforest.net/item/corona-business-portfolio-theme/533913?ref=Kriesi" title="Corona - Business & Portfolio Theme"><img src="http://3.s3.envato.com/files/6192197/thumbnail.jpg" alt="Corona - Business & Portfolio Theme" /></a></li>
    <li><a href="http://themeforest.net/item/shoutbox-magazine/400938?ref=Kriesi" title="Shoutbox Magazine"><img src="http://0.s3.envato.com/files/4465731/tooltip_template.jpg" alt="Shoutbox Magazine" /></a></li>
    <li><a href="http://themeforest.net/item/expose-gallery-template-3-in-1/103010?ref=Kriesi" title="Expose Gallery Template - 3 in 1"><img src="http://2.s3.envato.com/files/330025.jpg" alt="Expose Gallery Template - 3 in 1" /></a></li>
    <li><a href="http://themeforest.net/item/cubit-6-in-1-business-portfolio-theme/38712?ref=Kriesi" title="Cubit 6 in 1- Business & Portfolio Theme"><img src="http://1.s3.envato.com/files/108790.jpg" alt="Cubit 6 in 1- Business & Portfolio Theme" /></a></li>
    <li><a href="http://themeforest.net/item/newscast-4-in-1-wordpress-magazine-and-blog/91058?ref=Kriesi" title="Newscast 4 in 1 - WordPress Magazine and Blog"><img src="http://0.s3.envato.com/files/288092.jpg" alt="Newscast 4 in 1 - WordPress Magazine and Blog" /></a></li>
    <p> <br class="clear"><br />

    Regards,

    Ismael

    Hi,

    I think it is cause by the .content selector. You can decrease the padding on your custom.css or Quick CSS

    .content {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Regards,

    Ismael

    Hi John,

    Your best bet is to contact Thesis and see if they have any plugins or script for migrating the custom field to the featured image. This is the big reason most theme authors use the standard featured image for functionality on posts and pages since its theme independent.

    Regards,

    Devin

Viewing 30 results - 104,821 through 104,850 (of 106,381 total)