Forum Replies Created

Viewing 30 posts - 4,741 through 4,770 (of 10,428 total)
  • Author
    Posts
  • in reply to: contact form add file #698985

    Hi,

    To upload multiple files using contact form 7 please try this plugin https://wordpress.org/plugins/multifile-upload-field-for-contact-form-7/

    Best regards,
    Vinay

    in reply to: missing toolbar #698930

    Hi,

    Thank you for the clarification. Please install this plugin https://wordpress.org/plugins/tinymce-advanced/

    Best regards,
    Vinay

    in reply to: Favicons not working #698929

    Hi,

    The favicons are working fine after deactivating and activating the plugins. Sometimes plugins will have a conflict and cause such issues. Please review the site now and let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Disable link in a button for specific page #698927

    Hi,

    Glad we could help!
    If you haven’t already reviewed our theme you can simply click here https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: How to Add an Image to Top Menu Above Logo Area #698925

    Hey alliancepp,

    Please try adding this at the very end of your themes / child themes functions.php file:
    Replace the image path in the below code and use it.

    function insert_xtra(){
    ?>
    <script>
    	jQuery(document).ready(function(){		
    		jQuery('.logo').prepend('<img id="theImg" src="http://domain.com/img.jpg" />');		
    	});		
    </script>
    <?php
    }
    add_action('wp_head', 'insert_xtra');

    Best regards,
    Vinay

    in reply to: Slider Pictures are not showing up!!! #698922

    Hi,

    The slider images are showing correctly but I did not do anything. Please check the site on your end and if you do not see the slider images please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Also check the slider it self in LayerSlider > Main Slider > and update the images if you still have any issue after performing these steps please let us know.

    Best regards,
    Vinay

    in reply to: Add a link to an entire column #698916

    Hi,

    Thank you for the credentials but it is not working. I will also need to enable custom css class name support for this feature to work. 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: Chrome: Favicon not working #698912

    Hi,

    Sometimes plugins with similar function/feature will overwrite the theme functions. Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Open blog posts in new window #698910

    Hi!

    Thank you for re-activating enfold. To address your concerns yes you are free to try different themes :) and by now you may have noticed that the feature you requested is not a standard feature in most of the themes.

    Having said that every site is setup in a different way which results in different output of the code. Since this is a custom code we are providing specially for you we want to make sure the code we provide will work with the settings you have chosen which will also eliminate the delay caused by back and forth.

    We have added the below code in functions.php file please review your site and let us know if you have any questions.

    // open in new window
    function newWindow(){
    ?>
    <script>
        jQuery(document).ready(function() {     	
         	jQuery('.adoptarchive .slide-image').each(function () {
        		jQuery(this).attr('target','_blank');
    		});
    		jQuery('.adoptarchive h3.entry-title a').each(function () {
        		jQuery(this).attr('target','_blank');
    		});		
    	}); 
    </script>
    <?php
    }
    add_action('wp_footer', 'newWindow');

    Best regards,
    Vinay

    Hey vonweiler,

    Please try adding this at the very end of your themes / child themes functions.php file:

    // Empty String
    function emptyString(){
    ?>
    <script>
        jQuery(document).ready(function() {     	
         	jQuery('.main-title.entry-title:contains("Archive for category:")').each(function(){
        		jQuery(this).html(jQuery(this).html().split("Archive for category:").join(""));
    		});
    	});
     
    </script>
    <?php
    }
    add_action('wp_footer', 'emptyString');

    If the above don’t work for you 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,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    in reply to: Change h1 main-title to strong #698861

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Open blog posts in new window #698779

    Hi,

    We would love to help you with this issue but you are not using one of our themes. Please contact the theme author for the support they know their theme better.

    Best regards,
    Vinay

    in reply to: Remove image title from lightbox #698607

    Hey robphat,

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

    Best regards,
    Vinay

    in reply to: Promobox Button on Alternate Content #698606

    Hey mayksenden,

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

    Best regards,
    Vinay

    in reply to: Darken Transparent Header #698605

    Hi,

    Glad you figured the desktop version and thank you for sharing the example site. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Enfold Polylang plugins problem #698603

    Hey jsdecarie,

    Are you using the latest version of the theme 3.8 ?

    If not please update to latest version 3.8 if you are already using the latest version 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,
    Vinay

    in reply to: Sending Emails from Enfold themes #698601

    Hi,

    It depends what type of emails you are sending out? If it is an opt-in form and you want to send a welcome email from services like mailchimp they already have templates for you http://mailchimp.com/features/email-templates/ that you need to integrate in your account. Please check mailchimp FAQ for more info. In most other cases you need to customize that in your outgoing email settings on your control panel.

    Please check the link in private to get started with custom email design.

    Best regards,
    Vinay

    in reply to: School theme #698597

    Hey lloufield,

    Please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    As an alternate solution you can use one of the existing demos here http://kriesi.at/themes/enfold-overview/ and change it to suit your needs.

    Best regards,
    Vinay

    in reply to: Chrome: Favicon not working #698589

    Hi,

    The favicon shows up fine after deactivating the plugins.
    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 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 :)

    Let us know if you have any questions.

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    in reply to: One Page option #698583

    Hey SonjaLimone,

    One page site’s can be created right out of the box using enfold without any additional plugins. Please refer to this link for more info http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Please get back to us if you have any questions we love to help you :)

    Best regards,
    Vinay

    in reply to: Mega Menu Opacity #698581

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Add a link to an entire column #698580

    Hi,

    At the moment the text is not linked. We can provide you with jQuery code for this in which you have to set links manually. If you need the code to automatically pickup links from the text one of the text inside the 3col block should have the link set.

    Please set up links to the text so we can provide you the code which will automatically set the link and 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,
    Vinay

    in reply to: Back to Top #698459

    Hey hothoundz,

    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) {
    .responsive #scroll-top-link {
        display: block!important;
    }}

    Best regards,
    Vinay

    in reply to: How to make an element Sticky to a point #698458

    Hi,

    To make elements sticky after scrolling to a point Please try using this plugin https://wordpress.org/plugins/sticky-element/

    Best regards,
    Vinay

    in reply to: missing toolbar #698456

    Hey stuartcale,

    It’s not clear which tool bar you are referring to ? is it the one that appears on top of the frontend when you login as wordpress admin ?

    To enable the toolbar please go to Dashboard > users > username > Toolbar > Show Toolbar when viewing site

    If this is not the one you need to enable please elaborate which tool bar you need if possible Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    in reply to: Contact form 7 and ALB #698454

    Hey dondela,

    Thank you for your understanding.

    Before you contact the plugin author a couple of steps that you can try is to copy the entire shortcode of the form in which the plugin works and paste it wherever you like.

    To do so you need to enable debug mode

    Then make the plugin work in the form and copy the shortcode of the page with only the form.

    Use the codeblock element and paste the shortcode to the form.

    Best regards,
    Vinay

    in reply to: List bullets color #698430

    Hi,

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

    #tab-id-1-container ul {
        list-style: none;
        padding:0;
        margin:0;
    }
    
    #tab-id-1-container li { 
        padding-left: 1em; 
        text-indent: -.7em;
    }
    
    #tab-id-1-container li:before {
        content: "• ";
        color: gold; /* or whatever color you prefer */
    }
    

    Best regards,
    Vinay

    in reply to: Chrome: Favicon not working #698427

    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: Slider Pictures are not showing up!!! #698425

    Hey tuscan,

    We need to take a closer look. 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,
    Vinay

    in reply to: Add a link to an entire column #698424

    Hey Pappasdg,

    It’s possible with custom code. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

Viewing 30 posts - 4,741 through 4,770 (of 10,428 total)