Hi Rikard,
when a variable isn´t possible for the portfolio_item, then you can close this topic. Can I close this, where?
Thanks.
Alex
Hi!
Hm, im not shure what you mean, if i remove the:
@media only screen and (max-width: 767px) {
#menu-item-search-mobile {
display: block !important;
}
}
Please remove the code that we posted above, not that one.
#top #searchform {
position: absolute;
top: 90px;
}
Regards,
Ismael
Hi,
Great, glad you found the problem. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Thanks for that, I can only see one instance of that class on the page and it’s assigned to the Color Section starting with OCH ORTOPEDI. Are you sure that you have assigned the class to the correct element?
Best regards,
Rikard
Hi @markpevans,
Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Alex,
No problem, please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Nothing on my end (mobile and desktop) the portfolio page shows blank grid. Only when you click on a category does it show portfolio items.
Hi Agnes,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Ok, thanks for the feedback. I’ve never heard of that before but thanks for sharing what was needed to get it working :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hey vinayb,
I would try to optimise your images as that is what is taking up most of your load time. As for the scripts I would suggest that you read through this thread first: https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/
Best regards,
Rikard
Hi Yigit,
Thanks for your response. I implemented your code in replacement of mine and it doesn’t look to be working.
All the images both left/right aligned and center-aligned are now back to their default settings.
Here is a page that is a good example *see private link* *see private screenshot*
Near the top there is an image on the right that I want to fit 100% of its container and then below there is a center aligned image that I don’t want stretching 100% of the container because it becomes fuzzy etc.
Here is my current css:
.avia-image-container.avia-align-right .avia-image-container-inner, .avia-image-container.avia-align-right img {
width: 100% !important;
margin:0px !important;
}
.avia-image-container.avia-align-left .avia-image-container-inner, .avia-image-container.avia-align-left img {
width: 100% !important;
margin:0px !important;
}
-
This reply was modified 8 years, 8 months ago by
Briana.
Hi Enfold team,
My website displays exactly how I want it when viewing on a laptop or computer. However on an iPad the following things are missing:
– background moves along with content, as opposed to just the content scrolling up the page.
– background of header is white instead of my default background for the website
– first portion of my website strangely has a black background, then the proper background kicks in.
– the colour section’s background at the bottom of the home page is scaled so the whole image fits, but on iPad this isn’t working. it is stretched and only part of the image is visible.
This is on both the Home and Before&After pages
You assistance much appreciated.
Regards,
Dan
Hi!
I have updated my post here – https://kriesi.at/support/topic/add-text-after-the-logo/#post-745060. Please use this code instead
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
#top .widget_nav_menu ul ul li a {
font-weight: normal;
}
Cheers!
Yigit
Hello,
I am teaching an online course through my site. I am using WP eMember to protect the course content and only make it available to students (members).
I need a responsive (needs to work on mobile too) navigation menu for the course that only the students can see when they are logged in. This would have each lesson page in a dropdown.
I’m guessing the easiest way to do this would be to enable the submenu and somehow protect it, perhaps via this method of editing the PHP.
However, I’d like to avoid that if possible, so I don’t have to update every time there’s a theme update.
Should I use that method? If so, what specific code should I use (i.e. the slug for the submenu)
Or should I use another method? For instance setting up a menu/widget and placing it at the top of each course page (ugh), or perhaps creating a course page template that all those course pages use? OR some other, better solution?
I’m looking for the easiest, most long-term viable solution for this. :) Thanks so very much for your help. I LOVE this theme.
Technical details: I’m using the latest Enfold with a Enfold Child.
Hi,
If I may suggest an alternate method which is much easier to open large images.
1. Please start by adding the below code to Quick CSS section
.mfp-gallery .mfp-image-holder .mfp-figure {
overflow: scroll;
min-height: 100vh;
}
.mfp-figure figure {
max-height: calc(100vh - 200px); /* 100vh is the window height minus the header height */
}
.mfp-figure img {
min-width: 2050px;
min-height: 2200px;
}
/* Close button position*/
div.avia-popup .mfp-close {
top:30px!important;
right:-5px!important;
}
2. Insert the image and select Lightbox from Link Settings options.
This will open the image in it’s full size with scrollbars :)
Best regards,
Vinay
-
This reply was modified 8 years, 8 months ago by
Vinay.
hi, There are 2 issue
1 – on dekstop the logo is not in the center of page
2- on mobile the text is too high and can not see
We have been having problems with warnings popping up on the top of our website. If we clear the cache it goes away but it inevitably keeps coming back. We reached out to our hosting provider and they did some sort of update that may have fixed it temporarily, however, he found that the issue appears to be within the wordpress theme.
I don’t mean to bump here but it’s been 4 days and I’m trying to get the vertical dot navigation working because my deadline is looming – just some general ideas about how to implement this would be great. I’ve managed to work out the border issue, so I’m sharing the css here –
#emblem {
left: 0px;
top: 0;
padding-top: 0;
position: fixed;
z-index: 999999;
background: url(“http://www.rentkaslo.com/images/banner.png”) left top no-repeat fixed;
height:280px;
width:280px;
}
#top-border {
height:10px;
width:100%;
background:#6f9136;
z-index:999998;
position:absolute;
}
div.container_wrap.fullsize /*avia-bg-style-scroll.avia-no-border-styling */{
/*
*/
position:relative;
bottom:-10px;
}
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive #top .logo img {
max-width: 67%;
}
.responsive #top .logo {
display: block;
}}
Cheers!
Yigit
-
This reply was modified 8 years, 8 months ago by
Yigit.
I would like to add Twitter and FB Social Icons to my mega menu.
The issue is the video and all the support docs are dated. Meaning the current theme does not relate to the topics I have reviewed including the videos. Which are out of date for the current theme.
For the most part I understand I need an Icon I need to according to the docs I did find, I need to have a string something like this.
![]()
However I have no idea how to make this image appear and to have just the image appear not the link text.
James
Hi all,
First of all, great theme! Had to learn a lot but getting there.
I have a picture in the top of the opening page. It has white space around it which I would really like to remove. But i tried everything and it doesnt seem to work… Could anyone help me?
Thanks
Jan
Hi Ygit, I still had the same problem on my website. I bypssed it by creating a full-size custom menu on top the main content of the single product page: I added to my function.php
However it would be nice to understand why the left sidebar stays below the main product image and nto beside the main content!
Hello Rikard,
Ok, I should probably be more specific.
I have a particular (category) of posts named: “interviews.” And what I want is this …
1. On the home page feed, the featured image will have text on it.
2. On the single post page, I will have an image (on top of the element) as you mentioned above.
3. There will be a (3rd page) where the “interviews” category will be displayed in a grid layout. I want the grid thumbnails to have their own images so they aren’t so (cropped).
Does that make sense?
Hi,
I am having problems changing the font size in the widget titles for the following website: http://www.buildup.org.uk/
I’ve tried using the quick CSS code as advised on here, however the code is no longer responsive and I cant change the size
I currently have the below code in my quick CSS
Thankyou
.header_color .main_menu ul:first-child > li > a { font-family: “open sans”, sans-serif; font-size: 15px!important; font-weight: 300!important; font-style: normal!important; }
#top #wrap_all #footer .flex_column p{
font-size: 13px !important;
}
#footer .widget {
margin: 0;
}
#footer {
padding: 10px 0 0px 0;
}
#top div .avia-gallery img {
padding: 4px;
border: none;
}
.my-highlighted-text { background: rgba(0, 0, 0, 0.5) !important;padding: 0px !important; }
.my-highlighted-text {
padding: 0 5px!important;
}
#landing .container .content {
vertical-align !important: bottom !important;
}
-
This topic was modified 8 years, 8 months ago by
riskagency.
Topic can be closed, found the solution here:
:).