Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
At this page is the example with the old version of pricing table: https://kastanjelaan13.nl/feestlocatie/ (or maybe it was in Cardinal).
There was the option to make a tooltip.
The new version of pricing table (in your page builder) is here: https://kastanjelaan13.nl/arrangementen And there i cant see the tooltip anymore.
Thanks!
Hi Rui,
The css for the social icons doesn’t work..
I have clear the cache and try 3 different browsers.
Whats the problem?
Thanks!
Hi!
thanks, i have put this in the custom css:
.masonry-items li.testimonial .testimonial-text {
background-color: #94c11f!important;
}
.masonry-items li.testimonial .testimonial-text span {
color: #fff!important;
}But it dont work.
Is there another solution?
And i want the social icons in the header to be black and white, like they are in the footer, is there some css for it as well?
Thanks!
The logo is fixed! Thanks.
Another question. I want to change the color of the testimonials blocks on this page https://theholykauw.nl/reviews/. Without changing the accent color in the customizer, because i change the color everywhere. Is there some custom css for only the testimonials blocks?
And, in the menu header are social icons, i want them black and white like in the footer, is that possible?
Thanks!
Attachments:
You must be logged in to view attached files.The logo on the mobile and tablet does not rescale right. Is there a code or something i can do to fix this? Thanks!
Attachments:
You must be logged in to view attached files.This reply has been marked as private.Yes this worked for the adding proces.
$loading_text = __( ‘Adding…’, ‘uplift’ );
$added_text = __( ‘Item added’, ‘uplift’ );
$added_text_short = __( ‘Added’, ‘uplift’ );
$added_tooltip_text = __( ‘Added to cart’, ‘uplift’ );The button itself, stays at ‘add to cart’ how can i change this? (like my last screenshot)
Sorry, i had to set the slide styling also on dark. So its fixed!
This reply has been marked as private.This text, and the text if you click it, so Added..
Thanks!
Attachments:
You must be logged in to view attached files.Like this?
function sf_custom_cart_button_text() {
return __( ‘Voeg toe aan winkelwagen’, ‘swiftframework’ );
}
add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘sf_custom_cart_button_text’ );
add_filter( ‘woocommerce_product_add_to_cart_text’, ‘sf_custom_cart_button_text’ );Because it is not working.
Thanks
I think it stands at false:
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define(‘WP_DEBUG’, false);/* That’s all, stop editing! Happy blogging. */
It has something to do with the top bar. If i disable it, i dont see the error on the homepage. At the other pages the bar show with my phone number in it.
The padding worked!
But i see the message again.
Attachments:
You must be logged in to view attached files.I think its gone now! Maybe it has something to do with the extra bar above the menu bar.
Another question: the logo padding don’t work right. The padding only work under the logo, not at the top. Is there an solution for?
-
Posted in: We hit Power Elite.