Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Was this fixed? I am having the same issue.
I would like to know how to update to the latest version as well. The current version is not allowing you to save any changes.
Thank you very much for trying Rui, why would it work for some users and it doesn’t work for me?
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hello Mohammad,
I pasted this code in the functions.php of both Dante and a child of Dante but the custom post types are still in the admin.
Please advise,
Thank you Mohammad!
It worked fine 🙂
I have a gallery like this: http://dante.swiftideas.com/shortcodes/images-videos-lightbox/
when you click on the image, it opens the full size image in an overlay, but on mobile it does not have swipe feature (to swipe to the prev or next img), is there a way to add it?
Thanx
Renzo
Ah, sorry. These images have the same fuctionality:
The lightbox doesn’t have a lightbox feature.
Hello Ed,
I noticed the ability to add row ID was removed. I am curious of why. It was useful to for the one pager setups. (adding an extra spacer adds few more extra divs that could be avoided if the row itself had this feature).
I love Dante theme by the way 🙂
Renzo
Hello, i tried to remove a custom post type but this code did not work:
add_action( ‘after_setup_theme’,’sf_custom_post_remove’, 100 );
function sf_custom_post_remove() {
remove_action( ‘init’, ‘faqs_register’);
remove_action( ‘init’, ‘clients_register’);
remove_action( ‘init’, ‘jobs_register’);
remove_action( ‘init’, ‘portfolio_register’);
remove_action( ‘init’, ‘team_register’);
remove_action( ‘init’, ‘testimonials’);
}Also, Dante does not have theme options to remove any custom post type
Hello Mohammad. The link on your link is broken,
Can you re-upload it?
Hello Laranz, how can i do this from the child theme?
Hello Kyle, i want to do this too 🙂 but i have a child theme, how can i disable Dante custom post types from my child theme?
I work with a child theme so i can have Dante always with current.
Regards,
-
Posted in: We hit Power Elite.