Hi,
Can I:
1) Set the item of the portfolio grid to show from right to left?
2) Change the item in “js sort items” to be icons instead of text.
Tnx.
Hi alonarad!
Thank you for using Enfold.
1.) Please refer to the following link.
// https://kriesi.at/support/topic/rtl-portfolio-grid-2/#post-714685
2.) Could you please provide a link to the page? And a screenshot of the layout that you want.
Cheers!
Ismael
Hi,
1)
The link you sent don’t solve the issue, and it ends with your request to get admin & ftp.
also, How should I edit wp-content/themes/enfold/js/avia.js in child theme, so I will not lose it after theme update.
2)
In link: http://www.agrivision-ltd.com/experience/ please see this:
All/Aquaculture/Dairy/Field Crops/Greenhouse/Plantation/Poultry
For each category, I want to add icon to the text, or totally replace the text with icons.
Tnx.
Hi!
1.) Yes, unfortunately, you will lose this changes after the update. The file cannot be modified inside a child theme. Don’t forget to remove the browser cache after the file modification. Please post the FTP details here so that we can test it.
2.) Each sort item has a unique class attribute. You can use this attribute to alter the style of the sort button. Use the following css modification for the “aquaculture” item for example.
.aquaculture_sort_button {
text-indent: -9999px !important;
background: url(ICON URL HERE);
width: 100px;
height: auto;
}
Adjust the url.
Regards,
Ismael