Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #325977

    Hey Dear,

    When I used the ajax for the portfolio it works well. But when i take the normal style it comes a 404 Error Site it means the Portfolio Post doesn’t exist!

    Please Help.

    Best Regards

    #326302

    Hey surfaholic!

    Thank you for using Enfold.

    Please try to flush the permalink settings. Go to Settings > Permalink then click the Save button once.

    Cheers!
    Ismael

    #326703
    This reply has been marked as private.
    #326704

    Hi!

    Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png

    Best regards,
    Yigit

    #326768
    This reply has been marked as private.
    #327126

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #327403
    This reply has been marked as private.
    #327418

    Hey!

    Nein, i know only basic words unfortunately :)
    I have added custom CSS code to Quick CSS field in Enfold theme options > General Styling. Please review your website now

    Cheers!
    Yigit

    #327588
    This reply has been marked as private.
    #327887
    This reply has been marked as private.
    #328707

    Hi!

    Thank you for the info.

    1200px for slider height is a bit to tall in my opinion. Anyway, try adding this on Quick CSS or custom.css to fix the background:

    @media only screen and (max-width: 767px) {
    img.ls-bg.ls-preloaded {
    height: 100% !important;
    width: 100% !important;
    }
    }

    Regarding the portfolio, did you disable the Sortable? setting?

    Best regards,
    Ismael

    #329593

    hey ismael,

    the portfolio sortable problem is fixed!

    The Fullwidht with layerslider allready not work. http://www.atrag.fabodesign.ch/test/

    and therse a other problem. Under the Blog site i wanna hide the comments. But therse allready a Kommentcount and the option to comment as a registred user?

    Best regards

    #329609
    This reply has been marked as private.
    #330079

    Hey!

    You can add html codes on the Fullwidth Easy Slider caption fields. So adding the logo is possible. Hide comment meta info with this on Quick CSS or custom.css:

    .slide-meta-comments, .slide-meta-del {
    display: none !important;
    }

    Best regards,
    Ismael

    #330411
    This reply has been marked as private.
    #331390

    Hey!

    A rough mockup screenshot of what you want to achieve will be very useful here.

    If you could forward us one, we will be happy to assist.

    Regards,
    Arvish

    #337211
    This reply has been marked as private.
    #337230
    This reply has been marked as private.
    #337254

    Hey!

    Please see – http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
    and then add following code to Functions.php file in Appearance > Editor and change “All New” as needed

    add_filter('avf_masonry_sort_first_label','new_first_label');
    function new_first_label() {
    $first_item_name = "New All";
    return $first_item_name;
    }

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

    #top .isotope-item {
    padding-right: 5px;
    padding-bottom: 5px;
    }

    Best regards,
    Yigit

    #337457

    Great the Borders works! Thx for it!

    I not really sure that you understand me right.
    I have installet the intuitive “Custom Post Order” Plugin and can change the order from the project in the gird perfectly change.
    Put i see titels in the sort option over the projects are alphabetic order. Can i change this?
    I insert your code by functions.php but it don’t change the name of “all” to “some references”

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Portfolio Post 404’ is closed to new replies.