GeekViseu
Forum Replies Created
-
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Add button is active but don’t work !!Thank you very much.
I solve with this costum Css :
#pwgc-purchase-container { display: inherit ! important;}
I think it could be a plugin creating the problem.
Thank you a lot.
Hi. Thank you again.
Yes I open a support ticket.
jquery.min.js?ver=3.7.1:2 Uncaught SyntaxError: Expected ‘,’ or ‘}’ after property value in JSON at position 1064 (line 1 column 1065)
at JSON.parse ()
at openstreet-map.js?ver=1712999150:431:28
at NodeList.forEach ()
at HTMLDocument. (openstreet-map.js?ver=1712999150:430:60)
at e (jquery.min.js?ver=3.7.1:2:27028)
at t (jquery.min.js?ver=3.7.1:2:27330)Thank you. But when I edit the map is show and work well like always!
I already open a support ticket. Thank you ??
Hi.
I turn off the W3 cache and the problem still there. The strange is that works very well on other lisitings and don’t work for this one. Please verify !
Thank you.
Hi. Thank you very much for your reply and effort but I thinking is a little confusion ??
The categories were already in alphabetical order. What I said was that the primary category should be listed first and then the others in alphabetical order!!
Please See this example:
function get_post_primary_category($post_id, $term=’category’, $return_all_categories=false){
$return = array();if (class_exists('WPSEO_Primary_Term')){ // Show Primary category by Yoast if it is enabled & set $wpseo_primary_term = new WPSEO_Primary_Term( $term, $post_id ); $primary_term = get_term($wpseo_primary_term->get_primary_term()); if (!is_wp_error($primary_term)){ $return['primary_category'] = $primary_term; } } if (empty($return['primary_category']) || $return_all_categories){ $categories_list = get_the_terms($post_id, $term); if (empty($return['primary_category']) && !empty($categories_list)){ $return['primary_category'] = $categories_list[0]; //get the first category } if ($return_all_categories){ $return['all_categories'] = array(); if (!empty($categories_list)){ foreach($categories_list as &$category){ $return['all_categories'][] = $category->term_id; } } } } return $return;
}
Something like this !!!
Thanks
Personal note On line 61 of new category.php shouldn’t be: ‘las la-folder’ ???
Hi.
Of course…
Is this one: https://www.sos-obras.pt/directory/canalizador-leiria/
When creating and editing this specific listing the map works well.
If you try all the others listings the maps is working!
Thank you.
Forum: Plugins
In reply to: [Embed PDF] White Blank Space below the PDF File@losing_weight
STUPID is who don’t know how express it self in community and use a type of low language.I only share a solution to a problem, that works for me.
I repeat the changes i made :
$embed .= '>'. /* '<div style="width:'.$width.';height:'.$height.';text-align:center;background:#fff;color:#000;margin:0;border:0;padding:0">N?o vê o PDF ?<a href="'.$url.'">Click Here</a></div>'. */ '</object>'.
Forum: Plugins
In reply to: [Embed PDF] White Blank Space below the PDF FileI solve it:
Edit dirtysuds-embed-pdf/embed.php
And open and close comment in
$embed .= ‘>’.
/*
‘<div style=”width:’.$width.’;height:’.$height.’;text-align:center;background:#fff;color:#000;margin:0;border:0;padding:0″>Dont see PDF ?Click here</div>’.
*/Forum: Plugins
In reply to: [Embed PDF] White Blank Space below the PDF FileIs not solved.
I’m just reporting.
Forum: Plugins
In reply to: [Embed PDF] White Blank Space below the PDF FileHi.
Also happened to me the same.
After last update of Embed PDF a big blank white space appeared at bottom of the post …