Works! You can close this topic. Thanx everyone!!
Hey Nora!
Please refer to Peter’s post here https://kriesi.at/support/topic/wpml-flags-of-fixed-menu-with-social-icons-as-dropdown/#post-130278
You can edit Header.php file in Appearance > Editor.
Best regards,
Yigit
Hi Yigit, I followed your instructions and I’m still getting the white gap at the right of the menu now on Chrome, IE and FF.
Do I need to open another topic to learn how to modify submenus width, background color and font size?
Thanks in advance.
-
This reply was modified 12 years, 4 months ago by
jorgepelaez.
This reply has been marked as private.
Hi!
Because they all are in Avia Layout Builder. But you can turn on Debug mode to see shortcodes of the elements you have added using Avia Layout Builder. Please see Devin’s post here https://kriesi.at/support/topic/avia-bulder-support-box-visible/#post-187624
and add it to functions.php file
Cheers!
Yigit
Hey!
I didn’t test this hack but you can try to modify the tab code in /wp-content/themes/enfold/js/shortcodes.js. Open up the file and search for
function trigger_default_open()
{
if(!window.location.hash) return;
var open = tabs.filter('[data-fake-id="'+window.location.hash+'"]');
if(open.length)
{
if(!open.is('.active_tab')) open.trigger('click');
window.scrollTo(0, container.offset().top - 70);
}
}
and replace it with
function trigger_default_open()
{
if(!window.location.hash) return;
var open = tabs.filter('[data-fake-id="'+window.location.hash+'"]');
if(open.length)
{
if(!open.is('.active_tab')) open.trigger('click');
window.scrollTo(0, container.offset().top - 70);
}
}
$('a').on('click',function(){
var hash = $(this).attr('href').replace(/^.*?#/,'');
if(hash)
{
var open = tabs.filter('[data-fake-id="#'+hash+'"]');
if(open.length)
{
if(!open.is('.active_tab')) open.trigger('click');
window.scrollTo(0, container.offset().top - 70);
}
}
});
Regards,
Peter
Hey!
Try to insert following code into the quick css field
#top .frm_form_fields input[type="text"], #top .frm_form_fields input[type="input"]{
margin-bottom: 0;
}
Best regards,
Peter
Hi,
I am using FormidablePRO for my forms which I really need to keep using it.
I was using Choices theme and you gave me the following code to fix some issues with the CSS:
/* fix the formidable problem */
.flex_column .frm_form_fields br{display:none;}
.ui-datepicker-month, .ui-datepicker-year{
min-width: 0 !important;
padding: 0 !important;
}
I found the following code which solved me the breaklines:
#top .frm_forms label {
display: inline;
}
But I still need more help to make this: http://d.pr/i/iwc5/5hTP676R to look like http://d.pr/i/10NO/3MwjJGUN
They are both the same form. The first on Enfold, the second on Choices with custom CSS.
I can send you the URL of the website in PM or by email.
Thank you.
Hey!
It seems like header size goes to 70px when you remove the code. But i have added custom CSS code that will stop logo from resizing in Quick CSS section
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
#top .ajax_form .captcha {
padding-left: 75px!important;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { #header_meta #searchform { top: 0 ; width: 150px; } }
Regards,
Yigit
Hey osukaru!
You can add following code to Quick CSS in Enfold theme options under Stylin tab
.bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { width: auto; float: right; top: -60px; margin-right: 125px; }
It may cause some responsive issues if you have many menu items and i would not suggest you to change the position of this menu
Regards,
Yigit
I’ve never had any probs with that. And yeah, wrapping block elements should be best avoided. Just give it a shot and see if it works for you.
Hi Ismael,
We don’t want to change the code because it’ll revert back when we update the theme. we have given custom CSS as
.header-scrolled #header_main .container, .main_menu div > ul > li > a{
height: 45px !important;
line-height: 45px !important;
}
.header-scrolled .main_menu {
padding-top: 0px;
}
So any way to change in this code.
I need to solve the same issue as here, but the solution doesn’t work in my case.
https://kriesi.at/support/topic/getting-rid-of-section-just-below-menu-and-header/?login_error#post-193250
This is the website i want to improve http://erasmus-intership.eu/
That space with Home _________________________________You are here: Home
is very annoying, i need it out! It worked for DoGrinDigital but for some reason i apply the same solution and there are no changes at all…
Thanks for your support
Hey!
Please add this on your custom.css or Quick CSS:
#top .avia-logo-element-container img {
width: auto;
}
#top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img {
width: auto;
}
Cheers!
Ismael
Hi!
Sorry but it is not possible yet. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests
Cheers!
Ismael
Hey disruptivevision!
Are you using the Small Fixed Header? You can edit js > avia.js, find this code:
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
header.addClass('header-scrolled');
}
Replace it with:
var st = win.scrollTop(), newH = 0;
if(st < el_height/1.5)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.5;
header.addClass('header-scrolled');
}
You can decrease the 1.5 value if you want a larger header when you scroll down the page. Please remove browser cache then reload the page a few times. You can also test it on another browser.
Regards,
Ismael
How do I remove the feature image from displaying when clicked through to a portfolio page?
eg of Portfolio page http://rod.clientattractionpartners.com/portfolio-item/first-light-at-ocean-grove/
I don’t want featured image to appear at top of page … however in order for portfolio item to show up on portfolio grid page I need to use the featured image.
Hi there!
I have a problem regarding the portfolio items. After the grid, when I open an item, there are the buttons on the left and right side for the next item, but it seems they are the wrong way.
If I open the very first item on the top left, then the button to the next item should be shown right not left. How can I change this?
Thank you very much for your answer, best regards,
dulei
Hi Peter, I pasted the code snipped first at very top of the functions.php at line 15. Than I moved the code from very top to near the end of the function.php at line 415 and now I got this output:
Array ( [0] => Startseite [1] => Shop [2] => Shop [3] => eBooks )
Hey!
I can’t modify the theme files and thus I can’t debug the issue. We need to know how the breadcrumb trail look like. Insert following code into the theme functions.php file
if(!function_exists('avia_modify_event_breadcrumb'))
{
function avia_modify_event_breadcrumb($trail)
{
print_r($trail);
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_modify_event_breadcrumb');
}
and Enfold should output some new text/code at the very top of the page (i.e. here: http://bildmanufaktur-wackernah.de/shop/ebooks/ ). Please copy it and post it in this thread.
Best regards,
Peter
Hi!
We need to know how the breadcrumb trail look like. Insert following code into the theme functions.php file
if(!function_exists('avia_modify_event_breadcrumb'))
{
function avia_modify_event_breadcrumb($trail)
{
print_r($trail);
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_modify_event_breadcrumb');
}
and Enfold should output some new text/code at the very top of the page (“automatic concepts” archive page). Please copy it and post it here.
Cheers!
Peter
A while back, I was kindly given this code from Support to make the Woo Commerce cart show up in responsive mode on this page: http://tested-marketing.com/sign-up/
.responsive .cart_dropdown {
display: block !important;
}
For some reason it has now stopped working. Could an Enfold or Woo update have changed something.? I tried to find the problem, but wasn’t able to. Thanks for any help you can give! Mike.
Hi formateins ,
Dude said the code is not w3c valid ? Still safe to use ?
Hi!
Please add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post-title {
text-align: left;
}
Best regards,
Ismael
Hey!
My bad! Please use this instead:
#header_meta #searchform {
float: right;
top: -20px;
position: relative;
}
#header_meta .sub_menu {
float: right;
margin-right: 250px;
margin-top: -10px;
}
Remove browser cache then reload the page.
Regards,
Ismael
Hi DoGrinDigital!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main {
padding-top: 91px;
}
Best regards,
Yigit
I have added a featured image for a page (not a post) and for some reason, the featured images does not show at the top of the page. I have a right sidebar set on the page. Do featured images only work on posts or is there a trick?
Hi,
im dashboard erscheint bei mir kein Menü- Unterpunkt für das Forum (bbPress), ich kann also auch keine neuen Foren erstellen oder bestehende verwalten. Habe ppPress inzwischen neu installiert: keine Änderung.
Auch im Top- Menü gibt es unter “neu” keinen Hinweis auf bbPress…
Was kann ich tun?
appears on the dashboard with me no menu sub-item for the forum (bbPress), so I can also create or manage existing new forum. Have ppPress now reinstalled: no change.
In the top menu, there is the “new” no evidence of bbPress …
What can I do?
(translated with google ;-))