Hey thesebogroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_color .avia-color-theme-color {
color: white;
}
Cheers!
Yigit
Hey!
You can pick the colors directly to prevent the button from inheriting that content sections overall style. Eg:
[av_button label='Click me' link='manually,http://google.com' link_target='' color='custom' custom_bg='#81d742' custom_font='#b100ed' size='medium' position='center' icon_select='yes' icon='ue83d' font='entypo-fontello']
Best regards,
Devin
Feature Request: Navigation to Anchor Points
Hi,
As we’re building pretty long pages with different sections, a floating navigation to the various anchor points would be great! There is already a “back to top” button. Just like this, the page should scroll from anchor point to anchor point. You can find an example here: http://www.bestkiteboarding.com/en/ts
If you have any idea how to solve that ourselves, any help is very much appreciated!
Thanks!
Jurgen
Hey!
You can use the Text Widget on Appearance > Widgets. Insert the Enfold Contact Form shortcode:
[av_contact email=' (Email address hidden if logged out) ' button='Submit' title='Send us mail' sent='Your message has been sent!' subject='' autorespond='' captcha='active']
[av_contact_field label='Name' type='text' options='' check='is_empty' width='']
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']
[av_contact_field label='Subject' type='text' options='' check='is_empty' width='']
[av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']
[/av_contact]
Cheers!
Ismael
Hi!
I temporarily fixed it on your server with following workaround – I switched to the standard theme (TwentyThirteen), then went to Settings > Permalinks and clicked on the “Save” button and then I switched back to the Enfold theme. Note that you mustn’t go back to the Settings > Permalinks page – otherwise WP will rewrite the flush the rules again and you need to dothe workaround again.
It seems like WP will write and process all permalink rules in the database (I checked it with Rewrite Rules Inspector) if the standard theme is used but as soon as I try to save the permalinks with Enfold it does not process the permalinks properly because our theme adds new rewrite rules (for portfolio entries, etc.) and the higher number of rewrite rules then seems to break all permalinks on your server. I guess it’s a server configuration issue and probably you can change the number of accepted permalink rules somewhere but I’m not sure which php.ini, etc. values are affected. I marked the thread for Kriesi – maybe he knows which values need to be changed.
Best regards,
Peter
Thirst things first.. Enfold makes life alot easier.. this is BY FAR the best theme out there.
I do have a question though..
Is there a possibility to use the Enfold shortcodes (example button) in the excerpt of a post/portfolio item? When I copy the shortcode from the normal wysiwyg editor and paste it in the excerpt I only get to see some html markup and it doesn`t read my shortcode.
Please help if possible
Thank you!
Thomas
Hey Antonio!
1) “hijack the threads of other users” means that you posted a new question in a thread although you’re not the thread creator. I normally accept follow up questions based on related issues but in this case (you posted the question here: https://kriesi.at/support/topic/enfold-wpml-wrong-default-pages-for-languages/ ) your question was completely unrelated to the topic and this is imo unfair towards the user who created the original thread because everyone has the right to get a short and specific answer to his question and doesn’t want to read bug reports of other users who experience different issues. That’s why I asked to you create a new thread.
2) It seems like you need to flush the permalink rules. Go to Settings > Permalinks and click the save button. WordPress will then flush the rules and rewrite the htaccess file. If this doesn’t work you maybe need to modify the htaccess file manually: http://codex.wordpress.org/Using_Permalinks
Best regards,
Peter
Hi!
Yes – use Codestyling instead: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select “Swedish”. Then click on “Rescan” to fetch all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Cheers!
Peter
I’m changing the Bolid theme to Enfold which is for my howdoidate.com blog. The blog already contains 22 widgets and 320 posts. If activate Enfold and import the Enfold dummy information using your dummy button will it overwrite the 320 posts that I already have in howdoidate.com?
Thanks
Derek
Hi Yigit
http://steamglass.com
But I have just realized the problem, I think.
The simple share buttons option
“Share text links to simplesharebuttons.com
Leave this checked if you are feeling kind :)”
binds their link to the footer and it somehow interferes with the <div> contatining the enfold footer text.
* unchecking the aforementioned option solves the issue.
Still not sure why though. :(
-
This reply was modified 12 years, 5 months ago by
CarvedBlock.
Hello,
I am using Formidable Pro with Enfold. When I insert checkboxes or radio buttons I always have line breaks after the box/button. I have tried several amendments to the custom.css, unfortunately without success.
Do you have a clue?
alex
Hello,
I have a couple of questions about styles in Enfold:
1. I wish that all links are underlined.
2. Why in http://iiemd.com/, the button on the slider has white text and in the same page, the other buttons have black text? I want all the buttons have with white text because that will better contrast and look better.
I hope you can help me.
Thanks for your atention.
Best Regards
Hi!t
Yes, it will appear once you install a child theme. It is a blue button on Enfold > Theme Options.
Regards,
Ismael
Sorry…did not work. The theme is rewriting on top of the custom css for this one.
I ll try to install on an external site but that did not work, the sidebar still picks the theme font color and overides the button css
Hi Yigit,
I’m sorry, it’s not clear..I understand the video and how to do and import the child theme.
But I don’t understand about the “parent theme settings import” button added.” Is it something that will appear on enfold panel once i have installed a child theme?
Kind regards,
Delphine
Hi!
We won’t “fix” this on our end because imo a year selection is simply not necessary and just clutters our minimal calendar design. The calendar title shows the current selected year and month and thus the user knows which day, month and year is selected at the moment and doesn’t need to remember anything.
However if you want to change it open up /wp-content/themes/enfold/framework/php/class-form-generator.php and replace
beforeShow: function(input, inst) {
with
changeMonth: true,
changeYear: true,
beforeShow: function(input, inst) {
and insert following code into the quick css field to hide the next/prev buttons
.ui-datepicker-next,.ui-datepicker-prev{display:none;}
Regards,
Peter
Hi,
I am using the plugin simple share button that’s been suggested in several threads by the support staff; (like https://kriesi.at/support/topic/plugin-compatibility-for-sharing/)… and I love it.
However. When I put the widget into the footer, the text in the socket disappears unless the socket text (entered in the enfold options) is additionally wrapped in some kind of html, like <div> or . <span> unfortunately does not work. When using <div>, the alignment gets out of hand…
I am currently using some custom css and weird hacks to make it look ok, but I wonder what the issue is. Any ideas?
It happens both at the server and in local development environments (serverpress, xampp).
Best,
~CB.
Hey!
You can post it here privately. Just make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button. If you do not mind creating a temporary admin login i can login and take a look at it personally
Best regards,
Yigit
Hey!
Please add this on your custom.css or Quick CSS:
body .avia-button.avia-color-theme-color, body .avia-button.avia-color-theme-color:hover {
color: #fff !important;
}
Regards,
Ismael
As I mentioned this is an internal site so no links and that is why I gave the procedure to reproduce.
I noticed that the font color for the buttons in the sidebar is taken from the Main content Font Color. Change the default font color to red in the Main Content Style tab and the button default color is now red.
Does this help?
If the button is in a page then it seems the button text color takes over, if the button is in the sidebar then the site Main Content Font Color is used instead
I tested it both with the shortcode version and the html output version and both give the same results
[av_button color='#FFFFFF' label='Click me' link='manually,http://www.google' link_target='' color='blue' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='ue80c' font='entypo-fontello']
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling ">
<a class="avia-button avia-icon_select-yes avia-color-blue avia-size-medium avia-position-center " href="http://www.google">
<span class="avia_button_icon" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></span>
<span class="avia_iconbox_title">Click me</span>
</a>
</div>
-
This reply was modified 12 years, 5 months ago by
Monsoon.
Hi,
I’m looking for a way to add share icons to the side bar of Enfold, below the menu, and would like to know which plugin to go for and what the process for embedding and styling it into the sidebar would be.
Many thanks in advance,
Niels
Hey!
Yes they are visible on my end as well. Can you try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .page-id-21 .avia-builder-el-7 { display: none!important; }}
and check the line in “girlfriendsconf.com/media/ [ it occurs right under the Apple and Andriod buttons]”?
Regards,
Yigit
This reply has been marked as private.
Hi!
You are welcome. You can edit those ones and remove sensitive details
Regards,
Yigit
This reply has been marked as private.
Hey!
Should be fine right now. Please check once again..
Best regards,
Yigit
This reply has been marked as private.
Hi!
Changes are done. Please review your website.
Regards,
Yigit
That boggles my mind =( Do you guys know any enfold sites that use hover background color change on buttons ?
Tried h4.learnmore:hover and it doesn’t work
> I used an h4 tag on the text
Hey Monsoon!
Can you please give us a link to the page with the button with dark text?
Best regards,
Ismael