Some reason, categories menu on portfolio has been disappeared. It’s my 2nd time the categories menu (sort menu ) is gone. I would appreciate a help on how to resolve the issue!
Thanks,
-
This topic was modified 12 years, 1 month ago by
yongjlee0120.
I’m trying to override Enfold’s CSS for tables and input fields, on this page: http://www.finalsmoke.net/order-form-1/
using these styles in my custom style.css file…
input.fsfield {
border-width: 1px;
border-color: black;
width: 20px;
color: #000;
line-height: normal;
background: rgb(255,255,255);
font-size: 13px;
font-family:”Times New Roman”,Georgia,Serif;
margin: none;
}
.fstable table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
border-collapse: True;
background: none;
}
However, my table (which has id=’fstable’) still has a white background (should be transparent), and my form fields (which use class=’fsfield’) are too wide and have the wrong font.
The above page is using a template in a child theme. The template contains the table and form fields which are not responding to my custom css in styles.css.
Please advise.
Hi Jane!
That’s a color section with a fixed background image, these are the settings:

Regards,
Josue
Hi!
You’d need to use a plugin for that, this one works good with Enfold:
https://wordpress.org/plugins/contact-form-7/
Best regards,
Josue
I want to create a page like the one shown in the Enfold demo when you select Pages > Fullscreen Slider. Would you provide me with some details on how to do this? I especially like how the living room images appear in the background when you scroll down the page and the tablet below “What others say about us” (sort of like a parallax effect)
Thanks in advance for your help with this.
Hey Viterbi!
To hook on a single post content, refer to this:
http://wordpress.stackexchange.com/questions/56884/how-to-only-hook-on-single-php-after-content
As far as i know, there isn’t a list to all theme hooks but i think that’s a valid request, feel free to request it here:
https://kriesi.at/support/topic/enfold-feature-requests/
Regards,
Josue
Hi there,
This seems to work fine for custom sidebar order – but what about Sidebar Pages – this is still being displayed above the Displayed Everywhere widget.
As an aside, I’m using Enfold Child, so I’ve simply made the modification to sidebar.php in this theme folder & uploaded, I presume this will overwrite the sidebar.php in the parent theme folder?
Thanks,
Jas
Hi Yigit,
Currently running WooCommerce v2.1.2 and Enfold v2.5.4.
Hey mattmorse!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_stretched #wrap_all {
background-color: white;
}
.page-id-2703 #main > div { border: none !important; }
Regards,
Yigit
Hey!
Masonry_entries.php file inside wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder does
Cheers!
Yigit
Hey ctcphx!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#wrap_all { overflow-y: hidden; }
P.S.: You could answer on the first topic you have started so it would be easier for you and for us to follow the conversation.
Regards,
Yigit
Thanks Yigit –
That being said, What file would we start digging into? What is powering the display of the masonry blog? This way we can take what you passed on and get to work.
Hey David!
If i understood it correctly, this is really not an easy task. I think it would be the best if your developer dig into sticky post functionality http://codex.wordpress.org/Sticky_Posts
If you would like to find another freelance developer, please see Microlancer or Codeable
Cheers!
Yigit
Hi Albulushi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-restrict-output {
margin: 0 50px;
}
Best regards,
Yigit
Hi guys.
I know you guys are probably extremely busy but I have also noticed that some of my support requests have been answered before this one and this one is probably the most important. I really need a response on this one as soon as possible. It has been 2 days now with no response.
Hi ouranos3!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_promobox .avia-button { width: 47%; }
.avia-promocontent { width: 48%; }
Best regards,
Yigit
Hey!
Please go to Enfold theme options > Sidebar tab and make sure that have chosen to display sidebar on “Sidebar on Single Post Pages”
Cheers!
Yigit
Thanks Devin,
Ultimately the fallback to still image would be preferable. I just noticed a new-ish PayPal homepage has many of the same features Enfold provides. They are using video backgrounds, and fallback to a still frame for mobile devices. ;) Nice to know you’re ahead of the curve.
I opted out of using the video backgrounds for now, as I need a one-size-fits-all-devices solution, so until a still frame fallback gets added as a new feature, I likely will not use this. However, it is a very cool addition. I’m really enjoying using this theme, and all the support.
Cheers!
Todd
Hi!
We will be waiting to hear from you. If needed, please see http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Thread will be on hold and you can open it by simply posting. Please post when you launch the website
Best regards,
Yigit
Update:
I found out this issue was likely caused by our hosting setup and *not* from WordPress or Enfold.
Problem solved (for me) ;) Thanks for all the great support.
Todd
still in development but: http://hestrez.pl/ :)
great theme – very flexible and with great responsiveness
Hey!
Shortcodes simply have so many options to choose from :) Please also take a look at http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
I am marking this thread as resolved for now. If you have any other questions or issues, let us know!
Cheers!
Yigit
Nice, that worked. Might be nice on your documentation site to just have a list for us developer types who like hand typing things :)
This reply has been marked as private.
This reply has been marked as private.
Hi there,
Not really a support request as such – more like a little advice.
I know there are a lot of options out there for login access, but here is my scenario & I was just wondering if any of you may know a good solution that will work well for Enfold.
I have a page I’d like to restrict access to. The client wants to capture email addresses of the people that want access to this page (not for spamming, just resource tracking).
It’s a media gallery of resources, & they’d like to keep it as simple as possible, so perhaps a universal password (a simple password protected page).
I’m thinking as I type this, so perhaps a signup form on the password protected page with something like ‘enter your email to be sent a password to gain access’ or something like that.
I have Gravity Forms, so I guess I can set it up to automatically send out an email with that password easily enough, but how would I place that simple form on the password protected page – I guess that’s a template?
The final part of the equation is they’d like to track how many resources this user downloads – that’s where it gets trickier.
Any ideas around this part of the equation?
So login form capturing email address on password protected page.
Click tracking of that user when they access/download resources from that page.
Thanks for reading this far!
Jas
Just finished my first website tell me what you think.
http://www.proconsolerepairdfw.com
Hi Enfold support,
I’ve got a problem with the promobox text button. This style is involved
.avia-promocontent { margin-right: 200px; position: relative; z-index: 3;}
Example : http://586814b516.url-de-test.ws/enfoldsupport/link-on-large-promo-button/
With the margin-right set to 200px; the <p> element is quickly overlapping the button and link is inactive on the left part of the button (example 1)
“z-index: 2; ” is working, but does it break something in the overall css coherence ?
If the button text is still larger (example 2), you have to change margin-width. A way not to change the margin-right value each time according to text length ?
Thanks for your good work with Enfold
Thanks.