Forum Replies Created

Viewing 30 posts - 23,161 through 23,190 (of 82,625 total)
  • Author
    Posts
  • in reply to: VIdeo Overlay for YouTube urls with parameter string #756503

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    in reply to: Non-existent posts show up on blog pages #756499

    Hi,

    Sorry for the late reply!
    That is indeed weird. That “posts” seem to reflect todays date as well.
    Can you please try re-updating the theme via FTP and overwrite all files manually – kriesi.at/documentation/enfold/updating-your-theme-files/?

    Best regards,
    Yigit

    in reply to: Active menu olour having different menu colours #756498

    Hey!

    Please go to Appearance > Editor and open style.css file and copy it content and send us using pastebin.
    I checked style.css file of the site linked in private content field, however it shows up empty.

    Please copt the
    Regards,
    Yigit

    in reply to: Disable Pausebutton on fullscreenvideo #756496

    Hey Innovie,

    Sorry for the late reply!

    I just checked your page however control buttons do not show up on my end. I attached a screenshot in private content field. Have you figured it out already?
    If not, which browser and OS are you using?

    Best regards,
    Yigit

    Hi,

    Sorry for the late reply!
    I am getting “You do not have the appropriate group permissions to access this page. Please try logging in or contact an administrator for assistance.” error when i try to load your page.
    Can you please check the link once again?

    Best regards,
    Yigit

    in reply to: WPML & ENFOLD #756491

    Hey!

    Great! :)

    Sure, we are keeping this thread open in case you need any other information!

    Thanks! Enjoy the rest of your day! :)

    Best regards,
    Yigit

    in reply to: Active menu olour having different menu colours #756490

    Hi!

    There might be some error in your code in style.css file. Can you please post the content of your style.css file here using – pastebin.com?

    Best regards,
    Yigit

    in reply to: Image Library issues with 4.0.2 release #756489

    Hey!

    Sorry for the late reply!

    We have made changes on the way theme imports LayerSlider images, so only images in your media library should be LayerSlider’s images.
    I checked your website however it seems like you removed those images already. Is that the case?

    Best regards,
    Yigit

    in reply to: Order posts by Custom Fields value #756479

    Hi Erwin,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

    in reply to: Enfold may be crashing my server #756478

    Hi,

    Sorry for the late reply!
    Have you figured it out already?
    Checking your website i noticed two things.
    1- You are currently not using the latest version of the theme. Enfold 4.0.2 is available – kriesi.at/documentation/enfold/updating-your-theme-files/. You can read more about the update here – http://kriesi.at/archives/enfold-reimagined-version-4-0
    2- Your memory limit is 128M. We recommend 256M.
    Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    You can contact your service provider and they can do it for you.

    Best regards,
    Yigit

    in reply to: WordPress gallery #756476

    Hi Charlotte!

    Yes, you can create Carousels, slideshows, and tiled galleries using JetPack :)

    Best regards,
    Yigit

    in reply to: Blog Image Size (Change, #756475

    Hi Tobias,

    Sorry for the late reply!

    Try the following:
    1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
    2. Go to Settings > Media
    3. Change the featured_large image size (increase its width / height).
    4. Regenerate the thumbnails by clicking the button at the bottom.

    Best regards,
    Yigit

    in reply to: Custom HTML Code #756471

    Hi!

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

    Cheers!
    Yigit

    in reply to: Active menu olour having different menu colours #756469

    Hi,

    Please try changing your code to following one

    li#menu-item-214.active-parent-item > a > .avia-menu-text { color: #930270; }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    in reply to: Contact Form #756467

    Hi,

    Sorry for the late reply!
    Please refer to this post – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/ and let us know if that does not help

    Best regards,
    Yigit

    in reply to: Increase min height of images on masonry on mobile #756466

    Hey!

    Sorry for the late reply!

    It seems like post with (title in private content field) has line breaks in excerpt that is why it is showing up higher than others. Please edit your post and remove those line breaks.
    If you would like to remove captions on mobile, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .av-inner-masonry-content { display: none !important; }}
    

    Best regards,
    Yigit

    in reply to: Custom HTML Code #756464

    Hey!

    If you would like to echo it on all pages, you can add following code to Functions.php file in Appearance > Editor as well

    function my_custom_body_code(){
    ?>
    <script type="application/ld+json">
      {
        "@context": "http://schema.org",
        "@type": "Blog",
        "url": "http://maga.co.ir/blog"
      }
    </script>
    <script type="application/ld+json">
      {
        "@context": "http://schema.org",
        "@type": "Organization",
        "name": "آتي گستر",
        "url": "http://maga.co.ir",
        "sameAs": [
          "https://www.facebook.com/magaatigostar/",
          "https://twitter.com/AtiGostar"
        ]
      }
    </script>
    <?php
    }
    add_action('wp_footer', 'my_custom_body_code');

    Cheers!
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.
    in reply to: Custom HTML Code #756459

    Hi Sadegh!

    You can use Code Block element or Text tab of Text Block element to add HTML to your website. You can also use Text widget if you would like to place it in a widget area

    Regards,
    Yigit

    in reply to: no separator for some menue items #756456

    Hey!

    You are welcome!

    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: Contact form bug with slashes #756453

    Labdien :)

    Sorry for the late reply!
    I checked our bug reports list and seems like, unfortunately, this one has not reported yet. I am now adding this to the list.
    Sorry for the inconvenience!

    Best regards,
    Yigit

    in reply to: eForm Add-On Problem #756449

    Merhabalar,

    Rica ederim, yardimci olabildigimize sevindim :)
    Yurtdisinda olmasaydim kesinlikle pastirma isteyebilirdim ama dusunmeniz yeter, tesekkur ederim :)

    Yeni baslattiginizda Turkce yazip giris cumlesini “Merhaba Yigit” gibi kurarsaniz arkadaslarim beni haberdar edicektir.

    Baska her hangi bir soru veya sorununuz olursa tekrardan iletisime gecmekten cekinmeyin.

    Iyi gunler & iyi calismalar!

    Best regards,
    Yigit

    in reply to: WPML & ENFOLD #756445

    Hey Marine!

    Thanks! It has been super busy after the update but we are trying our best to take care of each ticket in a timely manner :)

    We have already forwarded your message to Kriesi and he said he will get in touch with you when he is less busy.

    In the meantime, i am providing you needed information in private content field.

    Please let us know if there is anything else we can do to help :)

    Cheers!
    Yigit

    in reply to: eForm Add-On Problem #756440

    Merhabalar,

    CSS kodunda ufak degisiklikler yaptim su an butun formlara etki ediyor olmasi lazim. Ilk sayfa ve test sayfasinda sorun yok su an. Sayfayi yenileyip tekrar goz atar misiniz?

    Best regards,
    Yigit

    in reply to: css custom menu sidebar #756424

    Hey!

    I updated the code once again. Please review your website

    Best regards,
    Yigit

    in reply to: eForm Add-On Problem #756420

    Merhabalar,

    Assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekledim

    .ipt_fsqm_form_items label {
        font-weight: inherit !important;
        font-size: inherit !important;
    }
    .ipt_fsqm_form_items input {
    background-color: transparent;
        border: none !important;
        border-bottom: 1px solid #9e9e9e !important;
        border-radius: 0 !important;
        outline: none !important;
        height: 3em !important;
        width: calc(100% - 3em) !important;
        font-size: 1em !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        box-sizing: content-box !important;
        -webkit-transition: all 0.3s !important;
        transition: all 0.3s !important;
        color: #424242 !important;
        margin-left: 3em !important; 
        background: transparent !important;
    }
    .ipt_fsqm_form_items textarea { 
        border: none !important;
        border-bottom: 1px solid #9e9e9e !important;
        border-radius: 0 !important;
        outline: none !important;
        min-height: 60px !important;
        width: calc(100% - 3em) !important;
        font-size: 1em !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        box-sizing: content-box !important;
        -webkit-transition: all 0.3s !important;
        transition: all 0.3s !important;
        color: #424242 !important;
        margin-left: 3em !important; 
        background: transparent !important;
    }

    Lutfen tarayicinizin onbellegini temizleyip sayfayi yenileyip forma tekrardan goz atabilir misiniz?

    Best regards,
    Yigit

    in reply to: Open magnific popup onload specific page #756393

    Hi,

    Sorry for the late reply!
    Please refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439

    Best regards,
    Yigit

    in reply to: eForm Add-On Problem #756379

    Merhabalar!

    Tesekkur ederim :)

    Cevap gonderme alanindaki “private content” alani gizli alan ve sadece size ve biz moderatorlere gorunuyor oraya eklediginiz icerik. Lutfen oradan gonderin boylece konuya goz atan diger moderatorlerinde yardimci olma firsati olsun sorunu daha hizli cozmek acisindan – http://i.imgur.com/WwEjMWA.png

    Cheers!
    Yigit

    in reply to: Custom Link for Enfold Slider Button #756364

    Hey,

    That is fine. You can simply download a child theme from the link i posted, upload it on Appearance > Themes and then activate it.
    Then go to Enfold theme options > Import & Export and import parent theme options. Then you can move additional codes that was added to the bottom of functions.php file of your parent theme to your child theme’s functions.php file. Please do not copy and paste, instead cut and paste.

    Best regards,
    Yigit

    in reply to: no separator for some menue items #756362

    Hi,

    Code i posted was for social share buttons and i can see on your site that it is working. For Fullwidth Sub Menu element, please add following code to Quick CSS

    .rtl .av_seperator_small_border .av-main-nav > li:first-child > a > .avia-menu-text {
        border-left: 1px solid #e2e2e2;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    Hi,

    Sorry for the late reply!
    It seems like you forgot to post a link to your website. Could you please post it as well? :)

    Best regards,
    Yigit

Viewing 30 posts - 23,161 through 23,190 (of 82,625 total)