Tagged: 3.0.3 attitude widget bottom
- This topic has 7 replies, 4 voices, and was last updated 7 years ago by Theme Horse Support Team.
-
AuthorPosts
-
August 4, 2017 at 3:02 am #52551bruce3Participant
Hi,
I updated to version 3.0.3 of Clean Retina today and it has a couple major problems. Instead of having a navigation menu, it had a small button on the top of the page labeled: “Responsive Menu”. (It was uncentered as well). The sidebar widgets also were moved to the bottom of the page. I reverted to version 3.0.2 and the proper look was restored.
I do have a child-theme altering things, but the changes are *very* minor. In the style.css, I change the footnote font size:
.jetpack-footnote { font-size: 1.4em; }
And in functions.php I’ve added post types and do a minor adjustment to one rss feed.
Thanks for any help.
-Bruce
August 4, 2017 at 6:10 am #52556Theme Horse Support TeamKeymasterHi Bruce,
You can add the above css code inside custom css section via customize > design options -> custom css. So you don’t need to add in child theme if you have very less css.Yes we have updated a new menu style so you have to update child theme functions.php file.
Please removewp_enqueue_script( 'tinynav', CLEANRETINA_JS_URL . '/tinynav.js', array( 'jquery' ) );
file and add below scripts and styleswp_enqueue_script( 'cleanretina-scripts', CLEANRETINA_JS_URL . '/scripts.js', array( 'jquery' ) ); wp_enqueue_style('attitude-font-awesome', get_template_directory_uri().'/font-awesome/css/font-awesome.css');
Also please go to theme folder -> library -> functions -> functions.php file and check what is missing in your child theme from line 15 to 65
Please don’t forget to add your site url too so that we can help you why your sidebar widgets is moved to the bottom of the page.
Thank you!
August 13, 2017 at 9:28 pm #52707bruce3ParticipantThank you. The changes to the child theme’s functions.php file fixed the menu issue.
The problem with the widgets going to the bottom is still there. They seem to move down when the window becomes shorter than 768 pixels wide. I believe the widgets used to stay on the side until at least 600 pixels wide. Is there a way to adjust this?
I don’t think my child theme affects any of the values in the main theme’s functions.php line 15 to 65.
My site is http://www.readinggeorgefox.com.
Thank you.
August 14, 2017 at 4:46 am #52711Theme Horse Support TeamKeymasterHi Bruce3,
Sorry! Sidebar will move to bottom while your screen size is shorter than 1024px and this was built-in from the first release of the theme.
Thank you!
November 8, 2017 at 2:51 pm #53987dominique.perarnaudParticipantDear Support Team,
I just update the Attiude Team on http://loretoaramendi.com and the left widget now appear at the bottom of the page.
How Can i modify that ?It will now be live on the web until the cache is not refreshed.
Thank you
DominiqueNovember 9, 2017 at 4:35 am #53992Theme Horse Support TeamKeymasterWe see that your site is still loading previous theme code. So, please completely clear your cache and let us know if your still have an issue.
Thank you!
November 12, 2017 at 10:16 am #54032dominique.perarnaudParticipantThe cache has been cleared and the problem is now visible.
November 13, 2017 at 4:53 am #54040Theme Horse Support TeamKeymasterHi dominique-perarnaud,
Just visited to your site and found that wp faster cache plugin was used in your site for caching. So please clear the cache from your browser and server. You can see this link to clear the cache from the plugin that you are using.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.