Category Archives: Development

Flip Animation Bug in Oxygen Builder pro menu

Flip Animation Bug ( Animate on scroll issue actually)

If using a “flip” type animation there may be an issue where elements will appear when they shouldn’t. Such as below

Flip Animation bug Screenshot

The fix is below

 

 

React js – creating a parent component with variable amount of child components.

Problem: Had a “option” box I was creating where there could be any number of “tags” that can be added for that option.

Solution: Created a context local to the parent/children components only, kept a separate variable to manually track how many “groups” of options has been requested by the user. Used an array of objects and updated according to index which is sent in as a prop to each set of options. Example code

Here are the Parent and child components

Parent:

Child:

 

WordPress Oxygen Builder notes

Easy posts and the repeater modules automatically include pagination. If you want to prevent this you can add “no_found_rows=true” to the custom query.

i.e.

If you want to edit the css for the pagination links here are the selectors.

 

Custom Conditions Example