Forum Replies Created

Viewing 30 posts - 6,961 through 6,990 (of 82,624 total)
  • Author
    Posts
  • in reply to: Aram sonuç sayfasında görsel (Yigit) #1269510

    Merhabalar,

    Bu degisikliklerin sonraki guncellemelerde kayip olmamasi icin child theme kullanmanizi tavsiye ederim. Eger child theme kullanmiyorsaniz buradan bizim onceden hazirladigimizi indirip yukleyebilirsiniz – https://kriesi.at/documentation/enfold/child-theme/

    – /enfold/includes/loop-search.php dosyasini kopyalayip /enfold-child/ klasoru icerisine “includes” klasoru olusturup onnun icine yapistirin.
    – Assagidaki satiri bulun

    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";

    ve o satiri assagidaki ile degistirin

    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
    echo "<span class='search-result-counter {$counterclass}'>{$searchthumb}</span>";

    – Sonrasinda assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyin

    .search-result-counter {
        padding: 0;
    }
    
    .search-result-counter img {
    	width: 100%;
    	height: 100%;
    	border-radius: 100px;
    }

    Best regards,
    Yigit

    in reply to: Toggle / Accordion not working with WP5.6 + Enfold 4.7.5 #1269360

    Hi,

    I have only changed following in shortcodes.js file and did not revert those changes
    Changed

    slider.hover(
    					function(){  slider.mouseover	= true;  },
    					function(){  slider.mouseover	= false; }

    to

    				slider.on('mouseenter', function(){  
    					slider.mouseover	= true;  })
    				.on('mouseleave', function(){  
    					slider.mouseover	= false; }

    and changed

    $(document).keydown(function(e)

    to

    $(document).on('keydown', function(e)

    When checking differences, you could simply ignore the changes I made on shortcodes.js file or rollback to your backup version. This site could be useful – https://www.diffchecker.com/ :)

    Best regards,
    Yigit

    in reply to: Hamburger menu white on mobile devices #1269358

    Hi Djurre,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Text Disappears #1269357

    Hi,

    Sorry for the late reply!

    Main Content font color was set to white in Enfold theme options > General Styling > Main Content tab. I simply set it to #888888.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Hamburger menu white on mobile devices #1269352

    Hey Djurre,

    I cleared cache in Cache Enabler settings and that helped. Please review your website :)

    Best regards,
    Yigit

    in reply to: Open footer menu links in new tab #1269350

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Open footer menu links in new tab #1269348

    Hey,

    I went to Appearance > Menus and clicked “Screen options” on top right corner and enabled “Link Target” then edited your menu items and simply chose to open them in new tab.

    Please review your website :)

    Cheers!
    Yigit

    in reply to: Toggle / Accordion not working with WP5.6 + Enfold 4.7.5 #1269344

    Hi,

    I realized that switching to parent theme actually helps without changing to old jQuery version. So I am 99% sure that issue is related to either shortcodes.js or header.php file in your child theme. I updated deprecated functions in shortcodes.js file but that did not help.

    Have you noted the changes you made on those files? If you have, simply copying fresh copies from current parent theme and updating them on your child theme should help :)

    Best regards,
    Yigit

    in reply to: Problem with instagram widget #1269325

    Hi @famarinu,

    Thanks for the logins and sorry for the late reply!

    I noticed that you have installed the plugin but have used default widget instead of Enfold Instagram (Smash Balloon) widget. I went to Appearance > Widgets and replaced the widget in Sidebar Blog widget area.

    Please review your website and use that widget whenever you would like to display your Instagram feed :)

    Best regards,
    Yigit

    in reply to: Toggle / Accordion not working with WP5.6 + Enfold 4.7.5 #1269324

    Hi,

    Thanks for the logins!

    I have updated the beta version of upcoming version but I believe there is some sort of server side cache because I temporarily switched to default theme but even though I have activated Enfold, I am still seeing default theme on your homepage.

    Could you please temporarily disable server side cache? :)

    Best regards,
    Yigit

    in reply to: WP update 5.6 – Submenu Sticky and Mobile Menu not working #1269293

    Hi,


    @CONCEPTENCREATIE
    We do not have an ETA yet however we are working on both WP 5.6 and PHP 8 compatibilities.

    Best regards,
    Yigit

    in reply to: hide layerslider #1269084

    Merhabalar,

    Rica ederim, yardimci olabildigime seviniyorum :)

    Baska yardimci olabilecegim bir konu olursa lutfen tekrardan iletisime gecmekten cekinmeyin.

    Iyi gunler & iyi calismalar dilerim.

    Saygilar,
    Yigit

    in reply to: Contact form #1269083

    Hey,

    That is pretty much the standards actually. Please consider using this workaround – https://nerdstuckathome.wordpress.com/2012/08/10/multi-select-avoiding-ctrl-button/

    If you have any other questions or issues, please register to our support forum using your purchase code – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    in reply to: hide layerslider #1269058

    Merhabalar,

    Hem biraz daha temizlemek hemde menu ve arama cubugunu saga kaydirmak icin CSS kodunuzu assagidakine cevirdim

    @media only screen and (max-width: 481px) {
    .ls-dt-1,
    .ls-dt-2 {
        display: none !important; 
    }
    .responsive #top #main .products .product {
        width: 49%;
        padding-right: 1%;
    }
    }
    @media only screen and (min-width: 481px) { 
    .ls-mo-1,
    .ls-mo-2 { 
        display: none !important; 
    }
    }
    
    @media only screen and (max-width: 768px) {
    #menu-item-shop .cart_dropdown_link {
        margin-left: 20px;
    }
    .responsive #top #wrap_all .container.av-logo-container {
        width: 100%;
        max-width: 100%;
    }
    }
    
    @media only screen and (max-width: 990px) {
    .only-desk,
    .only-mob.menu-item-5021 { 
         display: none !important;
    }
    #menu-item-5021 {
        display: block !important;
        float: right;
    }
    .responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {
        margin-right: 0 !important;
    }}
    
    @media only screen and (min-width: 990px) {
    .only-mob {
         display: none!important;
    }}

    Logo alaninin konteynir genisligi 768px ve altinda 100% oluyor haricinde 90% :)

    Best regards,
    Yigit

    in reply to: Last Update : 10 December 20 on Themeforest #1269052

    Hi,

    Thanks, you too have a nice day and let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Updating Theme But Not Registered #1269050

    Hi,

    Glad Victoria could help!

    If you have any other questions or issues, please register to our support forum using your purchase code – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: Unable to create forum question! #1269047

    Hey,

    Thanks for contacting us!

    We have replied to your thread here – https://kriesi.at/support/topic/contact-form-does-not-accept-email-addresses-containing-in-localpart/

    Let us continue there :)

    Best regards,
    Yigit

    Hi,

    Thanks for contacting us!

    We will report the issue to our devs however I am not sure if this is going to be a simple fix or not.
    Have you tried using more advanced contact forms such as Contact Form 7 plugin?

    Regards,
    Yigit

    in reply to: Login icon in right menu #1269039

    Hi,

    To add a new social icon, please refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options.

    If you need further assistance, please point out the icon/image you would like to use and post temporary admin logins here privately :)

    Cheers!
    Yigit

    in reply to: Last Update : 10 December 20 on Themeforest #1269038

    Hey,

    Sorry for the confusion!

    We have updated the price for Black Friday and Cyber Monday sales and once again when they were over so theme files were not updated therefore no change in change log.
    We are still working on updates and will release them soon :)

    Regards,
    Yigit

    in reply to: Toggle / Accordion not working with WP5.6 + Enfold 4.7.5 #1269037

    Hi,

    Issue seems to be related to jQuery changes made in WP 5.6.
    Please install this plugin – https://wordpress.org/plugins/enable-jquery-migrate-helper/ and set jQuery version to legacy 1.12.4-wp version.

    If that does not help, please create temporary admin logins and post them here privately so we can look into it.

    We are going to release new version of Enfold soon to make the theme officially compatible with WP 5.6.

    Regards,
    Yigit

    in reply to: Accordion isn't working #1269035

    Hi David,

    Issue seems to be related to jQuery changes made in WordPress 5.6. I uploaded beta version of the theme and that helped.
    We are going to release official version soon. In the meantime, if you experience any issues, please let us know :)

    Cheers!
    Yigit

    in reply to: Change Background #1269024

    Hi,

    Thanks! You too have a nice day :)

    Best regards,
    Yigit

    in reply to: removing record of support conversation on Kreisi #1268667

    Hey,

    Thanks for contacting us!

    Upon your request, we have deleted your forum account and the thread you shared in private content field.

    In case you would like to register a new account on our support forum, you can do so by using the same purchase code :)

    Let us know if there is anything else we can help and enjoy your weekend!

    Regards,
    Yigit

    in reply to: Slider Problem #1268614

    Hello,

    Theme works as expected and we tried to help you even though you have been using offensive language. You can go ahead and ask for a refund from ThemeForest.

    Since you edited your posts, I am going to attach a screenshot of your original post here so you can proudly show it to them when they ask you why you got banned :)

    Regards,
    Yigit

    in reply to: Little language flag inside header #1268478

    Hi,

    I added following code to Functions.php file

    // Dutch flag as social icon
    function avia_add_custom_social_icon($icons) {
    	$icons['Dutch'] = 'dutch';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    and added CSS code you shared into Enfold theme options > General Styling > Quick CSS field.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: fullwidth slider caption disappears when rotating device #1268462

    Hi,

    Oh, I did not realize that. Thanks for letting me know :)

    Enjoy your weekend then and let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Updating very OLD site #1268439

    Hi Jes,

    I wanted to check your PHP version but I was blocked when I tried to login :)

    Could you please temporarily disable IP restriction and post FTP logins here privately as well so we can look into it?

    Regards,
    Yigit

    in reply to: Little language flag inside header #1268437

    Hi Timo,

    Thanks for contacting us and sorry for the late reply!

    Please refer to “Using images or non-Fontello icons” section in this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options.

    If you need further assistance with this, please post a link of your image and temporary WP admin logins here privately :)

    Best regards,
    Yigit

    in reply to: hide layerslider #1268434

    Merhabalar,

    Onun icin bence en uygun cozum mobilde header konteynir genisligini 90%’dan 100%’e cekmek olur. Assagidaki koduda Quick CSS alanina ekleyip bir goz atabilir misiniz? :)

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .container.av-logo-container {
        width: 100%;
        max-width: 100%;
    }}

    Best regards,
    Yigit

Viewing 30 posts - 6,961 through 6,990 (of 82,624 total)