Viewing 30 results - 100,441 through 100,470 (of 106,427 total)
  • Author
    Search Results
  • #185826
    primarythoughts
    Participant

    Still need assistance with this… I see lots of activity and response on other posts, but no one has address my question…

    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?

    #185808

    Actually I just realized that the code that fixes the responsive issue is overriding all of the rest of the code in Quick CSS.
    This is the current Quick CSS including the code to fix the responsive issue(none of the other code is working anymore):

    @media only screen and (max-width: 989px) {
    .responsive #header .main_menu ul {
    display: none;
    }

    @media only screen and (max-width: 989px){
    .mobile_active #advanced_menu_toggle {
    display: block;
    }

    #top #menu-item-search.menu-item-search-dropdown>a {display:none;}

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

    #header {
    background-color: #FFF;
    }

    input[type=”submit”],
    #form-1-1339700500 .submit {
    padding: 0 3%;
    text-align: left;
    width: 103px;
    height: 32px;
    background-image: url(“http://startwishing.com/wp-content/uploads/2013/10/Submit-3-39.png”);
    background-position: 0 0;
    border-style: solid;
    border-width: .25px;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin: 3px 0;
    position: relative;
    text-decoration: none;
    }

    body p, body {
    font-family: “Open Sans”;
    font-size: 11pt;
    }
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 640px) {
    /* Add your Mobile Styles here */
    .template-page .entry-content h2, .av-special-heading h3 {
    white-space: normal !important;
    }

    #185806

    Topic: Initial Queries

    in forum Enfold
    markw1
    Participant

    Hi there,

    I have just installed Enfold to move my current website over to wordpress, and love the theme, thank you.

    I have a few initial queries which I have been unable to find in the support forums, and was hoping someone can help me out.

    Here is my site (TEST) http://test.markwiltshire.com

    1) on home page, i have Blog – Latest News, how can I change this title.
    2) How can I remove the dark bar, with this, and your are here link
    3) Social links are appearing above the meder image, how can I get them to appear on right of the Nav links.
    4) How can I change the nav links (currently just shows home) when I add a page, it seems to automatically link here, how do I create custom links, I haven’t created a menu yet.

    many thanks

    Mark

    #185799

    Actually I just fixed it!

    I removed this from Quick CSS:

    .post-entry .big-preview{ display: none !important; }

    However, all blog posts now feature the Featured Image at the top of the post – how do I remove this so I only get it to feature in the Grid Layout on a page and not at the top pf every post.

    Thanks a million!
    Ed

    I tested both and again have had no issues.

    I suggest you try a different browser or make sure that the ones you are using are updated.

    #185780

    Hey!

    Try updating the theme files on that site. There were some IE updates in the last few updates which may be what you are running in to.

    Best regards,
    Devin

    #185779
    sbrohamm
    Participant

    I am currently trying to create a content slider on my About page to show logos for our company’s previous and current clients. I filled out a few slides to see how they looked on the page and when I went back to add a few more and edit the ones I had created, the image I attached using the Add Media button for the Slide Content had vanished and the “Slide Content Here” text that I deleted came back.

    Thanks

    #185775
    mediumstudio
    Participant

    Hi – is there anyway to change the arrow graphic to something else? or possibly just leave the overall faded effect and turn-off the rotating arrow?

    #185771

    Hey @mediumstudio!

    Please create another topic for that :)

    Regards,
    Josue

    #185764

    Hi – is there anyway to change the arrow graphic to something else? or possibly just leave the overall faded effect and turn-off the rotating arrow?

    #185757

    Glad we could help, let us know if you have any more questions or issues :)

    Regards,
    
