-
AuthorSearch Results
-
October 16, 2013 at 10:49 pm #176685
In reply to: Enfold > Header > Transparent > Navigation
Many thanks, you’ve been a great help!
October 16, 2013 at 10:43 pm #176683In reply to: delete additional top navigation field
Hey simonac!
You should go to Appearance > Menus and and uncheck Enfold Secondary Menu in Menu Settings http://i.imgur.com/W0HjERI.jpg
Best regards,
YigitOctober 16, 2013 at 10:41 pm #176681In reply to: Please contribute and translate Enfold
Hey!
@minestelecom Thank you for your contribution! :)
To keep here more clear, please request features here https://kriesi.at/support/topic/enfold-feature-requests/Cheers!
YigitOctober 16, 2013 at 10:36 pm #176679In reply to: How to remove dates from displaying on blog entries?
Hi shriii!
If you would like to remove whole post meta, add following code to Quick CSS
.post-meta-infos { display: none; }If you would like to remove only date, go to enfold\includes folder and open loop-index.php file and find following code in lines between 113-116
http://i.imgur.com/xwNgomo.jpg
and comment them out by inserting // in front of all 4 linesCheers!
YigitOctober 16, 2013 at 10:31 pm #176678In reply to: shortcode in Header btw logo and social icons
hi Yigit,
I’m using the layer slider that comes with the theme Enfold and i will like to add a small 400px layer slider between the logo and the social buttons in the header.
I’ve tried doing that using the standard WP php call to a shortcode. Its not working. Can you guys help me get a layer slider in the header? Thats what my client wants. How can i do that?Thank you!
October 16, 2013 at 10:20 pm #176674In reply to: Move secondary top vav to left side
Hello kevbikemad!
In “Header with social icons and bottom navigation” type of header social icons are on the right side already http://i.imgur.com/FkaDow0.jpg. Please add following code to Quick CSS in Enfold theme options under Styling tab to move sub-nav to the left
.sub_menu { left: 0; margin-left: -15px; }Best regards,
YigitOctober 16, 2013 at 10:04 pm #176659In reply to: Icon box colour change
Hey chaponnel!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color.iconbox_top .iconbox_icon { background-color: red; color: black; border-color: green; }Regards,
YigitOctober 16, 2013 at 9:59 pm #176654In reply to: Enfold Contact Form does not send emails
Hello!
First update your theme to the most recent version so that you have the most recent round of bug fixes and features.
If you have issues sending mail you may also want to talk to the hosting provider and see if there are limitations on using wp_mail and mail in general through php mail functions.
Regards,
DevinOctober 16, 2013 at 9:48 pm #176651Hello!
And you can add following code for Social icons
#top .social_bookmarks li a { color: red!important; } #top .social_bookmarks li a:hover { color: purple!important; }Cheers!
YigitOctober 16, 2013 at 9:41 pm #176644In reply to: Text block area proble
Hello!
You are currently using very old version. There have been many bug fixes and improvements in the theme. Please update Enfold to 2.3.2 so we can make sure that we are not trying to troubleshoot an issue that has been fixed already
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/67209750Cheers!
YigitOctober 16, 2013 at 9:40 pm #176643In reply to: Enfold Contact Form does not send emails
Hello,
New member of the forum here.
It’s been pleasure to create with Enfold but I am also having problems with the contact form not sending emails as well.
I will have the client take a look at their server settings and explore some other options in addition to downloading the WP_SMTP plug-in and trying that.
Any suggestions about what we should look at?
I have version 2.1 installed.
Thanks you,
Mary
October 16, 2013 at 9:36 pm #176640In reply to: Enfold > Header > Transparent > Navigation
Hello!
Add this too:
#header * { border-color: rgba(0, 0, 0, 0) !important; }Cheers!
JosueOctober 16, 2013 at 9:35 pm #176639In reply to: View layerslider in a blog post
Hello seremot!
You can create a page and add LayerSlider on top and Blog Posts element under it. But you should not set this page as blog page in Enfold theme options
Cheers!
YigitOctober 16, 2013 at 9:21 pm #176631In reply to: Enfold Partner logo element
Hello yuravw!
Please remove Partner/Logo Element and re-create it. Currently AmtechAutomotive logo is there instead of previous button. Please deactivate all active plugins as well
Best regards,
YigitOctober 16, 2013 at 9:16 pm #176624Hey!
I just installed a child theme for someone today and imported everything that was previously set up from the parent so as of 2.3.2 there are no code errors or anything like that with the button.
The # is the correct “url” and you’ll see it used all over the theme options since the links aren’t actually urls taking you anywhere.
This image however is *not* an error. Its just an informational message: http://www.clipular.com/c?5311784160329728=xucg7q1StSu1w2NN8XDvM9pKzO8&f=.png
For more on Child themes see: https://vimeo.com/67221517
You can download an enfold child theme from here: http://kriesi.at/files/enfold-child.zip
Cheers!
DevinOctober 16, 2013 at 9:08 pm #176620I received this message as well, and I’m glad to see that it’s not an error message. But it does look like we are both facing the same error when trying to use a child theme.
I wonder whether our problem is caused by broken links in the Theme Options section for our theme children.
My child theme will not import settings from its parent theme (Enfold, version 2.3.2). It appears to use # as placeholder links for the “Import dummy data” and “Import Parent Theme Settings” buttons. Do you see this same error in your Theme Options for your Enfold Child theme?
For me, when I hover over either of these buttons, I see that they link to:
{my website address}/wp-admin/admin.php?avia_welcome=true&page=avia#
which is the URL of the page I was on followed by a pound sign. Is it possible that when a new version of Enfold was being tinkered with, a placeholder link (#, which redirects to the current page) was accidentally left in the code?Thanks, and take care.
-
This reply was modified 12 years, 5 months ago by
MHM. Reason: fixed code to bold links
October 16, 2013 at 9:02 pm #176615In reply to: different blog layouts
Hey totofunk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .single-small.with-slider .small-preview { width: 100%; }Then find following line in functions.php file
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsand change it to
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270);After that you need to remove and re-upload your featured images
Cheers!
YigitOctober 16, 2013 at 9:02 pm #176614In reply to: Enfold > Header > Transparent > Navigation
Thank you so much, worked perfectly!
Almost ashamed to keep on going, but now the borders still show – how can i set them to transparant?
October 16, 2013 at 8:51 pm #176609In reply to: Grid layout 3 column to mobile should be one column
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .responsive #top .slide-entry { width: 100%; } }Regards,
Yigit-
This reply was modified 12 years, 5 months ago by
Yigit.
October 16, 2013 at 8:23 pm #176598In reply to: No sidebar in Mobile Phones (Android)
Hola José,
Si, se puede desarrollar algún tipo de solución, para mantener el sidebar visible todo el tiempo, pero lamentablemente eso es algo que requiere una modificación bastante profunda al theme y eso esta fuera del alcance del soporte que ofrecemos.
De todos modos, siempre puedes pedirlo como una característica nueva en este hilo: https://kriesi.at/support/topic/enfold-feature-requests/
Saludos,
JosueOctober 16, 2013 at 8:17 pm #176595In reply to: Formatting font size
Hey!
Ok, for the titles issue, paste this code in the Quick CSS (Enfold > Styling):
h1, h2, h3, h4, h5 { text-transform: none !important; }Regards,
JosueOctober 16, 2013 at 8:16 pm #176594In reply to: SSL Pages do not work with Android devices
I am now upgraded to 2.3.2.
Unfortunately, the problem is still there. But now on the “Inspect Element” console I get this (using Chrome):
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=2.
(index):40
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=2.
(index):40
The page at https://livethelife.org/donate/ displayed insecure content from http://www.livethelife.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=2.
(index):40I truely believe that this is the problem. I just need the things above to AUTOMATICALLY be called according to what type of page your own (HTTP or HTTPS). Any idea?
October 16, 2013 at 8:09 pm #176592In reply to: Enfold > Header > Transparent > Navigation
Hey!
To with this:
.header_bg, #avia-menu, .main_color{ background: transparent !important; }Cheers!
JosueOctober 16, 2013 at 7:42 pm #176581Topic: Reduce white space around text in mobile
in forum EnfoldJayBlay77
ParticipantWhen I look at my site in a mobile view after importing dummy data there’s a lot of padding (not sure if that’s the correct term) to the left and right of the text. So there ends up being a lot of wasted space. I don’t want the text to be full screen per se but I would like it to span a wider area.
You can also see it in the live preview of the demo site. As you shrink the screen width, the text adjusts in steps at specific widths. Right before the adjustment, the text is spanning almost edge to edge, but as you continue to make the screen width smaller it moves to the next size step and there’s a ton of white space to the left and right. This happens over and over as you make the screen smaller. Instead of shrinking in steps where there’s bunch of whitespace after each adjustment, I want it to smoothly adjust the text so it’s always nearly edge to edge.
How do I do this?
October 16, 2013 at 7:38 pm #176579Topic: Version 2.3.2 has some issues
in forum EnfoldPPCHound
ParticipantHi,
Having upgraded to Enfold version 2.3.2. I find that:
a) the header set to ‘fixed header with social icons and navigation’ actually dynamically refizes the logo. It is no longer fixed.
b) Using the blog posts content element no longer shows the photos for the blog items. The links still work, but no photos are shown.
kind regards,
PPCHound.
October 16, 2013 at 7:30 pm #176575In reply to: Event Espresso shortcode not working in Enfold Theme
This reply has been marked as private.October 16, 2013 at 7:29 pm #176574In reply to: Event Espresso shortcode not working in Enfold Theme
This reply has been marked as private.October 16, 2013 at 6:59 pm #176569In reply to: Problems with Content Builder in Enfold
This reply has been marked as private.October 16, 2013 at 6:46 pm #176566In reply to: Events calendar compatible with Enfold
Hi jazbird!
Right now we don’t have anything with built in compatibility but Modern Tribes plugin should work if you use it on regular pages (non advanced layout editor).
http://tri.be/shop/wordpress-events-calendar/
Regards,
DevinOctober 16, 2013 at 6:37 pm #176562In reply to: Problems with Content Builder in Enfold
Hi!
I just tried the same layout and didn’t have any issues. This is what it looks like correct?
http://i39.tinypic.com/2cp94b8.pngRegards,
Devin-
This reply was modified 12 years, 5 months ago by
Devin.
-
This reply was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
When I look at my site in a mobile view after importing dummy data there’s a lot of padding (not sure if that’s the correct term) to the left and right of the text. So there ends up being a lot of wasted space. I don’t want the text to be full screen per se but I would like it to span a wider area.
You can also see it in the live preview of the demo site. As you shrink the screen width, the text adjusts in steps at specific widths. Right before the adjustment, the text is spanning almost edge to edge, but as you continue to make the screen width smaller it moves to the next size step and there’s a ton of white space to the left and right. This happens over and over as you make the screen smaller. Instead of shrinking in steps where there’s bunch of whitespace after each adjustment, I want it to smoothly adjust the text so it’s always nearly edge to edge.
How do I do this?
Hi,
Having upgraded to Enfold version 2.3.2. I find that:
a) the header set to ‘fixed header with social icons and navigation’ actually dynamically refizes the logo. It is no longer fixed.
b) Using the blog posts content element no longer shows the photos for the blog items. The links still work, but no photos are shown.
kind regards,
PPCHound.
