Forum Replies Created

Viewing 30 posts - 10,801 through 10,830 (of 82,625 total)
  • Author
    Posts
  • in reply to: Multi-Layer LayerSlider Issue in Larger iPads #1163078

    Hi,

    Glad Mike could help! :)

    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 :)

    Best regards,
    Yigit

    Hey Anthony,

    Could you please create temporary admin logins and post them here privately so we can look into it? I checked checkout page on your site however Credit Card option is not available for me.

    Best regards,
    Yigit

    in reply to: Updating crushed website #1163072

    Hi Tom,

    Glad it is working fine!
    Please let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    in reply to: SSL mixed error on Enfold Default Demo #1163069

    Hi,

    Glad we could help! :)

    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 :)

    Best regards,
    Yigit

    in reply to: Updating from 3.6.1 to Latest version crushes website #1163068

    Shalom,

    I updated Enfold to the latest version and your website did not crash. You can find old version of Enfold you were using inside /wp-content/uploads/2019/12/ folder.

    Please review your website :)

    Regards,
    Yigit

    Hey,

    There was a JS error. I replaced /enfold/js/avia-snippet-cookieconsent.js file with this one – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/avia-snippet-cookieconsent.js and now it is working fine. Could you please flush browser cache and check once again? :)

    We have fixed this issue and it will be included in Enfold 4.6.4.

    Also i noticed that you have 3 Enfold parent themes installed and 2 of them are version 4.5.5. Please delete those old versions :)

    Best regards,
    Yigit

    in reply to: SSL mixed error on Enfold Default Demo #1163063

    Hi,

    It was because of Yoast image in Tab Container element in Yoast tab. I uploaded image to your server and i am no longer getting broken padlock. Please review your website :)

    Regards,
    Yigit

    in reply to: theme update help #1163061

    Hi,

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

    Regards,
    Yigit

    in reply to: RealtyPress listings images not showing #1163060

    Hey,

    There is following CSS code applied on listing images

    .bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
        position: absolute !important;
    }

    changing it to following works

    .bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
        position: initial!important;
    }

    However i could not locate where the code is coming from and because of !important rule, custom CSS code i add to bottom of Style.css file of your child theme is not working. Could you please contact plugin authors and ask if they have any insight?

    Best regards,
    Yigit

    in reply to: image caption overlay – scroll overflow #1163055

    Hi,

    Please add following code to Quick CSS as well

    .av-caption-image-overlay-bg {
        height: 135%;
    }

    Cheers!
    Yigit

    in reply to: theme update help #1163054

    Hey,

    I updated Enfold to the latest version. Please review your website :)

    Best regards,
    Yigit

    in reply to: Customize Blog page #1163052

    Hey!

    I am located in Lithuania however i was blocked as well.

    Please go to Enfold theme options > Blog Layout > Blog Layout and choose to use Advanced Layout Builder to create your blog page. Then go to Appearance > Menus and create a new menu and add your categories as menu items and then go to Appearance > Widgets and create a new widget area and add “Navigation Menu” widget to your custom widget area. Finally, edit your blog page and Widget Area element to the top of your page and choose to display your custom widget area :)

    Cheers!
    Yigit

    in reply to: Top Menu in mobile Menu #1163048

    Hi,

    You can try creating a new menu for mobile version with all menu items you would like to display in mobile menu and add following code to Functions.php file in Appearance > Editor and display different menu on mobile

    function av_different_mobile_menu( $args = '' ) {
    	if($args['menu_id'] == 'avia-menu') {
    		if(wp_is_mobile()) {
    			$args['menu'] = 'main-menu-mobile';
    		} else {
    			$args['menu'] = 'main-menu';
    		}
    	}
    	return $args;
    }
    add_filter( 'wp_nav_menu_args', 'av_different_mobile_menu' );

    Please make sure to replace menu names (“main-menu” and “main-menu-mobile”) in the code to match the name of your menus

    Best regards,
    Yigit

    in reply to: Can't change the size of the Site via Enfold. #1163046

    Hi,

    Glad Ismael could help! :)

    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 :)

    Best regards,
    Yigit

    Hey,

    I checked your website on Chrome, Safari and Firefox however icons are showing up fine on my end. Attached a screenshot in private content field.

    Best regards,
    Yigit

    in reply to: Galerie Problem #1163036

    Hi,

    Glad Ismael could help! :)

    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 :)

    Best regards,
    Yigit

    in reply to: Top Menu in mobile Menu #1163034

    Hey,

    Sorry for the late reply!

    Could you please elaborate on the changes you would like to make? Screenshots and a link to your website would help. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    in reply to: LayerSlider Responsive #1163032

    Hi,

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Edit: When i try to load your page i am getting “Forbidden. You don’t have permission to access this resource.” error.

    Best regards,
    Yigit

    • This reply was modified 6 years, 3 months ago by Yigit.

    Hi,

    1- I tried a few custom CSS code but i was not able to successfully hide placeholders during loading events. Could you please contact plugin authors as they should be able to give you a better solution? :)

    2- Could you please replace /enfold/js/avia-snippet-cookieconsent.js file with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/avia-snippet-cookieconsent.js in Appearance > Editor? Please make sure to disable “Javascript file merging and compression” in Enfold theme options > Performance, save, flush cache and enable it once again.

    If you would like us to do it for you, please post temporary admin logins here privately.

    Fix will be included in upcoming version :)

    Cheers!
    Yigit

    in reply to: Fatal Error showing on clicking categories #1163027

    Hi Xan,

    No worries at all! In fact that option slipped off my mind as well so thanks for reminding me :)

    We are always happy to help so please do not hesitate to contact us whenever you have a question or an issue :)

    Enjoy the rest of your day!

    Regards,
    Yigit

    in reply to: Ultimate Member Date Field Compatibility Issue #1163025

    Hi,

    I just tried installing the plugin on my local installation and added Date Picker field to registration form however i am able to pick dates. I noticed plugin authors released an update yesterday so please make sure you are using the latest version of the plugin.

    Also, in case you run into similar issues in future, please post temporary admin logins of your dev site here instead. We are trying to save as much time as possible just to use that time to help all of our users. If we try to reproduce each issues on our local installation, we will not be able to help as many users :)

    Best regards,
    Yigit

    in reply to: Fatal Error showing on clicking categories #1163017

    Hey!

    No, that is post navigation that lets your visitors to navigate between single posts without needing to go back to overview page. If you would like to delete it, please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-post-nav { display: none !important; }

    Regards,
    Yigit

    in reply to: Header for Events #1163015

    Hi,

    You can use Enfold shortcodes as long as Enfold is the active theme. You can find The Events Calendar files in /enfold/config-events-calendar/ folder.

    Best regards,
    Yigit

    in reply to: Font color change in footer copyright #1163012

    Hi,

    CSS errors in Quick CSS field was the issue.

    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 :)

    Best regards,
    Yigit

    in reply to: Fatal Error showing on clicking categories #1163011

    Hi,

    You are currently using 2 SEO plugins, Yoast SEO and All In One SEO Pack. When i deactivate All In One SEO Pack issue goes away.
    Please use one SEO plugin :)

    Cheers!
    Yigit

    Hi,

    You have following custom CSS code

    .avia-menu.av_menu_icon_beside {
        padding-right: 35px!important;
        margin-right: 28px!important;
        border-right-width: 2px!important;
        border-right-style: solid!important;
    }

    Please change it to following

    @media only screen and (min-width: 480px) {
    .avia-menu.av_menu_icon_beside {
        padding-right: 35px!important;
        margin-right: 28px!important;
        border-right-width: 2px!important;
        border-right-style: solid!important;
    }}

    Best regards,
    Yigit

    in reply to: caption covering portfolio images on mobile phone #1163008

    Hi,

    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:

    
    .avia_mobile .page-id-2347 .avia-tooltip.avia-tt {
        display: none!important;
    }
    
    

    Best regards,
    Yigit

    in reply to: Excerpts not showing #1163007

    Merhabalar :)

    Please use this plugin – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings :)

    Cheers!
    Yigit

    Hi,

    Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements and enable custom CSS field for ALB elements and then edit your element and give it custom CSS class and change your code to following one

    .your-custom-class {text-align:justify;}

    Regards,
    Yigit

    in reply to: Bild einfügen funktionier nicht mehr #1163003

    Hey Marcus,

    Thanks for contacting us!

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

Viewing 30 posts - 10,801 through 10,830 (of 82,625 total)