I am running Enfold on a WordPress Multisite installation. All the subdomains are using the Enfold theme.
I need to provide FTP access to a client for only one subdomain.
I realize that the subdomain multisite is virtual. Is this possible?
Jess
the social network tab on this page (located on the right with Facebook in it)
http://thesmall.wwwsr11.supercp.com/
should list Twitter and Pinterest tabs just like it does on this website:
http://www.thesmallbizshop.com/
I have all the setting exactly the same on both sites but the plugin in enfold will only show one social icon at a time, weird.
It doesnt look like this plugin is playing nicely with Enfold. any ideas on how to repair this?
joe
Hi
I did customize the menu colors.
But i have an issue, when im on a page, that have submenus, than i cant figure out how to target the font color of the submenus.
The problem is on this page:
http://eggishorn.phoenix-systems.ch/web/hotel/
When i now hover over the Menu “hotel” the font-color of the submenu items are in gray.
I would like them to be in white, until i hover over them.
Thanks for answers
This reply has been marked as private.
Hi trevorjohnston!
1) The accordion doesn’t support such a feature yet and it’s also not easily possible to add it. You can suggest it here: https://kriesi.at/support/enfold-feature-requests/ or hire a freelancer who can customize the accordion script for you.
2) Try to insert this css code into the quick css field or child theme style.css file:
#top #wrap_all .aviaccordion-preview-title {
padding-top: 0;
}
It will remove the 10% padding from the top and the titles should move to the top of the title wraps
Cheers!
Peter
I did clear the cache (multiple times), refreshed, shut down the computer- and it still does not work. It also does not work in other browsers.
According to our theme dashboard in wordpress- we are running the latest version of enfold.
Any help is greatly appreciated.
Hey fidelitas!
Yes, I recommend to add a custom class to the div or span elements and then use css code to remove any unecessary paddings or margings. If you need help with the css styling please add the code (div tags) to the header.php and we’ll investigate the code with the developer tools to provide the necessary css code.
I recommend to edit header.php directly because Enfold doesn’t support a Local Business Schema out of the box. You could add it with a filter but it doesn’t make much sense because you must edit header.php anyway.
Regards,
Peter
Check line 720 on /enfold/framework/php/class-form-generator.php
Cheers!
Josue
Hi!
I’m not sure if I understand the problem but I think you want to remove the dash – ( & #8211; ) from the Tweet content? Keeping the dash directly is not possible because it’s not a valid url charachter and thus Enfold converts it to an entity which is & #8211;. You can try to use a minus ( – ) instead or replace the dash with another character.
Regards,
Peter
Hi!
In wp-content/themes/enfold/includes/loop-index.php replace
if(is_single() && !post_password_required())
{
//tags on single post
if(has_tag())
{
echo '<span class="blog-tags minor-meta">';
the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
//share links on single post
avia_social_share_links();
}
with
if(is_single() && !post_password_required())
{
//tags on single post
if(has_tag())
{
echo '<span class="blog-tags minor-meta">';
the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
}
//share links on single post
avia_social_share_links();
Regards,
Peter
This reply has been marked as private.
Hi calebcuster!
No, Magnific Popup doesn’t support such icons yet. You can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and we’ll add it if more users request it.
Cheers!
Peter
I am having an issue using a Plugin called Awesome Gallery with Enfold. Here is the link to the plugin.
http://codecanyon.net/item/awesome-gallery/6462937?WT.ac=search_item&WT.z_author=karevn
The link to the gallery will be in the private section below.
The problem I am having is that if you use the filter option (click on a filter category) you can look through those images fine with lightbox effect (Magnific), but if you go back to the gallery, click on another filter category, you often see the wrong image in the lightbox. Specially after you go through 2 or 3 different categories. It seems to work OK for just the first two categories you view.
It seems to work best if I leave Enfold lightbox’s option enabled (with seems to be Magnific), but you can choose different Lightbox effect options from within the Awesome Gallery plugin, but Enfold is overriding this.
I have been getting some support from the Plugin Author as well, but I think it is an issue with Enfold not working with the Plugin. I have also removed all other plugins to test is there was some other conflict, but it didn’t help.
If this can not work, do you know of a Filterable Gallery Plugin that does work well with Enfold?
Thanks.
I had solved the problems below reinstalling wordpress and enfold theme:
https://kriesi.at/support/topic/when-i-try-editing-a-slide-into-layerslider-i-get-a-blank-page/
https://kriesi.at/support/topic/error-fetching-content-on-avia-image-post-slider-content-slider/
But the errors reoccurred when I imported the 47,000 posts that had not yet done..
Can you help me?
Regards.
Jônatas Renan
Hey Compustar82!
Please add following code to Quick CSS in Enfold theme options under General styling tab
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Regards,
Yigit
Hi.
We use enfold for our main site, its amazing!
We are wanting to build an online course web site with it, just wondered what plug in you guys recommend that works best with the theme and woo commerce, i have seen Sensi?
Hey Takafumi!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.sub-menu .current-menu-item {
border-bottom: 1px solid red;
}
Cheers!
Yigit
Hi,
I am using Enfold in Japan.
As a result of update last month,
My mobile menu Icon is not showing on desktop Chrome.( only close button is showing. )
and iPhone shows Emoji girl on there.
Please tell me the solution.
Hi Yigit
The “bar” is the line above the menu item. Please see on your theme at
-> Thme Options -> Advanced styling -> select an element to customize -> small bar above main menu
To see this bar you can look on your official demo page
-> http://kriesi.at/themedemo/?theme=enfold
Now you see the red bar under the menu items.
-> Click on “Portfolio” you will see the bar under this item
-> Click on “Portfolio” and “Portfolio Ajax” now the red bar is invisble.
It would be great if I can see the red bar on all sub pages.
Kind Regeards
René
Hey arrantawhara!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .av_mobile_menu_tablet .main_menu {
display: block;
}}
and please re-update the theme via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Hi m!
You are currently using an older version of the theme. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Hi forum30!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtsocial-container * {
z-index: 99;
}
Regards,
Yigit
Hi,
This relates to the question that I raised here:
https://kriesi.at/support/topic/embed-rtsocial-code-into-enfold-template/
The issue was resolved, but since I upgraded Enfold to the most recent version it’s thrown up an issue.
Basically, the rtsocial social icons that I placed in the top section are now hidden by the semi-transparent header background.
If I change:
.header_bg{ position: absolute;}
to:
.header_bg{ position: relative;} (for example)
the social icons can be seen – but the sticky top menu now breaks.
How do I go about getting both to work at the same time? I’m guessing that there might be a simple change to the header_bg I can make that will fix this issue?
Thanks,
Daniel
Hey morethansat!
Please flush browser cache and refresh your page a few times. Which version of Enfold are you using?
Best regards,
Yigit
Hi kashmyra!
Can you please firstly update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Cheers!
Yigit
Hello Support,
we use SSL for a entire website and get warnings in the browser (non secure ressources).
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
We can change http://schema.org/WPHeader to https, but not http://gmpg.org/xfn/11. What can we do? WordPress HTTPS (SSL) does not resolve the problem…
Best regards
David
-
This topic was modified 11 years, 8 months ago by
DDamjanovic.
Hi ste_thumbs!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
bottom: auto;
top: 0;
}
Cheers!
Yigit
Hi David!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.phone-info {
position: relative;
top: 40px;
left: 50%;
}
Regards,
Yigit