Forum Replies Created

Viewing 30 posts - 25,411 through 25,440 (of 82,620 total)
  • Author
    Posts
  • in reply to: Layer slider WP doesn't work after page migration #732631

    Hey!

    Please contact your hosting provider and ask them to downgrade PHP version from 7.1.0 to 7.0.x and that should help.
    We have informed our devs regarding the issue.

    Best regards,
    Yigit

    in reply to: Can't use fontello icons in footer #732383

    Hey!

    You applied the changes directly on the file, is that correct? Can you please post FTP logins here privately as well?

    Regards,
    Yigit

    in reply to: Batch new position #732382

    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 its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    in reply to: Can't use fontello icons in footer #732355

    Hi!

    I adjusted the code in functions.php file once again. Please review your website now :)

    Edit: And added following code to Quick CSS field

    #header_main nav .social_bookmarks,#top .social_bookmarks li { height: 50px; }
    #top #wrap_all .av-social-link-icon-facebook a { color: #3b5998; }
    #top #wrap_all .av-social-link-icon-instagram a { color: #8e24aa; }
    #top #wrap_all .av-social-link-icon-snapchat-ghost a { color: #000000; }
    .home .social_bookmarks li a { color: #ffffff!important; }

    Cheers!
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.
    in reply to: web site for chiropractic office #732353

    Hi Allan,

    Thank you for contacting us!

    We sell premium WordPress themes, provide support for our themes.

    Currently Enfold theme is the most popular, powerful, flexible and user friendly theme we have ever created therefore we would recommend you that one.
    Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.

    You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.

    Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).

    Enfold is $60 on ThemeForest and comes with a 6 month support, you can extend it to a year. After purchasing Enfold, you can register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue and we will gladly try to help you.

    Let us know if you have any other questions :)

    Best regards,
    Yigit

    Hi!

    You are welcome!

    We would not want to ask you to hire a freelancer in your first thread on our support forum however you came with a little complicated one :) Hopefully next one! Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    in reply to: Enfold Main Menu Limited #732347

    Merhabalar,

    Appearance > Menus’e giderek menunun uzerine tiklayip “This column should start a new row”u secili hale getirebilirsiniz ama oda butun menulerin altina yerlesicektir o zaman malesef.

    Onemli degil, yeni konu acabilirsiniz. Karisiklilik olmasi acisindan daha iyide olur aslinda :)

    Best regards,
    Yigit

    in reply to: Why does "adding- mode" sometimes opens in new window? #732344

    Hi Kuitje!

    Please add following code to Functions.php file in Appearance > Editor

    function av_remove_target(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('#wp-admin-bar-avia a').removeAttr('target');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_remove_target');

    Cheers!
    Yigit

    in reply to: Change width of footer column #732340

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

    Hi!

    You can go to enfold/framework/php/class-framework-widgets.php and adjust the code as needed :)

    Best regards,
    Yigit

    in reply to: Google font not active in IE #732325

    Hi!

    We will keep this thread open. If you change your mind in future and would like to sort the issue, you can simply reply to this thread. Until you reply, thread will be on hold :)

    Cheers!
    Yigit

    in reply to: drop down menu too low #732283

    Hey nadjar,

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

    .av-main-nav ul {
        top: 50%;
    }
    .header-scrolled .av-main-nav ul {
        top: 100%;
    }
    

    Best regards,
    Yigit

    in reply to: Google font not active in IE #732276

    Hi!

    Can you please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and add Oswald font with more font weights? Not all font weights are included in the theme and i am guessing that might be the issue. I am on a Mac, so cannot check on Edge unfortunately

    Cheers!
    Yigit

    in reply to: Change the sender line in contact form #732274

    Hey!

    Thank you for your kind words Dee, i appreciate it :)

    I am closing this thread for now. Enjoy the rest of your day!

    Cheers!
    Yigit

    Hi!

    You simply need to flush caching after making changes. Plugin authors can provide you more detailed instructions. Unfortunately we do not provide support for 3rd party plugins.

    Cheers!
    Yigit

    in reply to: Problem after update to 3.8 #732264

    Hi!

    1- Can you please try using a plugin such as Yoast to have more control over page titles?
    2- Please go to Enfold/js/avia.js and find

    
    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',

    and change it to

    
    exclude			:	'.carrental-custom-theme , .carrental-custom-theme  a,.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',

    If you are using a child theme, please add following code to Functions.php file of your child theme

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    and move modified file inside /js folder

    Cheers!
    Yigit

    in reply to: Full Screen Slider Buttons Not Centered #732260

    Hi!

    Can you please try changing following code

    h1 {
        font-family: 'dionisioregular_condensed', lato, sans-serif;
        font-size: 10vw;
        color: #F1EDEC;
        font-weight: normal;
        letter-spacing: .75em;
    }

    to following one

    h1 {
        font-family: 'dionisioregular_condensed', lato, sans-serif;
        font-size: 9vw;
        color: #F1EDEC;
        font-weight: normal;
        letter-spacing: .75em;
    }

    Regards,
    Yigit

    in reply to: Blog error #732258

    Hi,

    1- Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem. It should :)
    2- Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    in reply to: links in mega menu #732245

    Hey!

    You can insert HTML into navigation labels to display images in your menu.
    Please register to our support forum – https://kriesi.at/support/register/ if you have any other questions or issues. We only provide support to our registered users.

    Cheers!
    Yigit

    in reply to: Theme update breaking site #732244

    Hi,

    Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    You can contact your service provider and they can do it for you.

    Also, can you please create a testing environment by referring to this post – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/ so we can test the theme there? We might need FTP logins as well

    Best regards,
    Yigit

    in reply to: How to remove Border from header_main #732231

    Hey!

    You are welcome Max! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Remove 5-10% transparent background on the glassy header #732230

    Hey Nadja,

    Please set header to transparent and not glassy transparent and that should help – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Regards,
    Yigit

    in reply to: Change width of footer column #732227

    Hey Claudia!

    Your page requires a password. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .flex_column:nth-child(1) {
        width: 24%;
        margin-left: 0;
    }
    #footer .flex_column:nth-child(2) {
        width: 21%;
        margin-left: 3%;
    }
    #footer .flex_column:nth-child(3) {
        width: 25%;
        margin-left: 3%;
    }

    You would need to adjust the values

    Regards,
    Yigit

    in reply to: Mobile Menu Bug #732214

    Hey Sam

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

    #mobile-advanced {
        height: 100%;
    }
    

    Best regards,
    Yigit

    in reply to: Swap Background Image on Fullscreen Slider on Mobile #732210

    Hi!

    Please change the code to following one

    @media only screen and (max-width: 767px) {
      .herom .avia-slideshow > ul > li:first-child {
         background-image: url(https://domainhere.com/wp-content/uploads/2015/02/vanish-bg3.jpg) !important;
      }
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
    Regards,
    Yigit

    in reply to: Print Screen Issue #732206

    Hey!

    You would need to edit your element or column and give it a custom CSS and to add following code to Quick CSS

    @media print{
    .dont-print {
            display: none !important;
    }}

    Best regards,
    Yigit

    in reply to: Special Heading Custom Color #732197

    Hi,

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

    .custom-color-heading .av-special-heading-tag {
        color: inherit;
    }
    

    Best regards,
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.
    in reply to: Avia Layout Generator #732196

    Hey Danny!

    Thank you for choosing Enfold :)

    Please register to our support forum here – https://kriesi.at/support/register/ and then refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/

    If that still does not help, please post temporary admin logins here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: Hide social bookmarks #732188

    Hi!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

    in reply to: Change the sender line in contact form #732178

    Hi!

    First of all, we are truthfully sorry for the inconvenience.
    Usually there are multiple ways to solve the issues and we tend to come up with different solutions, that is why we are out of sync sometimes. Even though that provides our users more options to choose from, unfortunately, it may be a little time consuming to check these options for users.

    We have great plans for 2017 such as welcoming new moderators to our forum for more manpower. Then hopefully we will be able to help you in a more timely manner.
    Thanks for your understanding Dee!

    And at the moment all of your threads are replied. If you have any other questions, please feel free to start new ones.

    Best regards,
    Yigit

Viewing 30 posts - 25,411 through 25,440 (of 82,620 total)