Forum Replies Created

Viewing 30 posts - 7,771 through 7,800 (of 82,625 total)
  • Author
    Posts
  • in reply to: Problem with products sliders #1248272

    Hi,

    We are sorry for the late reply!

    As it turns out, we have been looking for a technical solution all this time while it was simpler than that.
    Product Slider > Filter > WooCommerce Hidden Products visibility setting was set to display hidden products only that is why it was not displaying any products. Setting it back to “Show all products” fixed the issue.

    Please review your website :)

    Best regards,
    Yigit

    Hi,

    You are welcome, P! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    Hi,

    You can use following for images

    .av-layout-grid-container .avia_image

    However, as I mentioned earlier, that might cause inconsistency since this selector would target every image element inside Grid Row element :)

    Best regards,
    Yigit

    Hi P,

    You have two selectors in the code “#av-layout-grid-4 .avia_image” for images and “#av-layout-grid-4 a.maxbutton” for buttons. You should be safe using the 2nd one as following

    .av-layout-grid-container a.maxbutton

    since you have custom class “maxbutton” but for the first one it would be applied to every image element inside Grid Row element so it may cause inconsistency.

    Best regards,
    Yigit

    Hi P,

    It is called “Rasterzeile” in German, layout element where you have your images and buttons :)

    Best regards,
    Yigit

    Hi,

    We are sorry for the late reply!

    Please edit your Grid Row elements and go to Advanced > Developer Settings tab and give them a unique ID (“maxgrid” in example below) and then use custom CSS code as following

    
    @media only screen and (max-width: 767px) {
    #maxgrid .avia_image, #maxgrid a.maxbutton {
    width: 100% !important;
    }
    }

    By using unique ID, you would make sure to apply changes on selected Grid Row elements only :)

    Best regards,
    Yigit

    Hi,

    Sorry for the late reply!

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

    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { 
          transform: translate(0, 100%);
          -moz-transform: translate(0, 100%);
          -webkit-transform: translate(0, 100%);
    }
    
    .avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
         transform: translate(0, 0%);
         -moz-transform: translate(0, 0%);
         -webkit-transform: translate(0, 0%);
    }

    Best regards,
    Yigit

    in reply to: visual artist non responsive #1247390

    Hi @jg73,

    We are sorry for the late reply!

    It is technically possible but not without heavy modification. Therefore, we keep it disabled instead of offering it as an unreliable feature :)

    You can read more about it here – http://www.javascriptkit.com/dhtmltutors/parallaxscrolling/page2.shtml

    Best regards,
    Yigit

    in reply to: Only Posts on Ajax Search #1247381

    Hi,


    @hunter74
    Please add following code to bottom of Functions.php file of your child theme and adjust the value as needed

    add_filter('avf_ajax_search_query', 'avf_modify_ajax_search_query', 10, 1);
    function avf_modify_ajax_search_query($search_parameters){
    	parse_str($search_parameters, $params);
    	$params['numberposts'] = 10;
    	$search_parameters = http_build_query($params);
    	return $search_parameters;
    }

    Best regards,
    Yigit

    in reply to: gif on hover in portfolio grid #1247371

    Hi,

    I added following code to bottom of Quick CSS field in Enfold theme options > General Styling

    .av-masonry-entry .av-inner-masonry-content {
        padding: 0;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Gallery Thumbnails loading as large images #1246284

    Hi,

    We are sorry for the late reply!

    Could you please create temporary admin logins and post them here privately so we can look into it? Only difference between bar gallery and shopping gallery seems to be linked images.

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1245808

    Hi,


    @BigBatT
    Thanks for your contribution! I have submitted updated language files on GitHub.

    I checked the error message but translation of singular and plural strings seem to be correct and saving did not throw any error on my end.

    Best regards,
    Yigit

    in reply to: Add reCaptcha to contact form badge via Child theme #1245805

    Hi,

    You are welcome!

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

    Best regards,
    Yigit

    in reply to: Add reCaptcha to contact form badge via Child theme #1245789

    Hi,

    Thanks for contacting us and sorry for the late reply!

    I went to Enfold theme options > Google Services and chose to display badge in “Google Legal Information” field. You can adjust the option and display a text instead.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Google Anayltics Cookies opt-in greyed out #1245192

    Hi,

    Sorry for the late reply!

    Please make sure cookies are not disabled on your browser or that you are not checking on a private/incognito mode. I checked your website on my browser and it shows up fine on my end. I attached a screenshot in private content field :)

    Best regards,
    Yigit

    in reply to: gif on hover in portfolio grid #1245175

    Hi,

    Resized GIFs do not animate. Instead of “http://your-url.com/wp-content/uploads/2020/09/PLAY-GIF-80×80.gif”, please use “http://your-url.com/wp-content/uploads/2020/09/PLAY-GIF.gif”

    I edited first two posts and adjusted the links. Please review your website :)

    Best regards,
    Yigit

    in reply to: Construct demo import edilmiyor #1245167

    Merhabalar,

    Dropbox linkini gizli alana ekledim. Db, upload klasoru ve Enfold theme options’i paylastim. Upload klasorunu /wp-content/ icerisine yukleyip, DB’i import edip, Enfold theme options > Import & Export bolumunden theme options’i import etmeniz yeterli olacaktir. Veritabanini export etmeden once URL ve path assagidaki gibi tanimlandi.

    Best regards,
    Yigit

    Hi Lyse,

    Sorry for the late reply!

    I checked your website on my iphone however background images show up fine on my end. I attached a screenshot in private content field below.
    Could you please also post screenshots and show how they look on your end? Also, which device are you using? :)

    Best regards,
    Yigit

    in reply to: avia layout editor not working #1245088

    Hi,

    “Access Denied – Sucuri Website Firewall”. Could you please temporarily disable IP restriction so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Construct demo import edilmiyor #1245086

    Merhabalar,

    Gizli alana PHP bilgilerinin oldugu bir sayfa ekledim orada “Configure Command” bolumu altindan json, zip ve mbstring’in deaktif oldugunu gorebilirsiniz. Sunucunuzda modsecurity aktifse bu kurallar orda tanimlanmis olabilir. Gecici olarak deaktif edip deneyebilirsiniz.

    Eger faydasi olmazsa, lutfen FTP bilgilerinide gizli alandan gonderin, .htaccess dosyasi uzerinden deneyelim fakat yinede sunucu ayarlari baskin olabilir bu durumda sunucu uzerinden degisiklik yapmak gerekecek.

    Su an import ettiginiz demoda bu yuzden malesef duzgun bir sekilde import edilmemis, gorseller eksik ve LayerSlider slider yerine hata goruntuluyor. Degisiklikler yapildiktan sonra veri tabanini sifirlayip tekrardan import ettigimizde duzgun bir sekilde calismasi lazim.

    Best regards,
    Yigit

    in reply to: Construct demo import edilmiyor #1244947

    Merhabalar,

    Sorun sunucu kurulumunuzla alakali. Lutfen servis saglayicinizla gorusup assagidakilerini aktif etmelerini isteyin
    allow_url_includel, json, zip ve mbstring
    Su an aktif degiller. Sonrasinda sorun devam ederse lutfen haberdar edin.

    Regards,
    Yigit

    in reply to: Icon grid with flip #1244898

    Hi,

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

    Best regards,
    Yigit

    in reply to: CUENTA SIN INFORMACIÓN #1244894

    Buenas dias,

    Thanks for reaching out to us!
    Sadly, we do not have any Spanish speaking team member so we are using Google Translate :)

    Could you please contact the person who have purchased the theme for you and ask them to provide you Personal Token. Here is how they can generate one – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token.
    It seems like you have API key in Enfold theme options, however they are deprecated and needs to be replaced with Personal Token.

    Once you replace your API key with a Personal Token, you would receive auto updates from WordPress dashboard :)

    Regards,
    Yigit

    in reply to: Last update was awesome! #1244890

    Hey,

    Thanks for your kindness, Mark!

    We have forwarded your message and sanitized fist bump to our devs :)

    Cheers!
    Yigit

    in reply to: Merhaba Yigit ! (Portfolio) #1244863

    Merhabalar,

    Sevindim! Sonucun cok daha profesyonel duracagina eminim :)

    Simdilik bu konuyu cozulmus olarak isaretliyorum. Baska her hangi bir soru veya sorununuz olursa yada “merhaba” demek icin lutfen iletisime gecin :)

    Simdiden guzel haftasonlari!

    Best regards,
    Yigit

    in reply to: *Single Play/Pause Button to Play Audio File* #1244587

    Hey,

    Sorry for the confusion :)

    Please try following:
    – add a Text Block element to your page
    – go to Advanced > Developer Settings > Custom CSS field and insert “play-class” and save
    – add your audio file into that Text Block element
    – add following code to Quick CSS in Enfold theme options > General Styling

    .play-class audio {
        width: 50px !important;
    }

    Regards,
    Yigit

    Hey Josh,

    Thanks for contacting us!

    Looking at your license, that purchase code seems to belong to “Bridge – Creative Multipurpose WordPress Theme” and not Enfold.

    If you are looking to get support for Bridge theme, please contact their support team and if you are looking to get support for Enfold, please use the purchase code in your Enfold license :)

    Regards,
    Yigit

    Hi,

    Sorry for the late reply!

    Issue was related to “remove_enfold_image_sizes” function you have in functions.php file of your child theme and Enfold theme options > Performance > Responsive Images option.
    Basically theme was looking for responsive version of the image but since regeneration of those images are disabled in functions.php file, it was returning 404 error.

    I went to Enfold theme options > Performance and disabled “Responsive Images” option and that helped.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Merhaba Yigit ! (Portfolio) #1243918

    Hi,

    Belli bir limite kadar Google Maps her hangi bir odeme almiyor eger yuksek bir trafik beklemiyorsaniz belki musterinin aklina yatar :)

    Best regards,
    Yigit

    in reply to: Gravity forms #1243917

    Hi,

    Thanks for contacting us and sorry for the confusion!

    Gravity Forms is not included in Enfold but it is compatible. Only configuration files are included for compatibility so when you set up a Gravity Form, it would inherit Enfold’s styling.

    You would need to install Gravity Forms as a standalone plugin. After that, you can use any extensions you like :)

    Best regards,
    Yigit

Viewing 30 posts - 7,771 through 7,800 (of 82,625 total)