-
AuthorPosts
-
September 27, 2014 at 5:39 pm #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
September 29, 2014 at 5:47 am #326302Hey surfaholic!
Thank you for using Enfold.
Please try to flush the permalink settings. Go to Settings > Permalink then click the Save button once.
Cheers!
IsmaelSeptember 29, 2014 at 6:27 pm #326703This reply has been marked as private.September 29, 2014 at 6:28 pm #326704Hi!
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,
YigitSeptember 29, 2014 at 8:00 pm #326768This reply has been marked as private.September 30, 2014 at 12:29 pm #327126Hey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitSeptember 30, 2014 at 4:37 pm #327403This reply has been marked as private.September 30, 2014 at 4:52 pm #327418Hey!
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 nowCheers!
YigitSeptember 30, 2014 at 9:08 pm #327588This reply has been marked as private.October 1, 2014 at 7:21 am #327887This reply has been marked as private.October 2, 2014 at 7:57 am #328707Hi!
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,
IsmaelOctober 3, 2014 at 10:59 am #329593hey 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
October 3, 2014 at 11:29 am #329609This reply has been marked as private.October 4, 2014 at 4:35 am #330079Hey!
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,
IsmaelOctober 5, 2014 at 9:31 am #330411This reply has been marked as private.October 7, 2014 at 7:36 am #331390Hey!
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,
ArvishOctober 17, 2014 at 9:04 am #337211This reply has been marked as private.October 17, 2014 at 10:58 am #337230This reply has been marked as private.October 17, 2014 at 12:55 pm #337254Hey!
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 neededadd_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,
YigitOctober 17, 2014 at 5:25 pm #337457Great 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” -
AuthorPosts
- The topic ‘Portfolio Post 404’ is closed to new replies.