Were releasing version 2.4 of PageLines Framework.
This release fixes a few bugs and adds some cool new stuff. Here are the highlights:
- Bugs - LESS: Load responsive last.
Posted 16 January 2013 - 10:16 PM
Were releasing version 2.4 of PageLines Framework.
This release fixes a few bugs and adds some cool new stuff. Here are the highlights:
- Bugs - LESS: Load responsive last.
Posted 18 January 2013 - 01:35 PM
After updating the dropdown menu of the fixed navbar is changed. Now I do not see the dropdown even with the option enabled.
See http://www.screencas.../t/ZVGUyjgJaTcM
I'm missing "<b class="caret"></b>" in the code, is what I see quickly.
PS: the upgrade is done on http://www.creatov.nl/news , the previous one is running on http://www.creatov.nl
Posted 18 January 2013 - 05:33 PM
Posted 18 January 2013 - 05:56 PM
Simon, thank you. Disabling every plugin was the solution. There's a conflict with Super RSS Reader, a RSS widget. Now it't working fine. Thanks again!
Posted 19 January 2013 - 06:45 PM
page can't get past headers after upgrade... Disabled all plugins but still nothing - it just keeps spinning trying to load a page... Works fine with twenty twelve theme...
Posted 19 January 2013 - 07:40 PM
Just checked the page source - it seems that the whole page is loaded but not displayed?! site is http://calvarynovoross.com
Posted 19 January 2013 - 07:51 PM
Just checked the page source - it seems that the whole page is loaded but not displayed?! site is http://calvarynovoross.com
are you using any filters for the google fonts? the url needs // in front of it.
@import url(fonts.googleapis.com/css?v2&subset=latin,cyrillic&family=PT+Sans+Narrow|Scada|Roboto);
Posted 19 January 2013 - 08:05 PM
Posted 19 January 2013 - 08:54 PM
Posted 20 January 2013 - 03:09 AM
Yes, Simon_P, thank you
I can fix this... But why didn't it add // during the upgrade?
Posted 20 January 2013 - 03:27 AM
adding // didn't help... Simon_P - I can edit a file if you can point me in the right direction?
Posted 20 January 2013 - 04:06 AM
Where did you add it?
Posted 20 January 2013 - 05:25 AM
Where did you add it?
in pagelines customize plugin functions.php - that's where I'm replacing original string to add cyrillic subset
Posted 20 January 2013 - 05:31 AM
I just checked and even though I added // it's not displayed in pagelines generates css file... may be it's a caching problem now? I don't have any caching plugins installed though...
Posted 20 January 2013 - 05:37 AM
add_filter( 'pagelines_gfont_baseurl', 'make_cyrillic' );
function make_cyrillic() {
return '//fonts.googleapis.com/css?v2&subset=latin,cyrillic&family=';
}
this is what I have in customize plugin
Posted 20 January 2013 - 07:34 AM
Does this update fix the issue with Time.ly's calendar plugin breaking the site in their 1.9 update?
Posted 20 January 2013 - 02:08 PM
OK, I figured out the problem.... I noticed that page was not loading past script.supersize.js file so I disabled supersize background option and the page loaded... After that I re-enabled the option and page loaded fine...
Posted 21 January 2013 - 11:49 AM
@Simon_P Still have issues with timely 1.9. When a LESS compile is triggered (through flush or save options) all CSS is gone from the site. Can only restore CSS by disabling Timely, flush LESS, and the re-enable timely.
So probably Timely prevents the LESS to compile.
Posted 21 January 2013 - 02:14 PM
Worked fine for me in testing, Danny just tested it too with no problems.
![]() |
General →
Announcements →
2.4.1 Release notes.Started by Simon_P , 14 Mar 2013 |
|
|
|
![]() |
General →
Announcements →
2.3.1 Release notes.Started by Simon_P , 01 Oct 2012 |
|
|
|
![]() |
PageLines Framework →
Technical Support →
2.3 Release notes. (link)Started by Simon_P , 20 Sep 2012 |
|
|