Hi!
Please add following code to Quick CSS as well
.main_menu { right: 30%;
top: 42%; }
.main_menu .menu ul { top: 65%; }
then you can increase the font size with following code
.main_menu ul:first-child > li > a { font-size: 16px; }
Regards,
Yigit
Hey!
Please edit Ismael’s code slightly and use following code instead
#top .fullsize .template-blog .post .entry-content-wrapper > * {
margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
.single .gallery {
display: inline-block;
}
Simply delete text-align: center;
Cheers!
Yigit
This reply has been marked as private.
Hi!
1) Please try the Firefox solution here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
2) Please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox_top .iconbox_content { min-height: 190px; }
3) Please refer to https://kriesi.at/support/topic/linking-the-icon-box-icon/
4) I tried refreshing About Grayce page several times but no issue on my end. Can you post a screenshot and show how it looks on your end?
Cheers!
Yigit
Hi!
Please add following code to Quick CSS as well
body .column-top-margin {
margin-top: 10px;
}
And the code Ismael posted is not being applied. Please try adding it to bottom of Style.css file of your child theme in Appearance > Editor
Regards,
Yigit
Hi,
I’d like to customize my category pages by adding a slider on top like in here :
http://kriesi.at/themedemo/?theme=enfold
The problem is theses pages that depend from my blog are “categories” that I have added to the menu. You can see it here : http://www.calliframe.com/ and on blog you’ll have a mega menu with all the categories I have.
So I am wondering if I can actually create a special “customization” for each category knowing they are not pages so I don’t have access to the page builder.
The idea is to create a slider quite thin and to add the title and a catch sentence that would introduce each of the categories of my blog.
So my question is:
Can I customize a “category page”? Is there a way to do that?
Or do I have to create a page for each category , Insert a slider module, customize it, then insert a blog module and select which category I want to display and then replace the categories in my menu by those pages I have created.
Thanks,
Kind regards
Chrys
-
This topic was modified 12 years, 3 months ago by
chryseis.
Hey jmaguirrei!
You can hack the theme files if you want to activate the ajax preview for the search widget: https://kriesi.at/support/topic/instant-ajax-search-on-sidebar/#post-198969
Cheers!
Peter
Hi!!
I would like to have the ‘avia search’ (the one that is located by default in top-right of the screen and has ajax predictable text) in posts or sidebars, but not the icon, the text box displayed. I checked that the widgets page has a search widget, but not this one.
I think maybe it can be defined as a widget or shortcode, or some html?
Thanks a lot!!
Regards
José
Thank you, I will try all these until it stops. Because it doesn’t happen everytime I’ll have to stick with each of them a few days to be sure I guess.
I have a naive question : why this piece of code isn’t the first solution to try ? as it seems to forbid the header to be bigger than it should, which is likely to solve the problem I guess.
Regards
Thanks Peter.
I am using the “Fullscreen Slider”, my mistake.
I am trying to make the full screen slider cover the entire page and have the menu semi-transparent.
Current quick CSS
———————————————————————————
..title_container{ display: none; }
.content {
padding-top: 18px;
padding-bottom: 1px;
}
.fixed_header #main {
padding-top: 0;
}
.header_color div {
border: none;
}
.header_color .header_bg{
background-color: rgba(255,255,255,0.3);
}
———————————————————————————
Your code works, but in order for me to make the images using a fullscreen slider appear at the very top of the page I have to add the padding code in: (otherwise they start below the menu.
.fixed_header #main {
padding-top: 0;
}
When I do this, it creates a gap at the bottom of the page, even when using a fullscreen slider.
Any ideas?
Thanks
Hi kinnear!
Insert following code into the quick css field
body.home .column-top-margin {
margin-top: 0;
}
Regards,
Peter
Hey!
Please try following code
#top .active-parent-item .avia-menu-fx .avia-arrow-wrap, #top .active-parent-item .avia-menu-fx{
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
Regards,
Peter
Dear Kriesi!
I have a table on my frontpage:
http://www.onfejlesztoter.hu
Visualization of the table is wrong in Internet explorer, the columns don’t begin same line.
https://drive.google.com/file/d/0B19WV53D7jS5U1Jra0lod01uZXM/edit?usp=sharing
Please help me, we have already talked about this problem, but you closed the ticket without solution.
https://kriesi.at/support/topic/table-calibration/
Regards:
Robi
Hi!
Please use following code to hide the meta information
#top.archive .slide-meta{ display: none !important; }
Cheers!
Peter
Hi!
Did you try to deactivate all third party plugins – especially the cache and “optimize” plugins may break the javascript code. If the issue is not caused by a third party plugin try to re-install all theme files (overwrite the theme files with ftp) and if the procedure still doesn’t fix the issue try to insert following code into the quick css field
#header_main .container, .main_menu ul:first-child>li a {
max-height: 88px !important;
}
Best regards,
Peter
This reply has been marked as private.
Hey!
Before we move on please refer to this link then follow Dude’s instruction at the very bottom: https://kriesi.at/support/topic/portfolio-items-all-404s-rewrite-rules-missing/
Best regards,
Ismael
That was it. Thanks! You guys have been super-helpful. And the theme rocks. Have another question on a different topic I will post in a new thread.
I tried applying the recommended code to Quick CSS (see below)
#top .fullsize .related_posts { display: none; }
but Related Posts still appear.
Hey!
You can add this on your custom.css or Quick CSS to adjust the partner logo element on mobile view:
@media only screen and (max-width: 767px) {
.responsive #top .avia-smallarrow-slider .flex_column {
margin: 0px;
width: 100%;
}
}
Best regards,
Ismael
Hi!
Please try to add this at the very bottom of custom.css or Quick CSS:
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
width: 100%;
max-width: 250px;
}
Regards,
Ismael
Hi yingfuli!
You can adjust the content div padding using this:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
Regards,
Ismael
Hi!
You can use this to center align the gallery:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
margin-left: auto;
margin-right: auto;
max-width: 1100px;
text-align: center;
}
.single .gallery {
display: inline-block;
}
Regards,
Ismael
I’ll tag the topic for the rest of the support crew but on both a Windows Vista and a Windows 7 machine I wasn’t able to get the same issue. Without seeing it live there isn’t much we can do to help fix it.
Hey,
Indeed I eventually made the screeshot with Safari but I’ve seen the problem on the latest versions of Chrome and Firefox as well. Exact same problem as those screeshots :/
Regards,
Emmanuel
Can t do as this is an internal build
I think to test you only need to look at a fullwidth page and change
#top .fullsize .template-blog .post .entry-content-wrapper > * {
margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
then add images to a gallery and you should see the image gallery being left justified because there is a Float left somewhere
Its really no big deal just that if you want to center like the title its rather difficult.
Happy New Year again :)