Forum Replies Created

Viewing 30 posts - 751 through 780 (of 82,586 total)
  • Author
    Posts
  • in reply to: Overlay on Masonry #1400258

    Hey,

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

    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
      background: rgba(2,34,102,0.35);
    }
    

    Best regards,
    Yigit

    in reply to: Search results page #1400257

    Hey Tim,

    A user, who is using Grid layout for their Search Results, reported a compatibility issue with the Relevansi plugin. We fixed it in Enfold and that note refers to it.

    Here is that thread: https://kriesi.at/support/topic/search-results-page-avia_product_slider-get_style_tag-on-null-error/

    Best regards,
    Yigit

    in reply to: Theme Enfold Band #1400248

    Hey Gernot,

    Yes, there is. You can either choose one of the 29 predefined colors schemes, or you can simply select your own colors in Enfold theme options > General Styling tab :)

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

    Best regards,
    Yigit

    in reply to: How to add a Read more in a textbox #1400038

    Hi,

    You are welcome!

    Let us know if you have any other questions and enjoy your weekend.

    Best regards,
    Yigit

    in reply to: Will our current website transfer over to Enfold? #1400037

    Hey,

    How to I open this grey element to delete it???

    That’s the default widget. You can replace the default widgets with your own in WordPress dashboard > Appearance > Widgets

    I tried the support forum for a question and never got a reply.

    It doesn’t look like you started any threads: https://kriesi.at/support/profile/alona123/topics/

    You can start new threads under Enfold subforum https://kriesi.at/support/forum/enfold#new-post

    Cheers!
    Yigit

    in reply to: Unable to import Import demo files #1400028

    Hey,

    Our host confirmed that one IP in that range was blocked due to attracting negative attention but they’ve just unblocked it.

    Could you please try once again?

    Regards,
    Yigit

    in reply to: Layout not mobilfriendly according to GSC #1400025

    Hi Martina,

    The following code you have in Appearance > Customize > Additional CSS was causing the issue

    
    .avia-cookie-consent-button-2 {
    	background: #dddddd !important;
    	border: none !important;
    	color: #383838 !important;
    }
    

    I commented it out. Please review your website.

    Best regards,
    Yigit

    in reply to: Unable to import Import demo files #1400021

    Hi,

    Thanks for the update.

    For your information, we’ve contacted our hosting provider regarding this issue and will give you an update once we hear back from them.

    Best regards,
    Yigit

    in reply to: Change background color Masonry Gallery Title/Excerpt #1400020

    Hey Joep,

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

    
    .av-masonry-entry .av-inner-masonry-content {
      background-color: orange;
      color: white;
    }
    #top .av-masonry-entry .av-masonry-entry-title {
      color: red;
    }
    

    Best regards,
    Yigit

    in reply to: Problem mit ENFOLD #1400019

    Hi Denis,

    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: Modifying captions on masonry pictures #1400016

    Hi Elena,

    Your titles were wrapped inside Span tags with inline black color and Strong tags which are by default green.

    I deleted those tags and then added the following code to the bottom of the Quick CSS field so the Icon List titles are bold

    
    /* Change font weight of Icon List titles */
    #top #wrap_all .avia-icon-list .iconlist_content h2 {
      font-weight: bold;
    }
    

    Please review your website.

    Best regards,
    Yigit

    in reply to: Problem mit ENFOLD #1400015

    Hey Denis,

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

    
    #top .avia-slideshow-inner {
      height: auto !important;
    }
    

    Best regards,
    Yigit

    Hey,

    Slider elements including the Post Slider element in Enfold do support swipe functionality on mobile.

    Could you please show us some examples?

    Best regards,
    Yigit

    Hey,

    I attached it in the private content field.

    You can go to LayerSlider > Import Project to import it.

    Best regards,
    Yigit

    in reply to: License question #1399973

    Hi,

    Unfortunately, we don’t have an update on this yet.

    Best regards,
    Yigit

    Hey Bruce,

    Thanks for reaching out to us, but we are not interested.

    Best regards,
    Yigit

    in reply to: Events Calendar header font #1399846

    Hi,

    You are welcome, Tom.

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

    Best regards,
    Yigit

    in reply to: Tab section – full width? #1399836

    Hi,

    Please edit the first column element and go to Row Settings > Row Layout, choose to display Equal Height, and set the Vertical Alignment to Middle: https://i.imgur.com/AsK8iEo.png

    Best regards,
    Yigit

    in reply to: Text instead of parallax #1399834

    Hi Veronika,

    It looks like the element is broken.

    Please try enabling the shortcode parser (https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser), enable the Auto Repair Functions (https://i.imgur.com/8YCKZg2.png) and update your posts and check if that helps.

    Regards,
    Yigit

    in reply to: turn off the replies number #1399832

    Hi,

    You are welcome!

    Let us know if you have any other questions.

    Best regards,
    Yigit

    in reply to: How to add a Read more in a textbox #1399821

    Hi,

    Would you like to change the text color of the “read more” text? If so, please add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling tab

    
    summary {
      color: red;
    }
    

    If this isn’t what you meant, please elaborate.

    Best regards,
    Yigit

    in reply to: Events Calendar header font #1399820

    Hi Tom,

    You had the following code Quick CSS field

    
    h2.tribe-events-single-section-title {
     color: #919191;
     font-size: 20px;
    font-family: var(--tec-font-family-sans-serif);
    }
    

    CSS selector was weak so I changed it to the following one

    
    #top h2.tribe-events-single-section-title {
     color: #919191;
     font-size: 20px;
    font-family: var(--tec-font-family-sans-serif);
    }
    

    Also, you had the “Hiding the email address and divider in the organiser’s page:” and it was not wrapped inside comment tags. That breaks your CSS. If you’d like to add comments to your CSS, please do so as following

    
    /* Hiding the email address and divider in the organiser's page: */
    

    Please review your website.

    Best regards,
    Yigit

    in reply to: Crear página web #1399810

    Hey Eduardo,

    Unfortunately, we do not provide website creation services.

    Best regards,
    Yigit

    in reply to: Enfold Blog #1399526

    Hey Vladimir,

    Fullwidth elements such as Color Section push the sidebar below them. If you’d like to display a sidebar, please use the 1/1 Column Element instead.

    Let us know if you have any other questions.

    Best regards,
    Yigit

    in reply to: Website way too large #1399525

    Hey,

    Please refer to this post: https://kriesi.at/documentation/enfold/optimization/#troubleshoot

    Best regards,
    Yigit

    in reply to: Demos #1399523

    Hey TallMeerkat,

    Thanks for the information.

    Unfortunately, manual import didn’t work either.

    Could you please contact your hosting provider and ask them to whitelist http://kriesi.at/ in case the firewall is blocking it?

    Best regards,
    Yigit

    in reply to: Can’t edit pages anymore – just opens blank page #1399423

    Hi Julian,

    I checked your website however I cannot reproduce the issue. I attached a screenshot in the private content field below.

    Please make sure you’ve cleared your browser cache.

    Cheers!
    Yigit

    in reply to: Will our current website transfer over to Enfold? #1399417

    Hello Ed,

    We’re glad that you like Enfold!

    If you decide to switch to Enfold, you may need to recreate your content using Enfold’s drag and drop layout builder, the Advanced Layout Builder.

    Unfortunately, we don’t provide such services but please feel free to hire a freelancer on Codeable.

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

    Best regards,
    Yigit

    in reply to: Adding Custom shortcodes to your builder #1399408

    Hey Peter,

    You can use Code Block element to display your shortcodes. If you’d like to add your own elements to the Advanced Layout Builder, you can refer to this post: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    If this isn’t what you meant, please elaborate and if possible, show us an example.

    Best regards,
    Yigit

    Hi,

    1- I added the following code to the bottom of Quick CSS field

    
    #top .tribe-events-event-meta .tribe-events-address .tribe-address {
      display: block;
    }
    

    2- I added following code to bottom of Functions.php file in Appearance > Editor to change the Single Event title to H4

    
    /* Change single event title to h4 */
    add_filter('avf_customize_heading_settings', 'single_event_title_h4');
    function single_event_title_h4(){
    	$args['heading'] = 'h4';
    	return $args;
    }
    

    Since you set H4 tagged elements to use “Amati SC 40px #499f99”, this is now applied to your single event titles as well
    Edit: Since you are not using a child theme, the codes added to the functions.php file will be removed when you update the theme. Please switch to a child theme and move (codes should be in either parent or child theme’s functions.php file, having in both at the same time will crash your site) your code from the functions.php file of the parent theme to the functions.php file of the child theme.

    3- I added the following code to bottom of the Quick CSS field to change the color and font family of the event date

    
    #top.single-tribe_events #wrap_all .all_colors .tribe-events-schedule h3 {
      color: #919191;
      font-family: var(--tec-font-family-sans-serif);
    }
    

    Please review your website and let us know if you have any other questions :)

    Best regards,
    Yigit

    • This reply was modified 2 years, 3 months ago by Yigit.
Viewing 30 posts - 751 through 780 (of 82,586 total)