Forum Replies Created
-
AuthorPosts
-
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
Hi,
You need to upload the images first on a specific post before you can use it as a gallery image. I’m sure this feature will be available anytime soon. Let me tag this to Kriesi.
Regards,
Ismael
Hi,
I’m a bit puzzled why you don’t need the menus but you can add this on your custom.css to remove the bottom part.
#header_main_alternate {
display: none;
}Regards,
Ismael
Hi Allyson,
Try to disable all your plugins. The css issue might be caused by some plugins. Try to check the demo site (Propulsion) in firefox: http://kriesi.at/themes/propulsion/ and you will see that it looks good in Firefox.
Regards,
Ismael
-
AuthorPosts