Forum Replies Created

Viewing 30 posts - 5,341 through 5,370 (of 82,624 total)
  • Author
    Posts
  • in reply to: Submenu placed too high #1301677

    Hi,

    I think it would be a lot easier to add your button as a new menu item instead of using a widget and then placing it between logo and main menu using CSS.

    If you could please post temporary admin logins here privately, I could temporarily disable the widget in header area and re-create it using menu item :)

    Best regards,
    Yigit

    in reply to: Custom link on image doesn't work #1301671

    Hi,

    Thanks for contacting us!

    I checked your pages however I could not find the image on your website.

    Please use Masonry Gallery element under Media Elements tab of Advanced Layout Builder, upload your image and define a custom link and then go to Advanced Link Settings > Image Link and choose “use custom link” option. That would link your image to your custom link :)

    Best regards,
    Yigit

    in reply to: Increase post number per page for Portfolio Grid #1301669

    Hi Jen,

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

    Enjoy your weekend!

    Best regards,
    Yigit

    in reply to: Submenu placed too high #1301668

    Hi,

    That happens when there is a gap between parent item and submenu, cursor should remain on parent item to keep submenus open.
    Could you please replace the code with following one instead

    .av-main-nav ul {
        padding-top: 35px;
    }

    This would add top padding. Does not look as good but fixes the issue with the previous code. Could you please try with this code and let us know what you think?

    Regards,
    Yigit

    in reply to: Blog Excerpt Characters #1301664

    Hey Jessica,

    Thanks for contacting us!

    Please add following code to Functions.php file of your child theme and adjust the value (“100”) as needed

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 100;
       return $length;
    }

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: Different background color for each tab #1301660

    Hi,

    You are welcome!
    Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    in reply to: Submenu placed too high #1301659

    Hi,

    Thanks for contacting us!

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

    
    .av-main-nav ul {
        top: 224%;
    }
    

    Best regards,
    Yigit

    Hey Siobhan,

    Thanks for contacting us!

    1&3- You are currently using an older version of Enfold which is not compatible with your WP version. Could you please firstly update Enfold to the latest version 4.8.2? I see that you have modified helper-main-menu.php file on your child theme to display different menus for logged in and logged out users. If that is the only modification you made on the file, please delete it and use this function instead – https://kriesi.at/documentation/enfold/menu/#display-a-different-menu-for-logged-inlogged-out-users.

    2- Those sections were hardcoded in footer.php file on your child theme. I went to Appearance > Editor and removed it from Footer.php file. If that was the only modification you made on footer.php file, please delete footer.php file from your child theme as well.

    4- I went to Appearance > Widgets, edited your Text widget inside 2nd footer column and updated the date.

    Best regards,
    Yigit

    in reply to: Colorize full width submenu #1301651

    Hi,

    Thanks for contacting us!

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

    
    #top .av-submenu-container {
        background-color: orange;
    }
    .main_color .av-subnav-menu a {
        background: transparent;
        color: red;
        border-color: red;
    }
    

    Best regards,
    Yigit

    in reply to: Different background color for each tab #1301650

    Hey,

    Thanks for contacting us!

    Please edit your element and give it custom CSS class in Advanced > Developer Settings (“my-tabs” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    .my-tabs #tab-id-1-content {
        background-color: #edc112 !important;
    }
    .my-tabs #tab-id-2-content {
        background-color: silver !important;
    }
    .my-tabs #tab-id-3-content {
        background-color: #c18100 !important;
    } 

    Best regards,
    Yigit

    Hey,

    Thanks for contacting us!

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

    
    #menu-services-left-nav li.current-page-ancestor a {
        background: white;
        color: #1db6be !important;
    }
    

    Best regards,
    Yigit

    in reply to: how to create a popup message #1301645

    Hi Marc,

    Thanks for contacting us!

    There is not such built in functionality. It would of course be possible to add it with some customization however I think it would be better if you used a plugin for it. Popup plugins would give you more options such as setting cookies :)

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    in reply to: Logo Area #1301644

    Hi,

    I am afraid moving the menu to the same line as logo is not easily possible however I added following code to bottom of Quick CSS to decrease the header size on subpages

    #top:not(.home) #header_main > .container {
        height: 200px;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Small arrows in menu's sub sections #1301642

    Hey,

    Thanks for contacting us!

    It seems like you have already figured it out – https://imgur.com/a/mZ5ZzzT? :)

    Cheers!
    Yigit

    in reply to: Icons in einem Text nebeneinander anzeigen #1301641

    Hi Alex,

    I wrapped your element inside custom HTML and moved it to code block element and then added following code to bottom of Quick CSS field

    .home-icons .av-icon-char {
        margin-right: 10px;
        top: 5px;
        position: relative;
    }
    .phone-icon {
        margin-right: 20px;
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Größe einzelner Felder im Kontaktformular ändern #1301637

    Hi Alex,

    I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    
    #custom-contact .form_element:not(#element_avia_4_1, #element_avia_6_1) {
        width: 70%;
    }

    Please review your website :)

    Best regards,
    Yigit

    Hey,

    You are welcome, Kim!
    Let us know if you have any other questions and enjoy your weekend :)

    Best regards,
    Yigit

    Hey Rasmus,

    Thanks for contacting us!

    We have forwarded suggested changes to our devs and shared this thread as reference :)

    Best regards,
    Yigit

    Hi,

    BR tags seem to remain in some sections. Could you please try pasting your text in “text” tab and check if that helps?
    Since these are random, I am afraid we would only be able to remove all line breaks from your posts when using custom CSS.

    Best regards,
    Yigit

    in reply to: Social profile icons #1301621

    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 – Images Blurry on Full Width Slider #1301607

    Hey,

    Thanks for contacting us!

    Could you please use this plugin and increase the size of “featured_large” images and regenerate thumbnails?
    Currently your image is 1500x700px and increasing the size would display it sharper :)

    Best regards,
    Yigit

    Hey,

    Thanks for contacting us!

    Could you please point out the post where we can see the issue? I checked some of your posts and front and backend matches :)

    Best regards,
    Yigit

    in reply to: Social profile icons #1301587

    Hi,

    Then you would use the code as following

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons['linkedin'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue842');
    $icons['othericon'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854');
    return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons['LinkedIn'] = 'linkedin';
    $icons['OtherIcon'] = 'othericon';
    return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    New lines for each icon basically :)

    Best regards,
    Yigit

    in reply to: ACF Image Gallery #1301485

    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: History Slider Not Working Correctly In Chrome #1301426

    Hi,

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

    Best regards,
    Yigit

    in reply to: Fullwidth Sub Menu Active Menu Item Colour #1301423

    Hey .andy,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust the color as needed

    
    #top .av-subnav-menu > li.current_page_item a {
        color: red;
    }
    

    Best regards,
    Yigit

    Hey Wolfgang,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#one-page-menu :)

    Regards,
    Yigit

    in reply to: Order for companies / normal people #1301418

    Hi,

    Thanks for contacting us!

    Please refer to this post – https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/.
    I think it would be better to make company and company identification number fields optional so those who do not need them can simply leave them empty :)

    Regards,
    Yigit

    in reply to: Thumbnails on catalog pages have different sizes #1301413

    Hi,

    I think there is a conflict from a plugin however I could not find which one. I will ask my teammates to check the thread. Please reply to this thread so it can be added back to our queue :)

    Best regards,
    Yigit

    Hi,

    You are welcome!

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

    Best regards,
    Yigit

Viewing 30 posts - 5,341 through 5,370 (of 82,624 total)