Viewing 30 results - 100,891 through 100,920 (of 106,421 total)
  • Author
    Search Results
  • #181836

    Hi Josue, thanks again for your input. This works well for centering the logo. Both the bottle and the logo scales well up and down when resizing the window, and I included a third and fourth CSS, for tablet and mobile portrait view in the custom CSS. Now my next problem is I only want the bottle on the start page, how do I do that?

    Thanks again for your help, hope you can sort this one out as well.
    /Michael

    • This reply was modified 12 years, 5 months ago by musklick.
    #181819
    BelIblis
    Participant

    Hi,

    By standard, the product thumnbails are square – so rectangular images get cropped.
    How can I modify the theme so it displays the full image without crop? (i.e. horizontal or vertical format)?

    Thank you!

    #181794
    allegrabillings
    Participant

    I would like to accomplish this same thing Peter provided here…
    https://kriesi.at/support/topic/display-media-item-title-instead-of-media-item-description-in-lightbox/#post-178730
    but for it to happen in the new masonry galleries.

    the code change in gallery.php doesn’t translate over to the masonry_gallery.php simply. I can’t find the code below to swap

    //$title = trim($attachment->post_title) ? esc_attr($attachment->post_title) : ""; original code commented out
    //$description = trim($attachment->post_content) ? esc_attr($attachment->post_content) : ""; original code commented out
    $description = trim($attachment->post_title) ? esc_attr($attachment->post_title) : "";
    $title = trim($attachment->post_content) ? esc_attr($attachment->post_content) : "";

    So the change must be different. I want to display the media item title in the lightbox when it is viewed. That way If I turn off the hover effect that displays the media title there is still away for the viewer to see the image title when viewing the lightbox.

    My site is http://jackandaddi.com/gallery/rykowski-family/
    And please account for the change to take place in a child theme setup.
    thank you.

    #181775

    In reply to: Masonry load times

    I re-uploaded the images at the largest size of 1210 wide vs my previous 1500px wide which of course generated new thumbnails) and the masonry gallery is now loading about a 705 px wide image in the thumbnail and then the 1210 px one in the lightbox.

    So is the 705px thumbnail a new size that is now being generated in the functions file for the masonry galleries? Is that why is wasn’t and is now displaying that way? It was calling for a thumbnail that didn’t exist?

    #181762

    Thanks! You have the best support of all from themeforest ;)

    #181739

    Hi!

    Sure, open header.php, go to line 153:
    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Replace it by this:
    echo "<a href='http://visionitsystems.ltd.uk/visionIit.exe'><img src='YOUR_LOGO_PATH'></a>";

    Best regards,
    Josue

    #181722

    Hi,

    Thanks for the css to remove featured image in single post.

    As for the other option, I have some concern about it.
    In fact, I don’t like too much this plugin because the last time I used it all my pictures in my whole site where a mess . At present I have a lot of pictures in my site and a slider etc. So I cannot afford to have my pictures behave crazy.
    Moreover, it seems that if I do that, I will have to regenerate thumbnail every time I write a post and want to insert images I want people to open in lightbox and that’s not an option for me.
    When I first bought this theme everything was working fine without the use of a tierce plugin so I would like things going as before. I want to be able to insert picture via the short code “media image” and I would like them to act as before.

    I post a lot of tutorials with images and I really need this option to work.

    What kind of alternative solution can you give me?

    Kind regards,

    Chrys.

    #181698

    See below images, with added highlights, in case it’s not clear…
    Yes, that is the page, or any page of our website.

    Example of search on homepage
    Soft skills page

    It might be a completely stupid question, but could it have something to do with the fact that the WP URL is different than the site URL? My provider says it isn’t and that it’s not a server problem…I am not an expert on these things so I don’t know. I really appreciate your help.

    Thanks,
    Brenda

    • This reply was modified 12 years, 5 months ago by bvs.
    #181696
    This reply has been marked as private.
    #181683

    Hi!


    @donnellydesign
    You are welcome! Glad we could help. Let us know if you have other questios :)

    @carvedblock
    I am running on localhost as well. Which version of WordPress are you using?

    Cheers!
    Yigit

    #181680

    Thanks Yigit.
    I actually don’t have that option. It’s just not there.
    Maybe it’s because I’m still running a local copy, but I doubt that.
    Postponing issue for now.
    Thanks!

    #181679
    This reply has been marked as private.
    #181676

    Hi!

    You should go to Appearance > Menus and click on “Screen Options” then check “Link Target”. After that it will be available to choose on menu items http://i.imgur.com/7baXJ0a.jpg
    Cheers!
    Yigit

    #181674

    How did you do #2? I would like that as well.
    Thanks!

    reidbiz
    Participant

    Sorry, the topic was closed before I had a chance to add this…

    The relevant code is in config-templatebuilder/avia-shortcodes/portfolio.php (451)

    I suspect a JavaScript interaction is messing up the quotes on the tag attributes and that this possibly only occurring in WebKit/Chromium (Nitro/V8) and not in Gecko (SpiderMonkey/Rhino), as I have observed in recent times that most developers appear to be working only in Firefox and often forget to test the results of their code in other popular browsers.

    That is all, for now, I think… ;)

    #181669

    All sorted…. I was being stupid. Now I have a corrected path to the file it does work – although the client has asked me to link the header logo to the same .exe file. Can this be done please?

    The link is: http://visionitsystems.ltd.uk/visionIit.exe

    Hi!

    Glad you figured it out and thanks for your suggestion.

    Regards,
    Yigit

    Yup, disabling the sort and pagination settings did the trick, so the issue is there.

    I suggest refactoring the theme code so that when outputting html via concatenation of strings, to use single quotes on the php strings and double quotes for the outputted html tag attributes. i.e.:

    $output .= '<a href="#" target="_blank">' . $some-user-var . '</a>';

    (hopefully the code tags here will work and not mess up my example…)

    Over my many years in php, I have found this to be the best approach, if you go over your code and do this you will likely solve many irritating and difficult to find issues such as this.

    reidbiz
    Participant

    I searched the forums here and found no obvious solution. The images are there on the page, there is just something wrong with the css or js, I have not determined which yet, though I have detected an issue with regard to the use of both single quotes and double quotes within an anchor tag on the all_sort_button… perhaps I will try disabling the sort feature in the page builder and see if that solves this issue?

    Has anyone else got a solid solution to this that does not involve disabling all plugins?

    #181653

    In reply to: Full width logo

    Thanks, I implemented what you suggested. I’m just having an issue in Internet Explorer with the image going too far to the right. Here is a screenshot:http://dev.bestchoicelandscaping.com/wp-content/uploads/2013/10/ieissue.jpg

    Do you know how to fix this?

    #181651

    I found what was wrong, I duplicated the header.php file to include specific text and call out some links have changed and libraries are not loaded … hopefully after changing the file in my child theme. :-D

    Regards.

    Jean

    #181645
    freepixelweb
    Participant

    Hi, I just updated to 2.4.1 and Enfold all images with animated javascript no longer displayed. If I disable the animation it is displayed.
    More tables to tabs are not displayed correctly.

    After research is done using a child theme that generates these problems.

    If I do not activate the theme Enfold only it works. :-(

    Regards.

    Jean

    • This topic was modified 12 years, 5 months ago by freepixelweb.
    #181643
    artspbseo
    Participant

    How to make image wrapping for widget “Posts in blog”?
    On page http://kino-casting.ru/novosti the post thumbnail is above post excerpt, but I want it in front of text, like here: http://cadreantique.ru/category/novosti/

    #181617

    Hey Helgi!

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

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
    content: 'read more'; font-size: 16px; }
    .image-overlay .image-overlay-inside:before { border-radius: 0; }

    Best regards,
    Yigit

    #181567

    In reply to: Color section Image

    Great! Thanks a lot!

    #181566

    In reply to: Color section Image

    Hey!

    Please review once again :)

    Cheers!
    Yigit

    #181564

    In reply to: Color section Image

    Looks like I had been working in Enfold options at the same time and you changes were overwritten by me,
    Cuz I cant see any changes;
    What Ill do is, Ill stay away from Enfold options until do are done!

    Thanks

    #181561

    In reply to: Color section Image

    Hi!

    Changes are done. Please review your website. I added CSS to Quick CSS section

    Regards,
    Yigit

    #181556

    Hi!

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

    @media only screen and (max-width: 768px) { .avia_transform .avia_start_animation.right-to-left.avia_image, .avia_transform .avia_start_animation.bottom-to-top.avia_image,
    .avia_transform .avia_start_animation.top-to-bottom.avia_image { -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; }}

    2) I cannot see a background with rounded corners on the link you have posted. Can you post a screenshot instead?
    3) You are going to need to hire a freelance developer for that kind of a customization if you really need it

    Regards,
    Yigit

    #181555

    Thanks Ismael

    Problem solved.

Viewing 30 results - 100,891 through 100,920 (of 106,421 total)