Iuda
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Problem with product category widgetHi.
This is the page https://oferte.talida-distributie.ro/magazin/ , problem is in the “Categorii De Produse” -product category in englishWP: 5.4.2,
PHP version: 7.4
theme active: Child – Ocean WP from Ocean site
master theme: Ocean WP 1.8.9Forum: Themes and Templates
In reply to: [OceanWP] Disable “View Cart” after adding item to Carttry
@media (max-width: 768px) {
a.added_to_cart.wc-forward {
display: none !important;
}.woocommerce ul.products li.product .button.added {
display: inline-block !important;
}
}Forum: Plugins
In reply to: [Video Thumbnails] Adopt your plugingive a link to your work
Forum: Plugins
In reply to: [Video Thumbnails] Adopt your plugintake this plugin and update him, the author seems is died :(.
Forum: Reviews
In reply to: [Pending Submission Notifications] works greatcreca ma chinui de o juma de an sa gasesc o solutie pentru tema saitului de aici https://failtrafic.ro/
Mizeria de better notification for wordpress nu misca nimicForum: Plugins
In reply to: [BuddyPress Notification Widget] CSS Stylingtry this
#bpdev_bpnotification_widget-2 { background: #1fb3dd; }
Forum: Plugins
In reply to: [BuddyPress Follow] Custom postwhere to add
register_post_type()
, in theme functions ?- This reply was modified 7 years, 9 months ago by Iuda.
Forum: Plugins
In reply to: [You Have a New (BuddyPress) Message] Stylingmy style
a.post-edit-link { padding: 4px 8px; text-transform: uppercase; -webkit-border-radius: 2px; border-radius: 5px; background: #C62828; font-weight: 600; font-size: 13px; line-height: normal; color: #ffffff; } a.post-edit-link:hover { background: #B71C1C; text-decoration: none; }
??
Forum: Plugins
In reply to: [BuddyPress Follow] Custom postcan you give me a hint how to figure out if my themes custom post is recorded in activity stream ?
Forum: Plugins
In reply to: [WP Total Hacks] Turn off admin toolbarput this in themes functions.php
// turn off adminbar for all except admins and edithors if ( !current_user_can( 'edit_others_posts' ) ) { add_filter( 'show_admin_bar', '__return_false' ); }
Forum: Plugins
In reply to: [Comments - wpDiscuz] add info texttnx, works like a charm
Forum: Plugins
In reply to: [Comments - wpDiscuz] How to change the colour of vote up and down?put this in settings>Custom CSS Code
.fa-thumbs-up:before { color: green; } .fa-thumbs-down:before { color: red; }
Forum: Plugins
In reply to: [Comments - wpDiscuz] add info textwell, not working. i put this in my theme functions.php ant give a 500 error
Forum: Plugins
In reply to: [BuddyPress Follow] Not workingwell, that not working
Forum: Plugins
In reply to: [BuddyPress Follow] Not workingUpdate.
I figured out.