Hi Nima!
It could be a workaround, however there are better solutions, please take a look: http://css-tricks.com/forums/topic/show-different-nav-menu-on-specific-pages-wordpress/
Best regards,
Josue
It is now because I stopped using the button and just hyperlinked the text. How would I use the button without a lightbox?
Hello guys ,
I have a project that uses the add social media icons hack to the menu and have a few questions.
a. On sites lower than 980 width resolution , the navigation breaks or overlaps with the social media icons.
How do I hide both the menu and social icons and switch to responsive menu entirely ?
b. In the site there’s a learn more H1 tag. Is there a way to reduce the margin or padding so the top of the letter is inline with the top of the video content ?
Thanks Yigit! The new code worked and is posted below for future users:
open Footer.php file in Appearance > Editor and change line 168 to:
>
<div id=”fb-root”></div>
</body>
</html>
-
This reply was modified 12 years, 5 months ago by
djsmbd.
Hey djsmbd!
Please follow instructions on this post https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730
and let us know if it does not work for you
Regards,
Yigit
Trying to use the following in the Advanced LayerSlider WP. With the goal being a full width transparent overlay at the bottom. Any recommendations on what I am doing wrong or how to fix it?
Style:
Layout & Positions Width : 95% Height Top: 94% Left: 50%
Padding Top: 50px Right : 50px Bottom: 10px Left: 50px
Misc Background: rgba(255, 255, 255, 0.4)
Basic (HTML Content):
[av_one_third first]
[av_icon_box icon='ue862' font='entypo-fontello' position='left' title='BE MORE EFFICIENT' link='' linktarget='no']
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
[/av_icon_box]
[/av_one_third]
[av_one_third][av_icon_box icon='ue8b9' font='entypo-fontello' position='left' title='GET CONTROL' link='' linktarget='no']
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
[/av_icon_box][/av_one_third]
[av_one_third][av_icon_box icon='ue8dd' font='entypo-fontello' position='left' title='GROW YOUR BUSINESS' link='' linktarget='no']
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
[/av_icon_box][/av_one_third]
Hi!
I am not sure how hard it would be to achieve, but you can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
And as George said
I have decided that the title and description showing on mobile is not so bad.
I’m considering this solved and closing the topic. Feel free to start a new one if you have any questions or issues :)
Regards,
Yigit
Hi!
Please refer to Kriesi’s post here https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204
Actually as far as i know it was already added in update but check once again and let us know if issue remains
Best regards,
Yigit
Hi Yigit, thanks for reply.
The topic you mention is mine, and it worked for the alternate rows.
But now now i only want to modify the cell for description column , at the heading row, on the upper left.
With the provided code iside this topic, i changed the cell to red, for example, but not to transparent.
Thanks again!
Hi!
1) Please change previous code with following one
@media only screen and (min-width: 1340px){ .responsive_large .container .nine.units { width: 957px; }}
2) Thumbnails on product page appear fine on my end as well http://i.imgur.com/BidSxiJ.jpg Can you post a screenshot?
3)
#top .price { font-size: 22px; }
Regards,
Yigit
Sorry, the topic was closed before I had a chance to add this…
The relevant code is in config-templatebuilder/avia-shortcodes/portfolio.php (451)
I suspect a JavaScript interaction is messing up the quotes on the tag attributes and that this possibly only occurring in WebKit/Chromium (Nitro/V8) and not in Gecko (SpiderMonkey/Rhino), as I have observed in recent times that most developers appear to be working only in Firefox and often forget to test the results of their code in other popular browsers.
That is all, for now, I think… ;)
Yes, I was told previously that I had to use the full screen slider. That’s what I want. But I want the text boxes over top of it as in the attached photo previously. Is there any way to do it to look like that?
Thanks
This reply has been marked as private.
Hi!
I will add a rel nofollow tag to the social icons on top of my logo and also to the twitter and rss widget. I use the fixed header with social icons and additional nav.
Please tell me in wich file and line i found it
thx
There was a Thread before covering this topic (https://kriesi.at/support/topic/copyingmoving-elements-to-different-pages-enfold-theme/) but as by now it’s already closed and I have a really similar question.
I want to create a certain element using the advanced layout editor. This element should be on different pages. I know about the Template Feature but I would prefer it being dynamic, which means I don’t want to edit it on a single page and create a new Template to edit every Page which it is on, to paste my changes.
I read about activating the debug mode to show the shortcode which inserts a certain element. I already edited my function.php using
//set advanced layout editor to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
and created a new Page (draft) with my element. Now I can’t find the shortcode or any “debug”-feature.
What am I missing?
thanks
Hi Yigit,
I had already tried that, it doesn’t make a difference. It is the same on every computer I try, which is very weird if everything looks okay on your screen.
It’s actually worse than before, since we updated it. None of the system icons are now showing. Before, the ones in the icon list (content element) were visible, as was the magnifying glass next to the search bar on the top navigation. These have now disappeared too, and I noticed that some graphics are out of alignment on a few pages.
Is there anything else you can advise?
Many thanks,
Brenda
Hi formativnet!
Icons display fine on my end on the page you have posted in the other topic. Please flush your browser cache and setting if you are using any cache plugin and check your website once again.
Cheers!
Yigit
Hi!
Please switch your header type to “Fixed header with social icons” and add following code to Quick CSS in Enfold theme options under Styling tab.
#header_main .container, .social_header .main_menu ul:first-child > li a {
height: 58px!important;
line-height: 58px!important;
}
.fixed_header.social_header #main {
padding-top: 89px;
}
.logo img, .logo a { max-height: 58px!important; }
Cheers!
Yigit
Thanks for your help, Ismael! It looks much better. However, I know that the client will still like to have the social navigation bar up there. Is it possible to have the small header and keep the upper social nav?
Thanks!
This reply has been marked as private.
Hey warrentkachuk!
Feel free to request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
It is not that easy to pull it off. You are going to need to hire a freelance developer for that kind of a customization if you really need it.
Best regards,
Yigit
Hi!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 768px) { .avia_transform .avia_start_animation.right-to-left.avia_image, .avia_transform .avia_start_animation.bottom-to-top.avia_image,
.avia_transform .avia_start_animation.top-to-bottom.avia_image { -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; }}
2) I cannot see a background with rounded corners on the link you have posted. Can you post a screenshot instead?
3) You are going to need to hire a freelance developer for that kind of a customization if you really need it
Regards,
Yigit
Good morning,
I recently put this post up: https://kriesi.at/support/topic/incons-in-sliders-and-icon-boxes-not-showing/#post-175633
After the update, the problem remains.
Thanks in advance for your reply.
Brenda
This reply has been marked as private.
Hi there!
I do have a challenge with the blog post pictures, showing correctly.. If I choose a thumbnail pic for every blog post, it will show at the blog overview page – that is good.
BUT it also shows at the blogpost.. So when you enter a blogpost, you see a thumbnail pic at the top of the post, and then the headline – and then the same pic again (because this is the pic I choose to be the thumbnail pic..)
If I don´t choose a thumbnail pic in the blog post, the blog post will appear correct – but not at the blog overview page – there will be no pic at all..
So what I had done one time, was just to choose a thumbnail from the media gallery – and NOT put it in my blogpost and choose that.
That way the pic only displayed once. That was fine.
But every time I update the Enfold Theme, it changes.. So now it looks like sh… again ;)
In blog posts – I have a thumbnail pic (and it´s cropped – so it looks even worse – it´s about 700 x 300 px – and it should be 710 x 575! I´m using a border at every pic – so it can´t be cropped.. ), a headline and then the same pic in the right size (710 x 575 px)
What should I do? I want the pic to show at the blog overview off course – but I don´t want it show 2 times, in the blog post..
And should I stop with the border at my blog pics..? (Because if it keeps changing every times I update – I can´t have the border.. But I really want them, it´s a part of my layout…)
Please help… :-) Regards Karolina
Click to see example:
http://www.karolinakaersner.com/plastic-fantastic-2.html
-
This topic was modified 12 years, 5 months ago by
frost2001.
Hello Devin,
I see, thank you. That means that i need to “repair” the Permanent link (https://kriesi.at/support/topic/h1-permalink-takes-to-home-page-not-archive-page-for-posts/) becouse if I do like you explain, the permalink redirect to the startpage and not to the Blog itself.
It is possible to make that change in the child template?
Thank you
Antonio
-
This reply was modified 12 years, 5 months ago by
LA_BREVA.
Hey Ismael,
The website is still localhost (Mamp).
With te hope to see more thumnails on a standard desktop screen (from 4 to 6), i changed in css/shortcodes line 1915
from
@media only screen and (min-width: 1800px){
to
@media only screen and (min-width: 1341px){
I tested in Safari and Fiirefox and result is oke. Do i have to change more code to have this working in I.E., Chrome?
If that is the only code to change: can i change line 1916 from 16.6% it to 12% to see 8 thumnails in a row?
best regards,
leRenaar
Hi,
I have a problem with the Theme Enfold…
I have activated the comment on page, following that procedure: https://kriesi.at/support/topic/enfold-comments-on-pages/ but the procedure don’t work… on every page the comment box doesn’t appear…
http://www.gardalandparkfanpage.it/novita-2014/
Any suggest for resolve this issue??
Thanks in Advance