Thanx for your help Josue.
But I don’t think the wordpress seo plugin can help.
Read a topic i wrote about a random enfold-site i explored, which contains this plugin.
It doesn’t it work either.
Google displays the enfold-socialmedia-links of this particular site in it’s description, what no one wants of course and doesn’t match the seo-description written by the webmaster of this site.
https://kriesi.at/support/topic/seo-5/
grtz
-
This reply was modified 11 years, 6 months ago by
rikv.
Hi Sarah!
Try setting a custom class to that text block and change the code accordingly:
.custom_bullets ul li {
list-style-type: circle;
list-style-position: inside;
list-style-image:url(‘http://premiumproseindia.com/testsite/wp/wp-content/uploads/2014/10/bullet.gif’);
}
Regards,
Josue
Hi Sam!
Are you using the latest version of Enfold (3.0.2)?
Cheers!
Josue
Hey Martin!
You don’t necessarily have have to add CSS to make this change, you could do it via child functions.php, try adding this:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
function avia_replace_standard_icon($icons)
{
$icons['ov_external'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
$icons['ov_image'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
$icons['ov_video'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
return $icons;
}
Replace “entypo-fontello” by the name of the imported font and “ue915” by the code of the desired icon, you can check these when adding an Avia icon-based element in a page.
Reference:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Regards,
Josue
Hey Simon!
Try adding ?iframe=true to the URL:
http://website.com?iframe=true
Make sure you are using the latest version of Enfold (3.0.2).
Cheers!
Josue
Hey Andreas!
These modifications have to do with WooCommerce functionality rather than Enfold, unfortunately this falls beyond our support scope, you’d need to contact a developer.
Regards,
Josue
Hey!
Does the issue still happens with the latest version of Enfold (3.0.2)?
Cheers!
Josue
@sundialstudios I meant this to go to you before…. Could you tell me how and where you edited the Enfold menu to make it disappear to enable the use of the Responsive Menu Plugin?
Thanks for that and apologies to shenom for dragging you in.. :-)
Hi,
I tried putting in some CSS from another enfold site I have to add space above and below the logo, but it is not working.
Also-I would like the main nav font to be all caps and spaced letters. Like the
The subnav on “Gift Boxes” show to be HUGE font
-
This topic was modified 11 years, 6 months ago by
Josue.
Hi Yigit
Yes, we had WPCurve get the site back up – and I have had Vaultpress restore old versions of the site from sept. 10th and sept. 9th.
We are now back to where we started with Enfold 2.8.1
And Avia Advanced Editor is still just spinning away.
One.com has confirmed that the memory limit is already at 128 MB and that this is their maximum.
What should we do now?
Best,
Anders.
Hello nigdowser,
the responsive menu ist the same that comes with enfold. I just changed some of the css and changed/added some code in one of the php-files. So there is no plugin involved.
My pleasure Yigit. I was really concerned that I might have to abandon Enfold but I’m really pleased this works. I can’t believe I’m the only one affected by the MOD_SECURITY setting, so maybe you should consider making the problem/solution part of the knowledge base so a search finds it.
Can you please point me at where (and how) you edited out the Enfold Menu to allow the Responsive Menu plugin to show?
Many thanks
Hey pageladder!
It is not easily possible but please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hey!
You can go to Enfold theme options and uncheck “Lightbox Modal Window” and upload any lightbox plugin you would like to use
Best regards,
Yigit
I’d like to use Enfold for a site for a vacation property rental. I was hoping to have a feature for scheduling/booking on a calendar with payment options. Is this something possible or is there a recommended plugin?
Is anyone else using Enfold this way?
In a recent update, the rotating Testimonials seems (gone) unavailable… It’s why I came to Enfold…
Only Grid seems to be available. : (
Is there another way to dissolve between Testimonial content entries..?
As a clever expansion… (and now does not work). I took the Dissolving Testimonial page, gathered the ‘source’, [put it into a widget, and it rotated/dissolved between testimonials) in the Widget. Fantastic!
HELP.
It was wonderful. Now not.
Is there another tool/content element you may have added, that may accomplish a similar tasteful ‘rotation’?
-
This topic was modified 11 years, 6 months ago by
mpt-themeforest. Reason: misspellings
This reply has been marked as private.
Hi enfold team,
thanks for your answers. Finally I found out, that this problem only occurs on chrome….I updated the page then a few times and suddenly everything looks fine….I am quite happy about it….thanks again.
Greetings Thomas
Is there another version of Enfold that I should be using instead?
In any case, it seems that the above recommendation didn’t quite do the trick. Now, I have a completely different form which does not change when I edit the comment.php in the child theme: 
When I delete the single.php in the child theme, I can see the original comment form come back (but still not able to edit the text): 
I have installed WordPress 4.0 and updated Enfold to version 3.0.1. Everything looks fine on my site except for the right margin when using Chrome. The right ~10 pixels are printing off the page and onto the background space. Please look at http://www.gatewaychurch.net to see exactly the problem I am experiencing. Any help would be appreciated.
Hi!
Currently no, you should edit each page and choose to display transparent header. Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Hi!
You can find custom.css file inside Enfold/css folder and you can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
Yigit
Hey Joe!
Please add following code to Quick CSS in Enfold theme options under general Styling tab
#advanced_menu_toggle, #advanced_menu_hide {
background-color: transparent!important; }
Best regards,
Yigit
Hey hughsieg5!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.gm-style div div div div div {
height: 50px!important;
}
Cheers!
Yigit
Hi jackel2727!
Please give your color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#your-custom-id .container {
max-width: 60%;
}
Best regards,
Yigit
Hi adminbandit!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
If that does not work, please post the link to your website
Regards,
Yigit
Hi vegaspro!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
Yigit
Hello, I saw this post from another member but the solution was hidden. Can you please post the fix publicly? If necessary I can provide access to our backend. Thanks!
-
This topic was modified 11 years, 6 months ago by
Eric.