Can the tables within Enfold have the data within the table sorted by column or do we need a separate sortable/searchable table plugin?
This seems very odd. I am assembling a test site using Enfold, and I have created a page that contains a Blog Posts element — I want to use this in place of the stock blog category page for displaying news posts.
http://test.cice-education.org/news/
This page begins with a Text Block, followed by a Blog Posts element. The text in the Blog Posts element is not just larger, it is not at all as crisp as the other text on the page. And when I compare it to the page containing the actual blog post, the difference is also apparent.
http://test.cice-education.org/2013/09/china-tours-summer-2013/
Out of curiosity, I added CSS to reduce the font size for the contents of the Blog Posts element .template-blog .entry-content. But reducing the text size did not make it crisp to match the other text.
Any ideas? When I viewed the pages in Firefox and Chrome, the text seemed uniformly clear readable. Very strange.
Enfold: Easy Slider. No matter what size I choose in the menu, Easy Slider forces the images to 1030 x 1030. Also doesn’t matter what size I make the original image, slider still forces display to 1030 x 1030. http://shahforcouncil2014.com
Hey!
In theory I was able to solve the issue with tag encoding. However I will probably not include it in the next patch tomorrow since I had to change string encoding in a few places that could affect a lot of other elements as well. Once i have worked for a few days with the modifications active I will be able to tell if it causes any issues, and if it doesnt we will add it to Enfold Version 2.3 :)
Cheers!
Worked perfectly! Thanks Yigit.
For anyone else wanting to style the contact form to be more visible with a nice border around the fields, here is my final css code, placed in the Quick CSS field under Enfold theme options:
#top .main_color input[type=’text’] { background-color: #f0eadd; border: solid 1px #ccc; }
#top .main_color textarea { background-color: #f0eadd; border: solid 1px #ccc; }
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
.post-meta-infos, h2.post-title { margin-left: 60px; }
Regards,
Yigit
Hi,
Can you post the link to your website as well?
In your WordPress theme directory you should go to Enfold > Framework > Php and open function-set-avia-frontend.php file and find following code in lines between 857-868
$output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
}
else
{
$output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );
}
}
else
{
if(!empty($_GET['s']))
{
$output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );
And change “Search results for:” to Greek
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
body { color: #5c5a5c!important; }
Regards,
Yigit
Hi,
You said “there is no logo and no responsive menu”, I checked your website and I saw responsive menu on your website and i could not see your logo. So i gave you the code to display it. You can simply remove it to hide it again.
The newest version of Enfold is version 2.1. Version you use is 2.0.1. Can you once again update your theme with a fresh download from ThemeForest and update it via FTP?
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/67209750
If issue remains after updating via FTP and deacivating plugins, i will tag rest of the support team
Regards,
Yigit
LayerSlider Support does not exist. When you access their support site, all you can do is read faqs. They have no way of requesting support from them to help fix this. The problems does not seem to be with my host or file permissions, so it must be something with enfold. I want to by able to create some animations like what is on your front page of your website, but with that section of the plugin not allowing me to access it, I am at a standstill.
Please throw some ideas at me and I will work on them.
Hi,
You can target background of text inputs with following CSS. Please add it to Quick CSS in Enfold theme options under Styling
#top .main_color input[type='text'] { background-color: red; }
Regards,
Yigit
err yes
the code for the logo was the code enfold support gave me… this is just no much good –
Hi,
When i inspect the elements on your website i see that logo has display: none style. Please add following code to Quick CSS in Enfold theme options under Styling or to Custom.css file in Enfold > Css folder.
.logo.bg-logo { display: block!important; }
Have you tried updating the theme via FTP and deactivating all plugins and check if issue remains?
Regards,
Yigit
Hi Seth,
Thanks for sharing and glad you figured it out!
Regards,
Yigit
Glad I could help. WIll close this up then :)
That’s fine! I thank you very much… :)
Best regards
Bruno
Hello,
Could you suggest a browser targeted CSS fix like display:none; that I could apply to all the Entypo icon font icons from Enfold since they won’t display properly—or at all—in IE8 (actually Internet Explorer 8 and below)?
Any leads would be very much appreciated!
Cheers
Seth
P.S. Excellent work on the forum upgrade!
-
This topic was modified 12 years, 4 months ago by
sethbutler.
Hello,
For all Youtube links I have implemented in the Enfold build we’re working on, I get a lighbox popup.
Can you suggest a quick coding fix for this that won’t require a URL rewritw such as bitly, etc.?
Please Advise!
Seth
logo is called in your header.php file like this:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
this points to the logo in folder enfold/images/logo.png
a simple if statement would eb enough:
if(is_page(1))
{
echo avia_logo(AVIA_BASE_URL.'images/layout/logo1.png', false, 'strong');
}
else
{
echo avia_logo(AVIA_BASE_URL.'images/layout/logo2.png', false, 'strong');
}
You need to make sure that you didnt set a custom logo in your backend, or it will overwrite those locations
Hello,
Just wanted to let you fine folks know we sorted a CSS fix for this issue: https://kriesi.at/support/topic/enfold-replacing-logo-for-devices-smaller-than-1280-pixels-wide/
By adding the following CSS (along with a number of other @media queries) , we avoided having to add a new script:
@media only screen and (max-width: 767px) {
.logo {
width: 270px;
margin-top: 20px;
}
.logo img{
position:absolute;
clip:rect(0px,152px,60px,0px);
}
}
Cheers!
Seth
Ok, I think with the menu I´ll get it to work. I work every time with child themes…
Is there a chance to become a evidence how to change the logo for only one subsite with jQuery or something like this…?
This is not possible out of the box. Sorry. In this case I would recommend to create a child theme with a customized header.php file that fetches different menus and logos based on the page id.
Its not a difficult customization but it would probably take a few hours with testing, so I am afraid I cant really just post a code snippet here that makes all of that happen ;D
Oh, that´s nice to know.
But it isn´t in this case what I need.
I need different Navbar-Items and Logos on different subpages.
For example
Startsite (Home) need the Menuitems: Logo 1, home, products, events, menus, support
Subside needs: Logo 2, home, program, courses, wellness, lifestyle.
This is needed for the Navbar on Top
My client have different locations. Most of them have the same names and you can use one logo,but for one you need a different logo.
Most of them have the same features, but some are a little bit different.
Is there a possibility to handle this with enfold. I also want to use the fixed Navbar because I love it :)
Hey!
You can change the header on a page by using a development feature of mine:
when editing the page create a new custom field with the name “header_setting”
as value you can use one of the following strings, which represent the various header settings:
fixed_header
nonfixed_header
fixed_header social_header
nonfixed_header social_header
nonfixed_header social_header bottom_nav_header
Hallo Kriesi,
vielen dank! Das funktioniert am Rechner jetzt absolut top! :)
Aber (tut mir leid, mag das Wort auch nicht) beim iPad im Landscape Modus bleibt die Leiste einfach mit der angegebenen Höhe stehen, in meinem Fall jetzt bei 200px (reicht für das Logo). Das heißt der Ausschnitt, der letztlich dem User zur Verfügung steht, ist recht minimal.
Merkwürdigerweise ist es im Portrait-Modus kein Problem, da hier die Navigation wohl umschaltet auf die nicht fixierte Variante.
Außerdem verschwinden komischerweise beim iPad in beiden Modi die weiteren Menupunkte, nur das Aktuelle ist zu sehen, also das von der Startseite.
Hast du da eine Idee?
Ich habe noch einen anderen Topic offen mit der Menuleiste, der evtl. auch deiner Draufsicht bedarf:
https://kriesi.at/support/topic/enfold-different-menus-on-different-sites/#post-162459
Ansonsten bis auf ein paar Kleinigkeiten in den Details ein echt gutes Theme!
Viele Grüße
Bruno
Hi,
it works like a charm on my Desktop-Client but there are a few problems on my iPad. In landscape-mode the navbar don´t become smaller during i´am scrolling down. So the user can´t see a lot because the height stays with 200px. Strangely in portrait-mode it works well with the nonfixed navbar.
Also there is a problem with the menu-items. The only one you can see on iPad is the one from the current site. The others gone away. During the site is loading you can see them for a little moment but you can´t klick on them, after the site finished loading you can´t see them.
Any idea?
Thanks a lot
Best regards
Bruno
Thank you for your quick reply!
Can I make a custom page template that will work? The php files only have one product page in Enfold. I use another theme which has a handful of different product/sales php pages which I would like to recreate in this theme. It is a simple page I want to create.
Would your Replete theme be a better choice for me?
I can see from your screenshot that the accent over the letter E isn’t correct.
It’s showing the accent as a diaeresis (the ‘two dots’) over the letter E istead of a circumflex (the ‘little hat’)
I need it to shwo the word “CURSO DE INGLÊS” and “FALE INGLÊS”
Hi heidi22,
WooCommerce product pages are actually controlled by WooCommerce. The theme then uses php code to modify them a bit further. So if you want to customize them you will need to look into a freelance developer as WooCommerce doesn’t support in-editor control over the layout.
Regards,
Devin
This is my second site using Enfold and I love, love love it but I am having troubles integrating woo commerce. I cannot seem to change the layout of the product pages other than the side bars. Any help would be appreciated.