Version 1.7.1
Fix:
- Option values did not save from the settings page.
New:
Improvement:
Sync
button to know the status of the current batch process. E.g. Importing Categories
, Importing Sites 18 of 241
etc.Portfolio
with WP Portfolio
.Import
button with Sync
and improve the logic for importing delete and new sites.Force Fetch
link from the settings page. Now, Deleted and new portfolio sites are imported with the Sync
button.Fix:
amp;
Quick View
text is not translatable due to it is stored into the database.New:
Fix:
Fix:
Improvement
Fix
New
/language/
directory.category-show-all
to hide/show the `All` from the category. E.g. [ wp_portfolio category-show-all="no" ]
it hide the All
from the category.other-category-show-all
to hide/show the All
from the other category. E.g. [ wp_portfolio other-category-show-all="no" ]
it hide the All
from the other category.quick-view-text
to change the “Quick View” text. Default: ‘Quick View’. E.g. [ wp_portfolio quick-view-text="Preview" ]
It changes the “Quick View” text with “Preview”.show-quick-view
to show/hide the quick preview button. Use values yes/no to show/hide the button. Default: ‘yes’. E.g. [ wp_portfolio show-quick-view="no" ]
It hide the quick view button.Fix
New
Items Per Page
& Show Portfolio On
to show the portfolio items on click on button or on page scroll.astra_portfolio_default_portfolio_type
to set the default portfolio type when we add new portfolio item. (Valid types – page, image, video, iframe.)scrollToTop
to disable the scroll to top on click on category link. We can use filter astra_portfolio_shortcode_localize_vars
to enable/disable it.Improvement
edit_posts
capability users.New
Improvement
astra_portfolio_api_site_uri
to change the Rest API URL.Fix