Forum Replies Created

Viewing 30 posts - 7,831 through 7,860 (of 10,428 total)
  • Author
    Posts
  • Hi zeelim!

    The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press Ctrl + F5 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Cheers!
    Vinay

    in reply to: WordPress 4.5 Slider Images Not Working #620944

    Hi!

    Did you install the code i previously provided into functions.php ? That should have solved most of the errors on the site for you..

    Please install this plugin and run it https://wordpress.org/plugins/artiss-transient-cleaner/ in most cases it resolved the update options if you are not currently seeing it. If this don’t work for you the theme need to be installed via FTP. Once the theme is updated to the latest version everything will work fine for you.

    Cheers!
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Errors after activating theme #620943

    Hi jesseaborden!

    We will surely help you but the login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add custom code if necessary to resolve the issue.

    Cheers!
    Vinay

    in reply to: Modify copyright #620908

    Hey!

    Please change the theme name on line and in combination use the nolink in footer copyrights you should be good/

    
    Theme Name: Enfold Child
    

    Cheers!
    Vinay

    in reply to: Th new slideshow titles #620898

    Hey Lindberg!

    You can find this in Advanced Layout builder > Media Elements > Fullwidth Easy Slider

    once you add your images check the image caption options for text and buttons :)

    Cheers!
    Vinay

    in reply to: Modify copyright #620893

    Hey!

    From the code it looks like you are not using a child theme as mentioned above you need to activate a child theme first. To do so please check this link http://kriesi.at/documentation/enfold/using-a-child-theme/

    The solution I provided earlier will make the changes permanent so try the child theme first and let us know :)

    Cheers!
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Place full with buttons at the bottom of column #620885

    Hi luckylobo10!

    Please try the below css in Enfold > General Styling > Quick CSS

    .custom-class  .avia-button-wrap {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .custom-class .flex_column.av_one_third {
      padding-bottom: 70px !important;
    }

    Please NOTE : The above CSS will affect side wide hence we recommend using a custom css class name. To do so first enable CSS classs name support as mentioned here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then add a custom class name to the parent element and use the above code.

    Or kindly use the page id class in place of the custom class to make changes only to that page.

    Should look close to the screenshot in private

    Regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Menu colours #620882

    Hey!

    I’m not aware of the header settings but another place you can try is Enfold > Header > Transparency menu color Please share the link to the page where we can inspect the element in question and help you resolve it :)

    Regards,
    Vinay

    in reply to: Comments auto-reply is not for everyone #620878

    Hey!

    Sorry, may be i misunderstood it as we were previously talking about the block spam plugin. Please share the link to the page where we can inspect the element so we can take a closer look at it and let you know how to change the colors of the response text.

    Cheers!
    Vinay

    in reply to: Align buttons to same height #620877

    Hey!
    Sure i think this can be done with CSS but it is much easier and avoids back and forth if we are able to see the elements and inspect it. kindly share the link to the page.

    I think you are are trying to achieve something similar please check this thread https://kriesi.at/support/topic/place-full-with-buttons-at-the-bottom-of-column/#post-620885

    Adjust the bottom, left and right values in .avia-button-wrap to suit your design :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Enfold Theme Update not working? #620875

    Hey!

    We checked for the issue and the advanced layout builder is working fine. Please check the screenshot in private content.

    Please try to hard refresh again. To do a hard refresh… First press Ctrl + F5 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Best regards,
    Vinay

    in reply to: Modify copyright #620870

    Hey!

    In that case you have to edit the footer.php in wp-content\themes\enfold

    around line 103 replace this

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
    

    with

                            <span class='copyright'>powered by mydomain.com</span>
    
    

    Best regards,
    Vinay

    in reply to: Menu colours #620869

    Hey Welmoed!

    Please find the options to edit the menu links colors in Enfold > Advanced Styling > Menu Links

    Regards,
    Vinay

    in reply to: Comments auto-reply is not for everyone #620868

    Hey!

    I’m sorry to say but we have not used this plugin and not aware of it’s features. It’s best to contact the plugin author as they know their plugin best.

    Cheers!
    Vinay

    in reply to: Removing Icons from Blog Feed and Blog Posts #620863

    Hey!

    I don’t see any icons on the blog post please try to hard refresh and clear the browser cache and review the site. To do a hard refresh… First press Ctrl + F5 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    If you still have any issue please point us tot he link where we can inspect the element in question.

    Cheers!
    Vinay

    in reply to: Test individual font: code into head #620862

    Hi Daniela!

    Please copy and add the below code in functions.php

    function add_custom_code(){
    ?>
    <script type="text/javascript">
        (function() {
            var path = '//easy.myfonts.net/v2/js?sid=285408(font-family=Ciutadella+Slab+Medium)&sid=285409(font-family=Ciutadella+Slab+Semi+Bold)&sid=285410(font-family=Ciutadella+Slab+Regular)&sid=285412(font-family=Ciutadella+Slab+Light)&key=7XaQYsXgYw',
                protocol = ('https:' == document.location.protocol ? 'https:' : 'http:'),
                trial = document.createElement('script');
            trial.type = 'text/javascript';
            trial.async = true;
            trial.src = protocol + path;
            var head = document.getElementsByTagName("head")[0];
            head.appendChild(trial);
        })();
    </script>
    <?php
    }
    add_action('wp_head', 'add_custom_code');

    Cheers!
    Vinay

    in reply to: Removing date from widget #620859

    Hey fhecht!

    please add the below CSS in Enfold > General Styling > Quick CSS

    .post-meta-infos .date-container, .post-meta-infos .date-container + .text-sep-date{
      display: none !important;
    }

    Best regards,
    Vinay

    in reply to: 3.4.7. -> 3.5.3: No Enfold update visible #620857

    Hey Tilman!

    Please run this plugin https://wordpress.org/plugins/artiss-transient-cleaner/ in most cases it should fix the update issue.

    If you are not able to view update option and also not using a child theme please backup any custom changes you may have added to the theme and download the enfold latest version 3.5.3 from themeforest and update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/

    Regards,
    Vinay

    in reply to: Enfold Restaurant (one page), some issues #620856

    Hey!

    To resolve the icon issues please follow the steps provided in this link http://kriesi.at/documentation/enfold/enable-cors/

    To resolve the button issue please use the below CSS

    @media only screen and (max-width: 767px) {
    #top .main_color .avia-color-theme-color {
        margin-left: 0px!important;
    }
    #top .avia-slideshow-button  {
      display: block !important;
    }
    }

    Best regards,
    Vinay

    in reply to: [RESOLVED] Cannot resize h1 in header area #620855

    Hey!

    Percentage values for font-size are relative to the parent element’s hence it’s not working for you in this case. As an alternate solution you can use vw example font-size:4vw; This should work.

    The #top and !important is to increase CSS specificity just incase if there are other default styles which might overwrite this style :)

    Best regards,
    Vinay

    in reply to: line where to put the code #620853

    Hey!

    Glad it’s sorted :)

    Please feel free to get in touch with us if you need any help.

    Thank you for using Enfold :)

    Cheers!
    Vinay

    in reply to: How can I achieve this? #620852

    Hey fvdwei!

    This can be achieved by using custom css once you have the page up please share the link and we can provide you with basic css to achieve this list style.

    It’s not clear what you need to do with the logo please share a mockup and upload to imgur.com or dropbox so we can help you better.

    Cheers!
    Vinay

    in reply to: Modify copyright #620851

    Hi Audiolia!

    It’s not clear what you are trying to achieve.

    but you can easily modify the copyrights info by following the steps provided here http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    Regards,
    Vinay

    in reply to: Google goal tracking #620850

    Hi!

    There are several steps you need to follow to add google tracking code one of which includes verify your domain name. I hope you have performed these steps only then it will work for you.

    please check this link and follow all the steps

    https://support.google.com/analytics/answer/1008080?hl=en

    https://support.google.com/analytics/answer/6280771

    After all the necessary steps are performed you can add the tracking code in Enfold >Google Analytics Tracking Code

    Regards,
    Vinay

    Hi wabdmoul!

    It is hard to tell what exactly is going on without seeing the issue please share the link to the page where we can inspect the element in question and help you resolve it :)

    Cheers!
    Vinay

    in reply to: Menu Transparency #620792

    Hi!

    We do not see the login info in any of the private content in this thread please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Some of the screenshots are also showing a 404 please make sure the mockup links are all working as well so we can help you better :)

    Regards,
    Vinay

    in reply to: WordPress 4.5 Slider Images Not Working #620791

    Hey!

    Please add the below code in functions.php

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    The login credentials do not work for us to troubleshoot this issue from dashboard. However we noticed you are probably using an old version of the theme. We have released an enfold update to match the changes made in the latest version of wordpress 4.5 If you are not using a child theme please backup any custom changes you may have added to the theme and update enfold to latest version 3.5.3 make sure you have the correct API key from themeforest.
    If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/

    Once you have updated to the latest version you can remove the above code from functions.php

    Best regards,
    Vinay

    in reply to: Can't press ENTER while in plain text edit screen #620790

    Hi jinsley8!

    Pressing Enter in any text editor should normally start a new line. please point us to the page where we can inspect the element in question and create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Cheers!
    Vinay

    in reply to: Element partner/logo do not appear #620786

    Hey!

    Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay

    Hey!

    Glad we could help! FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Regards,
    Vinay

Viewing 30 posts - 7,831 through 7,860 (of 10,428 total)