Kristad
Forum Replies Created
-
Forum: Plugins
In reply to: [Grid Products] Thumbnail product imagesHow do I change the size of the images on this page – showing products in one category. I would like them larger? Maybe only 3-4 across…
My test page is:
https://test.amantii.com/new-tru-view-xl/
Can you help?Thanks
Forum: Fixing WordPress
In reply to: Permalinks break when using “post name”Hi
Thanks for your reply.
I don’t want to use custom permalinks. I just want to use ‘post name’. But it does not seem to work using post-name now. Not sure what the custom permalink is doing. It puts that in automatically even though I have not checked off that option. I have checked off ‘post name’ and it does not work… Not sure why I can’t use post name all of a sudden. Any thoughts?
Thanks.Forum: Fixing WordPress
In reply to: Page not properly responsive – too narrowThanks. I was not sure if it is the plug in or another issue… Will contact them.
Thanks again.Thanks for your quick response.
I put what you said into the theme style.css
ul.logo_showcase li.slick-slide::before{background:none !important;}I also removed the line break from the shortcodes.
I removed the parameters of arrows and dots as you suggested and now both are showing…
How do I remove the dots between the images?
Thank you ??
Forum: Themes and Templates
In reply to: css – remove padding from imagehi rgchang
Thanks but that didn’t work ??
K.
Forum: Plugins
In reply to: [Analytics Stats Counter Statistics] WPADM title and a blank pageI am having the same problem… Has anyone solved this issue yet?
Forum: Themes and Templates
In reply to: CSS help – centering graphicshttps://sierramarketing.ca/new/index.php/contact-us-2/
Sorry forgot to post that important piece of info…
Forum: Themes and Templates
In reply to: photocrati theme – change padding in sub menuHi Stacy
Thank you so much!!! That worked great. I put it in a place for custom CSS in the theme. I guess my code was wrong – an extra comma, etc.
Thanks so much for your help!
KristaForum: Themes and Templates
In reply to: CSS help making area widerHi Esmi
I have used Firebug to find it, but I am still not sure I am getting the correct tag to change… I get the following tag below called ‘span9’: it says width is 100% so not sure why it is not going 100% Does it have to do with the @media (max-width: 980px)article {
background: transparent;
}
@media (max-width: 980px) {
article .row-fluid .span9 {
width: 100%;
margin-left: 0;
}Your help is much appreciated…
Forum: Plugins
In reply to: grid products – how to widen main product columnHi
Can anyone help me make the product content area wider? Much appreciated ?? Thanks.Forum: Themes and Templates
In reply to: CSS help – still learning…Thank you to both of you. Worked beautifully ??
Forum: Themes and Templates
In reply to: twenty eleven theme – image float over pageResolved!!! ??
Forum: Themes and Templates
In reply to: twenty eleven theme – image float over pageThank you CrouchingBruin! You are amazing!
That worked great! I will play around with the positioning.
Thanks again! You rock!
K.Forum: Themes and Templates
In reply to: twenty eleven theme – image float over pageThank you so much for your very thorough explanation… You are terrific CrouchingBruin!
(I will be creating a child theme as soon as I get this working ?? )Still having trouble. I understand a little about CSS. Was not familiar with the img addition.
I have added/changed the following to my css sheet
#appleposition img
{
position:relative;
top:-1596px;
left:172px;
z-index:999;
}
#text-4 img {
max-width: none;
}My widget now says:
<div id=”appleposition”><div id=”text-4″><img src=”https://sierramarketing.ca/apples/assets/ambrosia.png “/></div></div>(I am not sure if I have to add the <div id=”text-4″> but I did.
Anyway the image still does not get bigger.
It does when I change the
.widget img {
max-width: 97.5%;}
to max-width: none;
as you indicated.
I think I am just missing some small piece of the puzzle.
Am I missing a step?
Thank you again.OK it seems to be the theme I am using… Thesis 1.8.2 – because when I changed to a default theme I could see all the content types ??
So the problem is narrowed down…