Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hello, im working on a project that focuses on a few key “Topics/Categories” but i can’t seem to find an SEO friendly way to develop the site using the enfold theme…
So to start, i plan on having a home page, that pulls in articles from several different post categories as well as displaying some static content. To do this im using the magazine short code which looks great and I think I have this sorted.
When it comes to the post categories, I wanted to create a page for each one say “Technology” and I wanted to customise that page to include some of the latest post entries using magazine, some static content and images related to the category. This page looks great in theory (when the content gets posted) and i’m happy with it!
My problem comes when I start writing the articles, and putting them in post categories. If i create the category “Technology” and assign a post to that category, all of the meta, breadcrumbs, link to the archive for that category, and the only way that I can get them to link to the “nicely designed page” is by 301 redirecting the archive. Which is not ideal.
Surely there is a way to customise the look and content of the archive pages easily? So that my categories can be a little bit more in-depth than just a long list of posts… ?
I’m not sure if what im trying to acheive makes sense but hopefully it does…
Hey!
Try adding this to your custom CSS.
.avia_transform .avia_animated_image, .avia_transform.avia_desktop .av-animated-generic {
opacity: 1 !important;
}
Cheers!
Elliott
Hi!
You’ll need to install a child theme and then do this first, https://kriesi.at/support/topic/transparent-header-layout-issues/#post-544853. Let us know when your done and we’ll give you some CSS to remove the white background.
I logged into your site but you were not using a child theme and the breadcrumb shortcode was not working so I do not think you did that customization yet.
Cheers!
Elliott
Hey!
What’s the CSS your using to apply it?
You could try doing this, https://kriesi.at/support/topic/installing-own-fonts/#post-421325, to add it to our styling options and apply it that way.
Cheers!
Elliott
Hey!
Huh, looks like I was mistaken. You can write a custom excerpt for pages as well.
If you do not see the excerpt field when editing your page then click on “Screen Options” in the top right hand corner of your screen and check it to display.
You can see on our demo here, http://kriesi.at/themes/enfold/?s=about, the landing page has a custom excerpt written.
Regards,
Elliott
Hey MyMilk!
I found this topic in the WordPress support forums where a guy wrote a shortcode for the polylang plugin, https://wordpress.org/support/topic/polylang-shortcode-like-qtranslate-for-theme-options-and-text.
You can copy his code into a child theme functions.php file and try it out.
Cheers!
Elliott
Hey JTV Digital!
Add this to your custom CSS.
.avia-slideshow-button {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
Best regards,
Elliott
Hello!
I need to put a horizontal menu in the middle of my main page.
I put a fullwidth menu in the right place (between two color boxes), but in the preview that menu is shown at the top of the page. (the ‘sticky’ option is NOT activated)
Can anybody help me?
Thanks!
I have posted in my other support thread about something related to this – so I will refer you there instead – https://kriesi.at/support/topic/featured-image-opens-in-lightbox/
Hey I have another topic open at https://kriesi.at/support/topic/caption-under-image-in-lightbox-view/ and these two things are now slightly related so I will just post here.
– Firstly, I found this link ( http://screencast.com/t/rPrLkb0VBw0 ) in another post which has helped me understand how to link an image from portfolio/masonry grid to be viewed in lightbox..
Can I suggest this be included in your documentation? I wouldn’t have been able to work it out otherwise! :)
– Secondly, when opened in lightbox from portfolio grid, the images appear much less vibrant than when opened in lightbox from masonry grid! (see screenshots below)
Image opened in Lightbox from Portfolio Grid

Image opened in Lightbox from Masonry Grid

– Thirdly, when opened in lightbox from portfolio grid, the image title does not show, however it does in masonry grid…BUT it is the title of the POST rather than the IMAGE in the post. I have tried reinstalling Enfold via FTP as it was suggested in the other thread here but this has not changed the behaviour of the portfolio lightbox.
I am happy to use the masonry grid if this is not easily resolved – however there were two things I preferred about portfolio grid:
1. the ability to have a colored overlay when you hover over the linked image in the grid like this, rather than the animation which is default on the masonry grid.
2. the EVEN spacing between images in the portfolio grid. (I find in masonry grid, the spacing can be uneven). I would like the spacing to be like my original portfolio page (set at 5px). I have tried the following css to adjust the spacing to how I’d like it, but it is still uneven and when hovered with the animation it zooms unevenly. Can this be fixed?
.av-fixed-size .av-masonry-image-container {
margin-right: 3px;
margin-bottom: 4px;
}
**The page in question can be viewed in private content**
I think that is all for now. I appreciate the help!
I have a link.
For the menu’s the images don’t get smaller so all the text is just in a very long column on the right.
When I check your menu on my iPhone it does not look like this at all, your image scales (so it is smaller).
My image on my iPhone is the exact same size it is as on the desktop version.
Can you explain to me why this isn’t working? Go here… http://strengthinnumberscoaching.com/video-slider-test/
Video is on the first slide and it’s supposed to be the correct proportions. The first time you view it, it probably will look right. Let the slider run and/or refresh. From then on if not already initially it should show the video all squished.
Secondly, the slider settings are set to pause the slideshow while the video is playing but it’s not working right.
Thirdly, it of course is not being responsive on mobile. Any way to fix this?
Additionally, (different issue) when you view this slider or the one on my main page the background images for slides 3 and 4 don’t look correct at all even though they do on desktop.
HELP!
Hi!
1.) I checked in chrome emulator for samsung galaxy s3, as well as on my htc one s mobile device and it’s working totally fine. Can you clear browser cache on your device please? also double check on another mobile device as well.
2.) Adjust it’s width using this code:
#top .aviaccordion-preview-title-wrap {
width: 45%;
}
and adjust it as needed.
4.) Add a left or right value to the code, for example:
div .mfp-title {
left: 10px;
}
Regards,
Andy
Hi!
I am trying to insert a custom menu in the layout builder. The only option I see though is the “sub menu”, which displays on top of the page. I’m looking for an option that allows to position the menu anywhere on my page.
Regards
Poirot
Hey!
you could try something like this:
@media only screen and (max-width: 1150px) {
.logo {
left: 34%;
}
nav.main_menu {
display: block !important;
top: 59px;
}
#advanced_menu_toggle, #advanced_menu_hide {
display: none !important;
}}
adjust it as needed, especially max-width value and even add a min-width value if needed.
Best regards,
Andy
Oh okay thanks for the heads up.
So I was given this code to put:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .container {
width: 100%!important;
max-width: 100%!important;
}
.ls-wp-fullwidth-helper {
position: absolute;
left: 50%!important;
transform: translateX(-50%)!important;
}
}
After I did that, I took screenshot of the page before and after. Then I removed the code so the live site does not look messed up. I just put the given code back up again so you can see what is going on. All I want is the bottom second last image to keep its full size at 100% width even when it is responsive.
Hey!
Please take a look here
https://kriesi.at/support/topic/add-orderby-to-av_blog/
to understand how it works and what you need to do.
Please do let us know if you have more questions, we will be more than happy to help you out.
Regards,
Basilis
Hey there, I found a couple potential solutions for this in old forum posts but nothing has worked for me thus far. I’m using full width easy sliders at the top of each sub page to display the page’s titles (About, Gallery, etc). They look great on desktop, but strange things start happening on mobile/tablets. On tablets the text is a bit too large, and on mobile the titles aren’t appearing at all (this is the most important issue).
I’m using a few Quick CSS codes that are changing up the home page banner titles/captions (.avia-slideshow, .avia-caption, and .avia-caption-title) but I tried manipulating them and they don’t seem to be controlling the other banners. Are the full width banners controlled separately? Any idea how to get the sub page banner titles to appear on mobile devices (in a left-aligned location like the desktop version)? I also tried editing the form element (caption positioning) on the page itself (changed from “Bottom without frame” to others) and the caption does appear on mobile but is in the wrong position or cut off (and this changes the appearance of the desktop version too, which for now is perfect when set at “Bottom without frame”).
Any help would be much appreciated! Thanks a lot.
Hi!
dies ist leider ein unique Feature das Kriesi noch ganz für sich behalten möchte: https://kriesi.at/support/topic/avia-principles-feature/#post-409094
Gruß,
Andy
Hi!
We are working on this page:
Where is says “Services seeking *”
Could you please help with a quick css code that will allow us to select multiple options.
Right now the user has to hold CTRL so select multiple options.
How do we set it up were we can just click multiple options where the user doesn’t need to hold any buttons on they keyboard or laptop?
Thank you!
Hi,
I want to use the Fullscreen slider on desktop with the transparent menu, but on mobile devices it looks realy bad,
it seems that the Fullscreen slider is not responsive.
Is there a way to show the Fullscreen slider only on desktop devices and on mobile to use the layerslider that is responsive?
and is there a way to show a specific item like a responsive gallery only on mobile devices?
-
This topic was modified 10 years, 3 months ago by
uribinsted.
Didn’t work yet
http://sfshift.com/blog/
if you click on the top logo area it will bring us back to the landing page?
How do we disable the link?
Thank you
Hey!
Please add following code to Quick CSS
ul#mobile-advanced {
padding-top: 0;
margin-top: 85px;
}
.show_mobile_menu #advanced_menu_toggle {
display: none!important;
}
then refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ to display different elements on mobile/desktop
Best regards,
Yigit
Hey there Elliott. Thank you for your prompt reply.
I have attached an image link below to better explain what we are trying to achieve regarding the blog post layout being similar to the msn.com top section. We are trying to have a similar look on our landing pages.
The right hand navigation after the third section appears to have disappeared now.
I have a one-page landing page site that is all black background with just a white logo. It works great on desktop but on mobile it loads white background with blank navigation menu even thought I don’t have any menu and no navigation setup for this site. My question is how do I get the mobile version to show just like the desktop version and or how can I disable the mobile and it always go the desktop version on everything?
I already disable responsive layout in Enfold theme options > General Layout but that didn’t change anything..
Thank you
View post on imgur.com
The sizes are the same. the sharpness is the issue. Here you can see the Enfold lightbox on top and the Vimeo version below taken from one live screenshot. The bottom one is sharper.
View post on imgur.com
The top image is on vimeo.com and the bottom is the lightbox version through Enfold. As you can see the quality is poorer through the Enfold lightbox.