Forum Replies Created

Viewing 30 posts - 1,441 through 1,470 (of 10,428 total)
  • Author
    Posts
  • Hi,

    I checked the code you have inserted and found that ?iframe=true is has been used a couple of times for the same link on the same page which is why the iframe get’s triggered again. For testing purpose, I have updated the HTML format for Ian and Kate and it works fine please do the same for the rest of the team members :)

    Best regards,
    Vinay

    in reply to: hotspot tooltip background #1000729

    Hi,

    There could be a conflict with some script so the background image is applied elsewhere. Please check for plugin conflict by deactivating all plugins and refresh the page to see if issue persist if not you have to re-install the theme.

    I have added the below CSS as a workaround :)

    /* Footer background */
    #footer:before {
    	content:'';
    	position: absolute;
    	height:140px;
    	top:-140px;
    	left: 0;
    	right: 0;
    	background: url(https://www.madebyyou-dresden.de/wordpress/wp-content/uploads/2018/08/siluette.png) no-repeat 50% 100%;   
    }

    Best regards,
    Vinay

    in reply to: Socket copyright and menu isn't central #1000719

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Customize my account login page #1000592

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    in reply to: Enfold: Error updating from 4.2.6 to 4.4.1 #1000591

    Hey Valerie,

    Please check the documentation and perform the troubleshooting steps https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update

    If you still have an issue provide us with the WP login details in private so we can take a look at it.

    Best regards,
    Vinay

    in reply to: Error trying update enfold from 4.2.6 to 4.4.1 #1000587

    Hi,

    @Adriano Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - logo fix */
    
    
    .responsive #top #header .logo img {
    left:50%;
    transform:translateX(-50%);
    }
    
    @media only screen and (max-width:767px) {
        .logo {
            max-width: 150px;
        }
    }
    
    
    

    Best regards,
    Vinay

    in reply to: Link to another tab section from a tab section? #1000584

    Hey kilimats,

    Yes, you can link tabs to another tab section on the same page.

    Please check https://kriesi.at/documentation/enfold/tabs/#anchor-links-for-tabs The same applies to tab sections as well :)

    Best regards,
    Vinay

    in reply to: Big and small Letters in Slider-text #1000583

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Slider Caption */
    
    .slideshow_caption strong, div .slideshow_caption h2 strong {
        text-transform: capitalize;
    }
    
    
    

    Best regards,
    Vinay

    in reply to: Google Maps API #1000582

    Hi,

    I created a test page and the maps work. But I’m not sure why the options to enter the city and save is not working. As a workaround please enter the lat and long info manually.

    Best regards,
    Vinay

    in reply to: Google maps is blank #1000581

    Hi,

    I created a test page and the map works fine but it is still not working on the “Apartment” page. This could be because of a custom code or conflict with another element. Please re-create the page add one element at a time save and refresh to know which element is blocking the google maps.

    NOTE: Please make sure the address entered is correct.

    Best regards,
    Vinay

    Hi,

    Using an icon shortcode in a text widget should work without any issue. Please make sure the shortcode is pasted in text view of the editor.

    If you still have any issue please post the WordPress login details in private content area so we can take a closer look at it.

    Best regards,
    Vinay

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    in reply to: Turning-off "ligatures" in Roboto font. #1000501

    Hi,

    To add the CSS to paragraph text please use the p tag.

    #top p {
    font-variant-ligatures: none !important;
    }

    Best regards,
    Vinay

    in reply to: Adjust horizontal gallery to content hight (100%) #1000498

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    in reply to: Enfold Update API Child or Regular? #1000496

    Hey Mattia992,

    Thank you for reaching out to us.

    It does not matter if the main theme is active or the child theme. Please go ahead and activate your theme using your ThemeForest API key.

    For more information please check https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: post slider arrow background #1000494

    Hi,

    To change the background color

    #top .avia-slideshow-arrows a:before {
        background: rgba(0,0,0,0) !important;
    }

    To change the arrow color

    #top .avia-slideshow-arrows a {
        color: #d02d2d;
    }

    Best regards,
    Vinay

    Hi,

    Thank you for sharing the details and elaborating the issue. I checked the link and the issue does persist. For testing purpose do we have the permission to deactivate all active plugins?

    If you like to find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: All forms from multiple plugins are broken #1000489

    Hey julianyoung,

    Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Avia Caption Title Background width css over-ride #1000486

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Main menu at the bottom #1000485

    Hey Nicolas,

    At the moment you can reveal the header when the user scrolls down the page. Unfortunately, to start the main menu at the bottom would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Vinay

    in reply to: Socket copyright and menu isn't central #1000483

    Hi,

    Please replace the above code with the below code. If you still have any issue please post the WordPress login in private so we can take a closer look :)

    #socket .container {
        display: flex;
        justify-content: center;
    }

    NOTE: You must clear the cache to view changes.

    Best regards,
    Vinay

    in reply to: Avia layout builder loop #1000477

    Hi,

    We are unable to check the live site please see attached screenshot.

    Without seeing the site it’s hard to tell what is wrong. Your test site looks great and it is very well done. The only reason I could think about now is that maybe the site is not transferred correctly. Please try a plugin like

    Give it another try and let us know if you still have an issue :)

    Best regards,
    Vinay

    in reply to: Menu with center logo and Shrinking Header #1000476

    Hi,

    Thank you we will update for the mobile screen soon :)

    Best regards,
    Vinay

    in reply to: Responsive subheading? #1000474

    Hi,

    Glad you got it resolved!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: hotspot tooltip background #1000473

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Vinay

    in reply to: "Button" Element Save does not work #1000470

    Hi,

    I checked your site and found out that there is a conflict in the JS script a plugin conflict may be one of the reasons for this issue.
    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to the latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: Randomize testimonials #1000454

    Hi,

    I see the testimonials appear in the sidebar but I could not make out if it was random or not? Please let us know if the above code worked for you or you need any further assistance.

    Best regards,
    Vinay

    in reply to: Pre sail advice #1000452

    Hey Alessandro,

    Thank you for the kind words and taking the time to write to us.

    Enfold is one of the most user-friendly themes and very easy to customize. The features you are looking for are very much a part of Enfold theme.

    Please feel free to take a look at some the demos https://kriesi.at/themes/enfold-overview/

    Select pages or elements to view the example layouts here https://kriesi.at/themes/enfold-2017/

    I checked your demo link. You can create a similar layout with some custom CSS and if you need any help we have a great support team that works round the clock to help you achieve what you are looking for :)

    Best regards,
    Vinay

    in reply to: Top and left menu #1000449

    Hey t73z,

    1. Create a widget area from WP Dashboard > Appearance > Widget and call it “Sidebar menu”.
    2. Open your help page and add 2 columns one for the sidebar area and another for the page content.
    3. Add a “Widget Area” element to the sidebar column and select the widget “Sidebar menu”.

    Best regards,
    Vinay

Viewing 30 posts - 1,441 through 1,470 (of 10,428 total)