-
AuthorSearch Results
-
December 2, 2013 at 7:57 pm #195440
In reply to: Portfolio issues
Hey deecemobile!
Can you post the link to your website so we can take a look at lightbox issue?
You can find Enfold related video tutorials here http://vimeo.com/channels/aviathemes/videosCheers!
YigitDecember 2, 2013 at 7:54 pm #195438In reply to: Enfold, Gallery & Google
ok, thanks. I’ll upload the newest version. If that doesn’t help I may just delete that gallery and put it in again; its the only gallery that has this problem and redoing it might solve the problem as well. You can close this thread.
December 2, 2013 at 7:51 pm #195433In reply to: Header in different colors and portfolio image size
Hey Yigit,
amazing! Thank you so much for your help. Everything is fine now. Hope, the client will like it.
I’m alrready looking forward to be using the enfold theme again.
THANK YOU!
Cheers,
Jan :)December 2, 2013 at 7:48 pm #195432Topic: Iconfont Manager upload problem
in forum EnfoldSurigliaStudio
ParticipantHello,
i tried to upload 2 iconfont via manager and i get this error:
Couldn’t add the font.
The script returned the following error:Fatal error: Class ‘ZipArchive’ not found in /web/htdocs/www.studiovitruvio.it/home/v3/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 103
I already tried to deactivate all the plugins and upload the enfold theme via FTP but still got the same message.
Please help.December 2, 2013 at 7:41 pm #195428In reply to: Editing the design of the blog page
Hi fveitch!
Can you post the link to your website so we can see which blog layout you are using? Please make sure that you have choose to display sidebar on Blog page in Enfold theme options > Sidebar tab
Best regards,
YigitDecember 2, 2013 at 7:29 pm #195423In reply to: Issues with IPAD (apple) and Enfold.
This reply has been marked as private.December 2, 2013 at 6:50 pm #195410In reply to: Found some vulnerabilities in Avia/Enfold?
This reply has been marked as private.December 2, 2013 at 6:48 pm #195409In reply to: SabaiDiscuss css
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab as well
.sabai-form label { display: inline!important; }Cheers!
YigitDecember 2, 2013 at 6:42 pm #195402In reply to: Enfold Showcase
Looks great Brian! You can re-purchase the theme through ThemeForest just like you did the first time to get additional licenses :)
December 2, 2013 at 6:40 pm #195401In reply to: Enfold, Gallery & Google
The page where the gallery is supposed to be showing is a 404 at the moment.
It may or may not help but you can also update your theme files to 2.4.2 which is the most recent version available from ThemeForest.
December 2, 2013 at 5:53 pm #195375In reply to: Modification of table.php in enfold-child
Hi martinbose!
See this topic on creating your own shortcodes folder for the child theme: https://kriesi.at/support/topic/portfolio-meta/#post-130512
Best regards,
DevinDecember 2, 2013 at 5:48 pm #195370In reply to: Found some vulnerabilities in Avia/Enfold?
This reply has been marked as private.December 2, 2013 at 5:47 pm #195369Topic: insert logo in the footer
in forum Enfoldtizmik
ParticipantI would like to insert logo in the footer, but Enfold Theme Options / footer I have not found where to upload the image, how can I do?
Thank youDecember 2, 2013 at 5:43 pm #195365Topic: Fullscreen slider caption positioning
in forum Enfoldrbosch
ParticipantHi Enfold,
Two quick questions, sorry if they’ve been answered already, but really couldn’t find ‘m elsewhere in the forum.
1. In the fullscreen slider I can choose between multiple caption positions. When I pick “right framed” the caption is on the far right and conflicts with the ‘next button’. Also, I want the box to be lower (like the “bottom framed” position) but then on the left.
Can I change the position of the caption manually in the fullscreen slider to create a “bottom framed right” position?2. Related to this, can I recreate the fullscreen slider in “advanced layer slider” so I have more options for captions and image styles? I can’t seem to figure out what settings to use for a custom slider to recreate how the fullscreen slider always uses the full height of the browser window.
Thanks in advance and, obviously, I love your theme!
Kind regards
December 2, 2013 at 5:35 pm #195359In reply to: Found some vulnerabilities in Avia/Enfold?
This reply has been marked as private.December 2, 2013 at 5:35 pm #195358In reply to: Found some vulnerabilities in Avia/Enfold?
Hey Torsten!
You can send the information directly to Kriesi here: http://kriesi.at/contact
Best regards,
DevinHey!
You can go to Enfold theme options > Header and choose to display mobile menu as Slide Out and then add following code to Quick CSS in Enfold theme options under Styling tab to remove sub menus from mobile menu
@media only screen and (max-width: 480px) { #mobile-advanced .sub-menu { display: none; }}Best regards,
YigitDecember 2, 2013 at 5:25 pm #195352In reply to: Issues with IPAD (apple) and Enfold.
Hey faterra!
I have just checked your website on iphone4 ios7 and social icons work fine on my end. If you meant that you cannot use inputs on your device on other tabs, it does work on my end as well. I have checked all tabs and i am able to insert content
Regards,
YigitDecember 2, 2013 at 5:16 pm #195345In reply to: Fixed Background issue in Enfold
Hey!
No, not without either some custom jquery/javascript or maybe with css though I don’t know any offhand that would do that. You could try either Microlancer or Codeable.io and see if a freelance developer could customize that for you however if its a must-have feature for your site.
Regards,
DevinDecember 2, 2013 at 5:12 pm #195340In reply to: How to create text boxes?
Hey earthyblue!
You can use Promo Box element under Content Elements in Avia Layout Builder and add following code to Quick CSS in Enfold theme options under Styling tab to make corners rounded
.av_promobox { border-radius: 30px; }You can switch to Default Editor and click on Magic Wand tosee full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
You can create any of them and copy/paste shortcode into the element you have created in Avia Layout Builder to create a similar looks. But if you would like to customize the theme to look the same, you are going to need to hire a freelance developer as it is beyond the scope of support we can provide. You can also request quote here.Regards,
YigitDecember 2, 2013 at 4:36 pm #195316In reply to: Button Hover
Hi oslpag!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color a:hover,.alternate_color a:hover, .main_color input[type='submit']:hover, .alternate_color input[type='submit']:hover { background-color: red; color: white; }Cheers!
YigitDecember 2, 2013 at 4:24 pm #195307In reply to: Icon Box – change color of icon – position left
Hey simonac!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.iconbox_icon { color: red!important; }Regards,
YigitDecember 2, 2013 at 4:14 pm #195300In reply to: Centering names on "meet the team"
Hi NaturaIntegrativeMedicine!
Please add following codes to Quick CSS in Enfold theme options under Styling tab
A-1).team-member-name, .team-member-job-title { text-align: center; }2)You should add square images to make it function properly
.avia-team-member .team-social, .team-img-container { border-radius: 200px; }3)
.team-social-inner { top: 87%; }B-1)
.team-img-container { width: 37%; float: left; margin-right: 20px; } .team-member-description { width: 60%; float: left; }2) See A-2
3) See A-3Regards,
YigitDecember 2, 2013 at 4:07 pm #195298In reply to: Enfold: lost custom css (?)
Thanks for that Ismael.
I have looked at the video and creating a Child Theme looks an interesting for the future. But as Devin says in the video, it should be planned and started before Enfold is installed. As the site is now live, that’s not really an option for me now.
I have received some good help from the Kriesi team regarding styling changes in the last 3 weeks as I have built my first WordPress Enfold site. All of the changes suggested by the Kriesi team have been written through the Enfold/WP Dashboard/Appearance/Custom CSS and above the editing window I see the title ‘Custom CSS’ – see screenshot attached.
http://i.imgur.com/Loh22ye.png
I have traced the file it writes to – it is called custom-css-full.css (and seems to be ‘compressed’ to custom-css-1385755199.min for code efficiency).
http://i.imgur.com/9Hy7wKr.png
When I have edited the Custom (or Quick?) CSS in this way, my changes could be instantly seen and the Enfold main theme CSS file was not altered.
Since I made the site live (by moving the index.php file out of the development subdirectory to the root, and pointing the home page URL to the subdirectory containing the WP Enfold site) I have lost the Custom/Quick CSS changes, I guess because my Enfold theme can’t find them.
Can you tell me how I can get Enfold to see the Custom/Quick CSS edits in the way it used to be able to see them?
I’m sure it simply a case of pointing to the right CSS file – I think it’s a line involving: id=’custom-css-css’
December 2, 2013 at 4:02 pm #195297In reply to: Table Headers customization
Hi malkoin!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra { background-color: red; color: #ffffff; border-color: red; }Best regards,
YigitDecember 2, 2013 at 3:43 pm #195291In reply to: Restoring Original Theme Pages
This reply has been marked as private.December 2, 2013 at 3:11 pm #195285In reply to: wp_enqueue_script was called incorrectly
No that was not possible either, we were not able to access the admin page! so I just renamed the plugin folder with a FTP-client . Normally wordpress reacts with an page where it is clear that the plugins cannot be found .. but instead we were still not able to log in.
So my conclusion was that the DB was already broken ..
We managed to build the website again with all the backup stuff etc. we had and we hope that it will not occur anymore.
But the “new website” seems to be a little unstable as well. I saw that in the db there was a little overhead so I fixed that and optimized the DB maybe some cache issues. Can you recommend a cache plugin that works fine with the Enfold theme?
thank you in advance..cheers
Moos
December 2, 2013 at 1:37 pm #195265Topic: White (Blank) Page After Updating to Newest Enfold Version
in forum Enfoldkpluskonzept
ParticipantHello,
I just tried to update my enfold theme to the newest version after updating to WordPress 3.7.1 and I just got a white (blank) page. Did anybody else run in to this problem?
Thank you
December 2, 2013 at 12:49 pm #195260In reply to: Ajax preview slider settings
Hi!
Thanks for the help, that worked! Any chance of implementing the Enfold template builder into the ajax preview section (right now I have to use shortcodes if I want to make a custom layout)?
Regards,
TomasDecember 2, 2013 at 12:49 pm #195259This reply has been marked as private. -
AuthorSearch Results
Viewing 30 results - 233,491 through 233,520 (of 244,289 total)
-
Search Results
-
Topic: insert logo in the footer
I would like to insert logo in the footer, but Enfold Theme Options / footer I have not found where to upload the image, how can I do?
Thank youHello,
I just tried to update my enfold theme to the newest version after updating to WordPress 3.7.1 and I just got a white (blank) page. Did anybody else run in to this problem?
Thank you
