Hi,
can you please help me get the tables on my four CV-pages (http://www.dieengagierten.at/das-team/dr-thomas-laschitz/, http://www.dieengagierten.at/das-team/dr-christoph-reisner-msc/, http://www.dieengagierten.at/das-team/dr-martina-hasenhuendl/, http://www.dieengagierten.at/das-team/dr-milana-unterweger/) responsive? Now the content doesn’t wrap, so the wider content of the left hand column flows over to the right hand column, and the content of the right hand column gets cut off where the screen ends.
Thanks!
Hi, if I want to insert an image gallery not using ALB but the standard wordpress editor and if I choose medium size images the gallery shows up as a tiny image gallery with 80px width and height. This is due to an entry in base.css that defines for
#top .gallery .gallery-item
a width of 80px.
This is a bit annoying since it disables the WordPress gallery feature that should make it possible to choose between different sizes for a gallery.
Hey Todd,
I’m not sure why but it looks like you are wrapped the word TRANSFORMATIONS in a font tag? There is also a line break in there so removing that should bring it closer to the top. If you need help in doing so then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Denis,
No problem, glad you got it working. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Marc,
You have this in your enfold-child.css file:
#top .av-submenu-container .container {
padding: 0 43px !important;
}
Please try changing it to this:
#top .av-submenu-container .container {
padding: 0 !important;
}
Best regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Yigit,
You recently helped by correcting the way the code was displayed on this thread (https://kriesi.at/support/topic/portfolio-image-custom-link/) moments ago, but I noticed that it actually seemed to break the container of the hover. Thoughts?
Before Adding Link
After Adding Link
Website https://kingsdesigns.com/gallery/landscape/
Hi,
Is it possible with Enfold (or with a plugin within) to have a page slider like this: http://www.hannefriis.com/html/layers.html
With arrows on top and images/text under and some text above?
Regards,
Lars
Hi Jaime!
Thank you for contacting us!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and choose to hide/display different elements on mobile/desktop. You would need to register to our forum – https://kriesi.at/support/register/ and login to see the link.
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.bg-white { background-color: white !important; opacity: 1!important; }
then add following code to functions.php file in Appearance > Editor
function avia_custom_header_scroll(){
?>
<script>
jQuery(window).scroll(function(){
if(jQuery(this).scrollTop() > 10) jQuery('#header .header_bg').addClass('bg-white');
if(jQuery(this).scrollTop() < 10) jQuery('#header .header_bg').removeClass('bg-white');
});
</script>
<?php
}
add_action('wp_footer', 'avia_custom_header_scroll');
Regards,
Yigit
-
This reply was modified 9 years, 4 months ago by
Yigit.
JAIME ARANAGuest
I frined recommened i sue you guys instead of templatemonster.com
I bought a theme from you guys and plaggni on getting more hopefully for a diffenret business, on current them i have most of desktop site – but on mobile site I am trying to have the imiage display on top of the contact form ?
this is current site
http://www.mamamiamagic.com
can you see how it looks on desktop and mobile
on mobile the only tab i added an image is in the clowns tab – but my goal is to have the image display on top of contact form?
Can you please point me in the right direction ?
Thank you
Jaime
305.613.8463
(Email address hidden if logged out)
(Email address hidden if logged out)
Hallo Andi,
ich denke ich habe hier im Forum die Lösung gefunden.
aber ich finde die richtige config.php nicht – der Post ist von 2014,also etwas älter …
https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/
Das muss geändert werden aber ich finde den Pfad nicht.
I have partially succeeded in moving the Product tabs underneath the image and thumbnails + title / short description and having the woo commerce tabs be full width by changing the 1 to 5 in the file enfold/woocommerce-config/config.php
#
# display tabs and related items within the summary wrapper
#
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 10 );
//add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 1 );
add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_product_data_tabs’, 5 );
Danke für Deine Hilfe.
Beste Grüße
Marcus
Hi,
these are different elements than on your website, a precise mockup would really help. This way we need to guess more or less to find out what you actually want. Maybe it’s your menu you want to move more to the right:
#top .av-submenu-pos-right {
margin-right: 61px;
}
Adjust as needed.
Best regards,
Andy
try this here – maybe it works for you (in child-theme functions.php)
function only_one_toggle_open_at_the_same_time(){
?>
<script>
(function($){
$(window).load(function() {
$('.toggler').on('click', function(){
$('.toggler').not(this).next().removeClass('active_tc');
});
$('.toggler').on('click', function(){
$('.toggler').not(this).removeClass('activeTitle');
});
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'only_one_toggle_open_at_the_same_time');
by the way : the laurels go to Josue
see also here: https://kriesi.at/support/topic/single-toggles-besides-sibblings-each-other/
-
This reply was modified 9 years, 4 months ago by
Guenni007.
I have a sidebar on one page (see PC) and having this stops the logo area from shrinking :-(
Why is this???
Hey!
You will need to remake the function of the logo, change the logo placment and add the SVG.
https://kriesi.at/support/topic/replace-default-logo-with-text-or-remove-it-completely/
here is an example of the function.
Thanks a lot
Regards,
Basilis
Hi!
Try adding this code to Quick CSS:
@media only screen and (max-width:960px) and (min-width:768px) {
#top.page-id-193 #av_section_2 .content {
margin: 0 !important;
width: 100% !important;
position: static !important;
}
.page-id-193 #av_section_2 .av_one_fourth {
display: block;
float: none;
margin: 0 !important;
width: 100%;
text-align: center;
}
}
Let us know if it works :)
Best regards,
Nikko
Hi,
I am looking at using this theme for a new site I am going to build but before creating I wondered, is it possible to hide the logo completely from the transparent header on just one page of a multipage site, desktop view only?
Also, is it possible to have a different set up for responsive versions, where it would use a different image altogether and then show the logo?
Thanks
Emma
Hi Nikko (hope it’s you how is replying me),
The facebook like box I just added in Photoshop to show how I wanted it to look, so there is no code for it. But in another topic (named Social Media icon) I have been recommended this link to generate a code: https://developers.facebook.com/docs/plugins/page-plugin but there have been some problems to make it work. I’m sorry the two topic eventually has come to be about the same issue. Maybe they should be merged.
Best reagrds,
Helle
Hi,
It’s very confusing when it’s different supportors who is replying me. Nikko told me to sent WP login so you could take a look at my backend. From Andy I gets a completely different reply. What sould I do?
Regarding Andys reply then I earlier in this topic got a link to generate custom code for facebook and place it in widget text. I assume that this code is working with WP when you are recommending. Am I wrong?
Best regards,
Helle
Hey,
I want to hide vat and shipping (ex. MwSt. zzgl. Versandkosten) on categorys and carusel elemtns on homepage. I only want to have this on single product + checkout, related products.
I found this solution: https://kriesi.at/support/topic/hide-vat-and-shipping-info-on-shop-overview-page/
But this dosent work for me.
.related.products .woocommerce-de_price_taxrate {
display: none;
}
added to css, but didnt worked.
Best regards
Hello ,
I have same problem like topic #644784
When I try to change Special Heading font size in the ABL it doesnt change. Keeps always same like setup in BASE.CSS
I know that I can change it in Quick.CSS file
but I need to change global size only in few pages and function in the Special Heading thats what I need.
Please, tell me this problem already fixed in Enfold 3.8 ( this is my current theme ) ?
kind regards
Denis
Hi Nikko,
Only the main page has a slider on the site – the other pages which I required assistance with have static images inserted at the top. It is these images that I require some advice on – for both this website and others going forward? There is an option in the image dialogue box to include a caption in the main image, but it only provides a centred version for text? Although you can change the caption size, there is no option to range the caption left as per the Easy Slider? Have you a code snippet to remedy this? Also I believe it would be worthwhile building this into the theme?
Also could you let me know if it is possible to delete the Enfold credit from the Footer Socket? So that you can create your own bespoke copyright notice and design credit?
Thanks for the info on Yoast – it’s useful to know.
Many thanks,
PGB
Hi,
for background color use this code:
#top .header_color .main_menu .menu ul li>a:hover {
background-color: red;
}
For left border use this code:
.menu-item a:hover {
border-left: 3px solid #6fbfc9;
}
Best regards,
Andy
Hey :)
With the help of a previous (https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/) I managed to break my menu-items in 2 rows using <span class=”menu-break”></span>. Using the css that was offered I managed to position everything where I wanted it to be. However, this gives responsive menu issues. In the responsive menu the words inside the span are placed on top of the words before the span. The supposed solution would be to use @media only screen{span.menu-break {position: inherit !important;} When I do that, the mobile menu looks fine but the normal menu doesn’t. When I remove it again, the normal menu looks fine but the mobile menu doesn’t. Can anyone offer a solution for this? Thank you!
-
This topic was modified 9 years, 4 months ago by
Yigit.
Peter Herzog
Hallo Andy
Danke für deine Mühe
Das Theme “enfold-church” ist top, damit könnte ich starten. Gibst Du mir mal den genauen Link wo ich das Teil dann kaufen kann.
Ein Frage noch, gibt es dafür ein Widget für einen geschützten Bereich, kenn mich damit leider nicht aus.
Lieben Gruß
Peter
JJParticipant
I want to set my frontpage with small picture blog without sidebar.
However, when I remove sidebar, featured image goes on the top of the blog layout.
How can I fix it?
Hi bardinidavide!
Please take a look at the post here
https://kriesi.at/support/topic/custom-js/
Ismael describes the steps exactly.
Thanks a lot
Regards,
Basilis