Matt Gray
Forum Replies Created
-
AuthorPosts
-
Please close ticket. Here is the solution for the community.
STEP – 1. Upload attached file at /themes/onesocial-child/js/selectboxes.js (yet file is empty)
STEP – 2 Add following code in your child theme’s functions.php
/**
* Onesocial Theme: Remove onesocial theme’s selectbox
*/
function boss_remove_selectboxes() {
wp_deregister_script( ‘selectboxes-script’ );
wp_dequeue_script( ‘selectboxes-script’ );wp_enqueue_script( ‘selectboxes-script’, get_stylesheet_directory_uri() . ‘/js/selectboxes.js’, array( ‘jquery’ ), ‘1.0.2’ );
}
add_action( ‘wp_print_scripts’, ‘boss_remove_selectboxes’, 10 );
This reply has been marked as private.Hey Guys,
Thanks for getting back to me. I’ve been working on #3 and reading the forums with no luck.
So, that features is exactly what I was looking for. I never knew about it. The only issue I am having after testing is how to control this widget area. There are just two things that don’t work.
1) I want to make it 2 columns like the rest of the site.
2) Featured should always go to the top as they are paying.Screenshot below and link.
If you could advise on that part, I’d appreciate it. Thanks again.
Matt
Added that code and no such luck. The weird thing is on mobile it’s working. On desktop, it is not. Any ideas? See attached on mobile.
Whatever code Stoifan had in there made it work but then we got the theme developer involved and it disappeared. I’m not sure what happened.
Thanks for the input.
Matt
Hello,
I will try to explain #3 better…
3 months ago this was created by your developers as a custom post type. I think it was before I could do this in the settings. I needed the Contractors to be able to Add Projects for their company. So, they fixed it this way and it works perfectly until now.
I will need to hide this tab because I will move all the “projects” to the linked “contractor projects”. After I move them, I will have this tab called “projects” — but I don’t need it anymore. All the projects will move to the “contractor projects” tab. So the “projects” will be empty.
Essentially, I need to hide that tab “projects” . I don’t know how to hide it. Does that make sense now?
Thanks Paolo.
This reply has been marked as private.This reply has been marked as private.Sounds good. Thanks for letting me know. You can close this ticket. I will post when they respond so other users can find answer.
Thanks Stiofan.
OK thank you. I will check with them on this too. They haven’t gotten back with me with regards to the other one.
I did not erase your code. I want it back! They went in there to test something and I guess erased it? I have no idea where you put it.
Would you be able to tell me where or what you wrote to fix that issue? I have attached a screenshot. It looks bad again. Yours fix was perfect! Maybe if you just tell me the code and location I can get a developer to do it.
Thanks Stiofan.
Perfect Stiofan!
Thank you…
This reply has been marked as private.This reply has been marked as private.Hey Paolo,
Any luck on this? We still can’t see the preview listing. Let me know what they said. File attached of preview page.
Thanks,
Matt
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts