Forum Replies Created
-
AuthorPosts
-
Hi,
Open js > avia.js then find and remove this code
//check if the browser supports element rotation
function avia_header_size()
{
var win = $(window),
header = $('.fixed_header #header'),
elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
//header.addClass('shadow');
}
elements.css({height: newH + 'px', lineHeight: newH + 'px'});
}
if(!header.length) return false;
if(isMobile)
{
return false;
}
win.scroll(set_height);
set_height();
}Regards,
Ismael
Hi,
Looking at your site, I guess you managed to insert icons before your menu items.
Regards,
Ismael
Hi,
What type of header are you using? You can select 4 types of headers on Enfold > Header.
Regards,
Ismael
Hi,
Can you give us a link to the page with the blurred images? Did you use it as a portfolio thumbnail?
Regards,
Ismael
April 29, 2013 at 11:44 pm in reply to: How to put fullwidth easy slider background image "Full view"? #116435Hi,
After you inserted the background image, click the Full Width Slider again and at the very bottom look for the Background Repeat > Select Stretch to fit. Suggested image size is 1500×400 px.
Regards,
Ismael
Hi,
Just add this on the Quick CSS or custom.css
#menu-comunica-e {
display: none;
}Regards,
Ismael
Hey,
@GordonHJK: Thanks for the help.
@timmeeh89: Try to remove browser cache then reload the page. Sometimes it takes a few refresh before the changes take effect.
Regards,
Ismael
Hey,
Glad you found it. You can also search the forum if you encounter any problem.
Regards,
Ismael
Hi,
Go to Appearance > Widget > Create a new widget area name it for example Google Map then insert the Enfold Google Map Widget.
Edit the Contact page, choose Advance Layout Editor. Click the Content Elements tab then insert a Sidebar. Select the newly create widget area we named “Google Map”. Update or save the page.
Regards,
Ismael
Hi,
How did you insert the tab? I would like to recreate and align the tab.
Can you give us a link ?
Regards,
Ismael
April 25, 2013 at 10:09 pm in reply to: Enfold – Blank pages not centered after update to version 1.3 #115887Hi,
You can use a plugin like this.
http://wordpress.org/extend/plugins/wp-google-fonts/
Regards,
Ismael
Hi,
I’m not sure what is wrong with the related posts images though I notice the actual post image is missing.
Regards,
Ismael
Hi lounge35,
Kindly check this thread: https://kriesi.at/support/topic/enfold-child-theme
Regards,
Ismael
Hi,
You can add this on your Quick CSS or custom.css.
.avia-menu-fx {
display: none;
}Regards,
Ismael
Hi,
Try to add this on your custom.css
.embed-youtube iframe {
max-height: 70%;
}Regards,
Ismael
Hi,
You can try this on your Quick CSS or custom.css
#header {
position: fixed;
}
#main {
margin-top: 152px;
}Regards,
Ismael
Hi,
I don’t have a MAC machine so let me tag the rest of the support team to check this problem. Thanks for the tip.
Regards,
Ismael
Hi,
1.) Go to Appearance > Menu Editor.
2.) Add a new menu item and name it Mega Menu for example. Tick the “Use as Mega Menu” option.
3.) Add another menu item drag it slightly to the right of the menu item above it (Mega Menu) to create a hierarchy (parent/child) relationship in the menu, name it Column 1. Notice how it change the description to “Column”.
4.) Add another menu item and drag it slightly to the right of the menu item above (Column 1).
5.) Save changes.
You can refer to this image as example. http://www.mediafire.com/view/?nlzgvyferci8e7k
Regards,
Ismael
Hi,
You can add this on your custom.css
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block; }
}The sidebar will be place at the bottom before the footer.
Regards,
Ismael
Hi,
1.) Go to Appearance > Menu Editor.
2.) Add a new menu item and name it Mega Menu for example. Tick the “Use as Mega Menu” option.
3.) Add another menu item drag it slightly to the right of the menu item above it (Mega Menu) to create a hierarchy (parent/child) relationship in the menu, name it Column 1. Notice how it change the description to “Column”.
4.) Add another menu item and drag it slightly to the right of the menu item above (Column 1).
5.) Save changes.
You can refer to this image as example. http://www.mediafire.com/view/?nlzgvyferci8e7k
Regards,
Ismael
April 22, 2013 at 12:37 am in reply to: Color Styling Issue ( cannot change colors in post ) #115289Hi,
You can add something like this on your custom.css or Quick CSS.
.single .main_color {
color: blue;
}This will only affect your single posts text color.
Regards,
Ismael
April 22, 2013 at 12:20 am in reply to: Facebook Integration & Disqus Integration (doesn't work with theme) #115300Hi,
Kriesi removed the integration because of some incompatibilities. You can use social media plugins like shareThis or addThis.
Regards,
Ismael
Hi,
Yeah, I see the problem. In my honest opinion it is not really a problem, you need to refresh the page first. Let me tag Kriesi about the this. I think there is a way to make it responsive without refreshing the page.
Regards,
Ismael
Hi,
Please deactivate the Jetpack ‘Custom CSS’ to avoid conflict. IMO you don’t need the plugin since the theme already has a file for that. You can also place your custom css codes on Enfold > Theme Options > Styling > Quick CSS.
Regards,
Ismael
Hi,
Go to Theme Options > Styling > Header Tab. You can select various background images or upload your own.
To change the font size and make it uppercase, edit custom.css and add this code
#menu-navigation li a {
text-transform: uppercase;
font-size: 15px;
}Regards,
Ismael
-
AuthorPosts