Hi!
Please create a new topic, so we can be able to assist you.
Thanks a lot for your understanding
Regards,
Basilis
Hi,
That’s expected, FWD submenu doesn’t support highlighting out of the box, you can mod the theme files to change that though:
Best regards,
Josue
Thanks – i will test it today.
BTW it seems to be important that on the page we register the api key for maps – the server domains are verified!
if i only put in the server domains down the key :

this seems to be not enough.
on top there is a tab to verify the domains:

great thanks. Do the headings automatically have that margin at the top by default?
I am looking to add this function
add_action( 'ava_inside_main_menu', 'enfold_customization_add_date' );
function enfold_customization_add_date() {
echo '<span class = "header_date">'.get_the_time('F j, Y').'</span>';
}
to the end of the header_meta area (top bar), what should I use instead of ava_inside_main_menu?
Is there a way to add the parent page name to the top of the auto-generated sidebar menu? See the link in the Private Content area. In this example, we would like “Trusts & Estates” to appear above “Core Documents, Family Matters, Real Estate, etc.”
Thanks!
Oh strange, I had thought I did that step already. It looks like this worked for the desktop view, but I’m getting a large padding for tablet and mobile when resizing, any suggestions here? **Lastly, I keep asking, but there is still small white spaces that are showing randomly on some of the tops or bottoms of the photos. Instagram publishes at the same size so for some reason there is like a sliver of 1-2 pixels of white, I think this is something on the back-end, please help with this as well, I’m very stumped here. Thanks again.
Hey there,
i am facing some issues with my site:
1. the lightbox for all images (blog or shop does not work) do not work. – even i have downgraded Enfold. i really dont understand why. Solved :-)
2. the breadcrumbs are different: on the shop pages the breadcrumbs are under the displayed banner
and on the layouted sites they are over the image slider. Is there are a way to “put” the breadcrumbs form the shop pages unter the banner image?
3. if you see the product slider on the first page: the images looking weird. I did not find a way to scale them “smaller”. even i have used `@media only screen and (min-width: 468px)
{
#top .thumbnail_container img {
min-height: 550px;
}
}`
in order to align them. the images are scaling up. can you please give me a hint?
3. Is it possible to put the woocommerce layer navigation on top of the shop site and on top of product category sites? I tried it with a custom site and widget areas, but the products were not filtered at all.
Thank you so much!!!!!
Kind regards!
-
This topic was modified 9 years, 8 months ago by
Tobiy.
debora
Bom dia Josue!!
Obrigada por interagir, o link esta no topico abaixo, como são 2 arquivos .zip preciso saber se instalo os 2 pois não consegui instalar o de maior volume no meu wordpress!!
Na verdade ao extrair enfold_all_files.zip surgem 2 arquivos .zip:
1- enfold 23.603 Kb;
2- psd 44.446 Kb
Ao tentar instalar o psd.zip a mensagem recebida, “O pacote não pôde ser instalado. O tema não possui uma folha de estilos style.css.
A instalação do tema falhou.”
Outra duvida é esclarecer se posso instalar o tema Enfold em outros clientes onde estou instalando wordpress como funciona essa minha licença?
Li seu termos mas não entendi muito bem esses detalhes!!
Obrigada e aguardo
Debora
Hi,
Can you please try following instead
.custom-grid-row-section-padding {
padding-left: 0!important;
padding-right: 0!important;
}
If that does not help, please go to Enfold/css/grid.css file and find
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin {
display: block;
margin: 0;
height: auto !important;
overflow: hidden;
padding-left: 8% !important;
padding-right: 8% !important;
}}
And change it to
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin {
display: block;
margin: 0;
height: auto !important;
overflow: hidden;
padding-left: 8%;
padding-right: 8%;
}}
Best regards,
Yigit
Hey chartreader,
all recommended plugins for Enfold: kriesi.at/support/topic/recommended-plugins/
For other plugins you’ve to search by yourself.
Best regards,
Andy
Hey FedeMITIC,
Please use following code instead
.html_header_top #top .av_menu_left .main_menu, .avia-menu.av-main-nav-wrap {
width: 100%;
}
#top #menu-item-search, .av-language-switch-item {
float: right!important;
}
Then please refer to this post – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av-flex-placeholder {
width: 1%;
}
Best regards,
Yigit
I had changed the default padding per a prior support question. I am changing the highlighted menu behavior so it matches the top main menu. I didn’t want the boxes around the items. This default change makes the items that are highlighted move one space to the left and they still bounce down one space. I did try removing all custom css and adding back one modification at a time, but didn’t find any conflicting code. Any other ideas? Thanks!
I also wanted to add that the Enfold Theme Construction Demo left side menu does the same thing when highlighted.
-
This reply was modified 9 years, 8 months ago by
dibooth.
Hi,
I changed the code to following one
.logo, .logo a {overflow: visible;}
.logo {
top: 15px;
}
.container.av-logo-container {
margin-top: -15px !important;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 87px !important;
}
Please review your website now
Best regards,
Yigit
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi James,
Please try this as well:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {
padding-right:15px !important;
}
Regards,
Rikard
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi, have you guys any further information on this? I am up against a deadline and this is stopping me from moving forward. Hopefully I have supplied all the information you need.
Would love some input so I know how to move forward.
Simon
Hello,
I’m having the same issue I cannot edit pages on my website.
Have cleared the cache, tried on different browsers and laptops, theme and wordpress are up to date and I have switched off all the plugins and each plugin individually but still not working.
It loads when I create new pages but cannot edit old ones.
Help please :)
Thank you
Thanks Yigit. This getting close to what i want apparently.
Now it does shrinks down when scrolling up, but overall the logo size is reduce too and with a gap on top.
http://goo.gl/nKm1lf
http://goo.gl/bDrozY
Have tried change the – .logo {top: 0px !important;} but again logo won’t overlap.
It is possible to attach the logo on top 0px, and overlap 15px bottom (logo overall size 244px (w) x 103px (h), container 88px height and shrinks when scrolling??
http://goo.gl/PYyxH3
Hey,
1. The error comes as an answer from the server when it can handle the image sizes the theme sets, you could workaround it by disabling some of them, refer to – https://kriesi.at/support/topic/upload-image-giving-http-error-theme-error/page/3/#post-618970
2. Can you post a link to a page where that happens?
Best regards,
Josue
Hi again,
I just check it again and i discover that the problem only occurs in computers, not in mobile devices… (I’m using last version of Safari for mac)
The text highlighted in bold appears much bigger than the normal text and the unique solution I found to distinguish them from the titles is to put all the titles in Upper cases…
I can’t attach pictures in the reply but you can see it in the same link than i posted two days ago If you need it, i can open another topic attaching the images.
Many thanks for your support.
Oi Debora,
Pode colocar o link do topico criado?
Saudades,
Josue
Hey!
Try adding this code to the Quick CSS:
.alternate_color .container .av-inner-masonry-content, #top .alternate_color .container .av-masonry-load-more, #top .alternate_color .container .av-masonry-sort, .alternate_color .container .av-masonry-entry .avia-arrow {
background: white;
}
#top .av-masonry-entry-title {
font-weight: 100;
font-size: 13px;
}
Cheers!
Josue
Hi,
Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #main {
padding-top: 88px !important;
}
}
Best regards,
Ismael