-
Search Results
-
Hello.
Can you tell me how to remove/hide the top navigation bar on a single page? It’s where the social media icons go. Also, can you tell me if I can remove it from specific pages I choose?Hey…
I just bought the enfold theme today, but i cant figure out how to change the language to Danish.
I have tried to read different topics about the subject but havent found any answers yet.
Is there something else besides setting my wordpress language to Danish i can do??hope u can help me out with this…
best regards
ChristianAnother problem showed up my purchase code wont work so cant get going with layerslider…
any idea why it doesnt work??Hi,
I would like to have the Enfold porfolio grid images appear as black and white and then become color on hover. I followed instructions on another thread (https://kriesi.at/support/topic/grayscale-hover-effect-on-portfolio-items/) but it is not working. The custom css I’m using is shown below. What am I missing? Thanks for your help..image-overlay .image-overlay-inside::before {
background: none!important;} /*removes arrow on hover*/img.attachment-portfolio.size-portfolio.wp-post-image {
-webkit-filter: greyscale(100%);
}
img.attachment-portfolio.size-portfolio.wp-post-image:hover {
-webkit-filter: none !important;
}
.grid-image img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease;
transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
}
.active_portfolio_item .grid-image img, .grid-image img:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;
}I have a navigation bar below logo and centered. but now i have a space that appears between the nav bar and my slider. It disappears on mobile but comes back on desktop. Do you know How can I fix this?
If you scroll down a larger page a layer appears with the semi-transparent button “go to top” in the lower right corner of your screen. This button has a fixed position even if you scroll down more. This behaviour is enfold standard.
I now want to add two more buttons to this layer. telefone and mail. As the “go to top” button their position should be fixed in the lower left corner of the screen. You can see this on klink-am-pelikanplatz.de working (when you scroll down) but I could not find out how they made it.
This seems to be a good way to raise the usability of a site an to increase your conversion rate.
Can you help me to get this working?Topic: woocommerce
Today I install the new 4.2 version of WooCommerce. previously we got 3.0 . After installing, we have some problems that we can’t solve:
1) The images of single products are not visible in the detail page, but if you drag on desktop, you can see the image.
2) The textes on the home page in the widget “Product gallery” are bigger and we can’t do it smaller
3) We try with another theme and it’s all ok, but with enfold no!—
The LayerSlider on this page has a Canvas Width of 700px specified but Enfold is ignoring this and displaying the slider in a container 864px wide (the width of flex_column.av_one_full, the outer container), expanding and enlarging the slider images (which are all actually 700px wide) to fill this container.
I do not want this to happen. I want the slider images to show as 700px wide, which is what I specified in LayerSlider.
How do I stop Enfold doing this and get the images to display at the size I want?
Topic: Full Size Logo
I am trying to use a logo that is 1000 x 200px – I want it full width with the menu below or above doesn’t matter
I have searched these forums to no solution.
Please provide the code to customize this option.This is the post most like what I want but the solution is not posted
https://kriesi.at/support/topic/full-width-logo-image-and-size-issue/Hi there,
I’m using Enfold and Ubermenu, and on tablets only (not on smaller mobile views) my logo overlaps the top of my pages (each page has a fullwidth image placed at the top of the page). I’ve tried many things to bring the whole image into view below the logo but so far nothing has worked. Can you help?
Hello
I’ve purchased Enfold theme and have a serious problem with my website now. This is the only means I’ve found to contact Enfold team. I can’t start a topic at forums and don’t see any other means to address the problem. Please kindly help me to restore my website.
I’ve set up a website using Enfold theme on WordPress. Having contact form not working (not sending e-mails as it supposed to do) I’ve referred to forums and tried the following solutions suggested by a moderator:
1. Installed Contact Form 7 Plugin
2. Updated functions.php file with the following data:function change_cf_from() {
return “wordpress@YOURWEBSITE.com”;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10)The result is that I have a permanent Http 500 ERROR and can’t have access either to the website itself or wp-admin panel. Please help to restore the website asap and to get the contact form working properly.
Sorry for not choosing a correct form of support but I don’t see any other way now.
Thanks a lot!Regards
SergeyTopic: How to center layer slider
Hi,
ich möchte auf einer Seite das Fullwidth Sub Menu und mehrere Fullscreen Slider untereinader kombinieren.
Die Fullscreen-Slider sollen alle eine ID bekommen, damit ich im Fullwidth Sub Menu Anker vergeben kann.
Habe dazu diesen Eintrag gefunden
https://kriesi.at/support/topic/create-custom-div-id-field-for-all-avia-layout-builder-elements/#post-584257Das hier macht ungewollte Abstände zwischen den Slidern
<div id="my-custom-id"></div>Und das hier hat irgendwie keine Auswirkungen.
function avia_custom_element_id(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-custom-class').attr('id','your-custom-id'); }); </script> <?php } add_action('wp_footer', 'avia_custom_element_id');Also ein Feld für Custom CSS Class wird angezeigt, aber kein neues Feld Custom CSS ID
Hier man komplette functions.php. Ist da alles richtig?<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ //add custom class for alb add_theme_support('avia_template_builder_custom_css'); function avia_custom_element_id(){ ?> <script> jQuery(window).load(function(){ jQuery('.your-custom-class').attr('id','your-custom-id'); }); </script> <?php } add_action('wp_footer', 'avia_custom_element_id');Hello, I use this code below to control the phone bar and address of my website. But I change the alignment of the text to left and it did not work. Can you help me? Something wrong with the code?
ANOTHER THING
I would also like to change the color of social media icons.CODE
.header_color .phone-info {
font-weight: normal;
text-transform: uppercase;
font-size: 12px !important;
text-align: left !important;
letter-spacing: 0.6px;
font-weight: 400;
font-family:’Roboto’, Arial, sans-serif;
color:#fff !important;
}
#top #header_meta .phone-info {
left: 50%;
position: relative;
transform: translateX(-50%);
line-height: 2.0em;
padding-top: 5px;
}
.header_color .container_wrap_meta {
background-color: #a8a8a1 !important;
}Hey team,
I made a few changes to my WooCommerce product pages as suggested by an moderator in this forum. For example, take a look at: https://edley.de/produkt/digitales-marketing/
I changed the product description box to full size using the following CSS Code in my Quick-CSS:
/*Produktbeschreibung full width*/ .single-product-summary { overflow: visible; } .template-shop div.product div.summary { width: 60%; float: left; } .single .woocommerce-tabs { position: relative; top: -75px; } /*Thumbnails Product Page in 1x6 anordnen*/ #top .single-product-main-image .thumbnails a{ width:15.3%!important; }It looks fine on the desktop version.
However, the product pages look weird on mobile devices and in responsive mode. In the mobile version, the description is just displayed on one half of the page and the button ‘In den Warenkorb’ is not clickable anymore. Also, the different tabs (Beschreibung, Lernplan, Bewertungen) do look weird on devices that are smaller than an iPhone 6s Plus..
Please take a look at the site on your mobile device or in responsive mode, you’ll see what I mean.
Do you have any ideas on how to fix that?Thanks,
Giaco
Viewing 30 results - 78,181 through 78,210 (of 142,926 total)


