Hi, I’ve got an annoying bug that only appears on IE (9 is the only test version I have).
The third column of a page is pushed below the previous two ones, which creates a very convoluted appearance:
Here’s the homepage.
Also note that on IE, the social media icons disappear (top-left corner), as well as the chevron symbol in the black, “back-to-top-of-page” square.
Any help is much appreciated!
-
This topic was modified 12 years, 1 month ago by
hetveer.
Hey fab!
WordPress doesn’t know which “portfolio page” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the parent portfolio/grid page into a session.
I.e. if the user first views this portfolio grid page ( http://www.sfccars.com/sold-cars/ ) the server will save the page id into the session and as soon as the user views the single portfolio entry (i.e. http://www.sfccars.com/portfolio-item/1966-triumph-tr4-a/ ) Enfold uses the session data and the saved page id to build the breadcrumb. If the user accesses the portfolio entry from another portfolio page: http://www.sfccars.com/inventory/ it will save another page id and the breadcrumb links will be different.
If you don’t want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ – by going this way the breadcrumbs will always have the same structure but you can’t show the portfolio grid pages in the breadcrumb.
Cheers!
Peter
Hi!
I have just checked your website on my iphone4 ios7 and it does show back to top button on my end. See screenshot here http://i.imgur.com/kAIGQkm.png
Please flush browser cache of Safari and try again
Regards,
Yigit
Hey,
I’ve just updated Enfold and WordPress, and now when I go into a page and try to use the Advanced Layout Editor it’s blank. I can see the default editor OK, but the advanced layout editor gives me a spinning circle in the content box and then nothing. I’ve tried editing a current page, and creating a new page…I’ve also tried it in both Safari and Chrome to see if that was causing the problem.
Please help – this is stopping me making some urgent changes to my site, as I can’t do a lot without access to the Enfold design tools!!!
Thanks,
Claire
Hi Devin
I just re-downloaded the theme and pasted it on my local machine… stop then restarted my mamp server but still no option
can i send you a screen shot of what i have? (Options on Full Width Masonry Gallery)
Regards
Hi adrianwackernah!
Bitte probiere die Template Dateien von hier: https://kriesi.at/support/topic/woothemes-sensei-plugin/ in den Theme Ordner zu kopieren.
Regards,
Peter
This reply has been marked as private.
This reply has been marked as private.
Hey pako69!
Please give us a link to the actual website. Add this on Quick CSS to display the scroll to top link on mobile devices:
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block;
}
}
Best regards,
Ismael
Hello :)
//Go top top:
– i don’t see it on my iPhone 5s/IOS 7/Safari but i see it with the same mobile on Chrome
– the bottom/right position of go to top overlay my texts (see my screenshot), is it possible to make more near the left edge and less big?
//Text size (Layer slider VS background section):
As you can see in my screenshot, the first image is a layer slide and the next bottom one a background section image, both have the same font-size: it render great for the second one, but the text in the layer slider are too small. How can i manage this to have bigger text in the layer slider?

