Hi Monsoon!
Please add following code to Quick CSS in Enfold theme options under Styling tab to change color of Back to top button
#scroll-top-link {
color: white;
border: 1px solid #e1e1e1;
background-color: red; }
If you would like to remove it, please use
#scroll-top-link {display: none; }
Best regards,
Yigit
Hi Kriesi,
My request would be better handling of the pricing grid module. More specifically the ability to drag & drop lines into place (or maybe even just a button to shift them up / down.
At the moment if you want to add a line INBETWEEN existing lines, you need to delete all the content up to that point and start from scratch, which makes things rather user-unfriendly.
For reference, here a link to a support thread I opened: https://kriesi.at/support/topic/table-builder-row-column-order/#post-188570
Hope to hear from you soon,
IN THE MOBILE USING THE “HEADER WITH SOCIAL ICONS AND BOTTOM NAVIGATION” :
When you select a page from the menu, it loads that page (correct) but then from that page you want to select another page clicking on the box to unfold the dropdown menu and the box doesn’t unfold.
You finally have to click on the logo or press the physical “go back” button of the mobile to go to the home page and then it works again
If you use the “SMALL FIX HEADER” it works OK but I need the other header.
I’ve checked that also with the original Enfold I downloaded when I bought the theme and it happens the same.
Anyway my URL: cristinarichart.com
Can you let me know the code necessary to remove the square scroll top button from showing?
Thanks in advance
EDIT: As a sidenote it seems the button’s color is defined by the Socket background color so if you want to have a white socket then your button becomes transparent. How could you make lets say green scroll up button and a white socket footer as one might want that scroll up button to be a particular color.
SITE: http://www.ikort.is
I was wondering if I’m the only one running into this and if so what could be causing this.
I just updated my Enfold theme and after I did so I ran into multiple minor errors.
– Fonts for various logos won’t work on sub pages (example the search icon, had another in a button that I removed since it just showed a square)
– no padding level of sub pages, text suddenly goes all the way to the edge of sides with a sidebar (I fixed it automatically someplaces by putting a “padding-right” value.
– contact form gets messed up if I use captcha (the question is lost behind the send button)
I’m sure I’m bound to find more.
As much as I have loved this theme I have to say it really has been pushing my patience! There are some awesome features.. but it is highly unstable. An example is I almost don’t want to touch anything on the front page, because every time I save in the “advanced layout” things just seem to get randomly messed up. (same goes for other pages if I dare to do any custom HTML in them.
Thank you!!!!
More quetsnions:
1) SabaiDiscuss plugin (ask.zelenopol.net):
a) Category selector (near search button). Problem with text view.
https://www.dropbox.com/s/w0k3d2fe7o6eolt/cat.png
b) Widget authors avatars. Not the correct vertical spacing.
https://www.dropbox.com/s/sdd05vrzah7fq45/wid.png
2) And what about menu
I use Enfold theme in multisite. Can I make header menu global? All subdomain sites get menu from main site…
Is it possible?
Shalom Asaf!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .responsive .logo { margin-bottom: 50px; }
#advanced_menu_toggle { top: 77%; }}
Best regards,
Yigit
Hey!
1) I tagged the thread for Kriesi – I’m not sure if the WP Retina 2x plugin is compatible with Enfold or not.
2) If you don’t want to use the PrettyPhoto lightbox because the button/images are not optimized for retina displays you can try fancybox instead ( https://github.com/fancyapps/fancyBox ). I uploaded a child theme which removes the default prettyphoto lightbox and uses the fancybox script instead here: http://www.mediafire.com/?05ho02ecut516hu
3) The dropdown icon of the select box is a png image – I’ll ask Kriesi to replace it with a high res version.
Best regards,
Peter
This reply has been marked as private.
Hey!
Please add this code on your custom.css file located on wp-content/themes/enfold/css folder:
#header_meta {
background: gray !important;
}
Regards,
Ismael
Hi RDCSI!
You can change the hover color of the search icon using this:
.header_color .main_menu ul:first-child > li:last-child a:hover {
color: red;
}
Go to Appearance > Menus then click “Screen Options”. Enable the CSS Classes. Add a css selector on a menu item that you want to change to donate button. Example, add “donate-button” as the css class. Go to Enfold > Styling > Quick CSS then add this code:
#top .main_menu .menu li.donate-button a {
background: red;
height: 30px !important;
display: block;
line-height: 30px !important;
position: relative;
top: 28px;
}
Best regards,
Ismael
Hi,
Is it possible for the blog post grid to display further information below the featured image?
I am currently using a plugin that I had created but the developer has disappeared and I can’t make any changes. I have seen that your enfold theme does everything that I would like it to. I would still use the plugin for the vehicles as it works just find but use the theme to display them. On a page using the blog posts feature and choosing the “display entries from a custom taxonomy” option, I would like it to show certain custom fields below the image and a button to take you to the page.
This is an example of what I am talking about. http://development.executivecontracts.co.uk/test-home-display/ but I would like it to display the information on this link: http://development.executivecontracts.co.uk
Make,
Model
Term
Mileage
Options
Price
Enquiry button.
I do not need it to show an excerpt of the post. Just the list of items detailed above.
Can this be done and if so would you be able to let me know how?
Many thanks
Dom
-
This topic was modified 12 years, 2 months ago by
domvitz.
Hi!
Yes your theme now looks updated. Please deactivate plugins and check adding cutom css codes. If it starts to work again, you can add following code to Quick CSS in Enfold theme options under Styling tab or into Custom.css file inside Enfold/CSS folder to change color of header meta and adjust it as desired
#header_meta { background-color: white; }
You are welcome :)
Cheers!
Yigit
Hi, i think i just updated the enfold one. 2.4.2 it says now.
didnt try the plugins yet but something is wrong now with the header.
it became transparent.
any idea what happened or what css code is doing that?
kinda unreadable ugly now hehe
APRECIATE your HELP btw!!!
Hey!
Have you tried deactivating all active plugins? And you are using fairly old version of Enfold (1.9.1). You can login on ThemeForest witht the account you have purchased Enfold and go to Downloads section to download the latest version 2.4.2 and update it via FTP
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
Yigit
Hey!
Please try adding the code i posted above to Custom.css file inside wp-content\themes\enfold\css folder. CSS added in Quick CSS section is not being applied for some reason. You can try deactivating the plugins if adding to custom.css file does not work either.
Best regards,
Yigit
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
Yigit
Hey Willem-Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.gform_wrapper .gform_footer { float: right!important; padding: 0px 0 5px 0!important; margin: -5px 0 0 0!important; }
Regards,
Yigit
-
This reply was modified 12 years, 2 months ago by
Yigit.
Its available from the pop up when editing the button code so you can add in the options window without having to just use the shortcode.
Thanks Devin
Just what I needed. I didin t know about the ‘custom’ option, this worked like a charm.
I would strongly recommend adding your code as an example on this page http://kriesi.at/themes/enfold/shortcodes/buttons/ to let people know…unless I missed it in the docs.
Thanks again
Hello!
Not possible at the moment, you can request it here for future updates, or f you really need you could try hiring a freelancer for the job.
Cheers!
Josue
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