-
Search Results
-
Hi,
If you look at this site’s page, you will see all of the images going down the left hand side have small white margins on the top and bottom of the images. I am using the following css in the css image property for each image. How can I get rid of the white margin at the top and bottom so the box shadow is flush with the image?
/* pic shadow */
.picshadow {
box-shadow: 0 0 30px black, 0 0 0 1px gray;
}Thank you!
Nathan
Topic: Blog page not working
I am using the Enfold Child Theme, and I can’t get the blog page to show properly using the masonry display. A friend sort of fixed the problem, and she had this to say:
“It appears that it is NOT your hosting, but something going wrong with Enfold. I have managed a work-around that honestly is good enough, but if you want to dig deeper you can put in a support ticket with Kriesi.
I created a new page called Musings and put your blog posts there. Every time you add a new post, it will appear on that page just like it’s supposed to.
The setting I had to change was in the Enfold Child – pointing the blog setting to nothing. When I tell it to point a page (ANY page), it tries to grab some cached thing. I’m sure there’s a way to stop that, but it’s going to take more investigation than I have time.
My work-around was to just have a new page with a regular ol’ link to it in the menu.
Looks good now! And the preview and update work like they’re supposed to. ”So I made a new post and posted it. The masonry display is again not working, and now the featured image won’t work. It seems like this theme keeps breaking bit by bit.
Can you help? If I can’t get you to help, I’m going to have return this theme, having wasted literally days and days trying to make it work.The page in question is https://margaretsloan.com/musings/
Dear Kriesi-team,
I am close before finalising a new website based on Enfold. Curiously I am having an issue with the header_meta being twice its usual height. When I make use of the following (found in another thread) it doesn’t help at all, it only “shifts” the issue (see screenshot).
#header_meta, #top #wrap_all .social_bookmarks li {
max-height: 30px;
}
Kindly advise on how to fix that. We would like to go live at the weekend.
Thank You very much in advance,
ThomasHi,
when I added a colour section at the top of my page it caused padding gaps to all the grid rows below. The grid rows are set at “0” padding and worked/looked as expected until I added the colour section.
It’s hard to explain but if you go to the website you will see what I mean.
Is this a glitch that can be resolved?
Hi, I read this post – https://kriesi.at/support/topic/add-h1-tag-to-category-pages/, and I am trying to do the same thing – add a H1 tag to category pages. However, I cannot locate the code referenced, and wondering if there was a change to the archive.php file since this was posted. The closest I could find was this:
echo “<div class=’category-term-description’>{$tds}</div>”;
Thanks,
ChristineHi guys!
For some reason, I can add a product to the cart, but when I go to the cart it’s empty (on every browser except for Safari on a Mac – particularly, my Mac), it displays the following message “Your cart is currently empty.” and if I try to go to Checkout from the Cart icon, it doesn’t go anywhere.
Help!!
Here’s the link for one product: http://bodasyweddings.com/product/boho-chandelier-earrings-aretes/ (built with ALB) and the other product: http://bodasyweddings.com/product/test-product/ (plain Woocommerce product)
Woocommerce is on Sandbox mode right now as I was testing with Paypal Support and we had to stop.
Please, let me know if you need the credentials to login to the site.
Thank you!!!
Havi
Hi Kriesi’s
I would like to connect an icon box with a picture above. There has to be no space between them and the top of the icon should cover the picture (with its half).
Please can you help me with that?Thanks in advance,
Marco (Belcuore)Topic: Top logo overlaps
Hi, I have a logo on top with a text line below, but on mobiles and when I make scroll, they overlap.
I´m sending you 2 screenshots.To create the text line below the logo I put in quick CSS this code:
span.subtext {
position: absolute;
top: 30px;
left: 12px;
color: #000000
}span.subtext {
font-size: 10px!important;
}And in functions I put this code:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “COACH – TERAPIA GESTALT – CONSTELADORA”;
return $sub;
}Could you tell me what I´ve made wrong?
Thanks!I have several pages with columns including the setting Margin-Top -400px. On the desktop the column overlapse nicely the background image. When i crop the browser on my desktop, it is also perfect (screenshot) But when i browse to the same page on my Samsung S7 the column is sliced in halve.. (screenshot)
Can you help me?
Hi,
I have a page, where I showed FP-page social items using blog posts element (green section: 10 social container/1 post), but I changed to the portfolio grid because in this way I can manage better my social items (brown section: 1 social container/1 portfolio item).
I put the social container code into the portfolio item’s excerpt, and then show only the excerpt in the grid:
<div style=”text-align: center;” class=”social_container”> <div class=”fb-page” data-href=”https://www.facebook.com/jozsibacsigondolatai/ data-width=”380″ data-hide-cover=”false” data-show-facepile=”false” data-tabs=”” ></div> </div>Then I used the next shortcode to adjust the portfolio grid elements to the social container:
.grid-entry .inner-entry { box-shadow: none;
}
.grid-content, .grid-content * {
background: transparent!important;
}
.grid-entry .inner-entry { background: transparent !important;
}
.grid-content {
padding-left: 0;
padding-right: 0;
padding-top: 0;
height: 130px;
}These are worked quite well, but the only problem, that the bottom-padding in mobile view is small between the social containers (brown section) compare to the blog element solution (green section). The padding is fine in the desktop browser. I had a similar issue with a mobile view here, but you solved it too: https://kriesi.at/support/topic/margin-disappears-in-mobile-view/
Could you help to increase the space between the social containers in the grid solution in mobile view?
Thanks in advance!
Best regards,
RobiHi, I need to include some styling the search return page : amending the format to include a right column and change the order of elements (returns at top followed by “new search”), changing the default copy. Is the only way to do that through editing the search.php page?
Hi, I’m working on my site linked separately
on the home page on the fullscreen slider at the top, there are two images which scroll, the first one has a pink button in the caption saying ‘watch video’ – at present, the link sends me to youtube where the video is hosted, however I’d like it to open a video lightbox without having to leave my site. I know it’s possible to have the video play as the slider scrolls through but as it’a a longer video but I’d like visitors to choose if they want to watch it rather than it play automatically because I think a 2 minute video playing all the time might get annoying.
Cheers :)
Dear Support,
I would like to have a logo in transparent and scrolled header in different sizes.
The logo in transparent header needs to be bigger than in scrolled header, and with an overflow.Problem is that logo is good in transparent header, but the same size when it’s scrolled down.
How can i adjust the size of the scrolled header?
Below all the code related to the logo
.logo, .logo a, .logo a img {
width: 340px;
height: 200px;
}#top .logo {
padding-top: 0px;
width: 340px;
margin: 10px auto;
float: none;
height: auto;
}.logo, .logo a {
overflow: visible;
}.logo img {
max-height: 156px!important;
}.header-scrolled .logo a {
max-height:80px !important;
}
.header-scrolled .logo img {
max-height:80px !important;
}Topic: hover color menu
hi,
i use this code to color background of level 1 main menu
.menu-item-top-level-1 a {
background-color: #adb8c1!important;
}i want it vice versa, i want that color to appear on hover
i tried this code for hover
.menu-item-top-level-1 a:hover {
background-color: #adb8c1!important;
}Hi
We have a grid of team members and each grid item includes a toggle element that when clicked shows the persons bio.
Right now when the toggle opens all the content/rows below get pushed down
Is it possible to have the opened toggle container show but overlay (on top) of the other content. Would this cause any issues?
I’ve tried setting the .js_active .toggle_wrap z-index to 999 but no joy
any ideas please :)
Thanks so much
J
Viewing 30 results - 89,221 through 89,250 (of 142,845 total)
