karnothletic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image not displaying (know the problem don't know how to fix)I’m using jointswp so its blank template with the essential stuff and all the other stuff I’ve created the slider plugin I am using is revolution slider.
thanks for trying to help ??
reply with ur footer.php code I will tell you what to delete or you can even edit
thanks,
karnForum: Themes and Templates
In reply to: [Pure & Simple] Padding in sidebar widgets using imagesfrom what I can see that img tag has that class for just the sidebar images but if you see anything off you know where it’s from ??
Forum: Themes and Templates
In reply to: [Pure & Simple] Padding in sidebar widgets using imagesThis class is ur problem
.alignnone {
clear: both;
margin: 1.5rem auto;
}you can override it by putting this in ur own style.css
.alignnone {
margin: 0 auto !important;
}let me know if this does the trick
thanks,
karnForum: Themes and Templates
In reply to: [Senses Lite] Blog Posts Formattingit goes in the style.css file and your another issue idk ??
Forum: Themes and Templates
In reply to: [Appointment Green] Text Box Title In Sliderwhat you can do is enter in anything and add this to your Css file it will won’t display. If you don’t know where the CSS file its under appearance/editor/ and should be at the bottom right
ADD THIS CODE
.slide-text-bg1 h2 {
display: none !important;
}.slide-text-bg2 span {
display: none !important;
}.slide-btn-area-sm {
display: none !important;
}karn
Forum: Themes and Templates
In reply to: [Virtue] How to remove the 4 squares – DEMO CONTENTyou would have to go to the footer.php of the theme files. if u dont know what to delete/edit copy all the code from the footer.php with a reply and il tell u what to delete/edit too.
karn
Forum: Themes and Templates
In reply to: [Tortuga] make posts text font smalleryou would need to go to the css file and change the
p(or if the class if it has one) {
font-size: (how small you want)px;
}you would need to give me the link of ur site so I inspect
thanks,
karnForum: Themes and Templates
In reply to: [MesoColumn] How to change feature image size ?You would go to ur css file and put the set the width and height check if it has a class or if you can put a class so it doesn’t affect all your other images but something like this.
img {
width: 700px;
height: 300px;
}Give me ur site link so I can be more specific
let me know if this helps
karnForum: Themes and Templates
In reply to: Twenty fifteen child Theme Alignment and top menu widthimg {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
margin: 0 8.3333%; ——– Add this line to algin it with ur content
}not sure what you mean by images aren’t expanding across the screen if u could show me a picture of what u and whats happen that would be great just kind of confused
Forum: Themes and Templates
In reply to: [Theme: Radiate] remove search box from menue bar<?php if ( get_theme_mod( ‘radiate_header_search_hide’, 0 ) == 0 ) { ?>
<div class=”header-search-icon”></div>
<?php get_search_form();
} ?>Delete these lines. It’s still calling the get_search_form(); function and idk what you delete but you should probably put it back in ??
Forum: Plugins
In reply to: [WooCommerce] Multiple Attributes have Multiple Variations with mulitle costUr gonna have to make 9 variations products so small-straight,small-wavy,small-curly etc… read up on this again
Variable Product Infokarn
Forum: Plugins
In reply to: [WooCommerce] Hover for detailsthanks mike for the quick response
Forum: Plugins
In reply to: [WooCommerce] Checkout show canadian dollar totalSorry for the bad explanation I kind of mean just hard code (Canadain Dollars) beside the total. So like edit the label name if there is a way.
thanks,
karnForum: Plugins
In reply to: [XO10 - WooCommerce Categories widget] How to add picture to dropdownthanks got it