-
AuthorSearch Results
-
March 14, 2014 at 8:50 am #237453
In reply to: Portfolio Probleme Anzeige
Hey!
Seit Enfold 2.4 kann man die Optionen des Parent Themes auf das Child Theme übertragen – siehe hierzu: http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
PeterMarch 14, 2014 at 8:36 am #237445In reply to: Portfolio – no pictures with wpml
Hi!
Before I start to look into the issue – please update WPML to the latest version (I think 3.1.4+ is the latest version) and also update all extensions. Also update Enfold to the latest version (2.6.1).
Best regards,
PeterMarch 14, 2014 at 8:29 am #237439In reply to: Image link to an email / resizing logo header
Hi Blase!
1) You can use a mailto link: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_mailto – just embed it into the text content like a standard url.
2) I can’t access the website Site non trouve) but since Enfold 2.6.1 you can set a different header height (Enfold > Theme Options). Try to increase the height and the logo size should increase too.
3) I don’t know if/how you can change the port. Imo this is a server issue and the host/server administrator must solve it. If you can’t update the theme with wordpress I recommend to use ftp: https://vimeo.com/channels/aviathemes/67209750 to upload the theme files.
Regards,
PeterMarch 14, 2014 at 8:27 am #237437mike.rav
ParticipantHello,
A problem i was having for a while now, was that if i switched to another language when in a page, the breadcrumbs would display wrong, inserting the other languages home page in it.
After talking with WPML support, we fixed this by replacing a file from enfold theme file. They have asked me to direct you my thread there to talk to you about a possible confilct and how to fix this.
Here is the thread: http://wpml.org/forums/topic/weird-breadcrumbs-on-language-switch/
Thank you.
-
This topic was modified 11 years, 7 months ago by
mike.rav.
March 14, 2014 at 8:20 am #237436Hey Devin
Thanks for your answer. You guys really have a busy time. I think we are a lot of people out here VERY happy about the theme, but a little concerned of the rush launching new features…!
As I mentioned the issues reported is on YOUR OWN themedemo: http://kriesi.at/themedemo/?theme=enfold
– Still no google map in pages/contact
– Headers/transparent header still does not shrink and change background color
(both theese chrome issues only)Best regards
March 14, 2014 at 7:56 am #237429In reply to: How to fix space issue (after last update)
Hey mikemurphy10!
Did you try to reconfigure the header settings on Enfold > Header? Please add this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive #top #header_meta .social_bookmarks li:last-child a { border-right: none; } #top #header .social_bookmarks li:last-child { border-right: 1px solid; } }
Regards,
IsmaelMarch 14, 2014 at 7:48 am #237425Hi,
Thanks for this. Just to be sure: it is the functions.php located in ‘wp-content->themes->enfold->functions.php’ ?
Where in this file do I have to paste it?March 14, 2014 at 7:47 am #237424In reply to: Different Fonts on Backend-Frontend
Hi!
There is a minor issue on Enfold 2.6, google fonts are not loaded. Dude created a fix and patched it on 2.6.1. :)
Regards,
IsmaelMarch 14, 2014 at 7:44 am #237422In reply to: Update Problem with header
Hey!
Thank you for using the theme. I hope you’re doing well today.
You should probably remove all the css modifications that you added for the header. Reconfigure the header settings on Enfold > Header. You’ll see that Kriesi added a lot of header options like header height, logo position etc. Saving the settings might fix the issue.
Cheers!
IsmaelMarch 14, 2014 at 7:33 am #237419In reply to: Remove Mobile Menu
Hi zohar!
You could remove it but there really isn’t a reason to as it doesn’t effect accessibility. Screen readers don’t render display: none and it allows for mega menus without a lot more bloated css to do a complete re-styling on mobile sizes.
You trade one block of code for another in a different area.
The theme had support for UberMenu if you want to use it instead of the themes menu. See: http://kriesi.at/documentation/enfold/ubermenu-integration/
Best regards,
DevinMarch 14, 2014 at 7:27 am #237414In reply to: Adding tagline to Enfold 2.6
Hey!
You can find it on line 101. This code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
Best regards,
IsmaelMarch 14, 2014 at 7:18 am #237410In reply to: iPad menu display issue
Hey!
How are you? I hope you feel great today.
Enfold 2.6 offers a new way of constructing the header. Please remove all css modifications that you added for the header then reconfigure the header settings on Enfold > Header. You’ll see a lot of options like header height, logo position etc.
Regards,
IsmaelMarch 14, 2014 at 7:15 am #237409In reply to: Enfold Showcase
March 14, 2014 at 7:04 am #237406In reply to: Different header layout for each pages
Hey elmanisero!
Thank you for using the theme and for the Enfold translation! I hope you’re doing well today.
Kriesi custom coded the header for the demo. Unfortunately, that is not possible without major modification and is beyond the scope of support. Please hire a freelance developer to modify the headers for each page.
Best regards,
IsmaelMarch 14, 2014 at 6:58 am #237404In reply to: LayerSlider Enfold 2.6 Issue on Safari
Hi Jeff,
I would press it. Clearly there is a problem outside of the norm. Hopefully they will make an exception and help us out.
Best of luck, Jas
March 14, 2014 at 6:10 am #237395In reply to: LayerSlider Enfold 2.6 Issue on Safari
Jas, I had not, since their site is pretty clear that support for bundled copies should go through the bundler. But I can try.
Kriesi, thanks for uploading that older version. It does seem to be working and I’m not doing anything fancy. I guess I should hold off on upgrading my other site to 2.6 because I am using a LayerSlider there as well.
Let’s see if Kreatura can figure it out.
Jeff
March 14, 2014 at 5:58 am #237394In reply to: Enfold – Styling Options
Thanks Ismael
1) Worked! thanks!
2) I tried this, it didn’t work
This is what it looks like”
@media only screen and (max-width: 1000px) {
.avia-caption {display: none !important;}.avia-caption-title {
font-size: 14px; line-height: 14px;
}
}.header_color .main_menu ul:first-child > li > a { color: ; font-size: 15px; }
}
}.js_active .tab {
font-size: 15px;
}.active_tab_content .tab_inner_content { color: ; font-size: 14px; }
}
”3) OK
4) I meant the white space in the vertical direction, any input?
Cheers!
WMarch 14, 2014 at 5:10 am #237387In reply to: Can't Install Enfold theme
Hi!
Can you give any other information on what exactly isn’t working when trying to install? Are you installing through the admin or over ftp?
Have you tried following along with this video: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
DevinMarch 14, 2014 at 5:08 am #237385In reply to: A big problem with a widget of Enfold Theme
Hey!
Thank you for using the theme. I hope you’re doing great.
You have a very old version of the theme. Please download the latest version of Enfold 2.6.1. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
After the update, please recreate the portfolio page then reconfigure the options.
Cheers!
IsmaelMarch 14, 2014 at 5:08 am #237384In reply to: enfold UPDATE ERRORS / help!
Hey!
Yes, LayerSlider changed significantly so you may need re-do your layouts to work with the new version. There is nothing we can do about this unfortunately as we aren’t the developers for LayerSlider and its just bundled with the theme.
Regards,
DevinMarch 14, 2014 at 4:55 am #237374In reply to: Problems after activating childtheme
Hi netztaucher!
Please go to Enfold > Import/Export > click Import Parent Theme Settings or reconfigure the header options again if necessary.
Cheers!
IsmaelMarch 14, 2014 at 4:55 am #237373In reply to: All Lost! Error after theme update!
Hey Michael!
First go to your WordPress settings>Permalinks and change it to default. See if that fixes things. Then make sure you are running 2.6.1 of Enfold so that you are on the most recent version and we are on the same code base.
Regards,
DevinMarch 14, 2014 at 4:16 am #237365In reply to: Please contribute and translate Enfold
March 14, 2014 at 4:09 am #237361In reply to: Enfold – Styling Options
Hey!
1.) Please use this on Quick CSS or custom.css:
h3 { font-size: 20px; line-height: 1.5em; margin-bottom: 8px; }
2.) Use this for the tab title:
.js_active .tab { font-size: 15px; }
3.) Like the Devin and Dude said, it is not possible to have an advance filtering for the portfolio entries without major modification. You can hire a freelance developer to modify the category sort function.
4.) Please use this:
.inner_sort_button span { padding: 0 10px; }
Cheers!
IsmaelMarch 14, 2014 at 3:51 am #237354In reply to: Enfold 2.6.1 Child Theme / Theme options not working
Hi!
Please go to Enfold > Header then reconfigure the header options. Maybe, clicking the “Save Changes” button once will fix the header. If you have any css modification done for the header, please remove those then modify the header settings again.
Regards,
IsmaelMarch 14, 2014 at 3:41 am #237352In reply to: Enfold & Woocommerce Fail/Error
Hi!
Deactivate all other active plugins besides WooCommerce and switch to one of the default WordPress themes. If you are still getting the issue at that point its an issue with WooCommerce.
It looks like there is some minification/caching set up as well so clearing it before deactivating any plugins will be needed.
Regards,
DevinMarch 14, 2014 at 3:32 am #237349Hi t3lgroup!
How are you? I hope you’re doing well today.
The Enfold demo uses images with 1500x1500px for the fullscreen slider. You can use images a bit larger than that.
Cheers!
IsmaelMarch 14, 2014 at 2:58 am #237335In reply to: Insert Partner/Logo Element?
Hey!
Can you please post the link to the website? Another user reported this:
========
For WPML, you need to reset the placement of language flags. I had to do this for each of my language websites. Go to ENFOLD (ES) > HEADER > EXTRA ELEMENT TAB > (Header Secondary Menu: Secondary Menu in to bar at the right)
========Dude already added a patch that will display the language selectors correctly.
Cheers!
IsmaelMarch 14, 2014 at 2:57 am #237334Hey!
@Naulet: Please update to the latest version. It will give you new options to modify the header.Best regards,
IsmaelMarch 14, 2014 at 2:35 am #237330In reply to: Can't Install Enfold theme
Hello. I cannot install it. Nor messages appear saying that you are installing it. simply gives an error when I try to submit. and already unzipped the version that has all the documents and tried to just upload the folder with the theme.
Thank you
-
This topic was modified 11 years, 7 months ago by
-
AuthorSearch Results
Viewing 30 results - 225,211 through 225,240 (of 243,282 total)
-
Search Results
-
Hello,
A problem i was having for a while now, was that if i switched to another language when in a page, the breadcrumbs would display wrong, inserting the other languages home page in it.
After talking with WPML support, we fixed this by replacing a file from enfold theme file. They have asked me to direct you my thread there to talk to you about a possible confilct and how to fix this.
Here is the thread: http://wpml.org/forums/topic/weird-breadcrumbs-on-language-switch/
Thank you.