I am using the latest: 2.6.1
i also found this php error today:
PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /home/comprarmagazine/public_html/comprarmag.com/wp-content/themes/enfold/functions-enfold.php on line 305
Thanks in advance
Hey station1!
Can you post the link to your website so we can take a look? Which version of Enfold are you using? If not 2.6.1, please update it ( see – http://kriesi.at/documentation/enfold/updating-your-theme-files/ ). You can choose to display Transparent header on selected pages with the latest version
Best regards,
Yigit
Rename your plugins folder to something besides plugins and if need be delete Enfold to get your dashboard back to be being accessible. It sounds like there is something else causing a conflict as a normal theme update shouldn’t cause that kind of issue.
So far this is the only case of that happening that I know of.
Hey Willem-Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab to fix menu issue
@media only screen and (max-width: 989px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
.main_menu { display: none; }}
Can you elaborate on logo issue? A screenshot would help
Cheers!
Yigit
I’m not sure what the root cause of it is but I’ve not had any of the same issues when updating my demo site or any client sites so far. I would suggest deactivating all currently active plugins and then re-installing the last update over FTP and make sure there are no write errors.
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
Then see if things get back to normal working order.
Hi!
You can use css to style first last using pseudo selectors: http://css-tricks.com/pseudo-class-selectors/
The menu in your second reply isn’t a menu but instead a tab shortcode: http://kriesi.at/themes/enfold/shortcodes/tabs/
Regards,
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-height: 29px !important;
}}
Best regards,
Yigit
Hi Raymmar!
You can add following code to Quick CSS in Enfold theme options under Styling tab to make them visible all the time
.avia_desktop .avia-content-slider .avia-slideshow-arrows a {
opacity: 1;
}
However, it is not possible to move them outside of the box. If you really need it, please hire a freelance developer
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.disclaimer {
text-align: center;
}
If this is not what you meant, please post a screenshot and show
Regards,
Yigit
Hi!
Can you try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.grid-sort-container {
z-index: 999; }}
Have you tried checking your website on an Android device? Issue occurs on my iphone as well
Cheers!
Yigit
Hello! Contributions to showcase Enfold me, a page of cultural tourism in the city of Barcelona
http://viabarcelona.cat
Great job and great Enfold …
Hi,
It is a stable and good update, this 2.6 enfold.
One little cosmetic problem:
On my start page, you can see this animated black triangle.
On my iPad, everything is OK
Windows 8.1 explorer shows no movement and
with windows firefox and chrome, it is a little twitching and fluttering.
http://medientanz.de
Any idea?
Thanks Thomas
;
I followed the instructions from this topic https://kriesi.at/support/topic/new-custom-font/ and have the font showing up in the list in Enfold settings, however I do not see the different weight choices. How can I select those? Below is what I added as a test.
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
return $fonts;
}
no possibility to somehow convert a. psd in slide automatically, taking all layers
Hello there guys,
I am having a couple of minor styling issues I’d like to fix regarding how a few headers and descriptions show up within a box rendered by OptimizePress plugin, which I am using to build a few pages within Enfold.
Since I’d really like to use Enfold as the backbone of the site and also the forum I already set up which looks awesome on Enfold, would you be able to suggest some Css to add within the quick CSS box to fix the issue?
You can see what I mean in the following 4 screenshots (2 correct styling without Enfold and 2 styling issues with Enfold):
https://www.dropbox.com/s/bh8ogrcqao9vmsg/1-correct%20styling%20without%20Enfold%20%28theme%20twentyfourteen%29.jpg
https://www.dropbox.com/s/y57iri0sv0e1cce/2-Styling%20issue%20with%20Enfold.jpg
https://www.dropbox.com/s/diulkymz3c65vfx/3-correct%20styling%20without%20Enfold.jpg
https://www.dropbox.com/s/m81fdugj4no32lh/4-styling%20issue%20with%20Enfold.jpg
Hope there’s a fix ;-)
Thanks
Antonio
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#header_main { background: white; }
#header_meta { background: red; }
Second line is to change the background color of header meta section. If that is not what you meant, please elaborate or post a screenshot
Cheers!
Yigit
Hey Philippe!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.search-results .sidebar { display: none !important; }
.search-results .content { border-right: none; }
.search-results .container .nine.units { width: 100% !important; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
padding-top: 126px;
}
Cheers!
Yigit
Just updated to the new update and am now faced with the following error message:
Fatal error: Call to undefined method AviaHtmlHelper::linking_options() in /home/housemus/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 84
is there anyway of fixing this?
http://house-music-nation.com/
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive #header_main .container {
height: 160px !important;
}
.logo, .logo a {
height: 116px!important; }
}
Best regards,
Yigit
Hey miramontes!
Please go to wp-content\themes\enfold\includes\admin folder and open register-backend-styles.php file and edit predefined colors
Cheers!
Yigit
Hello,
I’m working with enfold; great theme!
Client wants buttons instead of thumbs that link to galleries.
How can I tell a button to open a gallery?
see http://www.groenwerkensierbestrating.nl
best regards
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding: 0 10px; }
Cheers!
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab to decrease padding between menu items between 768px and 989px
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 5px;
}}
That would be the best option if you do not like to use mobile menu instead
Best regards,
Yigit
Hey!
Can you try deactivating all active plugins and check if that helps? It would be better if you could create a testing installation in order to avoid having issues on your live website
Cheers!
Yigit
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}}
Cheers!
Yigit