Home Forums Search Search Results for 'announcement themify more'

Viewing 20 results - 1 through 20 (of 20 total)
  • Author
    Search Results
  • #991435
    Nick @ Themify
    Keymaster

    Hi,

    I’ve resolved the double Builder content issue (it was invalid HTML comment in the static content):
    – First, delete everything in the editor (this will clear the old Builder static content)
    – After you save post, the Builder static content will regenerate
    – Then you insert the more link above the Builder static content badge: https://share.zight.com/E0uJ0z4Y

    About the Announcement Bar more content scrolling issue, I can’t replicate it on Mac Safari/Chrome/Firefox. You can see the scrolling is fine: https://share.zight.com/nOuJ0ePy – if I scroll within announcement more container, it scrolls inside. If I move mouse outside the more container, it scrolls the body content. Since you are using Safari 14 which was released a few years ago, could you try to update it to latest version? Or ask someone with a newer Safari version to check the Announcement Bar more container scrolling issue.

    Meanwhile will ask our developer with Windows to check it: https://themify.me/forum/topic/unable-to-scroll-on-accordion-style-announcements

    #977503
    odettemiocid
    Participant

    It didn’t work. Maybe some other code is interfering with this… Pls check https://www.urologiaencuernavaca.com/

    If needed I can send you the credentials for the site.

    Here’s what we are using in Custom CSS:

    #footerwrap{
    display:none;
    }

    #headerwrap {

    display: none;
    }

    .themify_announcement .carousel-nav-wrap .carousel-prev:after, .themify_announcement .carousel-nav-wrap .carousel-next:before {
    color: white;
    }

    .themify_announcement .close{
    color: white;
    }

    .themify_announcement .more-link{
    display:none;
    }

    .themify_announcement .announcement_list > li{
    margin-top:12px !important;
    }

    #announcement_bar_slider .announcement_content p{
    margin-bottom:0 !important;
    }

    Jb YOON
    Participant

    hi there.
    1. i set text alignmet in “center”.
    and design style in “purple”
    but when I see announcement. no way I can see the setting color and alignment….
    even I set <p style=”text-align: center;”>지금이에요!!! 바로 시작하세용~~~!!!!</p>

    2.can you do themify builder first line? i mean i dont use wordpress editing and i dont want to use “more”menu. i want just themify builder appear.

    thank you.

    #975683
    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Let us know if it helps

    Thanks:
    Amit

    #964894
    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link:before {
        content: "mehr";
        font: 15px poppins;
        font-weight: normal;
    font-size:22px;
    visibility:visible;
    }
    .themify_announcement .more-link{
    visibility:hidden !important;
    }

    Let us know if it helps

    Thanks:
    Amit

    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link:before {
        content: "PLUS";
        font: 15px poppins;
        font-weight: normal;
    font-size:22px;
    visibility:visible;
    }
    .themify_announcement .more-link{
    visibility:hidden !important;
    }

    Let us know if it helps

    Thanks:
    Amit

    #926810
    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link {
        background: #f0f;
    }

    Let us know if it helps

    Thanks:
    Amit

    #923574

    I saw someone else post a question here in the forum that a “More” link now appears in their announcement even when there’s no more link added to the content. The recommended solution was to use CSS to hide it.

    However that means that when I *do* have additional content and want to use a more link, it will not appear. I’d like the behaviour to be what I see on the demo site where I’m able to have some content without a more link showing, but also when I do have additional content, I can add the “more”:
    https://themify.org/announcement-bar/

    Here’s my example (I’m using the widgets):
    https://members.nexconational.com/dashboard-test/

    #923023

    In reply to: Annoucement Bar

    Amit @ Themify
    Keymaster

    Hello

    We have logged the issue to our dev team, it would be fixed and released asap. We appreciate your patience on this. Thanks for reporting the issue.

    As a workaround, go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Thanks:
    Amit

    #922101
    Amit @ Themify
    Keymaster

    Hello

    1) We have logged the issue to our dev team, it would be fixed and released asap. We appreciate your patience on this. Thanks for reporting the issue.

    As a workaround, go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    2) Can you please check and confirm if the issue is resolved now?

    Thanks:
    Amit

    #921796
    Amit @ Themify
    Keymaster

    Hello

    1) Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .announcement_post a.action-button {
        background: #3c3ee7;
    }
    .themify_announcement .announcement_title{
        background: #3c3ee7;
    }

    2) For more link, We have logged the issue to our dev team, it would be fixed and released asap. We appreciate your patience on this. Thanks for reporting the issue.

    As a workaround, go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Let us know if it helps

    Thanks:
    Amit

    #920561
    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Let us know if it helps

    Thanks:
    Amit

    #920311
    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Let us know if it helps

    Thanks:
    Amit

    #919962
    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Let us know if it helps

    Thanks:
    Amit

    #919444
    Jalal @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Let us know if it helps

    #919018
    Amit @ Themify
    Keymaster

    Hello

    Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .more-link{
    display:none;
    }

    Let us know if it helps

    Thanks:
    Amit

    #906054
    mkunstmann
    Participant

    Thanks Rajesh:

    1 and 2 worked well.

    2. UPDATE: I changed the code you sent me because i want PADDING not MARGIN, and it worked.
    @media screen and (max-width: 6800px){
    .themify_announcement.bar {
    padding:15px 0 15px 0px !important;
    }
    }
    BUT, i changed the max width to 6800 because i needed it for all media.

    3. About the button color, it works live when Customizing the CSS but when i close Customizing and goes back to website view turns red again. Any ideas?

    ON POINT 2

    QUESTION 1
    can you provide the code if i want to have more padding on DESKTOP ONLY? Mobile not affected.

    QUESTION 2
    Is it possible that on MOBILE the TITLE OF THE ANNOUNCEMENT goes alone and ANNOUNCEMENT TEXT jumps to a line below? and perhaps the ACTION BUTTON below in a third line?

    Thanks
    Please see attachments.

    #897079
    Joe Van Steen
    Participant

    You have the “class Themify_Metabox” defined in 7 different plugins
    – themify-store-locator
    – themify-portfolio-post
    – themify-popup
    -themify-metabox
    – themify-event-post
    – themify-builder
    – announcement-bar

    and once more in themes
    themify-ultra\themify\themify-metabox\includes\themify-metabox-core.php

    I don’t know what combination of that you checked, but I loaded your latest version of Ultra today and resulted in a fatal error on the update:

    [13-Apr-2022 17:31:34 UTC] PHP Fatal error: Uncaught Error: Call to undefined method Themify_Metabox::themify_localize_cm_data() in D:\AF_WWW\wordpress\wp-content\themes\themify-ultra\themify\themify-admin.php:35
    Stack trace:
    #0 D:\AF_WWW\wordpress\wp-includes\class-wp-hook.php(307): themify_enqueue_scripts(‘update-core.php’)
    #1 D:\AF_WWW\wordpress\wp-includes\class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #2 D:\AF_WWW\wordpress\wp-includes\plugin.php(474): WP_Hook->do_action(Array)
    #3 D:\AF_WWW\wordpress\wp-admin\admin-header.php(118): do_action(‘admin_enqueue_s…’, ‘update-core.php’)
    #4 D:\AF_WWW\wordpress\wp-admin\update-core.php(1026): require_once(‘D:\\AF_WWW\\wordp…’)
    #5 {main}
    thrown in D:\AF_WWW\wordpress\wp-content\themes\themify-ultra\themify\themify-admin.php on line 35

    Again fixed by commenting the one line causing the problem.

    If I’m using most or all of your modules, how is PHP deciding which class to use, it’s defined all over. That’s why I’m just nullify the call to get it to work.

    After the above was fixed, I got:

    [13-Apr-2022 17:55:48 UTC] PHP Fatal error: Uncaught Error: Call to undefined method Themify_Metabox::themify_localize_cm_data() in D:\AF_WWW\wordpress\wp-content\themes\themify-ultra\themify\themify-builder\classes\class-themify-builder.php:597
    Stack trace:
    #0 D:\AF_WWW\wordpress\wp-content\themes\themify-ultra\themify\themify-builder\classes\class-themify-builder.php(1674): Themify_Builder->load_frontend_interface()
    #1 D:\AF_WWW\wordpress\wp-includes\class-wp-hook.php(307): Themify_Builder->load_javascript_template_front(”)
    #2 D:\AF_WWW\wordpress\wp-includes\class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #3 D:\AF_WWW\wordpress\wp-includes\plugin.php(474): WP_Hook->do_action(Array)
    #4 D:\AF_WWW\wordpress\wp-includes\general-template.php(3058): do_action(‘wp_footer’)
    #5 D:\AF_WWW\wordpress\wp-content\themes\themify-ultra\footer.php(141): wp_footer()
    #6 D:\AF_WWW\wordpress\wp-includes\template.php(770): require_once(‘D:\\AF_WWW\\wordp…’)
    #7 D:\AF_WWW\wordpress\wp-includes\template.php(716): load_template(‘D:\\AF_WWW\\wordp…’, true, Arr in D:\AF_WWW\wordpress\wp-content\themes\themify-ultra\themify\themify-builder\classes\class-themify-builder.php on line 597

    I would think there should only be two definitions of this class, one in the free plugin, and one that moves to the theme when the theme overrides the free, and maybe one more in the paid base that replaces the free base.

    Why 7 copies of the same thing? Did you actually test all combinations before asking me to do my stuff all over? I’m using all new code, pro versions, full set except WooCommerce to see what your tool does. You should have a test base to run these scripts, I’m not supposed to be the one that does that; but if you need more info, please ask.

    #894736
    Amit @ Themify
    Keymaster

    Hello

    1) Please go to Appearance > Customize > Custom CSS and add the code given below:

    .themify_announcement .announcement_post a.action-button {
    background: #93AA79 !important;
    }

    2) The menu items seem to be working fine, can you please elaborate on the issue a bit more so we can assist you further.

    Thanks:
    Amit

    #846601
    pxlla
    Participant

    I have a few styling questions when using the Ultra theme (I also have the Clinic template installed.) I’ve attached two screenshots that I hope summarize my formatting issues:

    FOOTER:
    – Is there a way to better control spacing? I’d like to have the tagline hug the logo a bit more and also have the pages in the second column closer together (there’s more to come!)
    – This is a big one: I cannot figure out how to remove the horizontal line, it’s part of the template and it’s really distracting.
    – I really wish the footer (and header too!) had more customization options, more like a customizable layout part. It would be great to be able to have the ability to move the copyright text to the left (center is currently the only option.) The icon logo is also relegated to the left and padding options don’t seem to do anything to move it.
    – The footer seems to have one style, a simple (kind of boring) rectangle box. I’d love to add a wave frame on top of the footer, it would tie in with the other sections and look more fun. Unfortunately, doing this adds an enormous amount of uncontrollable space. I love the Themify builder but styling footers could be improved tremendously.
    – The Clinic template for Ultra only has 2 widget areas, why is this the case?

    ANNOUNCEMENT BAR (2nd screenshot)
    I’ve added an announcement bar and also ran into a few (hopefully small) issues:
    — I can add an announcement bar and show (or not show) via categories. I’d like to display this on the home page and nowhere else. How might I do this? It would also be cool if it disappeared when the user started to scroll.
    – There’s no option to change the close icon color. I’d like to make it white, it’s currently black and it’s pretty much can’t be seen by the user.

    Hope this isn’t too much for a single post! I also appreciate your kind help. Thank you Themify!

Viewing 20 results - 1 through 20 (of 20 total)

New Contractor skin release. Use CONTRACTOR for 30% off regular memberships or $50 off Lifetime with code CONTRACTORLIFE