webkong
Forum Replies Created
-
Try this plugin.
https://wordpress.org/plugins/display-posts-shortcode/#description
Forum: Plugins
In reply to: [WooCommerce] Woocommerce login through phone numberThere is a plugin lets the customers to login into an ecommerce site via one of their social (Facebook and Google+) profiles.
https://wordpress.org/plugins/social-login-lite-for-woocommerce/
Not sure about phone number. Try this.
https://wordpress.org/plugins/search/Login++WooCommerce+phone/
Forum: Plugins
In reply to: [WooCommerce] translation plugin that works with woocommerceForum: Plugins
In reply to: [WooCommerce] translation plugin that works with woocommerceForum: Plugins
In reply to: [WooCommerce] WC ‘My account’ page not workingPlease post your URL page?
Forum: Plugins
In reply to: [WooCommerce] Programming for a Product DiscountMore choices.
Forum: Plugins
In reply to: [WooCommerce] Programming for a Product DiscountCheck plugin woocommerce-bulk-discount.
Forum: Plugins
In reply to: [WooCommerce] Add to cart button issueThis is why? Was before
.accent-bg-color, .image-hover-overlay, .newspaper-portfolio, .similar-posts-wrapper .post-thumbnail:hover > .overlay-pattern, .portfolio-logo-section, .post-list-document .post-type-thumb:hover, #cboxTitle, #cboxPrevious, #cboxNext, #cboxClose, .comment-form-button, .mk-dropcaps.fancy-style, .mk-image-overlay, .pinterest-item-overlay, .news-full-with-image .news-categories span, .news-half-with-image .news-categories span, .news-fourth-with-image .news-categories span, .widget-portfolio-overlay, .portfolio-carousel-overlay, .blog-carousel-overlay, .mk-blog-classic-item .blog-loop-comments span, .mk-similiar-overlay, .mk-skin-button, .mk-flex-caption .flex-desc span, .mk-icon-box .mk-icon-wrapper i:hover, .mk-quick-contact-link:hover, .quick-contact-active.mk-quick-contact-link, .mk-fancy-table th, .ui-slider-handle, .widget_price_filter .ui-slider-range, #review_form_wrapper input[type=”submit”], #mk-nav-search-wrapper form .nav-side-search-icon:hover, form.ajax-search-complete i, .blog-modern-btn, .showcase-blog-overlay, .gform_button[type=”submit”], .single_add_to_cart_button, .button.checkout-button, .woocommerce #payment #place_order, #respond #submit, .widget_price_filter .price_slider_amount .button, .widget_shopping_cart .button.checkout {
background-color: #000000 !important;
}work around.
Add to your custom css plugin.
.single_add_to_cart_button { background-color: yellow; }1. How do you center the nav bar menu?
Remove “display: -webkit-flex” from style.css
.site-header-main {
display: -webkit-flex; <—- Remove
}Forum: Themes and Templates
In reply to: [Arcade Basic] Modify the date form in date archiveGoto
> Dashboard > Settings
Modify: Date Format
Time FormatForum: Themes and Templates
In reply to: [Zerif Lite] Logo size not getting changed.Add to your custom css plugin.
.navbar-brand > a > img { max-height: 1000%; }Add to your custom css plugin.
.page-header, .page-content, .hentry { margin: 0 auto 40px auto; padding: 10px 10px 10px 10px; }- This reply was modified 8 years, 11 months ago by webkong.
Forum: Themes and Templates
In reply to: [Customizr] Gallery page for projects?May be one of these may help.
Forum: Themes and Templates
In reply to: [Responsive II] Separator between sidebar and main blog posts.right-sidebar { border-left: 1px solid rebeccapurple; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [SuevaFree] Adding images/thumbnails to postsAdd Featured Image to your post.
Go to your post, click “Set featured image” at bottom right.