Josue

    #185754

    Perfect! Thank you very much.

    #185753

    Hi PeterPan2!

    We will need to see the site and example live so we can inspect the images in place and see what their size is relative to the container.

    Regards,
    Devin

    #185750

    Hi!

    Add the !important rule:

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

    Cheers!
    Josue

    #185747

    excellent. That worked. I added css styling to it:

    $description = get_post_field('post_content', get_post_thumbnail_id());
    echo '<div class="featured-caption">' .$description.'</div>';

    Is that correct?

    #185746

    I have flushed the cache still no change. The only area where the hover is appearing for linked images is on this page:

    http://startwishing.com/our-team/

    #185742

    Hi,

    Flush your cache, please post the link to your website.

    Regards,
    Josue

    #185736
    finanzwolle
    Participant

    I want to add a title in the sidebar menu, how can I do that?

    Here’s the site adres: http://www.topicusfinan.com

    For an example see the picture under:

    http://www.freebits.nl/images/499title.jpg

    Thanks!

    #185735

    After adding it to the Quick CSS the hover effect still remains.

    Hey!

    It displays first image 756x1030px in lightbox which is the actualy size of the image as you can see here http://i.imgur.com/AEVzJXV.jpg
    You should choose to insert images fullsize

    Cheers!
    Yigit

    #185701
    StuWeTueHo
    Participant

    Hello,

    I have a problem with the lightbox. If I insert a gallery, everything works fine when clicking on an image. The “alt text” is displayed above the image container and the description shows under the image.

    But if I want to enlarge the featured picture of a post, only the “alt text” is shown and the description is missing. There is also an alignment issue with the closing button (see picture).

    • This topic was modified 12 years, 4 months ago by StuWeTueHo.
    #185685

    Hey jansthh!

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

    #header_main { background-color: grey; }
    .home #header_main { background-color: white; }

    2) You can add image in header.php file.
    3)You can add following code and adjust it as well

    .no_margin.av_one_fourth { width: 22%; }

    Regards,
    Yigit

    #185676

    Hey jenerdman!

    No, not easily. I think there are some new css3 properties for modifying the clip of an image but I’ve not really dug into them yet since I don’t *think* support for them is very popular right now.

    The typical best solution would be to use content that scales across all devices starting with mobile first (eg the “mobile first” design method).

    Regards,
    Devin

    #185664
    mAqq
    Participant

    Hello guys,
    could you please help me with the masonry layout? I have no additional plug ins installed.
    running last version.

    The problem is that the images have full width, does not matter what masonry layout is chosen.
    please see bellow.
    masonry layout fullwidth

    #185648

    In reply to: IE support

    IE doesn’t support the css needed for the progress bar animation. That is just the downfall of users that are on IE which has sub standard support for modern css.

    For the logo, it looks like with that specific image/color of image the resizing function is always going to give you issues. There is a function in js>avia.js file that is a fix for menu widths as browsers resize which you can remove and it should then keep the image from resizing when not scrolled down.

    Look for:

    
        	//Resize menu if logo is overlapped by th menu items
            //check if user uses IE7 - if yes don't execute the function or the menu will break
            if(navigator.appVersion.indexOf("MSIE 7.") == -1)
        	avia_resize_menu();
    

    change it to:

    
        	//Resize menu if logo is overlapped by th menu items
            //check if user uses IE7 - if yes don't execute the function or the menu will break
            //if(navigator.appVersion.indexOf("MSIE 7.") == -1)
        	//avia_resize_menu();
    
    #185647
    basilicon
    Participant

    See image. I want to translate this alt text. Where can i find the string? I did not find it with codestyling translate plugin.
    expand translate

    #185640

    Hey!

    This is the default behavior for Gallery items. They should look like this with the gallery at the top (because its a gallery post type): http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/

    Best regards,
    Devin

    #185625

    http://hotdogsocial.com/facts/

    Here’s the link.

    Thanks for looking into this. I tried fiddling with it myself but couldn’t get it to work. Would these issues be problems with the JS, CSS or PHP?

    Thanks again for the great theme!

    #185623

    Many thanks Yigit.

    That sorts out the thumbnails perfectly, but unfortunately it also affects the larger image above too – which had been fine…

    #185622

    In reply to: slider is off center?

    Hi!

    You have the same image added twice on top of each other. The one below is 1200x500px and other one is 1140x500px. 1200x500px one has a white border on the right of the image itself. Please edit http://hubholdings.com/wp-content/uploads/2013/10/homeSliderCapital.jpg this image and remove white border

    Best regards,
    Yigit

Viewing 30 results - 100,441 through 100,470 (of 106,427 total)