Thank you :)
You can close this topic :)
Hey!
Do you mind switching user role to administrator for the user you created here – https://kriesi.at/support/topic/a-few-questions-13/#post-557649 so we can look into it?
Regards,
Yigit
Thanks –
To clarify –
1. On the home page, the Vimeo video is a background in a COLOR SECTION. The 4 banners are placed on top of that video inside the color section. It worked without problem until recently. This appears to be only related to the color section. Vimeo video works on other pages.
2. Correct. Additionally, the animated countdown doesn’t show on any page.
God Bless,
Chad
Hmpf… I did this already but it doesnt work… :(
}
#homearrow .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }
#homearrow .container {
padding-top: 0!important;
}
Hi, Enfold expert,
I am quite surprise, why my problem is not solve here, as i posted these thread yesterday.
Please reply anyone, who can make these changes for me.
it related to Avia i think, because the iconlistbox inserted from there…
i hope someone will figure out the solution.
Hey! Sry, but the thread only exists in german.
https://wpml.org/de/forums/topic/wpml-string-translation-fuer-layerslider-wp/
WPML support told me, to check the chrome javascript console for the LayerSlider page. Maybe this might help:
[body#top.page.page-id-21.page-child.parent-pageid-19.page-template-default.stretched.open_sans, prevObject: m.fn.init[1], context: document, selector: "body"]
GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILED
SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
GET chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js net::ERR_FAILED
GET chrome-extension://fjhoaacokmgbjemoflkofnenfaiekifl/cast_sender.js net::ERR_FAILED
From my point of view, I guess it’s the update of the LayerSlider WP (5.5.0 to 5.6.2) which is included into Enfold 3.4.7.
Cheers!
Hi!
try to control it with this code:
@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
margin-bottom: -40px;
}}
and adjust as needed.
Cheers!
Andy
Hi Jasmer!
You can give your color section element a overlay and a unique ID and then add following code to Quick CSS
#your-unique-id .av-section-color-overlay { margin-top: 1px; }
Regards,
Yigit
Hi
Can the child theme javascript override an avia function to stop it processing? Specifically line 694 in functions.js
If not, is our only solution to (re-)comment out the code in functions.js after each theme update?
Thanks in advance,
Matt
Hi!
what you describe here won’t be easily possible, so a freelance developer would be necessary for this job.
Image overlay icon is controlled by css value “content”, for example:
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: url(https://yourwebsite.com/icon.png);
font-family: 'entypo-fontello';
}
and you can’t call the excerpt into it, as far as I know. Unfortunately you would need to hire a freelance developer for this as well.
Cheers!
Andy
Hello, how can i set the back on top arrow for mobiles?
Thanks Elliott,
Sorry yes I mean separate pages in the same installation to have a different top menu and logo. What is the best way to do this?
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hey!
I tried to login to link in private content using credentials you have provided here, but login does not work for me and I am not kidding you at all.
Regards,
Andy
Hi!
To stopo the responsive behavior of the text turn of responsiveness

To learn more please visit the authors youtube channel
https://www.youtube.com/user/ThemePunch/videos
To change the text position just click and drag the test in the preview.
Regards,
Vinay
Hi!
We are using enfold together with WPML for the first time.
Is there a chance place the two flags (german/english) on the right side of the social icons?
We don´t want to use the secondary menue on top of the transparent header because it uses to much space.
Thanks for your support!
Stefan
Hi,
Glad you got it fixed, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Thanks for sharing, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi, Is there a way for me to show only top categories of portfolio items inside a portfolio grid or masonry element instead of it showing all the portfolio items that are under the categories I select?
Hello,
I was wondering if there’s a way to have masonry showing our portfolio of work, and then when someone hovers over, rather than the image having the overlay effect, the image autoplays a video/gif? and then when someone clicks it takes you to the portfolio page?
Thanks
Hayley
Sorry, last questions.
I need to keep it up to footer and socket. So, when you scroll down to bottom it should stop until footer.
Otherwise, socket and footer are not visible.
How to make full screen layer slider to be on top of this section?
Thank you!!
-
This reply was modified 10 years, 3 months ago by
AlutermGroup.
plz reply on my last points, today i have last day and tomorrow i must show demo to client for approval…
please clear following points, so that i will finalize the demo for my client.
for following point:
“2- Please go to Appearance > Widgets and remove dummy widgets from “Displayed Everywhere” widget area and add WooCommerce widgets”
I am not using WooCommerce i have put product pages manually and also do not want to use WooCommerce option… so please guide me other way to display only products link in side bar area…
also please check when i have remove some links from side bar its going move to top, i want to fill color area from top to footer.
please check on link:
“http://www.filemban.com/wp/?page_id=2”
Hey!
That is actually the default behaviour of the portfolio grid element. It doesn’t display the category button if the current page doesn’t contain items within that category. Clicking on an empty category button will render the grid blank. You can test that by editing config-templatebuilder > aviashortcodes > portfolio.php, look for this code around line 604:
foreach($categories as $category)
{
if(in_array($category->term_id, $current_page_cats))
{
//fix for cyrillic, etc. characters - isotope does not support the % char
$category->category_nicename = str_replace('%', '', $category->category_nicename);
$output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";
$output .= '<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
$output .= "<span>".esc_html(trim($category->cat_name))."</span>";
$output .= "<small class='av-cat-count'> ".$cat_count[$category->term_id]." </small></span>";
$output .= "</a>";
}
}
.. replace it with:
foreach($categories as $category)
{
//fix for cyrillic, etc. characters - isotope does not support the % char
$category->category_nicename = str_replace('%', '', $category->category_nicename);
$output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";
$output .= '<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
$output .= "<span>".esc_html(trim($category->cat_name))."</span>";
$output .= "<small class='av-cat-count'> ".$cat_count[$category->term_id]." </small></span>";
$output .= "</a>";
}
This will display all the available categories. Test the category buttons afterwards. Let us know which behaviour do you prefer.
Regards,
Ismael
Hi Guys,
I’m having a problem with Facebook Likebox in sidebar – nothing showing but blank white space.
Any ideas how to fix and have this show?
I notice it shows on mobile and ipad but not desktop – so weird!
Thank you so much Vinay, you’re amazing! Three small things I want to change and I can’t seem to figure out how with the quick css you input:
1. As you can see on the link below on my current live homepage each of the initial color backgrounds for the grid rows are different colors. The first and third grid row backgrounds are set to color #f9f9f9 and the middle grid row background is set to #f2f2f2 You set the current background correctly to #f9f9f9 I assume I have to target the center section and add the code modified slightly but can’t figure out how to do so. How can I change the center grid row to make the background #f2f2f2? (See Image)
2. Right now there is an animation where these overlays animate from bottom to top when you scroll down on my desktop computer. How can I make it so this doesn’t happen and they are already over the section when you scroll down? Doesn’t seem to be an issue on mobile devices.
3. The overlay section isn’t covering the images completely on my iPad in portrait mode (See Image)
Thanks again!
-
This reply was modified 10 years, 3 months ago by
djshortkut.
Hey there – I tried but impossible to tell as the “portfolio items” disappear completely as it’s a custom post type. Categories and Tags for standard blog posts is fine – just not the “portfolio items” categories and tags,
If it is not a quick fix how can I stop the breadcrumbs from showing completely on these dynamically created pages? Possibly not good for SEO or for the user experience/navigation
Thank you :)
-
This reply was modified 10 years, 3 months ago by
loudcow.