Viewing 30 results - 1,051 through 1,080 (of 11,204 total)
  • Author
    Search Results
  • Jack Sparrow
    Participant

    Hello,

    I would like to use the Theme Law (Demo) Boxes at https://kriesi.at/themes/enfold-law/ that shows Insurance Litigation, Real Property Litigation, Construction Litigation, and Add Get In Touch Button from the Rop Right Side (With Round Corners Shape) in Enfold Classic Theme. For example, see the image at https://ibb.co/KX2Y9PK

    I have copied the boxes from Law Theme and Top Right Side Button and pasted them in the layout of Classic Theme to give you a demonstration.

    Please let me know how to do it through the code so the layout doesn’t get changed when I update my theme from WordPress Dashboard. Thank you.
    ,

    #1361531

    Hi Guido,

    You can start a new thread by following this link, or if you click this button: https://imgur.com/a/AnoSPNb.

    Best regards,
    Rikard

    #1361274

    Hi,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    Apparently Mastodon icon is not available on Fontello so please check under “Using images or non-Fontello icons” section :)

    Regards,
    Yigit

    #1361273
    canoodle
    Participant

    Dear Kriesies,
    ENFOLD is a well thought out cms inside the wordpress cms
    also u spend a lot of care on the designs, so bought this theme 2x TWICE! :)

    question: currently customer has 1) Facebook 2) LinkedIn and 3) Twitter but also want’s a 4) Mastodon social network button

    https://mastodon.social/@mastodon

    not sure how to add it as there are only 3 columns/buttons possible to config see screenshot

    https://pasteboard.co/5WN8nC149uaz.jpg

    where to tweak the theme? :D

    #1361235

    In reply to: Close Button

    Hey finchkelsey,
    Thanks for your question, if you have the accordion set to “open one at a time” then each time you click the title the accordion open or closes, and you should be seeing a plus or minus icon next to the title, this could be your button? The full title is basically a button. You can also added more text to the title, I don’t think there is a limit.
    Perhaps if you could link to a mockup we could understand better.
    If you find the accordion too limiting in style you could use jQuery to toggle visibility of an element, here is an example.
    Perhaps this could work if you added a button and image inside of a text element and on load only the button and text showed with clicking the button shows the image?
    If you think that using other elements would help then try linking to a test page and explain the behavior and perhaps we could help or understand better.

    Best regards,
    Mike

    #1360820
    This reply has been marked as private.

    Hi A,

    There were many errors in your custom CSS related to the way you add comments in CSS. I have corrected them. Following is the correct way of adding comments in CSS

    
    /* Comment goes here */
    

    And you had following custom CSS in Quick CSS field which was overriding default styling

    #top .av-menu-button > a .avia-menu-text {
      font-size: 16px !important;
      font-family: 'Lato' !important;
      background: #9cae30 !important;
      border-collapse: separate !important;
      border-width: 0px !important;
      border-color: white !important;
      border-radius: 5px !important;
      color: white !important;
      opacity: 1 !important;
      padding: 10px !important;
      box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5) !important;
      -webkit-transition: 0.3s !important;
      -moz-transition: 0.3s !important;
      -ms-transition: 0.3s !important;
      -o-transition: 0.3s !important;
      transition: 0.3s !important;
    }

    I changed it to following

    	#top .av-menu-button > a .avia-menu-text {
    			font-size: 16px!important;
    			font-family: 'Lato'!important;
    			/* background: #9cae30!important; CAMBIO ANDREA  */
    			border-collapse: separate!important;
    			border-width: 0px!important; /* CAMBIO ANDREA 30/6/2022, prima c'era 1px */
    			border-color: white!important;
    			border-radius: 5px!important;
    			color: white!important;
    			opacity:1!important;
    			padding:10px!important;
    			/* box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5)!important; */
    			-webkit-transition:	0.3s!important;
    			-moz-transition:	0.3s!important;
    			-ms-transition:		0.3s!important;
    			-o-transition:		0.3s!important;
    			transition:			0.3s!important;
                             border: solid !important;
    	}

    You can now change border color in Enfold theme options > Advanced Styling > Menu Item Button with Border :)

    Best regards,
    Yigit

    #1360391

    In reply to: A little CSS Menu Help

    Hi havi,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all #header.header_color .av-menu-button-colored.menu-item-32 > a .avia-menu-text {
        background-color: #ea526e;
        border-color: #ea526e;
    }

    Best regards,
    Nikko

    #1359880

    Okay, so I deleted the child theme and imported it newly. (Note that when I did this from this link https://kriesi.at/documentation/enfold/child-theme/ It said I was using a newer 5.0.1 and the one from the site is 5.0. Is that an issue? Not sure how to update that.)

    After doing this I didn’t see any update.

    I then clicked on the Rest All Options button and I looks like it is taking the updates now.

    Only thing I am not sure is if I need to update the child theme.

    #1359870

    that fixed the issue for the single button but not the other 2 (in the next 2 tabs). I could inspect each button and do the same for each but that would be short term solution if more buttons were needed. Would it be possible to maybe create another button class and style the class? How would we go about this in enfold?

    #1359805

    Hey virtualbis,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-button.av-9sm6i-a4825a76fda65903aec8c6e47139e571 {
      color: #fff !important;
    }

    Best regards,
    Rikard

    #1359690

    In reply to: I need a little Help

    Hey Mehran,

    Thanks for contacting us!

    Please edit your Tab Section element and go to General > Tab Buttons Out Of Screen Behaviour and choose to display arrows.

    If you do not have that option, you might be using an older version of the theme. If that is the case, please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.1.

    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

    #1359533

    Hey casadives,

    Thank you for the inquiry.

    There is an available filter that we can use to add more options to the social icon element. Please check the following documentation for more info about the said filter.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    These threads should also help.

    // https://kriesi.at/support/topic/tiktok-in-social-media/#post-1189115
    // https://kriesi.at/support/topic/adding-tiktok-for-social-profiles-the-correct-way/#post-1353254

    Best regards,
    Ismael

    #1359254

    Topic: How to add a Calendar?

    in forum Enfold
    gb
    Participant

    Hi,

    I noticed in the Church default theme a nice Calendar that includes a drop down subscribe button with options to various calendars. I did not seem to find how to add this in the Enfold documentation. Could someone explain how to activate this feature?

    Thanks,

    GB

    example:

    https://preview.themeforest.net/item/enfold-responsive-multipurpose-theme/full_screen_preview/4519990?_ga=2.203929680.1538873570.1658362966-4038335.1645815916

    #1359156

    Hi

    Please confirm CDN?

    Also, initial question. Which is the best element to use in Enfold builder for banner video background with text header and button to front?
    Colour selection for the video background, then text and button in a column?

    Please confirm

    Thanks
    Marcus

    Hey ScenesBySevy,

    Thank you for the inquiry.

    The buttons are not accessible because of the slider’s permanent caption. You may need to install this plugin in order to fix this issue.

    // https://github.com/KriesiMedia/enfold-library/tree/master/integration%20plugins/Enfold/Slider%20Video%20Controls%20Fix

    Please provide the FTP details in the private field so that we can activate the plugin and add the necessary adjustments to the slideshow template.

    Best regards,
    Ismael

    #1359052
    woogie07
    Participant

    Hi,

    I am wanting to put a banner on my homepage with a video background and headline text + button overlapped.

    What is the best practice/enfold layout builder element to use for this and is there a best optimisation for video? I don’t want to get any loading speed issues and be penalised by Google for this.

    Please advise

    Thanks
    Marcus

    #1358975
    gb
    Participant

    Hi,

    I noticed that the Enfold default restaurant theme has an interesting design feature where the last nav bar button has a line around it.

    Here is the reference:

    https://preview.themeforest.net/item/enfold-responsive-multipurpose-theme/full_screen_preview/4519990?_ga=2.237343808.1538873570.1658362966-4038335.1645815916

    I would like to create this look, how would I do that?

    Thanks in advance!

    GB

    adapt
    Participant

    Hi there

    I followed the documentation here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type regarding allowing ALB to be used by other post types – in this case by LearnDash.

    It worked in the sense that it enabled ALB in the “courses” and “lessons” interfaces, so that’s great.

    However, when adding anything other than a text box, the spacebar button doesn’t work.

    For example, if I add a “Special Heading” within ALB, I can type in the text for the heading, but pressing the spacebar button (to put a space between words) doesn’t work – I can’t add spaces between words/letters.

    I’ve tried in multiple different elements – Code Block, Tabs etc, and it’s the same result – the spacebar doesn’t work when trying to enter text in those elements.

    The only time it works is in the “text block” element – then the spacebar button works no problem.

    Any idea what the problem could be? It’s an extremely odd issue – particularly because it’s not across all elements.

    Here’s the code I added to the functions.php file:

    require_once( 'functions-enfold.php' );
    
    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
      $supported_post_types[] = 'sfwd-lessons';
      $supported_post_types[] = 'sfwd-courses';
      $supported_post_types[] = 'sfwd-topic';
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
    
    function avf_metabox_layout_post_types_mod( array $supported_post_types )
    {
     $supported_post_types[] = 'sfwd-lessons';
     $supported_post_types[] = 'sfwd-courses';
     $supported_post_types[] = 'sfwd-topic';	
     return $supported_post_types;
    }
    add_filter('avf_metabox_layout_post_types', 'avf_metabox_layout_post_types_mod', 10, 1);

    Please note there is no child theme, so this was added directly to the main functions.php file.

    Any help would be greatly appreciated!

    #1358737

    Hi aboderc,

    Thanks for posting the code that you used.
    The code will only show up in Social Profiles where you have the option to add it on the header or footer, on the social links however you may need to do these extra steps:
    1. Override Social Share
    – Do the things posted on this section: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
    – Copy social_share folder located in the parent theme wp-content/enfold/config-templatebuilder/avia-shortcodes and paste it to the shortcodes folder in the child theme
    – Edit social_share.php in the child theme and find this code (line 453-462):

    array(
        'name'		=> __( 'YouTube Link', 'avia_framework' ),
        'desc'		=> $check_profile,
        'id'		=> 'share_youtube',
        'type'		=> 'checkbox',
        'std'		=> '',
        'container_class' => 'av_third ',
        'lockable'	=> true,
        'required'	=> array( 'buttons', 'equals', 'custom' )
    ),

    and below it add this code:

    array(
        'name'		=> __( 'Telegram Link', 'avia_framework' ),
        'desc'		=> $check_profile,
        'id'		=> 'share_telegram',
        'type'		=> 'checkbox',
        'std'		=> '',
        'container_class' => 'av_third ',
        'lockable'	=> true,
        'required'	=> array( 'buttons', 'equals', 'custom' )
    ),

    2. Add this code in functions.php:

    function avia_add_custom_social_share_link_arguments($args) {
    	$telegram = array('telegram'	=> array(
    								'encode'		=> false,
    								'encode_urls'	=> false,
    								'profile_only'	=> true
    							));
    	$args = array_merge($args, $telegram);
    	return $args;
    }
    
    add_filter('avia_social_share_link_arguments', 'avia_add_custom_social_share_link_arguments', 10, 1);

    Hope this helps.

    Best regards,
    Nikko

    #1358598

    PS, I see my website was set to still display that cookie panel where you can’t do anything before accepting cookies.
    Once accepted I see that the reCaptcha doesn’t display the error message and the button is there.
    It’s a pretty useless to stop visitors as soon as they arrive so this isn’t a workable solution to fix the contact page.
    I am tempted to just go back to the Enfold Numeric Captcha and just delete all the spam??
    It’s so annoying as when I set it up they all worked perfectly!

    See you,
    Colin

    Installed the market plugin.
    Plugin recognised a later version of theme available.
    Used plugin to try and update.
    Plugin then reported ‘Updating failed The theme is at the latest version
    Now Enfold ‘Theme Update’ panel shows an update is available
    Use update now button
    Update worked

    So this is resolved for now but we’ll see what happens with the next Enfold update.

    Thanks for your help. Good to know about the Envato plugin.

    #1358357

    Hi,

    Thanks for that, we can see the page now. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .slideshow_caption {
        padding-top: 15px !important;
    }
    
    .avia-caption-content p {
        margin: 0;
    }
    
    .avia-slideshow-button {
        margin-top: 10px;
    }
    }

    Best regards,
    Rikard

    #1358336

    Thanks, font and line height is smaller now, so you can read more, but still, the modal itself is not scrollable.. i will make the font-size small so that there’s no scrolling needed.

    however i have another problem and i have it on every single page with enfold theme. it’s difficult to exlain though.
    also in the cookie modal you can klick the button “anpassen” which leads you to another pop up modal.
    when you scroll down theres a white space – it appears only on iphone!
    here it is on http://www.cafecentral.wien

    View post on imgur.com

    you know what it could be?
    thanks!!

    • This reply was modified 3 years, 7 months ago by Stefan.
    #1358241

    try:

    .category-podcasts .av-masonry-entry-title.entry-title,
    .category-podcasts .post-title.entry-title,
    .sort_by_cat a.podcasts_sort_button {
      color: red;
    }
    
    .category-newsletters .av-masonry-entry-title.entry-title,
    .category-newsletters .post-title.entry-title,
    .sort_by_cat a.newsletters_sort_button {
      color: green;
    }
    
    .category-publications .av-masonry-entry-title.entry-title,
    .category-publications .post-title.entry-title,
    .sort_by_cat a.publications_sort_button {
      color: blue;
    }
    
    .category-vie-du-cabinet .av-masonry-entry-title.entry-title,
    .category-vie-du-cabinet .post-title.entry-title ,
    .sort_by_cat a.vie-du-cabinet_sort_button {
      color: orange;
    }

    etc.
    each 3rd line is if you got a sort on categories aktivated

    PS: if you like to have an indicator for activated sort cat:
    f.e.:

    .sort_by_cat a.active_sort {
      text-transform: uppercase;
      font-weight: bold;
    }

    IMPORTANT : sometimes it is not sort_by_cat but : av-sort-by-term ( if portfolio masonry …)
    like here on that masonry: https://kriesi.at/themes/enfold-2017/elements/masonry/

    And you see – we could have the problem that a post has two or more cats or portfolio “cats” ( terms )
    like in the example page : portfolio_entries-photography and portfolio_entries-illustration

    on that portfolio case you got some ID’s to differ what is active sort: ( for that demo page of enfold above )

    #masonry_id_photography_sort .av-masonry-entry-title.entry-title {
      color: red;
    }
    #masonry_id_illustration_sort .av-masonry-entry-title.entry-title {
      color: blue;
    }
    #1358014

    Hi,

    Thank you for the update.

    You can find a demo of the privacy & cookies option in the following page.

    // https://enfold.inoplugs.com/privacy-test-page

    Cookies required by external services such as Youtube, Google Maps etc are blocked by default. In the test page above, you will not be able to play the video directly in the site without enabling the Other external services > Vimeo and Youtube video embeds option within the privacy popup window (click the Settings button in the consent message bar).

    Best regards,
    Ismael

    Hi,
    Please note that the post excerpts will not show for posts created with the Advanced Layout Builder, you will need to manually add the excerpts with the Excerpts Option.
    For blog posts there are a few elements that will not show automatically for posts created with the Advanced Layout Builder, typically it is recommended to use the WordPress default editor for posts to take advantage of the automatic features, but you are welcome to manually add the elements such as the social share buttons, the comment form, and the related posts element, along with manually adding your own excerpts, if you wish.
    As for moving the filter to the left with 260px laft padding, this css is working in my test:

    #top .av-masonry-sort {
        text-align: left;
    }
    #top .av-masonry-sort .av-sort-by-term {
        padding: 0px 0px 0px 260px;
    }

    Please see the screenshot in the Private Content area.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1357603

    Hi,

    No, the changes are also applied when clicking “save”. We don’t have a preview function anymore because clicking “preview” has the same effect as clicking “save”. So both buttons do save the edits.
    And I hope you understand that this is a big issue, since we like to try out how things look without the whole world to see it. Especially on the home page. And this problem started after the latest Enfold Update.

    Thanks for checking!
    Best
    viZaar marketing

    #1357494

    Hi Marcus,

    The enfold child theme can’t be downloaded at themeforest, you can download it on our server: https://kriesi.at/documentation/enfold/child-theme/ then click the large yellow button with the label “Download the Enfold Child theme”.

    Best regards,
    Nikko

    #1357115

    Hi,

    I’m hoping this is the correct place for me to post, please correct me if I’m wrong.

    I’m using Enfold theme version 4.6.3.1 alongside a child theme of Enfold (tried updating to 5.0 but it breaks my website for some reason)

    Is there any code I can add to get the “nofollow” attribute to outbound button links?

Viewing 30 results - 1,051 through 1,080 (of 11,204 total)