Viewing 30 results - 99,961 through 99,990 (of 106,430 total)
  • Author
    Search Results
  • #191101

    In reply to: Image on icon box

    Hi albe67!

    Can you post the link to your page where you have added icon box?

    Cheers!
    Yigit

    #191098

    My guess is that the newer browsers are incorporating the whitespace at the top and bottom of the logo into the 58px size specified whereas IE8 keeps the whitespace at the top but still makes the image 58px which pushes it down too far.

    #191094

    Hi,

    On Homepage it’s the gallery next to “Some enfold core features”. This type of gallery allows me to add as manny image I want and when I click on on they open in light boxes.
    My “problem” is I’d like to be able to have the same gallery but with no vignette underneath. I’d have just the image in the big square and when I click in the lightbox I could see all the images I have put in my gallery.
    I think what I mean is : does this gallery can act as an album?

    To get rid of the vignettes underneath the big picture I was wondering if I needed a developer to do that kind of customization or if it could be done by css.

    Thanks a lot.

    Delphine

    #191093

    Hi Peter,

    It didn’t work unfortunately. I’ll gladly give you access if necessary – just installing some new parts to my site at the moment so it’s not a good time.

    I did notice that for some reason IE8 seems to be making the logo “larger” – even if I remove my logo it shows larger in IE8 than in the newer browsers. I guess IE8 is displaying the image larger than the 58px it’s supposed to be and the other browsers are showing as should. Does this help? If you have any other ideas for me to try in the meantime please let me know.

    Best,
    Jonathan

    Hi Yigit,

    Ok I understand.

    Thanks,

    Kind regards,

    Delphine

    #191079
    #191044

    In reply to: Change Lightbox Color

    Hi JaredBurnett!

    They are actually image sprites so in order to change them you shoul edit those images. You can find files inside wp-content\themes\enfold\js\prettyPhoto\images\prettyPhoto\default folder

    Regards,
    Yigit

    Hi!

    1) 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:

    .big-preview.single-big {
    display: none;
    }

    2) Use:

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

    3) If you are using a featured image with the Blog Single Author Fullwidth display that is how it will show by default: http://kriesi.at/themes/enfold/blog/blog-single-author-full/

    Regards,
    Devin

    #191023

    thank you for the files! works perfect. however about the blog, i haven’t managed to fix that one. what i meant was that when choosing one category i’d like the post to be shown with featured image and title only. now entire posts are shown and it’s a bit confusing since there’s no divider between posts either. sorry to keep asking same things but i just want to fix it nice before release :/

    #191005
    orangeamps
    Participant

    Hi there,

    I’m trying to make use of the gallery included with Enfold. However whenever I mouse over the mini-previews, the main image starts getting smaller.

    Here’s a link to our live website where I’ve applied the gallery (just this one page for now):
    http://www.orangeamps.com/products/guitar-amp-heads/rockerverb-mkii-series/rockerverb-50100-mkii-heads/

    I’ve noticed someone else had a similar problem over here:
    https://kriesi.at/support/topic/shrinking-portfolio-gallery-preview-image/

    We’re using the latest version.

    Thanks for the great theme – love it.

    Charlie

    #190997

    Topic: Image on icon box

    in forum Enfold
    albe67
    Participant

    Hi,
    I placed an image into an icon box. As a result, the hover effect is that the image slides down of 20 px. Then, the image remains moved down.
    I’d like to avoid this effect and have the image fixed at its place (as it happens when I insert an image only with “image” shortcode).
    I tried changing the overlay class in css but maybe I didn’t use the correct code.
    Thanks,
    Albe

    #190988

    Hey allegrabillings!

    As was noted at the end of the topic it looks like a bug and a temporary fix was provided.

    Best regards,
    Devin

    #190973

    In reply to: enfold slider padding

    This reply has been marked as private.
    #190972

    Hi!

    I’m not sure if this is what you are looking for but it will always show the expand option once added in. Add 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:

    
    .pp_expand {
    display: block !important;
    }
    

    Edit: Just make sure the link on the images is pointing to the full size image and not the smaller size.

    Cheers!
    Devin

    • This reply was modified 12 years, 4 months ago by Devin.
    #190971

    In reply to: image sizes

    Hey segalmedia!

    You can either use larger than 720×575 but keeping in the same proportions or that size exactly. They will then be scaled down as the site responds to the browser width as needed.

    Cheers!
    Devin

    #190959

    Topic: enfold slider padding

    in forum Enfold
    emaniocreative
    Participant

    Hi,

    I set the all same padding for image layers but in my second and third image padding doesn’t show up padding effect same as first slide, why?
    second and third slide “learn more button” padding doesn’t work properly as per the settings.
    That button is more away than the padding
    can you help me?

    Hi
    thank you for the support. The replace does not change anything – there is still the yellow tooltip box with the caption over the image. (Safari)

    Best regards,
    Remo

    #190885
    This reply has been marked as private.
    #190879

    the problem is in:

    Mediaelements:
    – Partner Logo Element
    – Image

    Blog:
    Single Author, small preview PIC

    Post:
    Single Post Big preview Image

    #190876

    Hi

    Thanks a lot dude for your answers. I can confirm that WP Retina 2x is compatible with Enfold. It was not the plugins, I actually have a very long .htaccess with all sort of rules for security and other things. The following code was blocking the retina.js to load the @2x images.

    # Block Suspicious Request Methods
    RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|TRACK|DEBUG) [NC]
    RewriteRule ^(.*)$ - [F,L]

    Removing the word “HEAD” from the above line resolved the issue. Also for anyone else trying to figure out any issues, earlier I had to remove the following lines from .htaccess for Avia Page Builder to work otherwise nothing loads in drag and drop mode instead a throbber keeps on spinning indefinitely in the middle of page as if theme is trying to load something.

    # BAD Content Type - Deny POST Requests With Content Type Other Than application/x-www-form-urlencoded|multipart/form-data
    
    RewriteCond %{REQUEST_METHOD} =POST
    RewriteCond %{HTTP:Content-Type} !^(application/x-www-form-urlencoded|multipart/form-data.*(boundary.*)?)$ [NC]
    RewriteCond %{REQUEST_URI} !^/(wp-login.php|wp-admin/|wp-content/plugins/|wp-includes/).* [NC]
    RewriteRule .* - [F,NS,L]

    Now if only Kriesi could provide the retina images for menu drop down as it’s next thing after logo :)

    Dude can you please provide a link to any live website running the child theme you suggested with fancybox at it’s default settings? I want to take a look before trying.

    Best Regards
    Sunny

    #190875

    In reply to: change thumbnail

    Hey reisp!

    I’m not sure if you can change the crop position for each image individually but this plugin: http://wordpress.org/plugins/thumbnail-crop-position/ will help you to change it (at least for all images but maybe you can also select the images somehow). By default wordpress will center crop all images and you can’t change the crop position of the generated thumbnails manually.

    Regards,
    Peter

    #190867

    Hi!

    I tagged the thread for Kriesi. I couldn’t find a js error or any obvious conflict which causes this issue and I’m not sure why it’s not working. The only suggestion I have is to re-install the theme and wordpress via ftp and to overwrite all existing files. Maybe a js file is corrupt and thus the media gallery doesn’t work properly.

    Best regards,
    Peter

    #190860

    It was a clean installation. All plug-ins were installed at the same time, including:

    Akismet
    bbPress
    Contact Form 7
    Digg Digg
    Enable Media Replace
    Gravity Forms
    Hover Image
    Redirection
    WordPress Importer
    WordPress SEO
    WP Google Fonts
    WP Retina
    WP Super Cache

    #190842

    Topic: Slider not working

    in forum Enfold
    agasparkles
    Participant

    Please help been 8 days of lack of support – can’t launch my site … I’ve posted a few days back and had one response about the issue. The slider and full screen slider don’t work. images are loaded but don’t appear in the front end. The plugins were deactivated as suggested / didn’t fix the issue

    Prompt response will be hugely appreciated,

    #190832
    tdproperty
    Participant

    I was wondering how I could add a title with an avia arrow to an image like the portfolio layout on the enfold demo page. In addition, I would want a space between the images.

    • This topic was modified 12 years, 4 months ago by tdproperty.
    #190825
    fitzpatrick512
    Participant

    I would like to use square images instead of the crops the blog is creating.

    I’d like to continue using the current crops in the portfolio pages, but got the blog grid thumbnails, I’d like to use squares instead.

    I see in the functions.php file that there are horizontal aspect ratio images being created, and I assume the grid blog is using these. I’d like to have it just use the WordPress default “medium” or some other square format.

    I can’t seem to find where in the loop the image size is being called, can you point me in the right direction?

    But why is the most recent photo cropped even though I have height set to 100%?

    Best,
    Jonathan

    #190813

    Hey ediethelm!

    1.) You can use a text widget then add the logo code manually:

    <a href="LOGO LINK HERE"><img src="LOGO URL HERE"></a>

    2.) Did you modify any css styling? It should vertically aligned by default.

    Cheers!
    Ismael

    #190807

    Hey!

    Please refer to this post and reduce header height https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
    You can use 100 or 110 instead of 200 i guess.
    And add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) { .sub_menu { top: 490%; }}

    Cheers!
    Yigit

    #190806

    Topic: Home Slider Issues

    in forum Enfold
    mspiro
    Participant

    Hi,
    I’m having issues with my homeslider. It’s creating space on both sides even though I set it to full width…and the image is aligning left even though I set it differently.

    Please help ASAP.

    Thanks,
    Sarah

    http://zahlco.com/

Viewing 30 results - 99,961 through 99,990 (of 106,430 total)