Web-Pepper
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Google bar on top when click a flaghttps://wordpress.org/support/topic/hide-google-toolbar-2/
That did the trick here, thanks
Ok, we will take your advice not to rip out the numbers completely.
You say “that number is the order or the invoice number, depending on your PDF invoice settings”
Where can we make the change between order and invoice number? We dont see that option.
Thanks Louis, that worked great!
Awesome, that did the job, thank you!
Forum: Plugins
In reply to: [Gravity Forms - Uploads as Attachments] Permanently disable PopupSame here …. still
I reported this months ago but the popup is realy anoying and remaining.
Anybody up for a solution?
- This reply was modified 5 years, 9 months ago by Web-Pepper.
Thanks, i tried the https://vleesminderen.nl/cart/?add-to-cart=263 and that is a suitable solution for me.
Great job, thank you very much!
Regards,
RalphI used https://nl.wordpress.org/plugins/wp-rollback/ to rollback to 4.3.0
Thanks Bambinideals
What 2 empty lines in what file?
*duh*
wp-content/plugins/easy-facebook-likebox/includes/easy-custom-facebook-feed-widget.php
- This reply was modified 9 years, 1 month ago by Web-Pepper.
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Code for single.phpThank you to an email of @support, we found out what we needed:
<?php echo do_shortcode('[starbox theme="fancy"]'); ?>Forum: Plugins
In reply to: [WP Popular Posts] Have the posts in a horizontal line instead of vertical.Any update on this yet?
I also need to get them in a horizontal line, instead of vertical.
Maybe some CSS?
Little update:
We added SSL to this site;
Now we also use the plugin “Force SSL”
If we activate this plugin, we get the blank screens, when we deactivate it, it looks like my DNS is not working properly.
So we will investigate more!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Limit uploaded file size?Not possible yet?
Forum: Plugins
In reply to: [Woocommerce Catalog] Hide cart iconGlad i could help!
Forum: Plugins
In reply to: [Woocommerce Catalog] Hide cart iconHi Chusman,
You can add the code below to your Custom Css in DIVI’s Epanel:
/*Remove Cart Icon*/ #top-header .et-cart-info { display: none; } #main-header .et-cart-info { display: none; } .et-cart-info span:before { content: none !important; }Anybody?