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 :)
Hey!
I’m not getting that behavior but it looks like its in Safari in the screenshots which isn’t supported on any Windows OS anymore. So its probably an old updated browser issue.
Best regards,
Devin
Hi yingfuli!
If your menu has too many items or the items are too wide that they overlap with the logo you can change the width at which the mobile navigation shows following these steps: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Best regards,
Devin
Looks like you are having the same issue as in this topic: https://kriesi.at/support/topic/maga-menu/#post-203932
The menu structure just needs to be adjusted so that those aren’t at the column header level and instead are on level down to be the actual sub menu items.
I am trying to do the same as explained here, but with enfold!
https://kriesi.at/support/topic/removing-elements-from-specific-pages/
I have created the template php file, but I can’t seem to find the lines of code to delete. I have searched up and down this forum.
I am still new at this level of customisations so any help will be deeply appreciated. :)
what a great forum this is! I have managed to accomplish so much with reading others threads! – Thank you!
Almost there – the indenting is correct, the top left link still reads ‘blog’ – I made the change you suggested – it is the area on the same line as the breadcrumb trail, but on the left
-
This reply was modified 12 years, 2 months ago by
DavidMiles.
In it’s most simple form, I take a copy of single.php – rename it to single-report.php – and it get’s picked up – there appear to be two issues though – both of which must be easily solvable
1 – the opening article tag …
<article class="post-355 report type-report status-draft hentry category-workshops tag-owls tag-wales post-entry post-entry-type-standard post-entry-355 post-loop-1 post-parity-odd post-entry-last multi-big " itemscope="itemscope" itemtype="http://schema.org/CreativeWork">
has report in the second element of the class … which means that it renders with all the text slammed right to the left hand side – whereas posts have it nicely indented so that the gravatar is effectively in a nice column of it’s own, along with the dotted line. Via Safari Inspector, I know that if I change the article rage where is states the class is ‘report’ to ‘post’ it all snaps into place correctly – as per below
<article class="post-355 post type-report status-draft hentry category-workshops tag-owls tag-wales post-entry post-entry-type-standard post-entry-355 post-loop-1 post-parity-odd post-entry-last multi-big " itemscope="itemscope" itemtype="http://schema.org/CreativeWork">
So what do I need to add to my CSS to have ‘report’ act in the same indented fashion as ‘post’?
2 – All my single-whatever.php templates read Blog at the top left – how can I have this pick up the post type that is in use, so reports read report – client-gallery reads Client Gallery, etc
Many thanks in advance – I have an image here of the issues noted above so you can visually see what my issues are
http://natureslens.co.uk/wp-content/uploads/2014/01/wrong.png
http://natureslens.co.uk/wp-content/uploads/2014/01/alignment-correct-by-changing-report-to-post-within-the-class-tag.png
Hi!
1) Please make sure you’re using the latest version of the theme (Enfold 2.4.4). The demo website uses an older Enfold version and maybe the latest theme version already fixes the issue.
2) If the latest theme update does not fix the issue try following css code
.avia-msie-8 #top img.alignleft, .avia-msie-8 #top img.alignright, .avia-msie-8 #top img.aligncenter, .avia-msie-8 #top img.alignnone{
max-width: 100%;
width: auto;
}
and insert it into the quick css field.
Regards,
Peter
This reply has been marked as private.
Hey!
Please post a link to your website – we’ll check the source code.
Best regards,
Peter
This reply has been marked as private.
Hello and Happy New Year to you all,
My header is unusually very big (3/4 of the screen), covering most of the first color section below with the usual transparency. If I scroll down, the space reduces to 1/3 of the screen, and the space between the menu items disappears. So the name of the pages, the menu items, are floowing each other with no space. The space don’t come back if I scroll up to the top again.
This is fixed only when I refresh the page, and remains in order until I empty the browser cache. (It seems to do it not every time I refresh the cache, although this might be due to something else not problematic nor relevant here).
How could I fix this ?
Thanks a lot !
I did update the theme via FTP.
I am wondering why I had the ability to use a custom URL instead of portfolio-item in 2.4.2, but no longer have the option in 2.4.4. Clearly, the option was there at some point, as I was able to make the change from Enfold Settings > General Settings previously. This is also mentioned in the following support thread:
https://kriesi.at/support/topic/rename-portfolio-item-to-products-in-the-url/
Are there any plans to add this functionality back into Enfold options? If not, is there another way I can change the /portfolio-item/ piece of the URL to something else?
OK, then is there a clear reason why content cannot be at the top of the blog page once it’s been selected using the Enfold -> Theme Options approach? I don’t think I’ve been the only one to request this, and at first glance it does seem really odd that this isn’t doable.
Daniel
If there is a way to do that I’m not aware of it. The plugin route is the only one I know of to change the crop position, You could try searching for another plugin that allows for other methods but this was the one I had a link for on hand as it has been recommended and used before by others.