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
Hi,
I still have the same problem (see the very first post in this thread): I can’t use the WordPress SEO plugin (yoast) together with the Enfold theme. And I need both!
I kindly ask for a solution again. Disabling SEO plugin is not a solution …
Thanks,
G.
Kaylesimon : You can already do that, with “Templates” in the upper right hand corner of the page builder.
The option to add a lateral border to the different layouts when you choose them (the same style when you choose sidebars)
A way to copy and move pagebuilder sections/elements between pages. Maybe this exists and i just haven’t found it yet.
Hi italiatiles!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
#wrap_all { overflow-y: visible; }
Cheers!
Yigit
Hi everyone!
I have finished my first website. Enfold theme is really helpful and time saver.
I started from scratch, I didn’t even know the diference between HTML and HTML5, or what WordPress is, or what wp plug-ins do, nor even how to post a blog. I learned from what < a > tag is, and what BBCodes & sharecodes are.
Now I have my website published, with over 40 plug-ins running, with SEO, cache, performance, security, SSL and other useful things. Plug-ins are easy to get and install, I didn’t had any compatible problem with Enfold theme.
I’m using Fullscreen slider for homepage, Layer Slider WP for a couple of pages and videos, easy sliders for posts. I have a BBPress forum running.
My website is new and I’m happy for the results, you can take a look here QlikView community: https://expertqv.com
I’m more than happy to hear any advise (here). It’s my first website so I’m sure there are lot of improvements to do.
Thanks for the theme and the theme support (I used support forum twice with positive results)
Regards,
ace2296 reminded me of a couple column feature improvements :
- Inline Columns
- Column Shortcodes
- Nestable columns. For example [1/5, 4/5(1/3, 2/3)]
- Multiple “fifths” support. For example [1/5, 2/5, 2/5] or [2/5, 3/5]
- Sixths columns (with all of the above)
-
This reply was modified 12 years, 4 months ago by
Michae1.
Hi mioranza!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive .container .nine.units { border-right: 1px solid #e1e1e1; }
2) First you should switch to Default Editor ( http://i.imgur.com/hROBjAw.jpg ) and create Contact Forum by clickin magic wand. Then you should copy that shortcode and paste in the content of your tab
Cheers!
Yigit
Hi!
Just for your information, our queue goes from the oldest to the newest queries. So if you self post, you are automatically pushing your topic to the end of the queue.
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) { .avia-progress-bar .progress { height: 72px; } }
Regards,
Yigit
Hi Jose!
Just for your information, our queue goes from the oldest to the newest queries. So if you self post, you are automatically pushing your topic to the end of the queue.
Please go to Enfold theme options and make sure that you choose to display sidebar in Sidebar tab.
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce .title_container .breadcrumb { display: block; }
.title_container .breadcrumb { display: none; }
Regards,
Yigit
greetings earthlings,
Enfold makes it easy do create a one-page site. cool. But when I i use an ajax portfolio with pagination not so much. what happens is that the entire page reloads on clicking the page number. .
I’m not sure if there’s a way around this and the page reload wouldn’t be a problem if it went to the page position with the portfolio, instead of the top of the page.
MaYbe an anchor link? If so, where and how?
Many thanks.
Great theme and support!
Hello!
There is a problem with the plugin “Visual Form Builder”. I deactivated it then the Artists page started to work properly. http://www.realwiredmusic.com/artists/
Best regards,
Ismael
Hello Ismael,
I mean we are adding custom php files for our pages and menus. Our developers are working on it but it seems they cant change the sliders to our images we need. The slider is the one that was included with enfold which is layer slider
website is
http://home.acmeliteservicesllc.com/
Hello!
I tested this and successfully added the QQ social icon on the header. I followed Dude’s instruction.
1.) Edit includes > admin > register-admin-options.php, find this code on line 905:
'Behance' => 'behance',
Add this code below:
‘QQ’ => ‘qq’,
2.) Edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
function avia_add_custom_icon($icons)
{
$icons['qq'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue908');
return $icons;
}
3.) Go to Enfold > Header > Add the “QQ” social icon. Save changes.
This is the screenshot of the result:

Regards,
Ismael
Hello,
I need to add a category description text, which should be displayed below the list of categories in a portfolio page, when you click on a category name. I have figured out that the filtering of the items for each category is obtained via javascript but I don’t know what to do. My javascript knowledge is very basic. Have a tip?