Forum Replies Created

Viewing 30 posts - 56,761 through 56,790 (of 82,625 total)
  • Author
    Posts
  • in reply to: Image Center Problem #401548
    in reply to: Sticky Footer #401546

    Hi!

    Please add folllowing code to Quick CSS as well

    .home .pricing-table-wrap:nth-child(1) .pricing-table li {
    font-size: 15px;
    }

    and it should look like this – http://i.imgur.com/Qz6RA2w.png

    Regards,
    Yigit

    in reply to: SSL on Contact Page only – Problem with Logo image #401544

    Hi aribann!

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

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page(3498) )
        {
        $logo = "https://yourdomain.com/your-logo.png";
        }
        return $logo;
    }

    Best regards,
    Yigit

    • This reply was modified 11 years, 2 months ago by Yigit.
    in reply to: Portfolio Item Url Değişikliği #401541

    Merhabalar Gencliksaati,

    Tekrar goz atar misiniz? Son gonderimdeki degisiklik uygulanmamis gorunuyordu onu uyguladim :)

    Cheers!
    Yigit

    in reply to: Sticky Footer #401530

    Hey!

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

    .home .pricing-table-wrap:nth-child(1) .pricing-table {
    position: relative;
    top: 60px;
    }

    Best regards,
    Yigit

    in reply to: Change font color etc in ALB elements #401528

    Hey!

    No, it is even easier, you should only click on the Colors tab on Textblock element and change the color – http://i.imgur.com/2b2O5Jg.png
    If you would like to do it using custom CSS code, you should add following code to Quick CSS field after giving a custom CSS class to your element

    .avia_textblock.your-custom-class p { color: blue; }

    Please point out the changes you would like to make on other elements and we will gladly help you :)

    Regards,
    Yigit

    in reply to: Home page doesn't load #401525

    Hey SusanLS!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    in reply to: Contact Form in sidebar #401521

    Hi!

    You can insert your shortcodes into Code Block element :)

    Cheers!
    Yigit

    in reply to: Enfold WooCommerce Remove Cart From Mobile Menu #401516

    Hey!

    Please use following code instead

    @media only screen and (max-width: 768px) {
    ul.cart_dropdown { display: none!important; }}

    Regards,
    Yigit

    in reply to: Portfolio Item Url Değişikliği #401513

    Sevindim sorunu cozdugunuze :) Adwords kodunu assagidaki gibi duzenleyip ekler misiniz

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    /* <![CDATA[ */
    var google_conversion_id = 954000267;
    var google_custom_params = window.google_tag_params;
    var google_remarketing_only = true;
    /* ]]> */
    </script>
    <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
    </script>
    <noscript>
    <div style="display:inline;">
    
    </div>
    </noscript>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Ekstra bosluk sorununu cozucektir :)

    Cheers!
    Yigit

    in reply to: Additional transparent header #401507

    Hey _urban_!

    If you can point out the changes you would like to make and post the link to your page, we can provide you custom CSS codes :)

    Best regards,
    Yigit

    in reply to: Site behaviour ( movement) on iPhone #401505

    Hi Marssolutions!

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

    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}

    Best regards,
    Yigit

    in reply to: Contact form dont not work #401503

    Hey Simon!

    Please try de-activating all active plugins and check if that helps. If not, please try re-updating the theme to the latest version 3.0.8 via FTP and make sure to overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    in reply to: Forward Slash remains after un-check display comments #401502

    Hey!

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

    span.text-sep.text-sep-date {
    display: none;
    }

    If that does not work, please post the link to your website

    Regards,
    Yigit

    in reply to: Portfolio Item Url Değişikliği #401501

    Merhabalar,

    FTP uzerinden baglanip yaptiginiz degisiklikleri geri almaniz gerekiyor. FTP baglantilarinda sorun yasiyorum fakat goz atabilirim eger giris bilgilerini gonderebilirseniz

    Regards,
    Yigit

    in reply to: Dropdown menu #401499

    Hey SecretDiamonds!

    Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu sublevel Links”

    Regards,
    Yigit

    in reply to: Default Menu Order #401491

    Hi coxsox!

    Please create a menu first and then you can simply change the order by drag & drop feature :)

    Cheers!
    Yigit

    in reply to: fullwidth homepage image (no padding/space)? #401487

    Hi judes3011!

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

    .home .main_color.container_wrap.fullsize>.container {
    max-width: 100%;
    padding: 0;
    width: 100%;
    }
    .home section.avia_codeblock_section.avia_code_block_0 a {
    display: inline!important;
    }

    Then upload your images in bigger size.

    Regards,
    Yigit

    in reply to: Full width easy slider #401484

    Hi!

    Please try as following

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .avia-slideshow .avia-caption .avia-caption-title { font-size: 40px !important; } 
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { font-size: 25px !important; }}

    Best regards,
    Yigit

    in reply to: Advanced editor suddenly stop working #401481

    Hey!

    I have enabled debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ you can see the shortcodes of the elements right below Advanced Layout Builder. Please copy them and paste into the same section on new pages you create.

    Regards,
    Yigit

    in reply to: Adding sticky element #401476

    Hey!

    Please add following code to Quick CSS as well

    .my-custom-img {
    z-index: 999999!important;
    }

    Best regards,
    Yigit

    in reply to: Edit Picasa slide show #401467

    Hey!

    Please contact plugin authors. We could provide you custom CSS code but it would be overwritten by plugin.

    Cheers!
    Yigit

    in reply to: Logo and Main Menu – left sidebar #401457

    Hi!

    Code is currently not being applied. Please try adding !important rule as following

    .html_stretched #wrap_all {
    background-color: white !important;
    }

    and if that does not work, please post temporary admin logins.
    Can you post a screenshot and show the gaps? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    in reply to: English in backend, danish in frontend #401448

    Hey Pooz!

    Would you like to make frontend English? If so, please set language to English in wp-config.php file and then use the code to translate WP backend

    add_filter('locale', 'wpse27056_setLocale');
    function wpse27056_setLocale($locale) {
        if ( is_admin() ) {
            return 'da_DK';
        }
        return $locale;
    }

    Best regards,
    Yigit

    in reply to: Enfold Logo trouble #401447

    Hey Etix!

    Can you please try de-activating all active plugins and check if that helps?
    Can you post the link to WP login as well? /wp-admin and /wp-login.php are not working for me

    Regards,
    Yigit

    in reply to: Text instead of logo #401443

    Hejsan Cecilia!

    Please use following code in Quick CSS

    .logo a {
    text-decoration: none!important;
    }
    span.subtext {
    font-family: georgia !important;
    }

    Cheers!
    Yigit

    in reply to: Sidebar length issue #401439

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

    Best regards,
    Yigit

    in reply to: Removing ProgressBar background #401435

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

    Cheers!
    Yigit

    in reply to: Removing ProgressBar background #401430

    Hi oslpag!

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

    .avia-progress-bar .progress {
    box-shadow: none;
    background: transparent!important;
    }

    Best regards,
    Yigit

    in reply to: style the current menu text colour #401429

    Hey!


    @dandy-power
    Font family used in Enfold logo is “Gotham Bold”. Google font “Montserrat” bold looks similar imo :)

    Cheers!
    Yigit

Viewing 30 posts - 56,761 through 56,790 (of 82,625 total)