Viewing 30 results - 97,771 through 97,800 (of 106,489 total)
  • Author
    Search Results
  • #213799

    Hi,
    I have to add the following to my previous:
    – text: a solution to bypass the css theme style and give the possibility to: change the text color for a portion of the text, change the background color to a text and the text color (the possibility to insert the css code in the page for that ‘element’ ?)
    – images: dimensions are too ‘strict’, I’d like more flexibility on this issue
    Hope other users may have suggested the above so you may consider it in the future improvements.
    Tks again for your great job!
    Nona

    #213795

    In reply to: "Post_gallery" filter?

    Sorry – its still not working – the sites back up with the revised code (thanks Peter), but the function is not calling the links. I’m still using the Wp-Gallery customer links plugin, as when I disable the plugin, there’s no option to include a custom url when adding images.

    Any ideas???

    Thanks

    rog

    #213793

    Hi Yigit,

    you’re a star! That worked a treat.

    Ahh I just noticed that it works in Chrome, Safari, even ie but not in Firefox strangely. In Firefox it still doesn’t scale the columns correctly but starts cutting off/hiding the far right column when the browser width is decreased.

    Not a huge priority though.

    Jake

    #213792

    Topic: Advanced editor issues

    in forum Enfold
    modelity
    Participant

    Hey,

    In addition to the WPML compatiblity issues, there are problems with working with the advanced editors.
    Scenario 1:
    1. Create a portfolio item.
    2. Change to advanced editor
    3. Create a 1/1 layout element and inside it a text block element with some text in it
    4. Add a featured image
    5. publish the portfolio item and view it. The featured image doesn’t show up
    6. Edit the portfolio item again, change to default editor and update the page. Now the featured image appears

    Scenario 2:
    We use Socialize plugin for social icons. We show by default facebook, linkedin and twitter
    1. Create a portfolio item, and stay in the default editor
    2. Add a featured image
    3. Now change to the advanced editor, create a 1/1 layout element and inside it a text block
    4. publish and view the page. You can’t see the social icons (and of course you can’t see the image)….

    It seems like when saving the page when we are in advanced editor mode, it messes things up.
    Thanks,
    Lior

    This reply has been marked as private.

    Hey!

    I’m not sure which plugin you use at the moment but it adds following code to the head section

    
    <meta name="generator" content="WPSSO 1.22.1G" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:site_name" content="Mambo Local" />
    <meta property="og:url" content="http://mambocasting.com/" />
    <meta property="og:title" content="Mambo Local" />
    <meta property="og:description" content="This is a Page excerpt. It will be displayed for search results" />
    <meta property="og:type" content="article" />
    <meta property="article:published_time" content="2013-04-04T23:13:40+00:00" />
    <meta property="article:modified_time" content="2014-01-22T19:52:43+00:00" />
    <!-- og:image:1 --><meta property="og:image" content="http://mambocasting.com/wp-content/uploads/2013/04/Background-1-2-1200x630.jpg" />
    <!-- og:image:1 --><meta property="og:image:height" content="630" />
    <!-- og:image:1 --><meta property="og:image:width" content="1200" />
    

    and uses this image http://mambocasting.com/wp-content/uploads/2013/04/Background-1-2-1200×630.jpg for the preview image. I suggest to use Yoast SEO – then go to SEO > Social, tick the “Add Open Graph meta data” checkbox, login as facebook admin and then set the description + image. Afterwards save the settings. Make sure no other seo plugins are activated otherwise they might conflict with Yoast.

    Cheers!
    Peter

    #213731

    Right that makes sense. Was hoping that maybe it would just crop the images but I guess that would probably not work well either. I will just resize all my preview images and make sure to have a consistent size from now on. Thanks for the help again guys :)

    Jonny

    #213719

    Hi!

    You can but it will stretch the images to an ugly proportion.

    .avia-content-slider .slide-image img {
    max-height: 200px;
    width: 100%;
    }

    Please try to use images with the same ratio or dimension. Edit or crop them first before uploading.

    Cheers!
    Ismael

    #213718

    Hey kylehogan!

    Switch to Advance Layout Builder then insert the Color Section. Add a background image then select “Fixed” for background position. Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/

    Best regards,
    Ismael

    #213717

    Hey hughjames!

    Edit config-templatebuilder > avia-shortcodes > masonry_gallery.php, find this code on line 63:

    "subtype" => AviaHtmlHelper::number_array(1,100,1, array('All'=>'-1'))),

    Replace 100 with 1000 or more.

    "subtype" => AviaHtmlHelper::number_array(1,1000,1, array('All'=>'-1'))),

    Configure the masonry gallery then set the “Image Number” to 1000. Disable the “Pagination” option.

    Regards,
    Ismael

    #213709
    This reply has been marked as private.
    #213708

    Hi!

    Can you please give us a screenshot of the issue? The first link that you gave us looks fine on mobile view: http://quirktools.com/screenfly/#u=http%3A//hermitagehills.staging.wpengine.com/new/overview/&w=320&h=568&a=37&s=1 (hosted on WPengine)

    Best regards,
    Ismael

    #213707

    In reply to: Image Quality

    Hi weathertight!

    Add this on Quick CSS or custom.css:

    img, a img {
        image-rendering: auto;
    }

    Best regards,
    Ismael

    #213705

    Thanks for the quick reply.

    I’ve made the changes as described and the thumbnails are no longer links, but they are 80×80 images that are being stretched to 684×685 and do not display in the Fake Lightbox.
    dev site: http://paradigm.redpupmedia.com

    #213677
    kylehogan
    Participant

    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
    In the Advanced Layout Editor how do you make the fullscreen fixed stationary background image as seen in the screenshot? I can’t seem to figure it out.
    Fixed background

    #213676

    Hi Yigit,

    That code makes a minimum height for the entire entry, not just the image. so what happens is that when the image is bigger than that height, it gets cut off and then the title of the post, the date and the “read more” link underneath it get removed.

    I have left it as is so you can see what happens. Please let me know if there is a way to just put a maximum height on the images.

    Thanks

    Jonny

    #213660
    oliviad
    Participant

    Hi,

    I have create a fullwidth masonry blog page with a nice image in a color section on top of it. When I click on a blog post I have a breadcrumb that basically says home > post title.

    I would like to have home > blog page > post title

    As far as I see, to do so, I need to set my blog page in the theme option “where do you want to display the Blog?”. But when I do that I loose my nice layout and only get the default grid blog layout :( (I want my masonry page with nice header image)

    So my question is how can I get my blog page with my page buit template and still have a proper breadcrumb?

    Thanks very much in advance for your help !

    #213651

    Hey redpupmedia!

    Edit config-templatebuilder > avia-shortcodes > gallery.php, find this code on line 212:

    $output .= "<a class='avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail' href='".$link[0]."' data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";
    							$output .= "	<img src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
    			   if($caption) $output .= "	<span class='avia-gallery-caption'>{$caption}</span>";
    							$output .= "</span></a>";

    Replace it with:

    $output .= "	<img src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
    			   if($caption) $output .= "	<span class='avia-gallery-caption'>{$caption}</span>";

    And this code on line 216:

    
    $thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
    

    Replace it with:

    
    $thumbs .= " <img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' />";
    

    Add this on Quick CSS to retain the cursor. Remove browser cache then reload the page.

    .avia-gallery {
    cursor: pointer;
    }

    Best regards,
    Ismael

    #213650

    In reply to: lightbox link to word

    Hey!

    PrettyPhoto comes with Enfold, try with something like this:

    <a href="images/fullscreen/2.jpg" rel="prettyPhoto">word</a>
    

    Best regards,
    Josue

    #213646

    Hi mediumstudio!

    Please try to insert the Text Block inside a column layout. You can also use the Image element under Media Elements panel, place inside a column layout. The images’ width are set to 100%, you can add a unique css selector to the image then specify the width and height using Quick CSS.

    Cheers!
    Ismael

    #213631
    covaun
    Participant

    Is it to create a splash page with without a header background, similar to this link (w/ slider or static image)?

    Thanks

    #213627

    In reply to: Misalignment of icons

    Ah I forgot, it’s getting late…

    On the blog entries I also would like to remove the whole line with: date/comments/category/author
    I have found this thread but it doesn’t remove everything.

    Also how do I remove the Featured Image on the blog posts, this does it in portfolio posts:

    .single-portfolio .page-thumb {
    display: none;
    }

    but what is the code to do the same on the blog ??

    Thanks again

    #213612
    mediumstudio
    Participant

    hi, when using the text block feature – my images will not resize like they normally do in wordpress. So if I import an image and want to reduce it a bit I click on the little photo icon and then choose either a percentage or type in a pixel size – but it does not change in size. Is this a bug?

    #213610
    redpupmedia
    Participant

    Hello.
    Using an Ajax Portfolio Preview, Display Preview Images as Gallery.
    We want to prevent the thumbnails and big_thumb from being links. We disabled the lighbox per http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/ , but the thumbnails open the image file in a new window. We want to disable the link on the thumbnails and retain the mouse-over-to-fake-lightbox functionality. The thumbnails and big_thumb should not open or link anywhere, but simply display in the fake lightbox area.
    Seems like it should be in /config-templatebuilder/avia-shortcodes/gallery.php around line 218… but I can’t remove the link without disabling the mouse-over.

    #213609

    It is not a search icon and I have a sceen shot but don’t see how to add an image to this post…. can you advise?

    #213602

    Hi, perhaps I followed the incorrect forum. I wanted to remove the enlarge icon from a lightbox. I added the code above and it did remove all image overlays (which I actually want to keep), but left the enlarge button on my lightbox. I have removed the line of text from my code for now. What is the correct code to just remove (or move) the enlarge button. It’s a little counter intuitive to clients as they are accustomed to seeing the X for close in the upper right.

    Thanks,

    Lisa

    #213567
    segalmedia
    Participant

    I found this code in forum to help me to remove the enlarge or magnification in lightbox:

    .image-overlay {display: none !important;}

    It did not work for me. See my page:

    http://hubholdings.com/profile/

    Here is all of my custom coding for the site:

    .iconbox .iconbox_content .iconbox_content_title { text-transform: none; }
    .main_color .avia-icon-list .iconlist_icon { background-color: #ffffff; }
    #av_section_1 { background-color: #f2f2f2; }
    .team-member-name, .team-member-job-title { text-align: center; }
    .image-overlay {display: none !important;}

    thanks for your help.

    #213562

    Error creating gallery in old pages.
    The site publishes only the 4 oldest images of the wordpress media center.

    I’ve tried 3 different browsers
    Mozilla, Chrome and IE.
    I cleared the browsers cache.

    watch the video with the error
    http://screencast-o-matic.com/watch/c2V3Ywnivg

    #213558

    Topic: lightbox link to word

    in forum Enfold
    segalmedia
    Participant

    Forgive me if this is obvious…Can I create a link to a word that opens a lightbox with just one image? In other words, not a gallery, just one image.

    Thanks so much!

    #213554

    Topic: Image Quality

    in forum Enfold
    weathertight
    Participant

    Hi, I have noticed some of my images are appearing to be of poor quality in Firefox. They look fine in IE, but firefox they are a little blurry. Any ideas?

    http://www.weather-tight.com

Viewing 30 results - 97,771 through 97,800 (of 106,489 total)