Carolina Nymark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Aaron] Anchor link to top of posts page?Try the #content anchor
Forum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesIs it working now? Because I’m unable to reproduce it.
(If you used the reset you need to check the boxes again…)Forum: Themes and Templates
In reply to: [Aaron] 3 Default HighlightsVersion 2 is here
https://www.ads-software.com/themes/download/aaron.2.0.zip?nostats=1
but changes might still be made before it goes live.
and dev. version is here: https://github.com/carolinan/AaronFor older versions you can always download them like this:
https://www.ads-software.com/themes/download/aaron.VERSION.zip
like
https://www.ads-software.com/themes/download/aaron.1.8.zipForum: Themes and Templates
In reply to: [Aaron] 3 Default HighlightsYes because we are talking about two different problems in this thread, with different sollutions ??
-Old highlights that are stretched and not centered:
-Clear cache, save again
And
-Example highlights showing:
-Fixed in version 2.0Forum: Themes and Templates
In reply to: [Aaron] 3 Default HighlightsWell what have you tried so far? Did you edit and save the highlights again? Did you use the reset button?
Copying the old highlights file will not help since the css with the old names is no longer in the theme.
Forum: Themes and Templates
In reply to: [Aaron] Editing the barHi, it is in header.php, line 77 and below, depending on your theme version.
Forum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesI have submitted an update.
The new code for sidebar.php is here:
https://themes.svn.www.ads-software.com/aaron/2.0/sidebar.phpForum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesWhat do you mean by title page?
For me “blog page” is the page chosen to display the latest posts.
Forum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesNo the sidebar is not hidden with css. In the right conditions it shouldn’t load at all *scratches head*.
Forum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesIgnore the above…
Instead, in sidebar.php, add this code:
if ( is_front_page() && is_page() && get_theme_mod('aaron_front_sidebar')===""){ return; }
above the other if ( is_front_page()…
Forum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesThen that is why. It’s more of a missing functionality then. I will add it with the next update.
Open functions.php and find function aaron_no_sidebars($classes) on about line 260ish.
The section that starts as “if ( is_front_page() && “
needs to be replaced with:if ( is_front_page() && get_theme_mod('aaron_front_sidebar') =="" || is_page() && get_theme_mod('aaron_show_sidebar_on_pages')=="" || is_front_page() && get_theme_mod('aaron_show_sidebar_on_pages')=="" || ! is_active_sidebar( 'sidebar-1' ) ) { $classes[] = 'no-sidebar'; }
Forum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesBut the other checkbox is unchecked right?
Are you using a static front page?Forum: Themes and Templates
In reply to: [Aaron] Sidebar displaying on all pagesWell, checking this box: Check this box to show the sidebar on pages.
should not show a sidebar on the frontpage,
only on actual page items.
If it is, then we have another bug ;pForum: Themes and Templates
In reply to: [Aaron] 3 Default HighlightsThe fix is almost ready,
but try editing the broken highlights in the customizer, and save again.Forum: Themes and Templates
In reply to: [Aaron] how work wocial menu ?Create a new menu and add for example facebook.com and save it. Go to the menu location tab and select it as the social menu. Now the facebook icon will show but not the text.
The most common networks are supported but if the meny only shows the word “Menupost” then the network is not supported.