Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: Error with update #237289

    hi,
    never did get this figured out, and still trying to upgrade. tried 2.4.5 as well as the latest 2.6.1
    tried increasing the memory allocation, as well as disabling all plugins, updating to 3.8.1 and updating theme directly via ftp

    thanks

    in reply to: Error with update #208417

    When I roll it back to 2.3.x the site is fine. If I switch the theme to 2.4.5 then I get the error, so something in the update is causing the server error.

    in reply to: Force mobile nav at 1140px #203093

    sorry for not being more clear. i meant to have the pre-header menu not be set at 1 row at 768px so that it’s height can accommodate more than one row of links. i was able to achieve it via css.

    /*allow pre-header nav to display as multiple rows at 768px*/	
    @media only screen and (min-width: 768px) and (max-width:1140px) {
       .responsive #header .sub_menu, .responsive #header_meta .sub_menu > ul {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
        width: 100%;
    }
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu > ul {
        float: none;
        margin: 0 auto;
        position: static;
        text-align: center;
        width: 100%;
    }
    #top .sub_menu > ul, #top .sub_menu > ul > li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .responsive #header_meta .sub_menu > ul li, .responsive #header .social_bookmarks li {
        display: inline-block;
        float: none;
    }
    #top .sub_menu > ul, #top .sub_menu > ul > li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .responsive .boxed#top {
        width: 500px; 
      }
    }
    • This reply was modified 10 years, 10 months ago by Paul M.
    in reply to: Force mobile nav at 1140px #202915

    thanks yigit. is there also a way to have the top menu switch or does that all have to be done via css?
    best, paul

    in reply to: Remove Publish Date in Post Slider #200817

    thanks yigit

    in reply to: Enfold Feature Requests #193547

    Modularize Testimonials so that they are reusable as a widget or shortcode embed

    In the current testimonials setup they can be added to one page, but once they are on that page, there is no way to repurpose them.

    So for instance, I currently have a rotation of Testimonials on the homepage. But I also want to put up a page listing those same Testimonials in a list format. Right now I would have to enter all of the Testimonials twice in order to achieve that.

    Ideally, I would want to enter the Testimonials once, then be able to insert them into any page, or sidebar using a shortcode or widget.

    Thanks.

    btw: This is one of the best themes that I’ve used and hope to use more of your themes in the future.

    in reply to: Menu z-index layering issue #193538

    great

    thanks yigit

    best, paul

    in reply to: Enfold Feature Requests #192042

    hi,

    i would like to have more control over the avia galleries, specifically being able to specify the sort order via shortcode and being able to edit the gallery once it is created much in the same way that the native wp gallery, so that slides can be added after creation and so that slides also can be resorted.

    thanks.

    in reply to: Sorting Order for gallery images #190350

    thanks josue. appreciate the help

    don’t know if it’s on your radar, but being able to specify that in the short code embed would be a great addition

    thanks again.
    paul

    in reply to: Add caption to a Gallery Slideshow #189552

    perfect. thanks ismael.

Viewing 10 posts - 31 through 40 (of 40 total)