Forum Replies Created

Viewing 30 posts - 24,301 through 24,330 (of 82,625 total)
  • Author
    Posts
  • in reply to: functions.php issue #742440

    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 :)

    Best regards,
    Yigit

    in reply to: map pin animation #742438

    Hey briandeeney,

    Please go to enfold/js/shortcodes.js and find following line

    
    },200 * (parseInt(key,10) + 1));
    

    and change it to

    
    },50 * (parseInt(key,10) + 1));
    

    We would recommend you to use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then copy unmodified file to your child theme inside /js/ folder and then add following code to functions.php file of your child theme

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

    Best regards,
    Yigit

    in reply to: functions.php issue #742425

    Hey!

    We have updated your file. Please review your website now

    Best regards,
    Yigit

    in reply to: Disable Menu & Style Header #742422

    Hi,

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

    @media only screen and (max-width: 767px) {
    #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 50px !important;
        line-height: 50px !important;
    }}
    

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

    Best regards,
    Yigit

    in reply to: Issue with Pre-Build Templates #742420

    Hey michielschoonhoven,

    Glad you figured it out!

    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 :)

    Best regards,
    Yigit

    in reply to: Remove Icon Animations #742417

    Hey Kyle,

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

    .avia_transform .av_font_icon {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    

    Best regards,
    Yigit

    in reply to: changing "by author"- copy in blog posts #742415

    Hey zineatoo,

    1- Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then change the strings in Enfold/includes/loop-author.php and enfold/includes/loop-index.php files on your child theme
    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    span.blog-author { font-size: 14px; color: orange; }
    

    Best regards,
    Yigit

    in reply to: Embedding an external URL / Iframe – How To? #742414

    Hey Ronald!

    Can you please elaborate on the changes you would like to make?
    I checked example site however i am not sure where we should be looking here :)

    Best regards,
    Yigit

    in reply to: WordPress 4.7 #742409

    Hi,

    As i mentioned earlier, we will make improvements in previewing elements in upcoming Enfold version. Could you please check once again after that update? :)

    Best regards,
    Yigit

    in reply to: superimpose on the evidence of an article #742402

    Hi,

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

    header.entry-content-header {
        text-align: center;
        position: relative;
        top: -90px;
        background-color: #8c8c8c;
        max-width: 200px;
        margin: auto;
    }
    

    Best regards,
    Yigit

    in reply to: Change Full Screen slider to h1 tag #742400

    Hi,

    It should have worked. If you do not mind, please post FTP and WP admin logins here privately if you would like us to look into it :)

    Best regards,
    Yigit

    in reply to: Hide Responsive (Hamburger) Menu on Specific Pages #742398

    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 :)

    Best regards,
    Yigit

    in reply to: Banner #742395

    Hi,

    You can simply copy header.php file from your parent theme to child theme and edit the file to add your banner where you would like to display it.

    Best regards,
    Yigit

    in reply to: Custom Meta Box #742393

    Hi,

    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    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 :)

    Best regards,
    Yigit

    Hi,

    In that case, please remove your existing API key in Enfold theme options and generate another on ThemeForest and insert the new one – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    in reply to: Container width is bugging #742387

    Hi,

    Not at all @AnnemarieDoolin ! Glad you figured it out!
    Let us know if you have any other questions or issues and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: More space between sidebar and content #742385

    Hi,

    It seems like you added following custom CSS

    .container .av-content-small.units {
        width: 85% !important;
    }

    Please decrease the value

    Best regards,
    Yigit

    in reply to: Border around masonry + title underneath thumbnail #742384

    Hi,

    Could you please post a screenshot and show the changes you would like to make? I am not quite sure where you would like to add borders. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    in reply to: REPLETE THEME CUSTOMIZATION #742373

    Hey Marvin,

    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

    in reply to: Wordfence – enfold file suspect #742372

    Hey Roland

    You are currently using an older version of the theme. Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    For more information about the warning, i am quoting Kriesi’s reply

    I will explain in a little more detail so you do understand whats going on here. First of all: Basilis is right. There is no security risk at all. Its a false positive.

    In the file that is mentioned by Wordfence and other security tools (enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php) we got a php comment that explains what one of the functions does. The comment says:

    //fallback for previous default input link elements: convert a http://www.link.at value to a manually entry
    

    The link that is posted in that file is a generic placeholder for any link used. What we did not know is that actually someone was using the domain “link.at”. Apparently this domain got hacked now and is blacklisted. And this is why Wordfence thinks that the theme has a problem, because there is a link to a hacked domain.

    However: This link is located in a php comment (its not an actual html link) which will never be displayed anywhere, can not be clicked, can not be used at all. It simply a line of non executable text. We will remove this text with the next update, however there is nothing you or your team need to do to your clients servers, theme files or whatnot since

    a.) there is no actual problem, just a false positive
    b.) you can fix the false positive by removing that single comment line

    We will release a small fix for this issue to prevent any further confusion about it. But to be clear once again: this can not be used to hack anyone or anything. It’s a false positive and if you think your site has been hacked its certainly not because of this. (I would also doubt that its because Enfold in general, because there are no known issues with the theme but if you think you have evidence that the opposite is true please share it so we can investigate the issue)

    Regards,
    Yigit

    in reply to: your theme without a licence #742370

    Hey!

    Please see private field below

    Cheers!
    Yigit

    in reply to: Condiciones Endolf #742363

    Hallo!

    Please refer to this post – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    To see the links, please register to our forum – https://kriesi.at/support/register/ and login :)

    Regards,
    Yigit

    in reply to: Enfold support login not working #742125

    Hi!

    I made a test post from your account and it really is working for me – https://kriesi.at/support/topic/forum-logins/

    Regarding the issue, you are currently using a very old version of the theme. Please update Enfold to the latest version 3.8.5 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    If that does not help, please try de-activating all active plugins.

    Best regards,
    Yigit

    in reply to: Enfold questions #742119

    Hey Patrick!

    Thanks for contacting us!

    Yes, you can use included images on any of your Enfold based projects.
    And yes, you can add Youtube videos to your page using Video element – http://kriesi.at/themes/enfold/shortcodes/video/ or you can use them as background videos in Color Sections or in sliders – http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    Let us know if you have any other questions :)

    Cheers!
    Yigit

    in reply to: How do I change "from" and "reply to" for the Contact Form #741996

    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 :)

    Best regards,
    Yigit

    in reply to: Top bar Mobile font color change #741986

    Hi,

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

    @media only screen and (max-width: 480px) {
    #top .social_bookmarks li a, .header_color .sub_menu>ul>li>a, #header_meta * {
    color: orange !important; 
    }}
    

    Best regards,
    Yigit

    • This reply was modified 9 years, 2 months ago by Yigit.
    in reply to: How do I change "from" and "reply to" for the Contact Form #741977

    Hi!

    You can place the code in the bottom of the file

    Regards,
    Yigit

    in reply to: How to eliminate "render blocking javascript and css"? #741975

    Hi!

    Sure! We will keep the thread open and wait to hear from you :)

    Cheers!
    Yigit

    in reply to: icon size #741974

    Hi,

    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: Socal icons on iphone #741965

    Hey!

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

    .responsive #top #header_meta .social_bookmarks li a {
        color: #888888;
    }
    

    Best regards,
    Yigit

Viewing 30 posts - 24,301 through 24,330 (of 82,625 total)