Viewing 30 results - 100,471 through 100,500 (of 106,426 total)
  • Author
    Search Results
  • #185586
    WEBIGAMI
    Participant

    Hi Kriesi!

    Three questions:

    – A client would like to have a header with a white background on the homepage and with a grey background on the other pages. Would that be possible?

    – And she would like to add custom speech bubble into the header on the very right side to get in contact with clients. It’s part of her branding. Would it be possible to integrate this graphical element into the header?

    – She would like to have the size of the 4 columns portfolio images even smaller. Can I do that?

    Thank you so much!

    Jan :)

    #185556

    I uploaded an example image for both manual and automatic excerpts. Dropcaps and icons get displayed perfectly, except with the combination of grid layout and manual excerpt …

    Enfold Excerpts

    • This reply was modified 12 years, 4 months ago by StuWeTueHo.
    #185522

    Hi Yigit!
    The code is working only when I’m using “Image Element” to keep images.
    But when I’m doing the same thing with gallery, its still not working.. :(
    please check the link below. in this link left top three images are kept by using “Gallery from Media Element” and the last three images are kept by using “Images from Media Element”.. So its working when I’m using “Images from Media Element” which as I explained earlier I don’t really want to use it..
    please have a look at the link below and compare the difference..
    http://goo.gl/DJmeeH

    Thanks

    This reply has been marked as private.
    #185507
    This reply has been marked as private.
    #185506

    Thanks, Ismael!
    I don’t know why I didn’t think of using the grid. I had just finished adjusting the single product images and summary using it. Lack of sleep, I guess..

    I’ve added code to allow for mobile portrait & landscape view, as well as desktop large, (min-width: 1340px), for anyone else who might want to use it.

    @media only screen and (min-width: 1340px) {
    .avia-button.avia-size-large {
    min-width: 760px;
    }
    }

    @media only screen and (min-width: 1161px) and (max-width: 1350px) {
    .avia-button.avia-size-large {
    min-width: 668px;
    }
    }

    @media only screen and (min-width: 1007px) and (max-width: 1160px) {
    .avia-button.avia-size-large {
    min-width: 550px;
    }
    }

    @media only screen and (min-width: 786px) and (max-width: 1006px) {
    .avia-button.avia-size-large {
    min-width: 678px;
    }
    }

    @media only screen and (max-width: 785px) {
    .avia-button.avia-size-large {
    min-width: 428px;
    }
    }

    @media only screen and (max-width: 340px) {
    .avia-button.avia-size-large {
    min-width: 268px;
    }
    }

    Thanks for your support,
    Ben

    #185504
    warrentkachuk
    Participant

    How do i make the other product images when click instead of a popup, it will show in the product main image?

    #185495
    This reply has been marked as private.
    #185487

    Hey!

    Add this code to the Quick CSS:

    .overlay-type-extern{
    display: none;
    }

    Cheers!
    Josue

    #185481

    Hi Yigit,

    I entered this code in but no luck. The images are still displaying on mobile. I really just want to hide those three columns with animated images on the home page from being seen on the mobile devices are they are positioned by pixel distances and appear out of whack.

    For the sake of not uploading, and what I meant about adding a background to a section in this case with rounded corners, please see:
    http://granify.com/pricing/

    How would I go about adding a section like that into enfold?

    Thanks for your help!

    #185479

    thank you for looking at this issue.
    when you open the page http://elwoodtemp.com/gemco-valve-product-video/ the last slide video image appears. if you click play the first video actually plays.
    if you click the arrows to next slide then it does work. also note the issue does not appear on regular monitor you have to look at on mobile device such as iPhone or iPad.
    see screen shots
    http://elwoodtemp.com/wp-content/uploads/2013/11/image1.jpg ( it appears like this)

    http://elwoodtemp.com/wp-content/uploads/2013/11/image.jpg (it should look like this)

    #185461

    Hi!

    Edit includes > loop-index.php, find this code:

    if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
    			if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';

    Below, add Dude’s code:

    $description = get_post_field('post_content', get_post_thumbnail_id());
    			echo $description;

    Edit the images on Media > Library > Edit and put the caption on the Description field of the image.

    Best regards,
    Ismael

    #185452

    Hi grpetz!

    You can only force the height of the featured image because the width will vary on the content width. Add this on your custom.css or Quick CSS:

    .big-preview.single-big img {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    }

    This will stretch some of the images and may not look good afterwards.

    Cheers!
    Ismael

    #185440

    In reply to: slider is off center?

    I added that code and it really made the slider look wierd. What is the optimal size for the image and I will create it with the default specs.

    Lisa

    #185437

    In reply to: slider is off center?

    Your support is amazing. Can you explain why this happened so that I can size my images appropriately. I will make the adjustment in the quick css as well.

    Thanks again for you terrific support.

    #185432

    Hi wasite!

    They look fine on my end. Which browser are you using? Please try flushing browser cache and refresh your page a few times

    Best regards,
    Yigit

    This reply has been marked as private.
    #185417
    wasite
    Participant

    Can you take a look at http://christchurchannarbor.org/
    I moved the wordpress from one server to this one. And now all the icons are not showing. What can I do?

    #185404

    Hi bethperkins!

    You can use the Image element then change the Image Link? to Set Manually. Add the url of any vimeo or youtube videos. It will automatically open in lightbox. You can also add this code on a text block.

    <a href="VIDEO OR IMAGE URL HERE" rel="lightbox">CLICK HERE</a>

    Cheers!
    Ismael

    #185389
    primarythoughts
    Participant

    I am using the “One Page Portfolio”.

    I have a gallery that I want to paginate. It is currently a thumbnail lightbox with 4 columns, 20 rows; a total of 80 images.

    I would like to limit it to 4 columns, 3 rows; a total of 12 visible thumbnails with pages and the ability to view all images if selected.

    I attempted to use a WP plugin (Paginated Effects Gallery). It seemed simple – install, activate and place [peg] on the page that needs the gallery to be paginated. I placed the code in the Theme Options > Styling > Quick CSS section, but it didn’t work.

    Do you have a plugin that you would suggest using or can you advise on how to change the CSS code to accommodate the pagination of a gallery?

    #185387
    digitaltalentagents
    Participant

    Hey,

    For some reason on our homepage, the scrolling navbar scrolls underneath images we have placed on the homepage. We have gone through the CSS and can’t seem to find the problem.

    http://build.influenceandco.com/wordpress/

    Any help is appreciated,

    Joe

    #185381
    This reply has been marked as private.
    #185380
    D5WDesignGroup
    Participant

    I notice that some images that I have linked to pages on my site do not have the hover effect of the arrow inside the colored circle. Other image do show this hover effect. How can I make sure that none of my linked images have this effect?

    Thank You.

    #185377

    In reply to: Random images

    Hey rodpascoe!

    Try with this, open this file /config-templatebuilder/avia-shortcodes/masonry_entries.php:

    Replace this line (287):
    $query = array( 'orderby' => 'date',

    By this:
    $query = array( 'orderby' => 'rand',

    Cheers!
    Josue

    • This reply was modified 12 years, 4 months ago by Josue.
    #185375
    fjrichart
    Participant

    1. When using the fix header: As I’m adding new titles in the header it is stretching towards the left and it finally ends up running over the logo and if you go on adding more titles it creates a second line that overrun the slider image below.

    #185365

    In reply to: Images in sidebars

    Hey adamsm!

    Have you tried using a Plain Text Widget instead?

    Result:

    Regards,
    Josue

    #185361

    In reply to: Add Button to Footer

    Hey!

    The image was not properly included.

    Best regards,
    Josue

    #185349
    dmaldonado
    Participant

    I was wondering if it’s possible to add a part of the short description in the store front, like you can see on the following image.

    https://dl.dropboxusercontent.com/u/2080946/mrsloveegood.jpg

    The idea it´s that works like excerpt on posts…. where i can add the read more tag.

    #185348

    Topic: slider is off center?

    in forum Enfold
    segalmedia
    Participant

    http://hubholdings.com/

    I am new to this slider and am so confused as to why I have a slim white space on the right hand side of the photo and why it is not centered. Is there a specific size that my image has to be? I set it to 1140px in the slider settings and made my image the same

    Thanks!

    #185337
    Niels
    Participant

    In creating a gallery with mixed portrait and landscape proportion images, I find that the thumbnails size awkwardly (though only in height), breaking the neat grid structure – sometimes even leaving complete gaps within the thumbnail grid.

    Is it possible to force the thumbnails to display at a fixed height so that the grid structure stays together?

Viewing 30 results - 100,471 through 100,500 (of 106,426 total)