Hi there,
Trying to do a similar function like this thread.
https://kriesi.at/support/topic/lightbox-on-button-click/
However instead of an image gallery, I’d like to play a video in a lightbox upon a button click.
Appreciate the help. Support has been great.
I’ve been searching through all of the archives and I can’t find anyone that is looking to accomplish exactly what I want, so I’m hoping folks can help me.
I installed WPML and the flags are appearing in the left corner of the top sidebar. Instead of flags, I’d like text… and only the text of the other languages, not the language that is currently being used.
So my website will be in English and Spanish. When viewing the English homepage, I’d like for the top left corner to say “Espanol” and vice versa.
Right now I’ve disabled the flags using
#avia-menu .av-language-switch-item {
display: none;
}
since I’m still working on the Spanish version and I don’t really like the flags.
Any help would be appreciated!
Hi,
Thank you for your help. I have added the code to Quick CSS. The problem still exists. Please note, the sub-pages display the menu properly (including the screen shot you sent). It’s the main, top-level pages that do not display the main menu. Please advise.
Thank you,
Eric
Hey, yeah I have already done that as I said, the icon WAS there and working. Then it disappeared, like the theme stopped recognizing that the custom icon/font was there…
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
opacity: 0 !important;
}
.responsive #top .av_header_transparency .logo img.alternate {
display: block !important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hello there, excuse me but I found also the solution to the last issue. Actually in the shortcode php code the $loop variable was looking for the english name of the product category! Jus added a condition “or” to add the translated category name and now it works perfectly.
Hence, just for the information to other users, in order to work smoothly with woocommerce custom layout products and wpml I simply changed the translations settings in WPML Woocommerce Multilingual
woocommerce multilingual > settings> native woocommerce product editing screen => although this is not recommended it permits to edit each single product inthe translated version from its page via avia layout builder.
Consider also that Name Your Product must be checked again in each product in the translated page!
You can close the topic
Thanks and sorry for the disturb
I’m adding blog/news items to a new site, copying and pasting from an old site. However, on the main blog/news page the full text is being displayed for every article rather than intro text below each heading. The editor was set to ‘default’ so I switched to ‘advanced’ and the articles seemed to display to tintro text correctly until I edit one, it then stops displaying any intro text beneath the title so I just see the post title and beneath that the post info eg ‘9th October 2012/in Press Release /by admin’ and beneath that a ‘Read more →’ link but with no text in between.
I’ve tested this by setting the editor back to ‘default’ and repeating the process with the same results. I’m running version 3.6.1 of enfold and 4.5.3 Word Press.
Cheers
Hello,
Thanks for all of the support. I followed the guidance here to make the notfication boxes link : https://kriesi.at/support/topic/link-notification-box/. I have 9 different links and was wondering if you could give an example of what adding a second link looks like. I tried and ended up having to go into my FTP files and fix the functions.php file.
Thanks!
Eric
Hello,
I have read many threads where others wanted to adjust the font size of this sub menu that holds a phone number and social icons at the very top above the main menu and logo.. I have tried every code that has been offered, that I could find, and nothing adjusts the font size and depth of that bar. It is just too tiny to see and I’d like my phone number to stand out.
I found the adjustments for color, etc, but not font size or spacing. Please assist in a code that I can alter the font size and the depth of that bar. Of course, I would like to enter my address there as well, but not sure if possible
Thank you!
Becky
Hey
Following your mesage in thread https://kriesi.at/support/topic/blockquote-left-line/#post-658083 I have opened a new tread.
I created a temporary account for you – see private content.
Thank you
Remo
Gravity Form Submit Button is still not lining up correctly. Could someone help? https://www.onesourcebackground.com/latest-news/
Scroll down to the bottom of page: “Want to stay up to date? Subscribe to our Newsletter!”
I used the following CSS. I’ve tried playing around with the different values but the submit button doesn’t want to budge.
.gform_footer input[type="submit"] {
padding: 12px;
min-width: 150px!important;
margin-top: 8px;
}
I included login credentials in case you want to dig around.
Bom dia Debora,
Por favor, você pode iniciar um novo tópico. Este tópico está se tornando muito longo e em breve será fechado. Iniciar um novo tópico e enviar o seu site detalhes e informações de login novamente para que eu possa ajudá-lo o mais rápido possível. https://kriesi.at/support/register/
Obrigado,
Jordan
I am having the same issue with images resizing on an iPad. They look great on the laptop version but on the iPad they are in different positions and don’t scale down correctly (part of the images get cut off). Did anyone find a fix to this?
Hi,
We are planning to host an online / virtual event were people need to register first then once they are, they get directed to a page of the event and can also browse different pages that have topics of interest.
We’d also like to integrate chat boxes, social media sharing, forum pages for the event.
Basically this will be a multisite environment but gated for members only. We won’t be looking for a forum type of functionality, just gated pages that registered people have access and integrations. Please advise and thank you in advance!
Hi support!
I set several color sections on a page and notice that side bars were always displayed after the last color section. Id’ rather have the side bar always at the top.
Is there a way to set color sections so that they do not interfere with side bars (e.g. they are considered as a 1/1 block)?
Thanks!
Antoine
Hey Marcel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: none;
transform: none;
}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_elegant-blog #top .avia-content-slider .blog-categories { display: none; }
Best regards,
Yigit
Good Morning;
I am using the following code in the CSS and it still bounces a bit. It seems like the top padding but I have changed that from 6px all the way down to 0px and it still moves. Any ideas?
/*fix padding on Left Sub Menu (Services) when selected*/
.widget_nav_menu ul:first-child>.current_page_item>a {
padding: 6px 0px 0px 0 !important;
}
Quick question. I mentioned that the Huckberry footer is unavailable on mobile devices.
I said you’d have to look at it on a desktop computer to see the logo in the footer.
Did you understand what I have said above? I just want to make sure you’re understanding me and I’m being clear enough.
Thank you,
Jas
Hey!
Now i see it as well. If you added the code Rikard posted here – https://kriesi.at/support/topic/blockquote-left-line/#post-650349 and that still did not help, please start a new thread and attach temporary admin logins in private content field so we can look into it.
If you post them here, they will be visible to creator of this thread as well.
Regards,
Yigit
I have set a default featured image for my blog posts, but it appears at the top of each post. I would like it to appear at the bottom on THE NEWS PAGE ONLY. I have included the news page in the private content section here.
Also, is it possible to remove the word ‘news’ from the top of each post?
-
This topic was modified 9 years, 7 months ago by
mosaic.
Hi,
You can add code block element to those pages and insert following inside it
<style>#after_layer_slider_1 .content {
padding-top: 0;
}
.special-heading-inner-border { display: none; }
</style>
Best regards,
Yigit
Hi,
Please refer to this thread – https://kriesi.at/support/topic/replace-standard-search-with-woocommerce-product-search/ :)
Best regards,
Yigit
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Great, glad you found the problem. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hey KK,
Did you try importing the demo? You can add the following shortcode if you have debug mode activated:
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='-40px,0px' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat']
[av_feature_image_slider link='category,14,15' items='3' offset='enforce_duplicates' contents='title_read_more' slider_size='2:1' preview_mode='custom' image_size='extra_large' control_layout='av-control-minimal' animation='fade' autoplay='no' interval='5' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='']
[/av_one_full]
[/av_section]
[av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='no_duplicates' paginate='no' conditional='is_subpage']
[av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='2' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='6' offset='no_duplicates' paginate='yes']
Cheers!
Rikard
Andy,
You can’t look at Huckberry on a mobile device. You have to look at it on a desktop computer. Here is the screenshot of the entire really long page showing the icon in the footer.
https://dl.dropboxusercontent.com/u/1049926/Huckberry.jpg
Is it impossible to add another element between the two with CSS?
Thanks,
Jas
Hi,
I see that you added the CSS now, try editing the values to your liking, for instance:
#header .widget {
left: 30%;
padding-top: 0;
position: absolute;
top: 50px;
transform: translate(-50%);
z-index: 999;
}
Best regards,
Rikard
Hi!
We are running some websites with Enfold. For two I need to add a read more link at the end of each excerpt.
I’ve found this post: https://kriesi.at/support/topic/widget-enfold-latest-news-excerpts-read-more/#post-379656
That works perfectly with Enfold 3.3.2. But my new develop website (Enfold 3.6.1) seems to ignore changes in the class-framework-widgets.php. I can delete the entire code for “news-excerpt” but it is still displayed.
Do you have moved the code for the widget?
Thanks in advance
Martin