You only need to include the styles you want to edit into your style.css file. If you pull in the entire file it won’t automatically be used instead of the parent however.
This is happening everywhere as well though. For example, check out the join page and hover over the images on the right side (the button graphics)
Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue
Hi zerozendesign!
This will fix it:
.youtube_gallery_player br {
display: none !important;
}
.youtube_gallery_player .thickbox{
display: inherit !important;
}
Cheers!
Josue
Hey leifhansen!
In the top right corner of the advanced layout editor there is a Template button where you can save a page as a template and then on another page load all of that content in.
There isn’t currently an option to pull out an individual element but you can enable debug mode to reveal the shortcodes that make up the advanced layout editor. You just need to be careful editing the field and its contents because its directly saved in the database and if the data gets corrupted from a mistype or something like that it may not be recoverable.
Add the following to your functions.php to enable it:
//set advanced layout editor to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Best regards,
Devin
Hey zerozendesign!
Try with this:
.single-post .title_container{
display: none;
}
Cheers!
Josue
Hi!
You could have them custom coded in but it isn’t something we could assist via support unfortunately.
Cheers!
Devin
How do we get a Sidebar for “Single Product Page” ?
Such as on…
http://kriesi.at/themes/enfold/product/bodum-brazil-coffee-press-8-cup/
This page is at “Full Layout”.
Thanks in advance.
Glad you got it working, let us know if you have any more questions or issues :)
Regards,
Josue
looks like there was some server side caching. Fixed.
On my mobile device my sidebars on my Blog Page and Connect Page are not visible. How can I make sure the sidebar that is on the desktop view is also on the mobile. Does Enfold support WP Touch plugin?
Hey!
That CSS is being applied by this file, try editing it directly.
Cheers!
Josue
This reply has been marked as private.
Hi!
The default spacing is 13px, if you want a different amount simply change the 20px here:
.main_menu ul:first-child > li > a{
padding: 0 20px !important;
}
Cheers!
Josue
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
.main_menu ul:first-child > li > a{
padding: 0 20px !important;
}
Regards,
Josue
Hey guys –
Right now, when I hover over a linked image, it moves the element below it down for some reason. How can I eliminate this? You can check it out on http://godiaperfree.me/newsite/members-area/video-gallery/. It is less drastic elsewhere, but happens on all linked images.
Hey Josue,
Try this now. Hosting went down.
Awesome thank you!
Is there a reason why some of the portfolio grid images are bigger (longer) than the others? Do I have to upload featured images of a specific size, or will they be automatically sized on upload?
Appreciate the help :)
I’m sorry if this is obvious to others, but I can’t seem to figure out how to copy/paste or move blocks/elements from one page/post to another. Can someone please tell me how?
Thanks!
-Leif
Hi,
Not sure if this question is supported here but since I’m using enfold I thought I’d ask in case someone knows the answer.
I recently updated my url to my actual url from the static ip it was at prior to going live. There is still an instance of the old url in “dashboard_widget_options” in the wp_options table.
“http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://staticip/”
The url above in that table is showing my static ip rather than the actual website url that is now set throughout. Any idea why this wouldn’t have changed with the change in dashboard settings? Also, how can I go about changing this now?
Many thanks,
Jonathan
I was wondering how to resize the enfold google maps widget based on a percent %. I can get the widget to resize by entering pixel numerical value then appending px, like 500px. However, I’d like to increase the height in terms of a percent, but when I insert a percent into the height field like, 125%, the widget disappears. Any help would be appreciated. Thanks.
Hi!
You can add the color property to that declaration and change the value as needed:
.language_code {
display: block !important;
text-transform: uppercase;
color: #333;
}
Cheers!
Devin
hi,
my customer very happy for his medical clinics website built by enfold, but i need an appointment booking plugin for the medical clinics.
i found many booking systems but i think its suitable for hotels, not for medical clinics
can you help me please