giusers
Forum Replies Created
-
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Whatsappi like this!!! ADD Whatsapp!!!
solution
function modify_product_search( $query ) { if ( !is_admin() && $query->is_search == 1 && isset( $query->query_vars[ 'post_type' ] ) && $query->query_vars[ 'post_type' ] != 'al_product' ) { add_filter( 'posts_search', 'exclude_products_search', 10, 2 ); } else if ( !is_admin() && $query->is_search == 1 && !isset( $query->query_vars[ 'post_type' ] ) ) { add_filter( 'posts_search', 'exclude_products_search', 10, 2 ); } }
where I can contact you for a quick editing of the plugin?
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Pagination Not Showingthe solution for single product is here=
https://implecode.com/docs/ecommerce-product-catalog/product-page-template/But to the products page I can not fit the style of my theme…
There is a similar code?
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Pagination Not Showingfor example to change div class to my main theme I use the page style.php.
In several plugins to edit graphics also had its own page style.php.And in this plugin “eCommerce Product Catalog by impleCode” I can not find ways to customize the pages linked.
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Add tagI need you to add field tags, so ‘to use a parameter in addition to the search and multiple search…
Forum: Plugins
In reply to: [eCommerce Product Catalog Plugin for WordPress] Pagination Not Showinghow do I change each div and class, only for this plugin, and not for the whole website?
Come on!!!!!!!!
Forum: Plugins
In reply to: [WooCommerce] view product page single theme not compatible with woocommerceyes but don’t go
I wish all the fields in the plugin “contact form 7” (texte.mail.URL.tel.number.date.text. areadrop-down menu.checkboxes, radio buttons, acceptance, quizzes, reCAPTCHA, files, submit)
Once completed and submitted the form, the page on the site which has the form, remain the information written above.A new feature for this plugin, you can?
[ No bumping please. ]
Forum: Plugins
In reply to: [Contact Form 7] where can I increase the size of an image to upload?Si è verificato un errore durante il caricamento del file.
Forum: Plugins
In reply to: [Contact Form 7] where can I increase the size of an image to upload?translate italian to english but the message is this!
Forum: Plugins
In reply to: [Contact Form 7] where can I increase the size of an image to upload?for the size in MB I solved so:
[file your-file limit:10240kb filetypes:gif|png|jpg|jpeg]I tried it with a photo of 1,79MB 4272x2848px and is successful
instead
I tried it with a photo of 2.85 MB 4272x2848px and it always fails!
the message error is this: “There was an error while loading the file.”how to solved?
Forum: Plugins
In reply to: [Posts in Sidebar] Cambiare colori e caratteri del testoNon puoi modificare la sequenza perché le righe di codice sono in quella sequenza.
Ecco un miglioramento da fare, possibilità di spostare la posizione delle class e id.
Non hanno ID, ma puoi selezionarli in maniera precisa indicando nello stile CSS l’ID del widget di cui sono figli, ad esempio:
Ovviamente aggiorna quel 2 in #pis_posts_in_sidebar-2 con quello che ti indica il widget nel suo pannello di amministrazione.Ho fatto cosi e sarebbe:
#sidebar .pis-li {
border-bottom: 1px solid #cccccc;
}il bordo lo mette! ma se provo a modificare il margine non me lo da xke è gia presente l’altro margine sull’ ID del template del sito
Forum: Plugins
In reply to: [Posts in Sidebar] Cambiare colori e caratteri del testoRieccoci ?? …Tra poco divento un esperto di questo plugin ??
Nella visualizzazione del widget come faccio a mettere
“pis-categories-links” sopra a “pis-more”?E come aggiungere nel widget, per esempio una linea orizzontale tra un post e un altro?
E per cambiare “.pis-li” e “.pis-ul” che ID hanno?