Hi Steven!
Which type of header are you using? You can post the link to your website or check it in Enfold theme options > Header tab
Cheers!
Yigit
Hey!
I have already reported the issue. Should be fixed in upcoming updates. I tagged Josue so he can check on his Mac to provide a temporary workaround. Let us wait for his answer
Regards,
Yigit
Nope, not help.
iOs safari at iPad not working too.
Hey!
Please try flushing browser cache on Safari and check if issue remains
Cheers!
Yigit
I’t not working. One more – i have tested that page in Safari.
But when i’m using Crome – it’s worked.
Hi,
after updating Enfold to 2,5, the portfolio sorting developed a life of it`s own: On http://www.musikzentrale.net/ueber-uns/dozenten/ i display all our teachers, sortable by instrument like Bass, Vocals etc. based on portfolio categories. All of a sudden, the sorting line lists all categories, even the empty ones or those who only serve as grouping element for a better structure in the backend,like the top category”Teacher (Dozenten)” contains the sub categories Bass, Guitar and so on. It worked perfect before the update, i did not changed anything in the permalink settings.
Since it misses its actual goal – to sort the teachers by instrument – i am about to skip this feature, but visitors likes it and so i would love to have it back. Any idea how to solve this issue is welcome.
regards, Sebastian.
-
This topic was modified 11 years, 9 months ago by
mirzepapa.
Dear Yigit
Thank your for the answer.
Change the new settings in WooCommerce > Settings > Catalog.
Regenerate thumbnails.
loading new different times, empty cache, tray other browsers
but nothing happend! on the costumer site!
the product picture here looks too big: http://natur-duft.ch/start/duftsets/duftset-lavendel/ I like it smaller
the original picture is 300×137 px. I like a square product picture with resized picture without cutting
the cataloge picture here looks also too big: http://natur-duft.ch/produktkategorie/naturduefte/duftsets/
I like here also a square catalog picture with resized picture without cutting
this exp. looks good, but is it e square picture!: http://natur-duft.ch/start/duftsets/duftset-primatao/
thanks for your answer
Daniel
Please view my website at http://www.matt-morse.com.
I am struggling with my LayerSlider and its appearance on all different devices. Do you know which settings I can adjust to make it like the LayerSlider on the Enfold demo? That displays exactly the same on all devices.
Also, directly under the LayerSlider on my homepage are the Recent Blog Posts, where I chose to have the thumbnail and title only. Is there a way I can remove that empty gray space to the right of the thumbnail and just center thumbnail over the title instead?
Thanks for all your great help. This is an excellent support forum.
The CM Download Manager plugin does not activate within the Enfold theme:
http://wordpress.org/plugins/cm-download-manager/
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks li { display: none; }
Best regards,
Yigit
Hi
I saw an effect on this page I liked but I still can’t figure out how it’s done:
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
I am talking about the effect of the icons when you hover over them where it says “A beautiful experience!”
Is this a new feature or something custom you did with the code?
Hi i jus started working with enfold and i have this problem. I placed some images inside the 4 columns layout and aply the animation on roll over to the images, but the two images in the center (image 2 and 3) shake everytime i roll over the first and second images.
I really appreciate your help
I have tried updating the theme via FTP but afterwards when I access one of the template pages for example I can only see the Default Editor layout and when I click on the Advanced Editor Layout button I do not have the menus or options to drag and drop? I should also mention that I am using a child theme but would imagine that it should not matter.
I deleted the the license folder, the _MACOSX folder, the documentation folder and the psd_files from within the Enfold folder under themes,
I did note also that similar folders are also back out in the WP Content Theme folder but I did not touch these, the errors did disappear from the theme menu.
Any Thoughts
Hey gmarco!
You can choose to display “Fixed Header with Social Icons and additional Navigation” and remove social icons in Enfold theme options under Header tab http://i.imgur.com/uxV1DeV.jpg
If this is not what you meant, please elaborate
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-special-heading { margin-top: 5px; }
Cheers!
Yigit
Hey Daniel!
Please try setting Katalogbilder to 136x136px and Einz. Produktbild to 660x660px in WooCommerce > Settings > Catalog. Then regenerate thumbnails http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .portolio-preview-list-image { pointer-events: none!important; }
Regards,
Yigit
Hi glozemedia!
Please try updating Enfold theme to the latest version 2.5.2 and check if that helps.
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { width: 100%!important; left: 0!important; }
Regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child {
position: relative!important;
}
Best regards,
Yigit
================
(1) Concerning how to customize the sidebar for the “404 Page” see:
https://kriesi.at/support/topic/edit-the-404-layout/
FIRST – Add a widget into the “Displayed Everywhere” widget area and use:
http://wordpress.org/extend/plugins/widget-logic/
SECOND – Then show or hide certain widgets on the 404 page:.
Add following condition to widgets which you want to SHOW on 404 pages:
is_404()
Or use following condition to HIDE them on 404 pages:
!is_404()
=================
(2) Concerning how to make the default 404 sidebar disappear see:
https://kriesi.at/support/topic/set-404-error-page-to-full-width/
FIRST – Please go to Appearance > Editor and open 404.php file and search for following lines
$avia_config['currently_viewing'] = 'page';
get_sidebar();
SECOND – Then comment them out as following…
//$avia_config['currently_viewing'] = 'page';
//get_sidebar();
-
This topic was modified 11 years, 9 months ago by
turner2f.
This reply has been marked as private.
Hi!
Please go to Appearance > Menus and click Screen Options then check Link Target http://i.imgur.com/O4T8xcx.jpg
then click on menu item and make sure to set link target http://i.imgur.com/63emdNX.jpg
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .av_font_icon { -webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
Regards,
Yigit
Hey!
You should go to wp-content\themes\enfold\js folder via FTP and Avia.js file is inside that folder
Best regards,
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-16 .avia-builder-el-2 .team-social-inner { display: none; }
Regards,
Yigit
Hey changegroup!
You can Google “leaf png” or you can look up for some stock images on http://photodune.net/
Regards,
Yigit
Hi hermelina!
In WordPress dashboard, please go to Enfold theme options > Styling tab and scroll to the bottom of the page and add following code to Quick CSS section
.title_container .breadcrumb { display: none; }
#top .alternate_color.title_container .main-title a {
color: red; }
.title_container .main-title { font-size: 22px; }
and adjust as needed. You can use Hex value for text color
Best regards,
Yigit
Hello,
I am a full beginner with wp and I’m so glad with your enfold-theme. The design is great and it’s much easier to handle than a lot of other premium-themes. Nevertheless I can’t find the right way to change following things:
For my contact-page I chosed the template with breadcrumps in the title. Know I would like to change the colour of the title, enlarge the font and remove the breadcrumps. But I don’t know how and where. It would be great if you could show me how – but please step by step as I’m a real dummy in these things.
Thanx a lot
hermelina
Hey costin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { display: none; }
Best regards,
Yigit
Hi,
I have a problem with my permalinks on enfold theme.
I have followed instructions on this link: http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/
And also rewrite the permalinks, also I’ve deleted the htaccess and rewrite again, nothing works.
Pages return 404 errors, portfolio post type & home still work.
-
This topic was modified 11 years, 9 months ago by
Josue.