Niki Bilejn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Thumbs Up on embeded YouTube VideoHi,
Check out did you use same parameter for height & width in embedding code for all videos. That can be one of the reason why some yt videos in older posts are vertical stretched.
Forum: Fixing WordPress
In reply to: Resizing website on different devicesMenu is not disappeared, its works fine. When you are on the tablet or mobile device click on “hamburger” icon on upper right side off the screen to open menu. ??
Forum: Fixing WordPress
In reply to: How to setup home page as static page?Forum: Fixing WordPress
In reply to: My pages don't work :(Yep, all works for me to.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] extra white space below sliderUse images with higher resolution to hide white space from left and right side. You have that problem on almost every page.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Content Sidebar — Change button colorsHi Sharon,
Copy this code in your custom css editor
.content-sidebar .widget input[type="button"], .content-sidebar .widget input[type="reset"], .content-sidebar .widget input[type="submit"] { background-color: #400E73; border: 0; color: #fff; } .content-sidebar .widget input[type="button"]:hover, .content-sidebar .widget input[type="button"]:focus, .content-sidebar .widget input[type="reset"]:hover, .content-sidebar .widget input[type="reset"]:focus, .content-sidebar .widget input[type="submit"]:hover, .content-sidebar .widget input[type="submit"]:focus { background-color: #400E73; } .content-sidebar .widget input[type="button"]:active, .content-sidebar .widget input[type="reset"]:active, .content-sidebar .widget input[type="submit"]:active { background-color: #400E73; }
Forum: Plugins
In reply to: [WP Frontpage News] Page not found after creating a WPNF BlockI have same problem ??
Hi,
Under this css selector change value for “height” and “width”. Look at 2969 line in css file. For example change value from 12 to 9 and you will get nice small dots.
.slider-control-paging a::before {
background-color: #4d4d4d;
content: “”;
height: 12px;
left: 10px;
position: absolute;
top: 16px;
width: 12px;To reduce space change number under “width”. Look at 4069 line in css file.
.slider-control-paging a {
height: 24px;
width: 24px;
}Forum: Fixing WordPress
In reply to: PHP file for buttons HTMLThanks man, that helped me ?? I found this article witch explains problematic related with adding extra class to submit button.
https://wpti.ps/functions/how-to-add-a-class-to-the-comment-submit-button/
Forum: Plugins
In reply to: [WooCommerce] WooCommerce via TGM activationok, it’s resolved. ??