@academiathemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lectura Lite] Static page won’t show after updateHi,
Thank you for reporting this issue. Today’s version 1.2 fixed this issue.
Forum: Plugins
In reply to: [Unyson] Load JS/CSS Only on Unyson PagesWell this is odd.
I just re-checked at it looks like it stopped doing that. Now I get just 2 CSS files on every page, which is much more reasonable:
/plugins/unyson/framework/extensions/builder/static/css/frontend-grid.css?ver=1.2.1 /plugins/unyson/framework/extensions/forms/static/css/frontend.css?ver=2.5.3
I’m sorry, looks like this was not an issue at all. If I start building the page with Unyson then it loads more resources, but the existing pages are not affected and see just the 2 CSS files from above.
It would still be cool to leave them out ??
Forum: Plugins
In reply to: [Unyson] Load JS/CSS Only on Unyson PagesWell this is odd.
I just re-checked at it looks like it stopped doing that. Now I get just 2 CSS files on every page, which is much more reasonable:
<link rel='stylesheet' id='fw-ext-builder-frontend-grid-css' href='/plugins/unyson/framework/extensions/builder/static/css/frontend-grid.css?ver=1.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='fw-ext-forms-default-styles-css' href='/plugins/unyson/framework/extensions/forms/static/css/frontend.css?ver=2.5.3' type='text/css' media='all' />
I’m sorry, looks like this was not an issue at all. If I start building the page with Unyson then it loads more resources, but the existing pages are not affected and see just the 2 CSS files from above.
It would still be cool to leave them out ??
Forum: Plugins
In reply to: [Unyson] Load JS/CSS Only on Unyson PagesHi,
All of them, all the CSS and JS files from /wp-content/plugins/unyson/ that are loaded on every single page of the website, if the plugin is activated.
Hi,
Try commenting out this line:
<?php get_template_part('loop', 'archives'); ?>
Forum: Themes and Templates
In reply to: [Campus] Image header Not RespondingHi,
Go to Appearance > Editor > style.css and find this line:
@media screen and (max-width: 640px) {
Right after it you can add the following rule:
#logo img { height: auto; width: 100%; }
This should do it.