Forum Replies Created

Viewing 30 posts - 571 through 600 (of 82,578 total)
  • Author
    Posts
  • in reply to: Change Shop #3 #1403427

    Hi,

    You are welcome, Oriano. Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: How to change easily text size for button #1403426

    Hi Vanessa!

    You are welcome!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Shrinking of header – Amount – An Info #1403425

    Hey @mica_konrad,

    This option was added to the Enfold theme options > Header > Header Behavior (https://i.imgur.com/ieg8bL8.png) in Enfold 5.5. You no longer need to use custom code for it.

    Cheers!
    Yigit

    in reply to: Change Shop #3 #1403417

    Hey Oriano,

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

    
    #top.single-product .price {
      display: block;
      margin-top: 30px;
    }
    

    Best regards,
    Yigit

    in reply to: sort the displayed articles by popularity #1403415

    Hi,

    Enfold Combo Widget is one of Enfold’s widgets. You can add it to your widget areas in Appearance > Widgets.

    If you’d like to add it to your page, you can add a new widget area (https://i.imgur.com/zdPz3Vd.png), please Enfold Combo Widget inside it, edit the page where you’d like to display your widget, and add Widget Area element to your page to display it.

    Best regards,
    Yigit

    in reply to: Text centered at Masonry Gallery #1403413

    Hi Martin,

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: How to change easily text size for button #1403412

    Hey Vanessa,

    You can find these options in the Styling tab of the button https://i.imgur.com/SEc7S4c.png and Enfold theme options > Advanced Styling > Buttons https://i.imgur.com/EtLYPLl.png

    Best regards,
    Yigit

    in reply to: How to Add Portfolio Pages to a menu #1403410

    Hey Kerstin,

    Please go to Appearance > Menus, click Screen Options on the top right corner, and check Portfolio Categories to add portfolio categories to your menu https://i.imgur.com/8gBubFS.png

    You can also add your portfolio items as Custom Links.

    Best regards,
    Yigit

    in reply to: Missing isotope.js file #1403408

    Hey,

    The isotope.min.js is now inside that folder and there shouldn’t be any reference to the isotope.js file. Are there any modifications on these sites?

    If the jom-dev site is a staging site, could you send us temporary WP admin and FTP logins so we can look into it?

    Best regards,
    Yigit

    in reply to: Text centered at Masonry Gallery #1403406

    Hi,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab as well

    
    #top .av-masonry-date {
      text-align: center;
      display: block;
    }
    

    Best regards,
    Yigit

    in reply to: Downgrade Enfold #1403403

    Hi,

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

    Best regards,
    Yigit

    in reply to: get a line under the header #1403399

    Hi,

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

    
    #header_main {
      border-top: none;
      border-bottom-width: 5px;
    }
    

    Best regards,
    Yigit

    in reply to: Downgrade Enfold #1403398

    Hey,

    Please see the private content field.

    Best regards,
    Yigit

    in reply to: Enfold #1403022

    Hi,

    You are welcome, Edgar! :)

    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: Special Character Translation plugin link not working #1403020

    Hi,

    You are welcome, Patrick. The link is updated on documentation site as well :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1403017

    Hi Luigi,

    Thank you for your contribution as always!

    Best regards,
    Yigit

    in reply to: Line under main menu #1402935

    Hi,

    It looks like you selected a Transparent header with border option.

    Please edit your page, go to Layour > Header visibility and transparency, and select Transparent header option (https://i.imgur.com/yOr0YLt.png).

    Regards,
    Yigit

    in reply to: How to make top bar bigger without affecting the header #1402933

    Hi,

    Thanks for the update.

    I see that you already started a new thread so I’m going to close this one.

    Best regards,
    Yigit

    in reply to: Line under main menu #1402932

    Hey,

    Your website doesn’t load on my end at the moment. Please make sure your website is up. If you updated your link, please send us the updated link.

    Best regards,
    Yigit

    in reply to: Contact field: change Bottom Border #1402929

    Hey Monika,

    I added the following code to the style.css file of your child theme in Appearance > Editor

    
    #top div .av-dark-form .input-text, #top div .av-dark-form input[type="text"], #top div .av-dark-form input[type="input"], #top div .av-dark-form input[type="password"], #top div .av-dark-form input[type="email"], #top div .av-dark-form input[type="number"], #top div .av-dark-form input[type="url"], #top div .av-dark-form input[type="tel"], #top div .av-dark-form input[type="search"], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button {
    	border-width: 4px !important;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Contact field: change Bottom Border #1402926

    Hi Monika,

    Please edit the following code and change the “border-width” to “4px !important;”

    
    #top div .av-dark-form .input-text, #top div .av-dark-form input[type="text"], #top div .av-dark-form input[type="input"], #top div .av-dark-form input[type="password"], #top div .av-dark-form input[type="email"], #top div .av-dark-form input[type="number"], #top div .av-dark-form input[type="url"], #top div .av-dark-form input[type="tel"], #top div .av-dark-form input[type="search"], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button {
      color: #222;
      border-color: #222;
      border-width: 2px !important;
      background-color: transparent;
    }
    

    If this doesn’t work, please create temporary admin logins and post them here privately so we can look into it.

    Best regards,
    Yigit

    in reply to: Enfold #1402923

    Hi!

    Please generate a Personal Token (https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token) and install the Envato Market plugin (https://www.envato.com/lp/market-plugin/), and try inserting your Personal Token in Enfold theme options.

    If that doesn’t work, you’d need to manually update the theme (https://kriesi.at/documentation/enfold/theme-update/).

    Since you’re currently using a very old version of the theme, we’d recommend you to create a staging copy of your site and update the theme there to be on the safe side.

    Best regards,
    Yigit

    in reply to: Contact field: change Bottom Border #1402922

    Hey,

    It looks like you figured it out with the following code

    
    #top div .av-dark-form .input-text, #top div .av-dark-form input[type="text"], #top div .av-dark-form input[type="input"], #top div .av-dark-form input[type="password"], #top div .av-dark-form input[type="email"], #top div .av-dark-form input[type="number"], #top div .av-dark-form input[type="url"], #top div .av-dark-form input[type="tel"], #top div .av-dark-form input[type="search"], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button {
      color: #222;
      border-color: #222;
      border-width: 2px !important;
      background-color: transparent;
    }
    

    I attached a screenshot in the private content field. If you’re still having the issue, please post a screenshot and show the changes you’d like to make.

    Cheers!
    Yigit

    in reply to: One page nav menu not all menu items highlighted #1402908

    Hey Daniel,

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

    Best regards,
    Yigit

    in reply to: Add drop shadow to image captions #1402907

    Hey,

    Please edit your Image element and go to Advanced > Developer Settings > Custom CSS class (https://i.imgur.com/K6gXFV1.png) and add a CSS class (“custom-shadow” in the example below)

    
    .custom-shadow .avia-copyright {
      filter: drop-shadow(2px 1px 1px red);
    }
    

    If this isn’t what you meant, please post a screenshot and show the changes you’d like to make.

    Best regards,
    Yigit

    in reply to: ALB and LearnDash missing content and media elements #1402906

    Hi Guy,

    Please add the following code to the bottom of the functions.php file of your child theme

    
    function ava_learndash_mod() {
        echo '<style>
    			body.learndash-post-type.block-editor-page.avia-advanced-editor-enabled.avia-block-editor-expand .avia-expanded .avia-fixed-controls {
    				top: 200px;
    			}
    			body.learndash-post-type.block-editor-page.avia-advanced-editor-enabled #avia_builder .avia-builder-main-wrap {
    				padding: 180px 0 0 0;
    			}
    	    </style>';
    }
    add_action('admin_head', 'ava_learndash_mod');
    

    Best regards,
    Yigit

    in reply to: Icon Box Giving Me Funky Shapes #1402903

    Hi,

    Glad @guenni007 could help! Let us know if you have any other questions and enjoy the rest of your day!


    @guenni007
    thank you :)

    Best regards,
    Yigit

    Hey,

    Please post a link to your page where we can inspect the issue.

    Cheers!
    Yigit

    Hey,

    Thanks for the information.

    Please post FTP logins here privately as well. Also, can we temporarily de-activate active plugins on your staging site for testing purposes?

    Best regards,
    Yigit

    in reply to: Enfold #1402899

    Hi,

    Please make sure that you are using Enfold 5.5. You can refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold.

    If this doesn’t help, please post temporary admin login credentials here privately so we can look into it.

    Regards,
    Yigit

Viewing 30 posts - 571 through 600 (of 82,578 total)