Forum Replies Created

Viewing 30 posts - 1,921 through 1,950 (of 66,126 total)
  • Author
    Posts
  • in reply to: Some links in the menuitems and buttons don’t work #1473462

    Hi,

    No worries! Glad we could be of help. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Hiding Elements based on user role and reflowing content. #1473461

    Hi,

    Thank you for the update.

    We can’t login using any of the account above. Please check the info carefully. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Add a Create PDF-Button to a single Page #1473460

    Hi,

    Thank you for the update.

    But still it only prints a short text from the discription at the buttom of the page.

    We are not familiar with the PDF plugin and do not know how it retrieves content. Unfortunately, plugin compatibility is beyond the scope of our support. Please contact the plugin developers for further assistance.

    Best regards,
    Ismael

    in reply to: Support for Flex & CSS #1473459

    Hey Todd Aumann,

    Thank you for the inquiry.

    It may depend on the complexity of the request or the layout that you’re aiming for. We can provide minor modifications to the theme, but custom features and support for third-party plugins are beyond the scope of our support. To learn more about the flex layout, please check this article: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

    Best regards,
    Ismael

    in reply to: Change frame size for iFrame #1473458

    Hi,

    Thank you for the update.

    It shows a white stripe at the top,

    That is default padding of the #main container. To adjust it, you can try this css code:

    @media only screen and (max-width: 767px) {
        /* Add your Mobile Styles here */
        .responsive #top #main {
            padding-top: 0 !important;
        }
    }

    Best regards,
    Ismael

    in reply to: Secure Custom Field after excerpt #1473409

    Hey Richard,

    Thank you for the inquiry.

    Where are you testing this? Please provide the page URL in the private field. Are you using the Advance Layout Builder for the posts? If yes, then you may need to define the excerpt manually in the Excerpt field.

    Best regards,
    Ismael

    Hey UweS,

    Thank you for the inquiry.

    The popup doesn’t work in the builder because the WP Popup is not configured in the builder, or there are no supporting scripts for it. If you don’t want anyone to see what you’re building and wish to hide the page temporarily, you can set the page to private while editing.

    Best regards,
    Ismael

    in reply to: Flex CSS support #1473407

    Hey Todd Aumann,

    Thank you for the inquiry.

    The theme doesn’t have a specific element for Flex layout at the moment, aside from the Grid Row and Column elements. So, if you need a complex Flex layout, you may need to implement it manually using custom css and html.

    Best regards,
    Ismael

    in reply to: Retrieve custom field value from options page #1473406

    Hey bonsaimedia,

    Thank you for the inquiry.

    Have you tried using the Dynamic Content feature from the builder elements? Please check the documentation below for more info: https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/#dynamic-content

    Best regards,
    Ismael

    in reply to: add custom icon #1473405

    Hi,

    The modifications made in the Quick CSS field should be preserved after an update. You don’t need to add it again.

    Best regards,
    Ismael

    in reply to: ACF Custom field conditional display in Custom Layout #1473404

    Hi,

    Thank you for the info.

    We understand what you’re trying to achieve, but unfortunately, this option is not available at the moment and would require a significant amount of modifications to include it in the theme. It’s good to know that you’ve found a workaround — please continue using it for now.

    Best regards,
    Ismael

    Hi!

    Thank you for the info @Guenni007.

    Cheers!
    Ismael

    in reply to: Hide Post Date for Specific Category in Blog Posts #1473402

    Hi,

    Thank you for the inquiry.

    We added the code in the Quick CSS field and temporarily disabled the Performance > File Compression settings. The dates are now hidden. Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    in reply to: QR Code for password hidden page #1473398

    Hey Sebastian,

    Thank you for the inquiry.

    Are you using a plugin for this? Please provide the name of the plugin and the site URL in the private field. For additional assistance, please contact the plugin developers.

    Best regards,
    Ismael

    in reply to: Hiding Elements based on user role and reflowing content. #1473396
    in reply to: add custom icon #1473394

    Hi,

    How can I place the icon in the middle?

    Make sure the background-position is set to center center, and adjust the value of the background-size property if you need to reduce the size of the images.

    Example:

    div[data-av_icon="\e804"] {
        content: " ";
        background-image: url(/wp-content/uploads/2024/12/Goering_Icon5_eKey_farbig_RGB.png) !important;
        background-size: 50%;
        background-repeat: no-repeat;
        font-size: 0 !important;
        background-position: center center;
    }

    Best regards,
    Ismael

    in reply to: Some links in the menuitems and buttons don’t work #1473393

    Hi,

    Thank you for the info.

    We don’t see any info about the site in your first post. To make the page scroll to the last section when you click the button, make sure the last section has the ID “moslimsjoden.” It looks like you applied this ID to the button itself, rather than to the section it is supposed to jump to. We edited the button and the color section and applied the ID attribute. We also adjusted the color of the menu items for transparent headers. Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    in reply to: Updating failed. The response is not a valid JSON response. #1473392

    Hi,

    Thank you for the update.

    Did you figure out the issue? The pages are now displaying correctly, and the reCAPTCHA feature seems to be working as expected. Please check the test page in the private field.

    Best regards,
    Ismael

    in reply to: Accordion Toggle Icons Not Displaying on Moble #1473391

    Hey NicomIT,

    Thank you for the inquiry.

    The symbols are not visible because of this css code:

    .toggler .toggle_icon .vert_icon, .toggler .toggle_icon .hor_icon {
        display: none;
    }

    Please disable the compression settings temporarily, then remove the css.

    Best regards,
    Ismael

    in reply to: Add a Create PDF-Button to a single Page #1473390

    Hi,

    Thank you for the screenshot.

    The PDF button is now visible below the product image. Please check the screenshot in the private field. Did you figure it out?

    Best regards,
    Ismael

    in reply to: Social Icons in Footer (using the page set as the footer) #1473389

    Hi,

    To remove the heading, please include this css code:

    #footer-page .av-share-link-description.av-no-toc {
        display: none;
    }

    And to adjust the alignment, try adjust the width of the social icons.

    #top #footer-page .av-social-sharing-box.av-social-sharing-box-same-width .av-share-box ul li a {
        width: 32px;
        height: 32px;
    }

    Best regards,
    Ismael

    in reply to: Hiding Elements based on user role and reflowing content. #1473387

    Hey Nick_Skehan,

    Thank you for the inquiry.

    Where do you get the userData? We can help you with minor modifications to the theme, but the behavior or feature you’re after seems a bit beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable. Please check the link below: https://kriesi.at/contact/customization

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Yes, you should update the links and the image URL in every Code Block element with your own URL and author images. Unfortunately, there is no option for this by default, so you will have to edit the html manually.

    Best regards,
    Ismael

    in reply to: Some links in the menuitems and buttons don’t work #1473356

    Hi!

    Thank you for the update.

    Glad to know that this partially works now. Where can we check this? Please provide the site URL in the private field.

    Best regards,
    Ismael

    in reply to: Problem with noindex on category archives #1473355

    Hi,

    Thank you for the info.

    Please try to add this filter in the functions.php file:

    function avf_disable_all_meta_tags( $meta, $robots, $blog_public ) {
        return '';
    }
    
    add_filter( 'avf_set_follow', 'avf_disable_all_meta_tags', 10, 3 );
    

    Best regards,
    Ismael

    in reply to: Updating failed. The response is not a valid JSON response. #1473353

    Hey Lyndon,

    Thank you for the inquiry.

    We were able to validate the reCAPTCHA keys, but we couldn’t check the contact page because it redirects to a 404 error. We also tried recreating the contact page but couldn’t publish any new pages for some reason. Where can we check the issue? Please try updating the theme to version 6.0.8 and temporarily disable all plugins to troubleshoot.

    Best regards,
    Ismael

    in reply to: Change frame size for iFrame #1473352

    Hi,

    Thank you for the update.

    You can use this css code to adjust the height of the lightbox container:

    .mfp-iframe-scaler {
        padding-top: 100%;
    }
    

    Default top padding is 50%.

    Best regards,
    Ismael

    in reply to: Some links in the menuitems and buttons don’t work #1473351

    Hey dorisb123,

    Thank you for the inquiry.

    It seems to be working correctly on our end. Have you tried editing the page and the Button element in the Advanced Layout Builder (ALB)? To adjust the menus, go to Appearance > Menus in your dashboard. Please provide the site URL in the private field so that we can inspect the issue further.

    Best regards,
    Ismael

    in reply to: token key doesn’t work #1473350

    Hi,

    Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: remove container wrappers around code widget #1473349

    Hi,

    Thank you for the update.

    There’s no way to prevent the theme from creating the section container for orphaned elements or elements that are not wrapped in a Color Section element. You may need to adjust the script above to account for this. Unfortunately, this would require significant modifications, which are beyond the scope of support.

    Best regards,
    Ismael

Viewing 30 posts - 1,921 through 1,950 (of 66,126 total)