Forum Replies Created

Viewing 30 posts - 6,811 through 6,840 (of 82,624 total)
  • Author
    Posts
  • in reply to: Enfold Theme broken #1272362

    Hi,

    Other thread you shared was last active 2 years ago. jQuery issues are not present when jQuery version is set to legacy one using the plugin. You can also see only jQuery error is thrown by Hyyan WooCommerce Polylang Integration plugin :)

    I updated your pages. Please review your website :)

    Best regards,
    Yigit

    in reply to: Support #1272355

    Hi Eveline,

    Thanks for contacting us!

    You can login on ThemeForest with the account you purchased Enfold and go to Enfold’s page to renew your support – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)

    Regards,
    Yigit

    in reply to: Enfold Theme broken #1272353

    Hi,

    I do not think this is theme related as this is the first time I am seeing such issue. My guess is database related or a plugin conflict, that is why I asked if we could try de-activating plugins earlier.

    That being said, I do not mind re-uploading pictures. Could you please share the links of the pages where images are missing? :)

    Best regards,
    Yigit

    in reply to: Woocommerce Single Product Page Questions #1272213

    Hi,

    You are welcome, Corina! I am always happy to help :)

    Thanks! You too have a nice day!

    Best regards,
    Yigit

    in reply to: Site title next to logo #1272190

    Hi,

    You are welcome. Enjoy the rest of your day and let us know if you have any other questions :)

    Best regards,
    Yigit

    Hey Patrizio,

    I enabled debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and copied your content to my testing installation however it worked fine – https://imgur.com/a/Irqp9qb

    HTML seems broken on your installation. Do you mind if we try de-activating all active plugins for testing purposes?

    Regards,
    Yigit

    in reply to: Site title next to logo #1272145

    Hi Solf,

    Sorry, for that following code should be in Quick CSS as well

    .header-scrolled .subtext { opacity: 0 !important; }

    If that does not help, please post a link to your page so we can look into it :)

    Best regards,
    Yigit

    in reply to: Edit masonry images #1272127

    Hi,

    Thanks for contacting us!

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

    Cheers!
    Yigit

    in reply to: Kauf WordPress Theme und Installation #1272125

    Hi,

    You are welcome!
    Enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: block scroll left side menu #1272123

    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: Fatal error #1272119

    Hi Maren,

    Thanks for contacting us!

    Please use the code as following

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub)
    {
    	$sub .= "<span id='headText'>
    					<h1>Venezianische<span> Masken</span></h1>
    					<span id='subslogan'>Handgefertigt in Berlin</span>
    				</span>";
    	$sub .= "<span id='headClaim'>
    				<strong>Here comes</strong>
    					another claim
    				</span>";
    	return $sub;
    }

    I deleted the link from code because subtext is added inside logo link so second link in there breaks HTML and changed Div tags to Span tags as apparently div tags are not allowed inside span tags. I was not aware of that.

    If you are going to need to add additional link in subtext, I would recommend using a widget in header (https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area) instead as that would not break existing logo link. If second link is not necessary for you, this version of code should work just fine :)

    Best regards,
    Yigit

    Hi,

    Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” and change font color to white. To increase font size, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    .phone-info {
        font-size: 16px;
    }

    Best regards,
    Yigit

    in reply to: Woocommerce Single Product Page Questions #1272117

    Hi,

    Please use the code as following instead

    #top.single-product .av-woo-purchase-button .price span {
        font-size: 20px !important;
    }

    Best regards,
    Yigit

    in reply to: how to make background video full screen? #1272116

    Hi,

    I just checked your website on Safari using my 15inch Macbook but I still cannot see black bars as visitor. I attached a screenshot in private content field.
    I thought maybe it happens when browser is not fullscreen but either way, I see no black bars :)

    Best regards,
    Yigit

    in reply to: Enfold theme updates #1272114

    Hi,

    Glad everything is okay now!
    Please let us know if you have any other questions or issues and enjoy the rest of your day :)

    Greetings from Lithuania,
    Yigit

    in reply to: block scroll left side menu #1272113

    Hi,

    Thanks for contacting us!

    Please go to Enfold theme options > General Layout > Sticky Sidebar menu and choose “Always sticky” :)

    Best regards,
    Yigit

    in reply to: I am getting an error when doing searches #1272109

    Hey,

    Thanks for the update and glad you figured it out :)
    Please let us know if you have any other questions or issues and enjoy the rest of your day!

    Regards,
    Yigit

    in reply to: Site title next to logo #1272108

    Hi @solf,

    Please add following code to Quick CSS field instead

    
    #top .logo,
    #top .logo a {
      overflow: visible;
    }
    
    /* Subtext styling */
    .logo .subtext h1 {
      font-size: 20px;
        font-weight: 600;
    }
    
    .logo .subtext {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(120%,-50%);
        z-index: 999;
        line-height: 0;
    }

    If that does not help, please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it :)

    Best regards,
    Yigit

    in reply to: Change color of link from Secondary Menu #1272103

    Hi,


    @natas442
    Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” and change font color to white :)

    Best regards,
    Yigit

    in reply to: Enfold Theme broken #1272101

    Hi,

    I actually edited each element on your page and copied image link from thumbnails, deleted -80×80 part to get fullsized image instead of thumbnails, downloaded them on my computer and re-uploaded them in element :)

    Best regards,
    Yigit

    in reply to: Change purchase code #1272095

    Hi,

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

    Best regards,
    Yigit

    in reply to: I am getting an error when doing searches #1272094

    Hey,

    Thanks for contacting us!

    I tried searching on your website however I cannot see any notice on results page I attached in private content field below. Have you figured it out already?

    Best regards,
    Yigit

    in reply to: Kauf WordPress Theme und Installation #1272093

    Hey Sothilingam,

    Thanks for contacting us!

    We only sell Enfold theme and provide support to our users, which includes installing the theme as well. We do not install WordPress but almost all hosting providers offer 1 click WordPress installation these days :)

    I hope that helps! Let us know if you have any other questions :)

    Best regards,
    Yigit

    in reply to: Enfold theme updates #1272092

    Hi,

    I went to theme options to insert your token however I see that in the meantime, you have successfully inserted it :)
    We are going to release new version of Enfold within 2 weeks. You should receive the update notification then and can update the theme from WP dashboard :)

    Regards,
    Yigit

    in reply to: Modify product purchase button #1271962

    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: Advanced Layer Slider not showing #1271957

    Hi,

    Sorry for my late reply!

    I did not add the code, I commented it out in functions.php file of your child theme, which stops the code from running. It must have been added by you or someone from your team :)

    Best regards,
    Yigit

    in reply to: Modify product purchase button #1271955

    Hi Britte,

    I edited the code in Quick CSS field and added following

    #top .variations_form,
    #top .variations td { 
        padding-left: 0;
    }

    and changed the first code to following

    #top .variable-price-col .av-woo-purchase-button > .price {
        display: none;
    }

    Please review your website :)

    Best regards,
    Yigit

    • This reply was modified 5 years, 2 months ago by Yigit.

    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: Enfold Theme broken #1271952

    Hi,

    Even though your images are available in media library, they were not available in elements media uploader. I tried uploading images once again in media uploader and that worked.
    Please review your website :)

    Best regards,
    Yigit

    in reply to: Enfold theme updates #1271942

    Hey Marcel,

    No worries at all! Glad you were able to install the theme :)

    I tried saving theme options and it worked for me however your token is missing. Could you share your token privately so I can try inserting it in Enfold theme options?

    Regards,
    Yigit

Viewing 30 posts - 6,811 through 6,840 (of 82,624 total)