Forum Replies Created

Viewing 30 posts - 64,861 through 64,890 (of 82,620 total)
  • Author
    Posts
  • in reply to: search not working in IE8 #326794

    Hey!

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

    @media only screen and (max-width: 767px) {
    .main_menu, #header_main_alternate, .responsive #header .main_menu ul { display: block; }
    li#menu-item-search { display: block!important; }
    .av-main-nav > li { display: none; }}

    Cheers!
    Yigit

    in reply to: Portfolio grid styles #326792

    Hey!

    Please try adding following code to Quick CSS as well

    #top .grid-entry .inner-entry { padding-right: 5px; }

    If that does not work, please create a temporary admin login and post it here privately so we can look into it

    Cheers!
    Yigit

    in reply to: post categories #326787

    Hi!

    Please add following code to Quick CSS as an example

    .page-id-2868 article.post-5348 {
    display: none;
    }

    Here is how you can find page ID and post ID – http://i.imgur.com/cgLrUXS.png?1
    If this was not what you meant, please elaborate. Direct links to pages where we can see elements you would like to remove would help a lot :)

    Best regards,
    Yigit

    in reply to: Adding clickable text to the header area #326781

    Hi!

    Please add following code to Functions.php in Appearance > Editor and adjust as needed

    function custom_text() {
    	echo "<div class='my-custom-text'><a href='http://kriesi.at' target='_blank'>Here goes my text</a></div>";
    }
    add_action('ava_after_main_menu', 'custom_text');

    Then you can adjust its position using following code in Quick CSS field that is inside Enfold theme options > General Styling tab

    .my-custom-text { position: relative; left: 10px; top -10px; }

    Best regards,
    Yigit

    in reply to: Post Title in Post Slider Hidden #326769

    Hi Ryan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .home #av_section_1 h3.slide-entry-title.entry-title {
    color: white!important;
    }

    Best regards,
    Yigit

    in reply to: Template Builder is not working #326767

    Hi!


    @khaled_288
    Can you post the link to your website please?

    Best regards,
    Yigit

    in reply to: Edit tags color, size and font. #326766

    Hey mariuswallin!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .blog-tags span a {
    color: red!important;
    font-size: 14px;
    }

    Best regards,
    Yigit

    in reply to: Default Frontpage #326765

    Hi sabrostar!

    Please go to WPML > Languages and change Default Language to Spanish

    Best regards,
    Yigit

    in reply to: Updated my parent theme, now site is down. #326761

    Hi!

    Awesome! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

    in reply to: Theme does not work in responsive mode #326760

    Hi seifenblasenfabrik!

    I just checked your website and it does load fine on my end – http://i.imgur.com/2kRXO51.png
    For your information, now that you have a license for LayerSlider plugin, you can contact their support as well

    Best regards,
    Yigit

    in reply to: Remove hover overlay #326756

    Hi Randall!

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

    .image-overlay { display: none !important; }

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

    Best regards,
    Yigit

    in reply to: Menu Items #326755

    Hi sabrostar!

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

    li#menu-item-4758 a {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    }
    li#menu-item-4758 .avia-menu-text {
    opacity: 0;
    }

    You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    in reply to: Edition page keeps loading none stop. Please help. #326754

    Hi!

    Please try updating the theme via FTP – http://vimeo.com/67209750
    Theme options will remain the same as long as theme names are matching and your content is saved on your database. If you made any changes on theme files, you will lose them

    Regards,
    Yigit

    in reply to: Portfolio Custom Link – Open in New Tab #326753

    Hey ojasray!

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

    function add_custom_port_target(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.page-id-3396 .main.content a').attr('target','_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_port_target');
    

    Best regards,
    Yigit

    in reply to: Color main menu links do not change in advanced styling #326751

    Hey Barb! :)

    While editing elements in Advanced Styling tab, you should add two of those elements, one for hover state and one for normal state. Hover state was there and i added one for normal state and it does seem to work fine – http://i.imgur.com/CyZ5ENs.png
    Please flush browser cache and refresh your page a few times :)

    Regards,
    Yigit

    in reply to: Adding clickable text to the header area #326738

    Hey rjflaherty!

    Please go to Enfold theme options > Header Layout > Extra elements and add your phone and e-mail. You can use HTML in the input field

    Best regards,
    Yigit

    in reply to: Disable Ajax Portfolio Option #326737

    Hey Peter!

    Please go to Enfold/config-templatebuilder/avia-shortcodes and open portfolio.php file and find

    __('Open a preview of the entry (known as AJAX Portfolio)',  'avia_framework' ) =>'ajax',

    and comment it out using // as following

    //__('Open a preview of the entry (known as AJAX Portfolio)',  'avia_framework' ) =>'ajax',

    Regards,
    Yigit

    Hey!

    Please refer to Josue’s post here – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605

    Regards,
    Yigit

    in reply to: Social Sharing Buttons #326731

    Hi!

    Yes, unless you are using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Yigit

    Hey!

    You can, but unfortunately we cannot help you with that and you would need a help from a freelance developer since that kind of customization is beyond the scope of our support.
    Have you tried the code i posted here – https://kriesi.at/support/topic/can-i-create-a-page-template-like-without-header-but-with-footer/#post-295551

    Cheers!
    Yigit

    in reply to: Menu protracted #326722

    Hey!

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

    li#menu-item-6665 ul.sub-menu {
    padding: 10px!important;
    }

    Cheers!
    Yigit

    in reply to: advanced layout editor to blog posts #326717

    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: Updated my parent theme, now site is down. #326714

    Hi Pointbreakd!

    Please try re-updating the theme via FTP and make sure to overwrite all files – http://vimeo.com/67209750

    Cheers!
    Yigit

    Hi!

    Please add following code to Quick CSS as well

    #main, .html_stretched #wrap_all { background-color: transparent; }
    .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a { background-color: rgba(255,255,255,0.5); }
    .footer_color, .footer_color .site-background, .footer_color .first-quote, .footer_color .related_image_wrap, .footer_color .gravatar img .footer_color .hr_content, .footer_color .news-thumb, .footer_color .post-format-icon, .footer_color .ajax_controlls a, .footer_color .tweet-text.avatar_no, .footer_color .toggler, .footer_color .toggler.activeTitle:hover, .footer_color #js_sort_items, .footer_color.inner-entry, .footer_color .grid-entry-title, .footer_color .related-format-icon, .grid-entry .footer_color .avia-arrow, .footer_color .avia-gallery-big, .footer_color .avia-gallery-big, .footer_color .avia-gallery img, .footer_color .grid-content, .footer_color .av-share-box ul, #top .footer_color .av-related-style-full .related-format-icon, .footer_color .related_posts.av-related-style-full a:hover, .footer_color.avia-fullwidth-portfolio .pagination .current, .footer_color.avia-fullwidth-portfolio .pagination a {
    background-color: rgba(99,86,85,0.8); }

    Cheers!
    Yigit

    in reply to: advanced layout editor to blog posts #326705

    Hey freiland-hamburg!

    Using Advanced Layout Builder on blog posts is not something we recommend or support. Please use magic wand to add elements to your blog posts instead – http://i.imgur.com/n4KXkdm.jpg

    Cheers!
    Yigit

    in reply to: Portfolio Post 404 #326704

    Hi!

    Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png

    Best regards,
    Yigit

    in reply to: Width menu #326667

    Hey SPOONIX!

    Can you post the link to your website please? We are going to need your header and menu items to provide an accurate custom CSS code

    Best regards,
    Yigit

    in reply to: Increase space between menu items? #326665

    Hi!

    Please flush browser cache and refresh your page a few times. This is how it looks on my end – http://i.imgur.com/79foZu3.png

    Best regards,
    Yigit

    in reply to: change background color #326663

    Hey!

    Which browser and OS are you using? It does look fine on my end – http://i.imgur.com/S727Hfk.png
    P.S.: You can upload your screenshots and post the links here

    Cheers!
    Yigit

    in reply to: Remove Darker Shaded Images on the Accordion Slider #326660

    Hi Ken!

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

    #top .aviaccordion-preview-title-wrap { background: transparent; }

    Regards,
    Yigit

Viewing 30 posts - 64,861 through 64,890 (of 82,620 total)