Viewing 30 results - 97,471 through 97,500 (of 106,493 total)
  • Author
    Search Results
  • #216917
    PietroPeride
    Participant

    Hello, here is the website I’m working on: http://www.studiotecnicomoscatelli.net

    What I am trying to do is to have the header image be full-width and place the menu right under it..centered if possible.
    You can see what I would like it to be in the special header at the beginning of the page.

    Is there a way to make this possible? Thank you for the support.

    #216872

    When i share an Enfold-websitelink (EG: http://kriesi.at/themes/enfold/ ) on Facebook there is no choice for a logo-thumbnail. Facebook only gives three options which are images from the sliders?

    So my questiuon is to ‘promote’ the logo image in a way that Facebook sees it as the image to show as a thumbnail.

    Image-example of what i mean:
    http://s8.postimg.org/ooquozpit/Prt_Scr_capture_9.pngFacebook does not show logo as thumbnail

    #216855

    I just saw the Single Post Style setting, too. But none of the 3 gives the desired result, so I’d really like to float that featured image inside of my article which would require it to be placed after the header section within the HTML source. The CSS part of it I’ll take of by myself.

    #216854

    In mine blog style is set to “Multi Author Blog”.

    #216841

    Hi siws!

    The image that you need to upload should have a minimum width of 800px at least. The theme stretches the image to occupy the whole portfolio-preview-image container.

    Best regards,
    Ismael

    #216832

    Hi!

    I’m not sure what is wrong with the plugin but the theme does support featured images. You can check a post, page or portfolio item, you can set featured images on them.

    Regards,
    Ismael

    #216830
    pj2musgrave
    Participant

    I have added padding to the fullwidth easy slider image div so that the image fits better with my site and the prev – next navigation arrows still remain at the outside of the page. Here is the css I changed.

    .av_slideshow_full li img {
    padding: 0 10%;
    }

    Now there is a line / border that appears on the outside of the slider image as demonstrated in the screenshot below.
    line is in the top left and top right of the image.

    This line also appears the moment before the slider loads then it goes away.

    How can I remove this line or border?

    #216825

    Hi!

    I’m talking about the Blog Style that you set on Blog Posts element or on the Enfold > General Settings > Blog Style.

    Cheers!
    Ismael

    #216824

    Hi!

    The placeholder used on the blog is not an image. It is an icon font. You need to alter the code and add the img tag. http://www.w3schools.com/tags/tag_img.asp

    Best regards,
    Ismael

    #216823

    Hi tacopimp!

    1.) You can edit functions.php, find this code:

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    You can either change the height or the width base on the image you want to upload or disable the image crop. Replace the code with this:

    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360, 'crop' => false ); // images for fullsize pages and fullsize slider

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    2.) Add this on Quick CSS:

    .single .big-preview.single-big a {
    pointer-events: none;
    }

    Regards,
    Ismael

    #216813

    Hi Ismael,

    I can do twice the dimensions at 360×144, but wouldn’t the resolution come into play at some point? The iPhone 5 is 326ppi and the Macbook Pro Retina is 227ppi. So should I do 360×144 at 326ppi to ensure the crispest image or is that overkill?

    Gracias! Jas

    • This reply was modified 12 years, 2 months ago by Jasmer.
    #216812

    Hey!

    Please upload the image with twice the size then specify the height and width via CSS:

    .aligncenter.size-full.wp-image-2893 {
    width: 180px;
    height: 72px;
    }

    It should be retina ready. Increasing PPIs or dots per inch won’t do it. You need to serve an image with twice the size at least then specify the width and height via CSS.

    Regards,
    Ismael

    #216810
    This reply has been marked as private.
    #216805

    Topic: Strange IE9 issue

    in forum Enfold
    mindsharestrategies
    Participant

    Hi guys-

    This is kind of an odd issue, and I’ve looked through the forum to see if I could find something similar, but no luck.

    Firstly, this is the site in question: http://www.slg.com. For most users, the site looks great and everything is functioning correctly.

    I have tested in IE9 – and for me it looks fine there.

    But we have had three users now, who when they load the new site, it almost looks as if there is no style sheet applied. I have included a link to the screenshot of what they’re seeing below.

    Have you seen any issues like this and perhaps know what I can do to fix it?

    Thanks so much! Pamela

    www.slg.com IE9 issue

    #216779

    Hi Munford!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-section.av-minimum-height .container .content { vertical-align: top; }

    Regards,
    Yigit

    #216771

    Hey garyguthrie!

    You can add images using img HTML tag as shown in screenshot http://i.imgur.com/FmKzyPx.jpg

    Regards,
    Yigit

    #216769
    wesleysoccer
    Participant

    See screenshot: http://cl.ly/image/3x3E3V2e263U

    I have two 1/2 columns and inside I have a text element in first half and a accordion element in second half. You can see they don’t align. Any thoughts?

    Ed

    • This topic was modified 12 years, 2 months ago by wesleysoccer.
    #216755

    Hi!

    Please refer to my post here to change the initial size of the resizing header https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    You can use 156 instead of 200

    Best regards,
    Yigit

    #216744

    Hi Josue,

    In order to avoid the problem I attempted to upload another image.

    As you can see I saved it at 180×72 @ 326ppi. I did this because I want it to be a retina image. The iPhone 5S is 326ppi and the Macbook Pro Retina is 227ppi. For some reason it still appears pixelated. Do you have any idea why?

    Also, would mind deleting that link to my site in your comment please.

    Thank you, Jas

    #216743

    In reply to: Formatting Tables

    This reply has been marked as private.
    #216738

    Topic: Formatting Tables

    in forum Enfold
    dpilling
    Participant

    Hey guys,

    I’m working with the table element (standard table, not pricing table). How would I go about the following:

    1) Remove shading on column rows so that all rows have same white background.
    2) Center an image vertically in a table row.
    3) Top justify text in a table.

    Thanks.

    #216737

    I changed it back because it didn’t work. I wasn’t sure what else to do. Will you make that link private in your post please? Any idea how to solve it? I think I’m just going to upload a different size image. that seems easier right?

    #216736

    Hi!

    The base file still has those two lines (width: auto and height: auto).

    Regards,
    Josue

    • This reply was modified 12 years, 2 months ago by Josue.
    #216733

    In reply to: Gallery problems

    Amazing! I fixed it! Thanks to Ricardo – Drop Web answer:


    The problem starts with uploading images.
    Sometimes when uploading an image wordpress shows error.
    But the image upload is completed on FTP.
    I noticed that the images showing error in uploading lacked thumbnail in the media center of wordpress.
    When a gallery was created with these images, the gallery was showing wrong images.
    To fix, delete all the images without thumbnail in wordpress media center.

    Sorry ащк disturbing!

    #216730

    Topic: Gallery problems

    in forum Enfold
    antmockus
    Participant

    Hi,
    I’m trying to build a masonry gallery and getting a problem (also similar problems with other types of galleries).

    When I add a gallery, the images are just pulled in from the first items in the media library (not the ones I’ve chosen). Also it doesn’t load more images. And when I’m trying to go back to the settings and edit gallery, it is showing no items in the gallery…

    Gallery settings:
    Image number – 24;
    Pagination – Load more
    Size setting – Flexible masonry
    Gap – large
    Image overlay – activated
    Image Title and Caption – display neither
    Image Link – active

    Can you help?

    I just starting to build this site, recently activated plugin WP smush.it. Tryed to deactivate it, but it didn’t help.

    http://pliusai.lt/fotoseimai.lt/galerija/

    Thanks!

    #216726

    Thanks Josue,

    It did not work. I did a find and replace in Dreamweaver. Very simple then uploaded the file via FTP and replaced the old file. Then I cleared my cache and cleared my web host cache. Still doesn’t work. Should I put !important at the end? so..

    img, a img {
    		border:none;
    		padding: 0;
    		margin:0;
    		display:inline-block;
    		max-width: 100%;
    		image-rendering: optimizeQuality!important;
    	}
    #216717
    tacopimp
    Participant

    Hi,

    1. When I make a single post it is cropping the image. See here: http://www.lanceblaise.com/289-lance-blaise-jan-28-2014/

    I don’t want the image to be cropped where itis cutting the top and bottom off. Single Post Style is set to “Single post with big preview image.” What do I neet to fix this?

    2. I would like to remove the ability to click on the image inside single post, can I turn that off as well.

    Cheers

    #216711

    Hi glozemedia!

    You can use media queries to alter the background position on smaller screens:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #av_section_1 {
    background-position: 10% 0 !important;
    }
    }

    Best regards,
    Ismael

    #216708

    I guess I wasn’t clear. I actually want to change out the image placecard holder with a graphic that will be used every time this needs a place card holder. Does that makes sense?

    #216707

    Wordpress.org … is that what you are asking?

Viewing 30 results - 97,471 through 97,500 (of 106,493 total)