Forum Replies Created

Viewing 30 posts - 7,501 through 7,530 (of 82,625 total)
  • Author
    Posts
  • in reply to: Is Advanced Layout Builder broken? #1258285

    Hi,

    We are sorry for late reply!
    I tried to login to your site, but login link is not working any more.
    Could you please create admin logins once again and post them here privately?

    Issue was not clear but thanks to your screencast, it is clear now. Please send logins so we can take a look.

    Thank you!

    Best regards,
    Yigit

    in reply to: Reduce space between columns #1258283

    Hey Kate,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top #regionpage .av-flex-placeholder {
        width: 1%;
    }
    
    

    Best regards,
    Yigit

    in reply to: Customer recommendation #1258279

    Hi,

    Please do not choose background color for your column element and instead, edit your Text Block element and go to Advanced > Developer Settings and give it a custom CSS (“my-class” in example below) and then add following code to Quick CSS

    .my-class { background-color: white; padding: 5px; }

    Best regards,
    Yigit

    in reply to: Theme Issue not in forum #1258278

    Hey Ed,

    Thanks for contacting us!

    Please see – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot

    You can register to our support forum using your purchase code here – https://kriesi.at/support/register/ and then start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post whenever you have a question or an issue :)

    Best regards,
    Yigit

    in reply to: Post Slider Custumization #1258270

    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: Error message #1258268

    Hey!

    Thanks for your kind words! We are always happy to help :)

    If you need further assistance, please let us know!

    Regards,
    Yigit

    in reply to: Multicolor custom icons #1258266

    Hi Richard,

    I am afraid that would not work. I thought you meant A and B were separate icons. Sorry about that!

    Regards,
    Yigit

    in reply to: Error message #1258262

    Merhabalar!

    Please contact your hosting provider and ask them to increase PHP memory limit, preferably to 256M. It seems to be 16M at the moment.
    Increasing memory limit should help :)

    Best regards,
    Yigit

    in reply to: Post Slider Custumization #1258260

    Hey,

    1- Following code should be adjusted for other column counts as well

    .avia-content-slider-inner div .av_one_third {
        margin-left: 2%;
        width: 31.334%;
    }

    2- If you would like to disable it globally, please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay” and if you would like to remove it from post slider only, you can use the code as following

    .avia-content-slider-inner .image-overlay {display: none !important;} 

    3- Please add following code to Quick CSS as well

    .avia-content-slider .slide-image:hover img {
        -webkit-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05);
    }
    .avia-content-slider .slide-image img {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    Cheers!
    Yigit

    • This reply was modified 5 years, 4 months ago by Yigit.
    in reply to: Multicolor custom icons #1258257

    Hey Richard,

    Thanks for contacting us!

    Yes, that would be possible but could you please post a screenshot and show an example so we can provide you an accurate solution? :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Regards,
    Yigit

    in reply to: Resize of Tab Section Images #1258255

    Hi,

    You can use a plugin such as this one – https://wordpress.org/plugins/simple-image-sizes/ and change the size of “square” images to 200x200px and regenerate them :)

    Regards,
    Yigit

    in reply to: Change Accordion Sorting Font Style #1258253

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .taglist a:not(.activeFilter), #top .taglist .tag-seperator {
        color: white;
    }
    #top .taglist a:hover {
        color: #d10003;
    }
    .taglist {
        font-size: 20px;
        text-align: center;
    }
    
    

    Best regards,
    Yigit

    in reply to: Post Slider Custumization #1258250

    Hi,

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

    .html_elegant-blog .avia-content-slider .av-vertical-delimiter {
        display: none;
    }
    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        margin-bottom: 0;
    }
    .avia-content-slider-inner div .av_one_third {
        margin-left: 2%;
        width: 31.334%;
    }

    Best regards,
    Yigit

    in reply to: Header logo menu error #1258240

    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: Error in functions.php #1258238

    Hi,

    You are welcome! Let us know if you have any other questions or issues and enjoy the rest of your day!

    Cheers!
    Yigit

    in reply to: Post Slider Custumization #1258237

    Hi,

    Please go to Enfold theme options > Blog Layout > Blog Styling and choose “Modern Business” :)

    Best regards,
    Yigit

    in reply to: Error in functions.php #1258229

    Hey,

    I think it could be related to cache as I cannot see any errors. I tried enabling WP debugging too but as I mentioned, there are no errors :)

    Regards,
    Yigit

    in reply to: Enfold > Background image > Remove on mobile #1258227

    Hi Emese,

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

    @media only screen and (max-width: 480px) {
    #proconcoaching {
        background-image: none !important;
    }}

    If that does not help and if you have other custom CSS codes, please check your CSS for errors using this website – http://csslint.net/.

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

    Best regards,
    Yigit

    in reply to: Error in functions.php #1258223

    Hi,

    Thanks but FTP logins did not work for me. Could you please check them once again?

    Cheers!
    Yigit

    in reply to: Color section width #1258219

    Hi,

    – Please go to Enfold theme options > Layout Builder and make sure “Hide template builder developer options” is unchecked.
    – Edit your Color Section element on your page and go to Advanced > Developer Settings and give it a “Custom ID Attribute” (I used “custom-id” for example below)
    – Add following code to Quick CSS in Enfold theme options > General Styling

    
    #custom-id {
        max-width: 1210px;
        float: none;
        margin: auto;
    }

    Best regards,
    Yigit

    in reply to: Error in functions.php #1258215

    Hey,

    Could you please post FTP and WP admin logins here privately so we can look into it? :)

    Regards,
    Yigit

    Hi Mark,

    Sorry for the late reply!

    I checked your website as well and I am too able to see the option to hide featured image on your example post. I attached a screenshot in private content field.

    Could you please check once again if you are able to locate it? :)

    Best regards,
    Yigit

    in reply to: Video background not working on iphone & ipad? #1258212

    Hi Did,

    Auto play of videos are disabled by browsers therefore I am afraid that is not going to be possible – https://www.howtogeek.com/326532/safari-now-disables-auto-playing-videos.-heres-how-to-allow-them-for-certain-sites/

    Best regards,
    Yigit

    in reply to: WooCommerce Product Gallery Images #1258208

    Hi Aliya,

    Does changing Product Images in Appearance > Customize > WooCommerce help?

    If not, we would need you to start a new thread to look into it but I am afraid that would be only possible with a valid purchase code. Sorry about that!

    Best regards,
    Yigit

    in reply to: AJAX Search everywhere #1258199

    Hi,

    Please edit your Search element and choose to display Ajax search – https://imgur.com/a/9SRNY75 :)

    Best regards,
    Yigit

    in reply to: Some problem with my website appears… #1258195

    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: Mobile menu home page language switch does not work #1258193

    Hi Alexander,

    Glad you figured it out!

    If you need further assistance, please let us know and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Radius border on background image in a color section #1258192

    Hi Bertrand,

    I am afraid there is not.

    Your website looks great by the way!

    Thanks and you too have a nice day :)

    Best regards,
    Yigit

    in reply to: AJAX Search everywhere #1258120

    Hi,

    Have you tried Search element?
    If you need its shortcode, you can simply enable ALB debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and add Search element to one of your pages and copy its shortcode :)

    Best regards,
    Yigit

    in reply to: Radius border on background image in a color section #1258119

    Hi Bertrand,

    Sorry for the late reply!

    I am afraid border-radius property will not work on background images. Could you round the corners of the image and upload as PNG instead?

    Best regards,
    Yigit

Viewing 30 posts - 7,501 through 7,530 (of 82,625 total)