Forum Replies Created

Viewing 30 posts - 59,881 through 59,910 (of 82,585 total)
  • Author
    Posts
  • in reply to: license and wordpress 4.1 compatability #373021

    Hey!

    You are welcome! Let us know if you have any other questions or issues. Happy new year! :)

    Cheers!
    Yigit

    in reply to: Text below Featured Image #373018

    Hi!

    Please go to Enfold/includes folder and open loop-index.php file and find

    $featured_img_desc = the_title_attribute('echo=0');

    and change it to

    $featured_img_desc = "Here goes your custom text";

    Best regards,
    Yigit

    in reply to: CSS Help – Blog #373015

    Hi!

    Please add following code to Quick CSS as well

    .main_color li {
    color: #bd0d0d;
    }

    Best regards,
    Yigit

    in reply to: Fix mobile landscape view on blog page #373014

    Hey!

    I could not reproduce the issue on my end as well. I do not have the exact device too but i tested your website on Safari on iphone and OS X 10.10. If you have a chance, please try checking your website on another ipad air.

    Best regards,
    Yigit

    in reply to: license and wordpress 4.1 compatability #373013
    in reply to: Adding the Google Tag Manager code permanently #373011

    Hey!

    Please try adding following code to Functions.php file of your child theme

    function add_custom_gtm(){
    ?>
    <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MN3P7B"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:";j.async=true;j.src=
    '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-MN3P7B');</script>
    <?php
    }
    add_action('wp_head', 'add_custom_gtm');

    Best regards,
    Yigit

    • This reply was modified 9 years, 10 months ago by Yigit.
    in reply to: CSS #373010

    Hi schoefa2!

    Please see – https://developer.chrome.com/devtools
    Using developer tools, you can easily find the right selector for elements.

    .avia-menu.av_menu_icon_beside { border-color: red; }

    Regards,
    Yigit

    in reply to: license and wordpress 4.1 compatability #373009

    Hey modelity!

    Enfold version 3.0.4 is fully compatible with WordPress 4.1. I will ask Kriesi to update the information on ThemeForest profile.

    Regards,
    Yigit

    in reply to: Header image on all pages except the home page #373008

    Hey!

    You can check it in Quick CSS field (or custom.css file, depending on where you have added the code). If you do not mind creating a temporary admin login and posting it here privately, we can look into it as well

    Regards,
    Yigit

    in reply to: Cannot translate the comments headings #373007

    Hi svetkol!

    Please install this plugin – https://wordpress.org/plugins/codestyling-localization/ and once again make sure that strings are translated and that you have generated mo file

    Best regards,
    Yigit

    in reply to: How to change font in Sidebar and Background #373004

    Hi Dominique!

    Please go to Enfold theme options > General Styling > Fonts and change font family as needed. If you would like to apply changes on certain sections, please elaborate on the changes you would like to make.

    Best regards,
    Yigit

    in reply to: Connexion icon with others social icons #373002

    Hi Dominique!

    Can you post the link to your website and a screenshot showing the changes you would like to make please? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    in reply to: Applying dot overlay in Fullscreen lsider #372998

    Hey!

    Please add following code to Quick CSS as well

    div#section-overlay > .container {
    max-width: 100%;
    }

    Cheers!
    Yigit

    in reply to: Make Team Member image smaller on mobile #372996

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    .team-img-container {
    margin: auto;
    }}
    
    .home div#av_section_2 a:hover {
    color: orange;
    }
    
    .home div#after_section_3 {
    display: none;
    }

    Please go to Enfold theme options > Footer and check “Social Icons”

    Best regards,
    Yigit

    in reply to: Icon Alignment on Mobile | Change from vertical to Horizontal #372992

    Hey!

    You should place those icons into Color Sections with custom ID as well in order to avoid applying the changes on all 1/5 column elements.

    Best regards,
    Yigit

    in reply to: Video Player Black Bar #372767

    Hey JoelGoldstein!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.mejs-offscreen {
    display: none!important;
    }

    Regards,
    Yigit

    in reply to: Header spacing problem #372737

    Hi!

    You are welcome! We will keep the thread open, feel free to post if you have any issues with the remarketing code or not :)

    Best regards,
    Yigit

    in reply to: Text below Featured Image #372735

    Hey!

    You can edit the post and change the title if that what you would like to change. If not, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

    in reply to: Header has disappeared #372729

    Hey!

    Can you please try re-updating the theme, preferably via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
    Currently some files seem damaged, overwriting them should fix the issue

    Cheers!
    Yigit

    in reply to: Header Logo #372725

    Hey!

    You are welcome, glad we could help :)
    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 :)

    Regards,
    Yigit

    in reply to: Header Logo #372719

    Hey!

    Please use following code instead

    #top .title_container .container {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 36px;
    }

    Cheers!
    Yigit

    in reply to: Header has disappeared #372717

    Hi annebetts!

    Please try de-activating all active plugins and check if that helps. If it does not, please create a temporary admin login and post it here privately

    Cheers!
    Yigit

    in reply to: Theme Font Size #372716

    Hey Ed!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
    You can adjust Heading element font sizes in Enfold theme options > Advanced Styling tab

    Cheers!
    Yigit

    Hey!

    Yes, you can add shortcode into a Code Block element. Also you can add another Advanced LayerSlider element to your page and hide it on desktops. Please let us know when you add second layerslider so we can provide you custom CSS for hiding it too

    Cheers!
    Yigit

    in reply to: Simple Slider Problem @ Avia Page Builder #372670

    Hi!

    You are currently using an older version of Enfold which is not compatible with WordPress version you are using. Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/ :)

    Best regards,
    Yigit

    in reply to: Header Logo #372666

    Hey!

    Please add following code to Quick CSS

    .title_container .main-title a {
    font-size: 12px;
    }

    Cheers!
    Yigit

    in reply to: Simple Slider Problem @ Avia Page Builder #372661

    Hi cr3epy!

    Can you please post the link to your website? Please note that we may need a temporary admin login as well

    Regards,
    Yigit

    in reply to: Problem with Submenue on iPad/Tablet #372657

    Hi!

    You are welcome! Glad we could help! Happy new year :)

    Cheers!
    Yigit

    in reply to: mouseover effect from black and white to color in footer #372651

    Hi!

    Please try adding following code to Quick CSS as well

    .avia-logo-element-container img { filter: grayscale(100%);
        -webkit-filter: grayscale(100%); 
        filter: gray;
        -webkit-transition: all .6s ease; }
    
    .avia-logo-element-container img:hover {    filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        filter: none; }
    .image-overlay { display: none !important; }

    Regards,
    Yigit

    in reply to: Errom Message "DataTables warning…" #372649

    Hi!

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

    function add_custom_data(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery("#DataTables_Table_0").dataTable().fnDestroy();
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_data');

    If that does not work, please try contacting plugin author, they should have better insight on the issue and what could be causing it.
    Regards,
    Yigit

Viewing 30 posts - 59,881 through 59,910 (of 82,585 total)