Forum Replies Created
-
AuthorPosts
-
December 8, 2022 at 1:04 pm in reply to: Bug: Gravity Forms button on text block doesnt open or pop up #1375506
I am having the same issue … do you have any answers?
Hello…
I see that you commented those two line from the functions.php
And that remove the tags all together from the portfolio grid…..You suggest using the Blog post element ….expect I don’t see my custom post type there.
The strange part of this is that it was working perfectly until the latest version of Enfold 4.8.1
as you can see on https://statelinecf.org/grantsPlease help.
November 1, 2018 at 12:34 am in reply to: Fullwidth Easy Slider – Image background has disappeared #1028661I am having the same issue
November 1, 2018 at 12:32 am in reply to: Fullwidth Easy Slider – Image background have disapperead #1028660I have the same problem
same here
Same Here
Hi Josue,
I was able to figure out the problem it was a plugin called Media Categories…..
here are a couple of screenshots…..
This shows all the results of the search
https://www.dropbox.com/s/3lz1g8xnlpehy33/Delavan-Darien_School_District_%E2%80%93_Proud_Past_%E2%80%94_Promising_Future.jpg?dl=0When you click through to the search page NOTHING
https://www.dropbox.com/s/emvi3lk9ttgsovf/Search_Results_for_%E2%80%9Cschool_supplies%E2%80%9D_%E2%80%93_Delavan-Darien_School_District.jpg?dl=0I found a solution —- here is the code
this came from http://thestizmedia.com/custom-post-type-filter-admin-custom-taxonomy/
I hope this helps someone else..,,,
just add to functions.php/**
* Display a custom taxonomy dropdown in admin
* @author Mike Hemberger
* @link http://thestizmedia.com/custom-post-type-filter-admin-custom-taxonomy/
*/
add_action(‘restrict_manage_posts’, ‘tsm_filter_post_type_by_taxonomy’);
function tsm_filter_post_type_by_taxonomy() {
global $typenow;
$post_type = ‘portfolio’; // change to your post type
$taxonomy = ‘portfolio_entries’; // change to your taxonomy
if ($typenow == $post_type) {
$selected = isset($_GET[$taxonomy]) ? $_GET[$taxonomy] : ”;
$info_taxonomy = get_taxonomy($taxonomy);
wp_dropdown_categories(array(
‘show_option_all’ => __(“Show All {$info_taxonomy->label}”),
‘taxonomy’ => $taxonomy,
‘name’ => $taxonomy,
‘orderby’ => ‘name’,
‘selected’ => $selected,
‘show_count’ => true,
‘hide_empty’ => true,
));
};
}
/**
* Filter posts by taxonomy in admin
* @author Mike Hemberger
* @link http://thestizmedia.com/custom-post-type-filter-admin-custom-taxonomy/
*/
add_filter(‘parse_query’, ‘tsm_convert_id_to_term_in_query’);
function tsm_convert_id_to_term_in_query($query) {
global $pagenow;
$post_type = ‘portfolio’; // change to your post type
$taxonomy = ‘portfilio_entries’; // change to your taxonomy
$q_vars = &$query->query_vars;
if ( $pagenow == ‘edit.php’ && isset($q_vars[‘post_type’]) && $q_vars[‘post_type’] == $post_type && isset($q_vars[$taxonomy]) && is_numeric($q_vars[$taxonomy]) && $q_vars[$taxonomy] != 0 ) {
$term = get_term_by(‘id’, $q_vars[$taxonomy], $taxonomy);
$q_vars[$taxonomy] = $term->slug;
}
}Hi I on 3.4.6 and I also don’t have the ability to sort by categories for my portfolio entries….
is there a fix for this?
December 13, 2015 at 4:45 pm in reply to: How do I get the Mega Menu option to open in a new window in Enfold? #551733I am sorry….
While getting credentials ready for you I realized that I had updated the functions.php on the old development site..
My apologies…It is working now with the code in the right place.
Thank youDecember 13, 2015 at 4:08 pm in reply to: How do I get the Mega Menu option to open in a new window in Enfold? #551702Hi Josue….
The code is in my child-theme’s function.php … I am not sure why you say it is not.
I’ve copied and pasted the code … I’ve even tried it on the parent theme and it does not work for me.
Please help.
December 12, 2015 at 8:43 pm in reply to: How do I get the Mega Menu option to open in a new window in Enfold? #551472Hello… I am having the same issue…
The fix you provided does not work for me…
I am on Enfold 3.4.6
reach.beloitschools.org
Under “PROGRAMS”
“cyBER Robotics Team”Good Morning!
is there any chance that you can take a look at my problem?
hello? I would really really appreciate some direction on this…. Please!
ok Josue… I see three links….
1 – Schools — it had drop down that is supposed to look like the uber menu… with columns then I click schools I get a dropdown (which are supposed to be my three columns) and each has a header – example “PreK – 3rd Grade” has a few schools listed under it. Please refer to beoitschools.org this is what it’s supposed to look like.
so obviously this is not working as it is supposed to. I have been using uber menus for a long time and this had never happened.
2. the little multi colored icon in the middle is actually my first link.
I am not sure what is going on but even if I use the regular menu the sub-menus open the left instead of the right.
is there not a way to use the manual integration that uber menu mentions on their documentation.. except I don’t know where it would go.
PLEASE PLEASE I NEED HELP
It is not working as an Uber Menu?
Not sure what to do next…..
Please try again…
Thanks youOk so I am not getting much of a response maybe I should ask the question a different way…
I need to have an uber menu on my secondary menu…..
can u guide me on where to manually insert the uber menu and deactivate the enfold secondary nav.
Please someone any ideas…
I have a nav on the main site of a multisite beloitschools.orgI need so sort of replicate this on swimming.beloitschools.org and on any other sites that are created that are part of this multisite.
I hope I am making sense,
September 5, 2014 at 3:11 pm in reply to: Unable to update Pages – Avia builder does not load #314064Ok I found it it turns out sxss Admin notes plugin seem to be the culprit.
Sorry for the inconvenience.Ana
September 5, 2014 at 3:01 pm in reply to: Unable to update Pages – Avia builder does not load #314057Please I cannot update the pages..
I am on 4.0 and have updated my theme. This started happening BEFORE I updated to 4.0 … Please help.
August 4, 2014 at 2:07 pm in reply to: Mansory portfolio will not display with NO gap , not 1px gap #299665Hi Ismael …. I was able to follow your directions on the mobile menu…. but I am still unable to remove the “GAP” on the mansory.
I’ve included images of the backend settings as will as the actual page.
I hope this clarifies the problem and you are able to help me.
http://awesomescreenshot.com/0d4396qgabhttp://awesomescreenshot.com/02e396pp6f
http://awesomescreenshot.com/08a396qrb4
Thank you
-
AuthorPosts