Forum Replies Created

Viewing 30 posts - 23,821 through 23,850 (of 82,625 total)
  • Author
    Posts
  • in reply to: padding / margin below masonry gallery #748017

    Hey

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

    .av-masonry { margin-botton: 20px; }
    

    Best regards,
    Yigit

    in reply to: Adding jQuery to a button #748014

    Hi,

    You can create a button using HTML and give it an ID manually or give it a custom class and then add following code to Functions.php file

    function avia_button_id(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.your-custom-class a').attr('id','my-custom-id');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'avia_button_id');

    Best regards,
    Yigit

    in reply to: Google Map Position #748012

    Hi,

    I changed zoom level to automatic. Please review your website now

    Best regards,
    Yigit

    in reply to: Enfold Support #748008

    Hi!

    Replied you here – https://kriesi.at/support/topic/issues-with-blog-2/
    Let us continue there :)

    Best regards,
    Yigit

    in reply to: Enfold support login not working #747991

    Hi,

    That file should be accessible. It is the dynamic stylesheet of the theme that is being generated when you adjust the options in Enfold theme options. Since it is not accessible, styles are not being applied. That is the cause of the issue.

    Regarding you are being able to login and start threads on our support forum, i contacted my teammates including our devs. If there is anything i am missing, they would comment here.

    Best regards,
    Yigit

    in reply to: button #747989

    Hi!

    You would need to use a FTP client. You can try using FileZilla – https://filezilla-project.org/ which is for free and there is Transmit – https://panic.com/transmit/, which i prefer.

    You can get FTP credentials from your hosting provider.

    To be clarify, i do not think it is a theme related issue as we have not received such reports from other users.

    Regards,
    Yigit

    in reply to: Links in mobile socket doesn't show up #747986

    Hi,

    I changed the code to following one

    @media only screen and (max-width: 767px) and (min-width: 481px) {
    #socket .sub_menu_socket div {
        width: 100% !important;
    }}
    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket { display: block !important; }}

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh and review your website

    Best regards,
    Yigit

    in reply to: Text link change slider images #747984

    Hi,

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

    .avia-slideshow-arrows a.prev-slide:before {
        color: transparent;
        background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .avia-slideshow-arrows a.next-slide:before {
        color: transparent;
        background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    

    Best regards,
    Yigit

    in reply to: Advanced Custom Fields don't show on pages, posts etc #747981

    Hi,

    Can you please post a screenshot showing the changes you would like to make and then attach temporary WP admin logins and FTP logins in private content field?
    We can take a quick look however if it would require much work, we are going to need to ask you to hire a freelance developer

    Best regards,
    Yigit

    in reply to: Custom Icon in Social Media #747980

    Hi,

    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: 480px) {
    #top .social_bookmarks li {
        width: 25px;
    }}
    

    Best regards,
    Yigit

    in reply to: Issues With Blog #747978

    Hi,

    1- Issue with the calculator iframe is that it has fixed width values that you can see in the screenshot i attached in private content field. Since iframe sources are loaded externally, we cannot fix it. Please contact the providers of calculator code and ask for a responsive one.

    2- I chose your blog page in Enfold theme options and then chose to use Advanced Layout Builder for blog page in Blog Layout tab and removed following code from functions.php file in Appearance > Editor

    add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 );
    function avia_breadcrumbs_trail_mod( $trail, $args ) {
    	
    	if ( is_single() ) {
    		unset($trail[1]);		
    	}	
    	return $trail;
    }

    3- When using Advanced Layout Builder to create your blog posts, you would need to add comments, social share buttons and featured image manually. I edited your page and added those. Please review your website now

    Best regards,
    Yigit

    in reply to: Remove meta info from blogpost view component #747975

    Hi,

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

    .avia-content-slider .slide-entry-excerpt { display: none; }
    

    Best regards,
    Yigit

    in reply to: Links in mobile socket doesn't show up #747969

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    in reply to: Enfold search icon in menu not displayed on mobile anymore? #747968

    Hey!

    You can alternatively refer to this post – https://kriesi.at/support/topic/search-bar-4/#post-669950

    Best regards,
    Yigit

    in reply to: Scroll down link arrow font not displaying (Enfold 3.8.5) #747965

    Hey woahsy!

    Please refer to this post – http://kriesi.at/documentation/enfold/enable-cors/

    Best regards,
    Yigit

    in reply to: Enfold Facebook Group #747964

    Hey!

    Let us hope it grows over time :)

    Cheers!
    Yigit

    in reply to: Enfold Facebook Group #747951

    Hi!

    I shared your page with the team as well.

    Forums have been super busy lately, that is why it is taking longer than usual but we will fix that as soon as possible. Just wanted to point that out :)

    Best regards,
    Yigit

    in reply to: Short horizontal rulers in columns #747946

    Hi,

    Not at all Lyse! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: WPML & ENFOLD #747945

    Hey Marine,

    Great! Hope you are too!

    Kriesi is still very busy working on the update. He mentioned he will get in touch after we release the update :)

    Regards,
    Yigit

    in reply to: Advanced Layer Slider Not Loading on Mobile #747942

    Hi,


    @petervanwier
    yes, please start a new thread and attach temporary admin logins in private content field on your thread. If you post them here, they will be visible to creator of this thread as well :)

    Best regards,
    Yigit

    in reply to: Links in mobile socket doesn't show up #747940

    Hi,

    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) and (min-width: 481px) {
    #socket .sub_menu_socket div {
        width: 100%;
    }}
    

    Best regards,
    Yigit

    in reply to: Issues With Blog #747750

    Hey!

    Login credentials did not work for me. Can you please check them once again? Also, please point out the links and issues once again as it seems like you forgot to include the links :)

    Cheers!
    Yigit

    in reply to: Enfold – Footer got messed up somehow….. #747747

    Hi!

    I edited your pages and moved your content into a color section element. Please review your website :)

    Best regards,
    Yigit

    in reply to: Enfold – Footer got messed up somehow….. #747744

    Hi Tony!

    Can you please post a link to your website as well? :)

    Regards,
    Yigit

    in reply to: Advanced Layer Slider Not Loading on Mobile #747743

    Hey!

    Please edit your slider and make sure you have not chosen to hide slider on mobile – http://i.imgur.com/cY1UBQq.png

    Regards,
    Yigit

    in reply to: Custom Icon in Social Media #747742

    Hi!

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

    #top #wrap_all .av-social-link-goodreadsicon:hover a {
        color: white;
        background: orange;
    }

    Best regards,
    Yigit

    in reply to: Full screen blank page and image hover. #747740

    Hi!

    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: Removing Service Page Side Bar #747739

    Hey!

    Please go to WooCommerce > Settings > Products > Display and decrease column count

    Regards,
    Yigit

    in reply to: mobile logo off #747737

    Hi Harris!

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

    @media only screen and (max-width: 768px) {
    .responsive #top .logo {
        margin-top: -45px;
    }
    #advanced_menu_toggle {
        top: 23%;
    }}

    Regards,
    Yigit

    in reply to: H1 header subtitle logo Problem with Mobile page #747736

    Hey!

    Please add following code to Quick CSS

    .home .subtext { display: none !important; }

    Regards,
    Yigit

Viewing 30 posts - 23,821 through 23,850 (of 82,625 total)