Ashu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Aqueduct] My Images in posts thumbnails do not showFixed in Version 2.0.3 of Aqueduct.
Forum: Themes and Templates
In reply to: [Aqueduct] News Box error on home pageFixed in Version 2.0.3 of Aqueduct.
Forum: Themes and Templates
In reply to: [Aqueduct] TypeError: h is null …slidecountFixed in Version 2.0.3 of Aqueduct.
Forum: Themes and Templates
In reply to: [Aqueduct] Homepage is loading very slowlyIt is because Image is not optimized. Please read following tutorials:
https://www.howlthemes.com/image-optimization-tricks-speed-wordpress-site/
Forum: Themes and Templates
In reply to: [Aqueduct] Featured image in story viewThanks for suggestion, Aqueduct 2.0.3 now have an option to show featured image on Post Page.
- Open Customizer.
- Now Click on Aqueduct Settings Panel.
- Tick Show Featured Image on Post Page
Forum: Themes and Templates
In reply to: [Aqueduct] Problems with home builderMake sure that you’ve selected enabled news box from Front Page section.
- Open Customizer.
- Navigate to Home Page Settings >> Front Page
- Now Select News Boxes – use Home Builder and save.
Forum: Themes and Templates
In reply to: [Aqueduct] Menu LimitSorry but there is no way possible to fix menu overflow problem, I will suggest you to add less items in menu.
Thanks for your reply, it was caching issue now it is showing green lock. Awesome plugin I gave it 5 start.
Awesome fixed in version 2.0.2
Forum: Hacks
In reply to: Callback for wp.autosave.server.triggerSave();There is always a solution, if WordPress can do this so am I, whenever anything is auto save the text at bottom right of editor change to “Saving…” and after it complete saving the post the text become “Saved on 01/01/01” So I looked in the source code and inside load-script.php I found that there is a callback which runs after WordPress complete saving the post and following is the code.
jQuery(document).on('heartbeat-tick.autosave', function( event, data ) { //your code here }):
Add it using metabox to any page and whenever post is auto-saved it will run your code.
Hi shannonluedke,
In Aqueduct 2.0 we’ve added 2 extra layout and one of them is “No Breaking” which removes breaking from header, and to remove main menu assign it a menu with nothing in it.
In our next update we’ll add simpler way to remove menus.
Thank you for using Aqueduct.
Forum: Themes and Templates
In reply to: [Aqueduct] TransparancyTo make container transparent add following CSS code in style.css file
#page, #masthead, .drag-navbar, .break-social {
background: rgba(255, 255, 255, 0.13) !important;
}Forum: Themes and Templates
In reply to: [Aqueduct] Use same grid more than onceCarousels and Slider can’t be added more than once. But you can add other grids multiple time by using Aqueduct PRO home builder. howlthemes.com/aqueduct-free-magazine-wordpress-theme/
Forum: Themes and Templates
In reply to: [Aqueduct] Customizing: Logo textsorry but aqueduct theme don’t support this header customization for now ??
Forum: Themes and Templates
In reply to: [Aqueduct] Comments & 'replay' buttonMarking it as resolved.