Viewing 30 results - 102,481 through 102,510 (of 106,404 total)
  • Author
    Search Results
  • #163911
    faterra
    Participant

    Hi,

    I need some help with the way information is displayed in my site.

    I´ve posted the screenshots at the following links.

    http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/wp-content/uploads/2013/09/Imagem13.png
    http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/wp-content/uploads/2013/09/Imagem14.png

    To access the page that I need help with, you will need to login, so:

    the test username is: alpha
    and the password for alpha is: 123456

    The page is at the following link:
    http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/portal-page/seus-dados/

    Thank you,
    Fabiana.

    #163909

    Sir, with due respect i dont think so you are understanding what i am saying OR you are just ignoring my questions. Just forger images for one second.
    WHY FONT AND ARROW IS BLUR ON PORTFOLIO GRID ONLY
    demo

    ITS BLUR AT YOUR OFFICIAL DEMO AS WELL
    DEMO

    PORTFOLIO GRID IS NOT RETINA READY, AT LEAST NOT ON DESKTOP RETINA MAC

    IF YOU CAN FIX THIS ON YOUR OWN DEMO THEN LET ME KNOW. I’LL UPDATE MY WEBSITE AS WELL.

    #163905

    Without seeing the image used live it would just be a guess. But as far as the blur difference, I’m not getting the same issue on my end at the moment so I really can’t say.

    #163903

    I did try with larger image, still not working. But why you are ignoring the fonts and arrow icon mentioned above. What does they have to do with my image size? Lets forget the image and resolve that part. Image will be fixed automatically.

    #163898

    Try uploading larger images, I noticed after my initial post the source files are actually very small so even if you have the larger size set it wouldn’t work because you’ve not uploaded big enough images.

    #163897

    Hello Devin,

    I already did that before posting my last reply. Its already on 710×575.

    #163894

    The portfolio grid gives you an option to set the image size that gets output in the grid.

    What you need to do is:

    Click on the Portfolio Grid element in your advanced layout editor for that page.

    Next, look for the dropdown for the option “Portfolio Grid Image Size”.

    Use the dropdown to select the option “Choose the Portfolio Grid image size manually”.

    Now a new dropdown will appear that lets you choose the size of the image which gets output in your grid. Choose an image that is larger than what it is by default (The Gallery Option for example is 710×575).

    Finally, save your options and view it on the front end.

    Once again, this changes the size of the images uses in the grid which is where you are having your issue.

    Edit: You will need to create larger images than the ones you have now since they are too small and are also contributing to the pixelation you are seeing: http://www.onthe8.com/wp-content/uploads/sell_with_singh.jpg for example is not going to be clear on retina unless the thumbnails is half that size.

    • This reply was modified 12 years, 6 months ago by Devin.
    #163892

    Hello Devin and all Team,

    Thanks for help and Please Please read all my ALL screens properly. Its not the images issue, its portfolio gird. Below is screenshot from Retina Macbook. Never mind my images but why the artwork is blur on portfolio grid along with Fonts. Please focus on portfolio grid coding rather then my images,.

    Homepage screenshots: http://www.onthe8.com
    Please right click on image and View in 100%
    Example 1
    Scrren1

    Example 2
    Screen 3

    I hope your next suggestion will be towards updating some coding :-)

    #163862
    WebyxDesign
    Participant

    Hi,

    I am trying o find a way to put two buttons one next to another. I tried changing the size of the button or two make the 1/3 box you see in the screenshot bigger but nothing.
    screenshot

    Thank you

    #163842
    TFT
    Participant

    While we’re on the layer slider topic, I just spent a few hours creating a complex one with about 26 layers. Just one slide. Has a background image. It previews fine in WP, but in live demo on the site All The Layers load immediately. Then they all start doing what they’re supposed to do individually. None of them are following their delay times.

    Also, is there a way to get the layer slider to act as a parallax effect? So the next color section will just slide over it?

    Side Note:
    1) I miss the old forum search and results – it was very friendly. The new search and results are difficult to follow.

    2) Really like the new top menu, is it code that can be used in Enfold?

    3) Parallax – anyway to get the effect to do the smooth scroll effect that’s not completely fixed, but scrolls just a little as you scroll through the site?

    Thanks, great product and great support!

    #163840

    Hi Jean,

    Can you post the link to your website please?

    Regards,
    Josue

    #163832

    I think it has to do with the size of the picture.In smaller pics and with a small text inside the accordion it leaves a white border on the right of the ajax slider.
    Also if i have 2 pictures with different height there is also a white border on the bottom when the smaller pic is appearing.
    Is there a solution to this or do i have to put images with same width and height?

    #163819

    Topic: Image Lightbox

    in forum Enfold
    Patchharris
    Participant

    Hi,

    I’m wondering if it is possible to globally add the light box function to the image media element?

    I am adding line drawings for a part and want people to be able to click on it to bring it up in a light box so they can see it bigger.

    The only way I have found to do this is to use a text box and then use the add media button inside it.

    I’m hoping to make it globally as it would take too long to go in and change every product page.

    Thanks in advance.

    #163813

    Hello Jas!

    What image size do you have chosen for the portfolio grid to display? It seems to me the reason the images are not showing in the proper size is that you’ve chosen too small of an image size from the portfolio shortcode dropdown for “Portfolio Grid Image Size
    Set the image size of the Portfolio Grid images”.

    Regards,
    Devin

    #163810

    In reply to: Many IE8 Issues

    Hi Tom,

    First, IE8 can not ever have responsive support without the aid of something like responsive.js . See: http://wordpress.org/plugins/respondjs/

    1. This is actually new popping up just in 2.2 but can be fixed with:

    .main_menu ul:first-child > li > a {
    width: 100%;
    }

    3. You can try re-uploading your theme files with no plugins installed manually over FTP but the icon font does have IE8 support and viewing your site right now on IE8 natively I’m not having any issues with it.

    4. This should fix the related entries issue:

    
    .related_entries_container .attachment-square.wp-post-image {
    height: 100%;
    width: 100%;
    }
    

    5. The news thumb issue is odd. IE8 is not supposed to support min-width or min-height but it *is* on your site. I have no idea why or how unless you have a modernizer script running or something like that to give IE8 more css/html support than it should.

    But this may fix it:

    .image_size_widget .news-thumb {
    height: 36px;
    width: auto;
    }

    Ultimately using something like responsive.js and modernizer may be your best route to go if you are going to have a known IE8 audience as once IE11 is officially out IE8 will no longer be supported.

    Regards,
    Devin

    #163808

    I don’t think you understand my problem. Look at the first image with the two ladies painting. You notice that there are other images below them which is a gallery. This gallery was created before the site was patched with the latest patch. Now when I try to create the same style gallery exactly same, it will not display the same result as the two girl paintings. The orange car gallery is a perfect example of that. I made the two girl painting gallery a template and added my cars to it and it only shows the first image and doesn’t display the text box or other images. Does this make sense? This is becoming frustrating only cause you aren’t willing to log in to see it in my site. If aren’t willing to take the time to see the real problem please refer me to someone who will.

    • This reply was modified 12 years, 6 months ago by Pixelcarvers.
    #163805

    Hi!

    I’m starting to lean towards this potentially being either a mis-communication in what the effect is on mobile or the more likely iOS7 issue. Reading over the new changes that Safari has on the new OS today and it looks like people are going to start to see issues everywhere from the unannounced changes the new browser version has on mobile.

    Again, I only have a retina iPad for testing so my mobile testing is pretty limited but Kriesi should be able to take another look at this.

    Best regards,
    Devin

    #163799
    agarkitekter
    Participant

    Hi!

    Currently, the keyboard navigation on the portfolio (or in ajax preview to be more precise) switches between the portfolios, is there any possibillity to only change the image in the slide in the ajax preview? I notice that when the mouse is over the slide, it changes images, but also portfolio which takes away the other function completely (I see the image switch but right after I come to the next portfolio).

    Regards,
    Tomas

    #163793

    Thanks for a superfast answer!

    Hmm, I try removing the cache and reload on and on, but it’s still a link. Im testing it on Chrome and IE on Windows 7. But I think something should happen since the code is changed. Really strange…

    #163784

    Hello!

    Please remove browser cache then refresh your page a few times. I tested and it worked on my end

    Regards,
    Yigit

    #163781

    Hi again!

    Such a solution is no problem, I can edit any file at all :) But unfortunately, this doesn’t seem to work, I get no change at all after editing those two lines.

    Regards,
    Tomas

    #163778
    freepixelweb
    Participant

    Hi, I located a problem with the image centered with a link (CSS class aligncenter).

    This happens on Firefox 7 (24.0), Safari (5.1.10), Chrome (29.0.1547.76) and Opera (12.16) Mac.

    By default iamge centered takes a high and low margin of 10px at Rollover adds a 10px offset more that moves the image down.

    By changing the CSS like this:

    .aligncenter body, entry-content-wrapper a:. aligncenter hover {
    margin: 0px auto;
    padding: 0px;
    }
    

    This solves the problem but the image actually loses its margins.

    null

    null

    Regards.

    Jean

    PS : great job with the last update, the support of French language is great news! ;-)

    #163760

    Topic: Many IE8 Issues

    in forum Enfold
    tmunz
    Participant

    Hey guys,

    I’ve been trying to launch this website since I bought the theme months ago, but have not been able to due to my large audience of IE8 users and the numerous issues the theme has in the browser. I had been working off version 1.51 of the theme and the previous version of wordpress, so I was hoping that updating to the newest theme files and newest wordpress would fix the issues, but it did not, and actually added a new menu issue.

    Here’s my website URL: http://goo.gl/jGUCw

    1. Menu broken in IE8, items dropping to the next line:
    http://s22.postimg.org/p7d71dz1d/Screen_Shot_2013_09_19_at_3_18_09_PM.png

    2. Responsiveness now broken in IE8 (It worked in version 1.51 of the theme which I was previously using), white header background disappears at certain size:
    http://s22.postimg.org/8i6p8cw4h/Screen_Shot_2013_09_19_at_3_17_51_PM.png

    3. Entypo font broken in IE8, most icons do not show, main issue being the ‘Search’ icon (I removed all the others I had on the site due to this):
    http://s22.postimg.org/p7d71dz1d/Screen_Shot_2013_09_19_at_3_18_09_PM.png

    4. Stretched ‘You might also like’ images:
    http://s22.postimg.org/t2gl3yi75/Screen_Shot_2013_09_19_at_3_18_34_PM.png

    5. ‘Recent Posts’ widget images not filling image container correctly:
    http://s22.postimg.org/t2gl3yi75/Screen_Shot_2013_09_19_at_3_18_34_PM.png

    Please advise!

    Thanks,
    Tom

    #163742

    Hi!

    I see, try using this plugin.

    Cheers!
    Josue

    #163738

    Hey oliviad!

    No, unfortunately not as far as I know. This iteration of the portfolio only supports static images for the grid.

    Cheers!
    Devin

    #163728

    Hi!

    You have inserted Fullscreen, right? Actually it should work but still you can force it to display fullwidth by adding following code to Quick CSS in Enfold theme options under Styling

    .avia-slideshow.image_no_stretch li img { width: 100%; }

    Regards,
    Yigit

    #163716

    Hey!

    I’m not sure if this is a good practice but you can try it.
    In your WordPress theme directory please go to Enfold > Config-templatebuilder > Avia-shortcodes and open Gallery.php file and find following code line 198
    http://i.imgur.com/3BsqS15.jpg
    and change it to
    http://i.imgur.com/Ojp1iF5.jpg
    Then find following code in line 204
    http://i.imgur.com/Og0BjUu.jpg
    and change it to
    http://i.imgur.com/3V7ImHD.jpg
    Basically remove what’s inside href in both

    Cheers!
    Yigit

    #163702

    In reply to: 2.2 Upgrade Issue

    If a toggle on a different header type in the theme settings, then the default Enfold logo image will appear. The issue appears with “Header with social icons and bottom navigation”. This wasn’t an issue until I tried the new “Append search icon to main menu” feature. Try it locally and see.

    Thanks

    #163686

    Hello Yigit, Thanks for your answer.

    This is what I have now:
    http://postimg.org/image/k5er27bq9/

    And I would like to have this
    http://postimg.org/image/ue7880zs1/

    So I was wondering if I can have another div element above the main header and inside the main container. I´m using the small header fixed type, no social Icons, but maybe my client would like that in the future. Also I thought that maybe I can have a <body> background-image and set a margin-top for the main container

    This is my HTML code as generated by the server:

    <div id="wrap_all">
        <span class="web-developer-id-class-details"> … </span>
        <div id="header" class="header_color light_bg_color mobile_drop_down">
            <span class="web-developer-id-class-details"> … </span>
            <div id="header_main" class="container_wrap container_wrap_logo">
                <span class="web-developer-id-class-details"> … </span>
                <div class="container" style="height: 140px; line-height: 140px;"> … </div>
                <!--end container_wrap --> 
            </div>
            <span class="web-developer-id-class-details"> … </span>
            <div class="header_bg"></div>
            <!--end header  --> 
        </div>

    My background image is in the Div class “header_bg” and this is the CSS:

    .header_color .header_bg {
    background-attachment: scroll;
    background-image: url(“http://localhost:8888/ENTREVENTOS/wp-content/uploads/2013/04/header_image_2.png&#8221;);
    background-position: center top;
    background-repeat: no-repeat;
    }

    Best, thank you very much.

    #163679

    Hey!

    The most recent version of the theme is 2.2 which was release this week. http://mep.raffeltest.nl still shows it running on 2.2 so please re-download the theme files from your downloads on ThemeForest and then re-install on top of your current site and update all files with the new version.

    Regards,
    Devin

Viewing 30 results - 102,481 through 102,510 (of 106,404 total)