Viewing 30 results - 92,701 through 92,730 (of 142,634 total)
  • Author
    Search Results
  • #661698

    Hi,

    We are very sorry for the delay. We checked the PHP settings and the upload_tmp_dir directive is not set. Please follow the instructions here: https://kriesi.at/support/topic/cant-import-demo-content/#post-645368

    Best regards,
    Ismael

    #661688
    saint181
    Participant

    Building a site, nice theme by the way.

    I have added a product slider towards the bottom of the page. See site.

    You notice that the demo data images are showing correctly, however the product images i have added to the product do not resize correctly?
    Demo images are displaying at 286×286 which is the size i want, where my images are showing as 286×686

    I have changed the settings for media, changed woo settings, cleared the cache, used your java clear for the theme.functions file and used regenerate thumbs. There are no plugins for caching that i am using.
    https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/

    What i can see when i inspect is the image is example;
    Red velvet you see all these extra image dimensions
    https://snag.gy/ztSYCx.jpg

    Where as my product only shows this;
    https://snag.gy/1Z9IdV.jpg

    Any help with this problem would be appreciated. Let me know if you need access.
    R

    #661670

    Topic: hentry author missing

    in forum Enfold
    Tobiy
    Participant

    Hey guys,

    i am facing lots of mistakes according the Markup: schema.org topic.
    At the moment google states 900 mistakes according to a missing author entry.

    What can i do now? https://kriesi.at/support/topic/hentry-missing-in-portfolio-entries/
    This code does not work at all. After check out this issue has a (negativ) ranking effect.

    Thank you very much for any advice!

    tob

    #661669
    nymetrowx
    Participant

    Hello,

    I recently encountered a problem with “no sidebar posts” where the width of the post text itself was quite small compared to the featured image at the top. The featured image stretches across the entire page but the post is in a smaller, centered column. Is there any way to expand this to fit the page?

    Thanks,

    John

    #661667
    rogersparks
    Participant

    I am so frustrated with this. I see lots of topics, and every answer seems different. I am using an enfold child Theme.

    All I want to do is add about 10 Javascript functions that I can execute from a single page or from any page. I’d also like to attach an onchange event to several input fields that execute these Javascript routines. Essentially, I just want to attach an onchange event to a text input or other field, in order to update another field and keep them in sync

    I think I’m supposed to us the child theme’s functions.php file, but see so many different examples in the forums that I don’t know what is the correct way to do it. Since this is such a common request, is there not a piece of documentation that explains how to do it properly instead of trying to extract the right answer from all the specific questions?

    • This topic was modified 9 years, 5 months ago by rogersparks.

    Hi Yigit,

    Thanks! That worked, but now I face another problem. A lightbox video I have on another page is now not working in lightbox because the “Lightbox Modal Window” was unchecked.

    To your knowledge, would I be able to use the built-in lightbox functionality in Enfold to work with Contact Form 7? The only reason I have the Easy Fancybox plugin is because that is what the Contact Form 7 author recommends to use with his plugin. If I can make use of the built-in lightbox functionality, that would be great. (I have a “Get a Free Estimate” button at the top of every page that has a contact form pop up.)

    Any info/advice would be greatly appreciated.

    I was able to figure out how to get Easy FancyBox to work with YouTube videos, etc. Thanks!

    Thanks,
    Chris

    • This reply was modified 9 years, 5 months ago by chrisbelote.
    #661657

    Hi teotaban!

    Please add to your CSS and let us know if it is working

    #advanced_menu_toggle:after {
    content: “Menu” !important;
    font-size: 10px !important;
    left: 10px;
    position: absolute;
    top: 17px;
    }

    Thanks a lot

    Regards,
    Basilis

    mofix
    Participant

    Hi,

    I am very pleased with the parallax effect on desktop with stretched background images in color section.

    But on mobile it’s not fitting to the screen, and the images get very long and cut of.
    I have tried to put this: .avia-section { background-size: 100% 100% !important; }
    and this: .avia-section { background-size: cover !important; }
    for mobile but I don’t get it to work.

    Can I get the image background scale 100% width on mobile some how? That they are horizontal like the “meny(u)” images that scale very well on mobile.

    Kindly regards, Mathilde

    #661647

    Hey Costa10,

    There was a change to the Google Maps API which caused problems in the theme, we haven’t been able to release a fix yet but you want to give it a go then this temporary fix should work: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496

    Best regards,
    Rikard

    #661646

    Hey changegroup,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #tab-id-2-container .column-top-margin, #tab-id-3-container .column-top-margin {
    margin-top: 0px !important;
    }

    Regards,
    Rikard

    Hi,

    The Google Maps API was changed recently and stopped working in theme unfortunately, we haven’t been able to release a fix for it yet but this temporary fix should work if you want to give it a try: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496

    Regards,
    Rikard

    #661617
    Stadsherberg
    Participant

    Hello!

    Thank for the great theme!

    I have some styling questions. Im using the woocommerce theme and got some small problems with the styling of my product page. First my product looked like this : https://www.dropbox.com/s/kh96cplvkxxka83/1.png?dl=0

    I wanted to remove the borders, so i used this code:

    
    .inner_product {
    border: none;
    }
    
    .inner_product .thumbnail_container {
    border: 1px solid white;
    border-bottom: none;
    }
    
    #top .inner_product_header {
    border: 1px solid white;
    border-bottom: none;
    }
    
    .avia_cart_buttons {
    border: 1px solid white !important;
    border-top: none;
    }
    

    This did most of the work, but not everything. There is still a gray arrow left and a small bar between the “in cart” and ” more info” text. Here a picture: https://www.dropbox.com/s/g1hsona7h87je8g/2.jpg?dl=0
    Is there a way to remove this?

    One more question, the box with the text “in cart” and ” more info” is like 60& opacity, but when you hover the box it becomes 100& opacity. Is there a code that wil make the box always 100& opacity?
    Here a picture: https://www.dropbox.com/s/jjut39vp3vrvyy8/3.jpg?dl=0
    Thx!

    • This topic was modified 9 years, 5 months ago by Stadsherberg.
    #661607
    Angelo
    Participant

    hi Guys,

    I have looked over the topics but couldnt find my answer.

    Is it possible, while using the accordion slider, to move the title, caption or excerpt to the right? So that, it is hidden until the user mousses over the image in the slider and reveals the caption when it slides over? If i try it now with the code i found it is pretty spacing so i cant see the text normally.

    I want the text to be black and the background white, is that also possible?

    I do have a screenshot with how it has to look like How it has to look like

    I hope someone can help me out, Thanks a lot

    • This topic was modified 9 years, 5 months ago by Angelo.
    #661587

    Hi,

    Sorry for the delay. Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Unfortunately, you can only choose between the full width parallax banner or the default or standard category image settings as shown here: http://www.vnx-pro.com/produkt-kategorie/beamer/

    Or try the solution provided in the following thread in order to disable the parallax effect: https://kriesi.at/support/topic/dimensionsize-of-shop-banner/#post-609998

    Best regards,
    Ismael

    #661582

    Hi,

    1. How can I make the main menu pages bigger on the top header (increase font size)?

    Go to the Enfold > Advanced Styling panel. Edit the Main Menu Links element.

    2. how can I make the main video non-clickable. if I click on it now it stops.

    Use the Color Section instead of the slider.

    3. I want to add a font family from google fonts (Rubik), what is the best way to do this. I saw the tutorial with the php code but I do not know how to

    Please refer to this link: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    4. Is there a way to easily make the theme RTL (right to left) compatible?

    Did you install WordPress to your own language? https://codex.wordpress.org/Installing_WordPress_in_Your_Language

    If possible, please create a single topic for each inquiry.

    Best regards,
    Ismael

    #661579

    Topic: Video In Lightbox

    in forum Enfold
    fryoneusa
    Participant

    I know this has been covered several times in support and forums, but we are baffled: We’re unable to get a simple YouTube video to show within a lightbox. We added the image, gave it a manual link to the YouTube video, set it to Same Window, and then tried New Window. Nothing.
    Any help would be greatly appreciated. We’re trying it here on this site: http://1recovery.com/
    We’re trying to get the video in the main top boxed area and the videos near the bottom of the page to work in a lightbox. Help?

    Thanks!!!

    #661574

    In reply to: Problems

    Hi,

    Kriesi will release a patch in the following days that will fix this issue. For now, please follow the solution provided on the following threads:

    https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-657900

    Best regards,
    Ismael

    #661569

    Same problem here with no maps because of API key. This solution works for a temp fix. Just verified. Don’t forget to remove the first line on the GitHub snippet. Add the GitHub snippet to your functions.php file then add the API key from Google to the const GOOGLE_MAPS_KEY in the top of the snippet.

    Thanks @bitnissen for the temp solution!!!

    Best regards,
    Todd

    #661558

    Hi!

    The login credentials are below. However, I am unsure how to tell where the enfold.zip file is on my server. I store it on my desktop in a folder called “Website Info”. Sorry for my lack of knowledge on this topic.

    Jonah

    #661525

    Hey fudongfan!

    One user posted a workaround. Please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    Cheers!
    Yigit

    #661513
    sitedesyne
    Participant

    I’ve been customizing this Enfold Child Theme, and once I added the LayerSlider, I noticed that the items such as phone number and Woo Commerce links have now disappeared from the top thin header. They were all there before. The regular header is still intact with the main menu links, it’s just the top bar.

    Can you please help me?

    Thank you in advance.
    elizabeth

    #661493

    In reply to: Google Maps

    Solved it! I’ve created a solution for this issue. Please look hére for a copy-paste solution, which solves both the frontend and backend issues, by enabling support for the browser keys from Google, making the maps-integration work again:

    https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    • This reply was modified 9 years, 5 months ago by bitnissen. Reason: moved to separate post
    #661489

    Dear all,

    I have been banging my head against the wall like the rest of you because of this issue. So I decided to take things into my own hands and have created a patch.

    Please have a look here for the solution:

    https://kriesi.at/support/topic/solution-to-google-maps-key-issues/

    • This reply was modified 9 years, 5 months ago by bitnissen. Reason: moved to separate post
    #661488
    #661471

    In reply to: Google Maps

    I totally agree with you sammysouthall, it’s incredible how Enfold developers team is so slow to set a fix for that. At least a new option in Enfold settings to enter the key…:(…
    Sure I could do it myself but I want to stay ‘clean’ with future updates.
    But in general I can see Enfold team is not so reactive for many months, look like they stop that theme, that could explain why they don’t increase too much # licences compared to Avada which # has increased a lot, nothing to compare with Enfold.. So maybe time now to change my prefered theme, almost all my web sites are made with Enfold, I bought many licenses one for each site. Divi seems great too..
    Enfold team, if I’m wrong I’m sorry.

    Hi Eleina_Shinn,

    If you want to target only the home page you could try something like this:

    .home .slideshow_align_caption {
    display: table-cell;
    vertical-align: middle;
    position: position: absolute;
    top: 50px; 
    }

    The same applies to other pages but you could have to replace home with the page ID of the page in question. You can find the page ID by inspecting the page in question and looking at the classes inside of the body tag. You can also see it in the URL if you edit the page in question in the backend.

    Thanks,
    Rikard

    #661456
    akastimex
    Participant

    Hi Kriesi team

    I’m using a color section background image, but its not responsive. (section layout –> at least 25%of browser window high) It doesn’t scale on a iphone or tablet. Desktop version works fine, even if I make the browser smaller.

    Is there a way to fixed this?

    thank you

    Alex

    #661451
    sitedesyne
    Participant

    I LOVE this theme, and seek to use it for all of our clients. In this case, I have a specific layout I am trying to accomplish. I downloaded the Enfold Shop Demo, as we need WooCommerce, and I have 4 custom pages I need to design. I’ve accomplished the homepage, but I’m having problems with the Products Catalog page. I need to send you an image of what I’m trying to accomplish. How do I do that?

    Basically, under the header, I need a background image at the top of the page to be full screen left to right and 416 pixels tall. Then on the left, I need a white box that I can added HTML and a button into, and on the right, I need an image that when clicked, will bring up a lightbox Video.

    When I purchased Enfold for this client, it was based on seeing that video lightbox pop up on the Business Starter demo, and I read that features could be combined from different demos.

    So, can you please tell me how to use the top slider (which I hope I can tweek to make it look like my goal) from the business demo with the shop demo onto the products page?

    Also, is there a way to add a full screen element that isn’t in a box. I have choosen the full screen option. I wanted to place a call to action that goes full screen left to right.

    Thank you so much!
    elizabeth

    • This topic was modified 9 years, 5 months ago by sitedesyne.
    AllenChou
    Participant

    Hello! It is the one of best theme that I’ve ever used. Do you know how to set transparence of sticky header background? I want it displaying on sticky like this: http://kriesi.at/themes/enfold-restaurant/

    I tried to use custom css below, but it caused logo transparent as well. .html_header_top.html_header_sticky #header { opacity: 0.8 !important;} I want only background transparent on sticky.

    Here is my site: http://baiiweii.com/
    And now my page is displaying glass transparent, but it doesn’t work still.

    Thanks!

    #661435

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive #top .logo img {
        margin: auto;
    }
    
    .responsive #top .logo {
        width: 100%;
    }}

    Regards,
    Yigit

Viewing 30 results - 92,701 through 92,730 (of 142,634 total)