//Responsive slide out menu within small fixed header:
Is it possible ti have, on mobile, a small fixed header? Because using the go to top to open the menu is not really user friendly
Thanks
Hi!
Please refer to this link then look for Dude’s solution: https://kriesi.at/support/topic/create-portafolio-entry-and-404-error/
Best regards,
Ismael
That’s odd because in version 2.0.1 you could see both simultaneously by adding the following code to the functions.php file…
add_action('avia_builder_mode', "kriesi_set_debug");
function kriesi_set_debug()
{
return "debug";
}
===================
Here is a link to see a screenshot of where this used to be within version 2.0.1…
http://www.thehairdebate.com/v3/1_screenshot/missing_html_editor.jpg
==================
This was also addressed and resolved in a prior support ticket. Please see…
https://kriesi.at/support/topic/html-editor-is-mising-in-version-2-1/
=================
But the WORST part is when you click on the blue “Default Editor” button there is NO HTML is code being displayed at all..
================
Please help.
-
This reply was modified 12 years, 1 month ago by
turner2f.
Hey!
Please use this to remove the mobile menu:
@media only screen and (max-width: 968px) {
.responsive #top .mobileMenu {
display: none !important;
}
}
Remove browser cache then reload the page a few times.
Best regards,
Ismael
Hey!
Add this on Quick CSS:
@media only screen and (min-width: 767px) {
#searchform {
display: none;
}
}
Use this to adjust the searchbar position:
@media only screen and (min-width: 767px) {
#top #searchform {
position: absolute;
top: 90px;
}
}
Best regards,
Ismael
Hey!
Did you use the button element or shortcode? You change the text color using this on Quick CSS:
#top .main_color .avia-button.avia-color-theme-color, #top .main_color .avia-button.avia-color-theme-color:hover {
color: blue;
}
Change the button background using this:
.main_color .avia-color-theme-color {
background-color: red;
}
There are lots of tutorial on how to create a custom button. We need to see the button that you designed.
Best regards,
Ismael
Hi sivanrevivo1!
The theme’s default LayerSlider plugin does not support shortcodes. You need to install it as a standalone plugin. You can purchase it on codecanyon. Please use the Advance Layout Builder if you want the layer slider.
Regards,
Ismael
Hi Kvanto!
Please locate this code on functions.php, you can find it at the very top:
global $avia_config;
Below, add the google font filter:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['PT Sans Narrow'] = 'PT Sans Narrow';
$fonts['PT Sans'] = 'PT Sans';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['PT Sans Narrow'] = 'PT Sans Narrow';
$fonts['PT Sans'] = 'PT Sans';
return $fonts;
}
Cheers!
Ismael
Hi!
Although that is integrated into the theme for animated elements via javascript I couldn’t really tell you how to piggyback onto it. I’ll tag the topic for Kriesi and Peter who may be able to help but with how busy the forums are right now customization like that may not be possible to assist with as its already outside the scope of what we should be covering through support.
Cheers!
Devin
See my update:
Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site for visitors. Registered users will not see any issues. The only way to restore this issue that I know of is to restore the BBPress or to make the forum all public again.
-
This reply was modified 12 years, 1 month ago by
Jay.
I have the similar issue…but will both masonry and grid content for blog (other format seems to work).
When I unable the BBPress Forum plugin none of the enfold short code blog elements are displayed for visitors, but they work fine for registered users. Here is an example: http://visualwilderness.com/
On this page there needs to be portfolio grid…and it is not there. When I deactivate the BBPress the Grid comes back.
Update: You can recreate this issue when you create a Private Forum using BBPress. If all your forums are public everything works fine, but once you create a private forum the Blog Grid and Blog Masonry Layouts stop functioning for entire site.
-
This reply was modified 12 years, 1 month ago by
Jay.
Hi Frigno!
Have you tried this one https://kriesi.at/support/topic/horizontal-ruler-between-blogposts-on-main-blog-page/#post-209157
It should work because you are adding hr element under each article.
And have tried flushing browser cache after applying css codes provided in other solutions?
Cheers!
Yigit
Hi Isabell!
Please post temporary login credentials here privately. Your website is under construction and we cannot see the content
And add following code to Quick CSS to make changes you showed in footer section
span.news-thumb { border: none; padding: 0; }
.image_size_widget .news-thumb img {
width: 36px;
height: 36px;
}
#socket { border-top: none; }
Regards,
Yigit
-
This reply was modified 12 years, 1 month ago by
Yigit.
Hi,
I tried to add new Google fonts: PT Sans Narrow and PT Sans. A both with cyrilic.
I used instruction from this topic. I added both parts of the code from this topic.
After adding the first part, I did not see the new font in the font selection in Styling.
After the second part of the code instead of admin panel opens a blank white page.
I use a network of sites. Maybe is it make a problem?
So sorry to be so confusing! I have a client that changes his mind a lot. I truly appreciate all your help. Can’t thank you enough!
I edited the avia.js css as you said but didn’t know what change to make to the code you posted earlier, so I don’t see any changes. But don’t want you to spend more time on it, so unless it’s some easy code you know on top of your head I will keep it static.
Again thank you so, so much!!
Best,
Rubie
Hey guys,
So from my understanding Royal slider isn’t supported in the Enfold theme, correct?
Is there a trick to get this working though? I’m trying to use a slider in a laptop, but the pics won’t display.
The laptop is there, but there s only text that link to the pretty photo modal window. The text is the title of the pics.
I’m hoping it will be an easy fix like “turn off pretty photo” or something like that????
Thanks
Hey!
You earlier said and i quote “Also, right now the header bar shrinks while I move down the page. How can I make it static?“.
Customization you asked was beyond the scope of support we can provide but i wanted to finish what i started but it is getting more and more complicated..
To achieve what you would like, you need to make some changes on the code i posted earlier and go to wp-content\themes\enfold\js folder and open avia.js file and find
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
to
el_height = 156,
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/1.5)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.5;
Cheers!
Yigit
When text is entered in the search box in the top level navigation, search results appear in the drop down … but if you click “view more results” or the search button … no results display on the results page.
“stereology” is an example term ….
http://stereology.dev.bayshoresolutions.com/
Hi DiamondLights!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-layerslider { padding-top: 50px; }
Best regards,
Yigit
Hi I created layerslider for the header and it was working. when i work with the default editor and add shortcode the frontend shows the shortcode as regular text. (i don’t want to work with the layout builder) .
i am having problems adding the layerslider to the homepage using shortcode.
the instructions of adding the slider to the functions.php are not detailed enough.