Forum Replies Created

Viewing 30 posts - 4,291 through 4,320 (of 34,625 total)
  • Author
    Posts
  • in reply to: Urgent: Reset problem #1428889

    Hey Anouk,
    Thanks for the link to your site, I see that you have a plugin called “WordPress Reset” did you use this plugin to “reset” your site? If you did there is no undo feature.
    Try asking your webhost to restore the last full backup to get your site back, typically webhosts will create a full backup with a database backup once a month.

    Best regards,
    Mike

    in reply to: Removing Placeholder Images from Blog Entries #1428888

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Make the timeline change based on the day. #1428875

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    h2.av-milestone-date {
        vertical-align: middle;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Keep same style menu/logo as homepage #1428860

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Theme Problem: non-JS module / ERR_CONNECTION_CLOSED #1428852

    Hi,
    Thank you for your patience, I tried editing your news & event pages in Windows with Chrome with a lan connection and didn’t experience any time outs, I also undid my changes.
    Are you using a wifi connection? I’m not sure how to advise on this since I can’t reproduce it.
    If you like I can ask the rest of the team to also try after the holidays to see if any of them can reproduce it.
    I hope that you have a Merry Christmas and a Happy New Year.

    Best regards,
    Mike

    Hey tclaereveld,
    Thanks for your patience and the link to your site, I changed your code to this and enabled the Classic Editor in the theme settings at:
    Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor and now it seems to be working.

    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    function add_builder_to_posttype($metabox)
    {
      foreach($metabox as &$meta)
      {
        if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout')
        {
          $meta['page'][] = 'tribe_events';
        }
      }
      return $metabox;
    }

    Enfold_Support_4236.jpeg
    Please check.

    Best regards,
    Mike

    in reply to: Some special needs: menue item, zoom/hover on image etc. #1428850

    Hey Katja,
    Thank you for the link to your test site, it looks like your footer link has been added as a custom menu item with a full url, please try to use only the footer ID like this:
    Enfold_Support_4232.jpeg
    In my test on my site this solves the issue you are having.
    For the portfolio section try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #portfoliobeschriftung .main_color .grid-content,
    #portfoliobeschriftung .main_color .grid-content * {
    	background-color: #e2001a;
        color: #fff;
    }

    Your email link and phone number in the header has two line break tags (BR), try to remove these and then add this css:

    .phone-info .infos a {
    	display: inline;
    }
    .phone-info .infos a .avia-icon-pos-left {
    	float: none;
        display: inline;
    }

    If you can’t remove the line break tags, then try this css:

    .phone-info .infos br {
    	display: none;
    }
    .phone-info .infos a {
    	display: inline;
    }
    .phone-info .infos a .avia-icon-pos-left {
    	float: none;
        display: inline;
    }

    To have the team membert images increase in size on hover, try this css:

    #team .avia-team-member img {
    	animation: growout 2s;
    	animation-fill-mode: forwards;
    }
    #team .avia-team-member:hover img {
    	animation: growin 2s;
    	animation-fill-mode: forwards;
    }
    @keyframes growin {
      from {transform: scale(1)}
      to {transform: scale(1.2)}
    }
    @keyframes growout {
      from {transform: scale(1.2)}
      to {transform: scale(1)}
    }

    Best regards,
    Mike

    in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1428849

    Hi,
    Thanks for your patience, when I review your submenu drop downs the padding seems to be the same for all items, 8px, so I’m not quite sure what you wish to achieve now.
    Below I included screenshots of the menus for your links, perhaps you could explain further and provide a mockup of what you wish to achieve

    Best regards,
    Mike

    in reply to: Header widget follow up #1428848

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .home #main > .container_wrap_first > .container > .content {
    	padding-bottom: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    It looks like there will still be a little space between the slider image and the text block, this is due to some padding or margin in your LayerSlider slides, so if you want to remove or reduce this please check your LayerSlider settings.

    Best regards,
    Mike

    Hi,
    For your information after your holiday break, this is the example of the menu items adding the current-menu-item class when they are clicked, this is a gif so you may need to click the image for the gif to play and wait a few seconds:
    Enfold_Support_4219.gif
    this is your page while I click on the menu items, see how the classes flash like in the gif above but the class current-menu-item is not added:
    Enfold_Support_4217.gif
    I hope this explains what I meant better.
    Happy Holidays and Merry Christmas.

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428822

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428817

    Hi,
    I just did, sorry for the confusion.

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428815

    Hi,
    Please try this link: Special Character Translation plugin

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428813

    Hi,
    For the Special Character Translation plugin to work you will need to change the to ###lt### and ###gt###
    in your pages, if you have 255 pages, I recommend creating a staging site and try the Better Search Replace, and try to target only the posts, but don’t try this on your live site until after you have tested and have a full backup because replacing special characters in the wrong place in the database could break your site.
    Try watching some videos on YouTube to see the best way to use the plugin: https://www.youtube.com/results?search_query=Better+Search+Replace

    Best regards,
    Mike

    in reply to: Enfold update not available #1428810

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold. Merry Christmas

    Best regards,
    Mike

    in reply to: Enfold update not available #1428807

    Hi,
    Correct for those token settings you will need to use the Envato plugin.

    Best regards,
    Mike

    in reply to: Shortcodes displayed in front page #1428806

    Hi,
    Thanks for the feedback, glad to hear that you have found that adding a space after the special characters helps, I believe that the WordPress text element has a feature that removes duplicate spaces, so perhaps when you edit the page for something else the duplicate spaces are removed the page breaks again.
    Perhaps the best solution for your scientific pages is to use the Special Character Translation plugin for these characters, please see our documentation: Using special characters

    Best regards,
    Mike

    in reply to: Enfold update not available #1428803

    Hi,
    Glad this worked for you, and it should work for future updates. Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Post view count in combo widget #1428802

    Hey nebuddlho,
    Is this for the Post Views Plugin? You can edit the class-avia-combo.php file but you will need to do so after each update as this file can’t be added to the child theme.
    I’m not sure if this specific code will work and this plugin looks like a paid plugin so I’m not able to test. We are limited to our support for third party plugins, if the code doesn’t work for you try asking the plugin author, most paid plugins offer some support.

    Best regards,
    Mike

    in reply to: Enfold update not available #1428800

    Hi,
    The Envato plugin says:

    Please ensure only the following permissions are enabled:

    1. View and search Envato sites
    2. Download your purchased items
    3. List purchases you’ve made

    so please try this.

    Best regards,
    Mike

    in reply to: Enfold update not available #1428798

    Hi,
    It says:

    Please ensure only the following permissions are enabled:

    1. View and search Envato sites
    2. Download your purchased items
    3. List purchases you’ve made

    Please try this.

    Best regards,
    Mike

    in reply to: Enfold update not available #1428795

    Hi,
    When I check your site it says: Updates: enabled – token has changed and not verified, so this points to it waiting for Envato and not a theme issue. You may need to wait for your site to get the check from Envato, but note that Envato limits the daily checks so you may need to wait at least 24 hours, also note that the limit applies to all tokens on your account, so if you have multiple tokens your sites will update a few at a time.
    Envato may be also receiving a lot of update requests across the board. You could try the plugin, I don’t know if the same limits apply to the plugin, or you could manually update if you need to right away:
    To update manually you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Custom Featured Blog Post #1428792

    Hey MikeTandySwag,
    Thanks for the mockup, I recommend using the Masonry Element with the Display Title and Excerpt and Display as centered overlay (overlays the image) selected:
    Enfold_Support_4206.jpeg
    then under styling choose a Large Gap and Perfect Grid:
    Enfold_Support_4208.jpeg
    Then under the Advanced tab ▸ Developer Settigs add the custom class custom-masonry-with-button, note that you do not add the class dot:
    Enfold_Support_4210.jpeg
    For my example I choose to use two columns and only show four posts.
    Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .custom-masonry-with-button .av-masonry-date {
    	display: none;
    }
    #top .custom-masonry-with-button.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        vertical-align: bottom;
    }

    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2);
    function avia_change_default_link($loop, $entries)
    {
    	foreach($entries->posts as $key => $entry)
        {
            if($entry->post_type == "post")
            {
                $more 	 		 =  "<br /><span class='custom-masonry-more-button avia-button avia-size-x-large avia-position-center avia-color-light'>".__('Read more','avia_framework')."</span>";
    			$loop['content'] =   avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 0) , apply_filters( 'avf_masonry_excerpt_delimiter' , ""), "", true, '') . $more;
            }
        }
    
        return $loop;
    }

    If you are not using a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets, for this code you would choose the PHP snippet:
    Enfold_Support_4213.jpeg
    This is the expected results:
    Enfold_Support_4215.jpeg
    Please give this a try.

    Best regards,
    Mike

    in reply to: PHP 8.2.13 update problem #1428781

    Hi,
    Glad Ismael could help, since this error seems to be caused by a plugin, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Text size and formatting is wrong on Mobile view #1428780

    Hi,
    When I checked your site the blue background color for the “COSMETIC, FAMILY & SPECIALTY DENTISTRY” section and the background image and font size for the “New Patient Offers” only show when I’m logged in. This is due to your caching plugin, WP Rocket, note that the cache settings shows the cache for mobile devices and logged out users:
    Enfold_Support_4204.jpeg
    So your WP Rocket cache needs to be cleared. I did this and checked your site again logged out and incognito and now your sections show correctly.
    I checked with Windows in Chrome, Firefox, & Edge and it is showing correctly now, Please note that testing Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    If you find that after making edits to your site you see this issue a again, I recommend disabling your caching plugin until you are done creating your site, often caching causes issues while people are creating the sites, your caching should be activated only after your site is done so you don’t need to fight with it.

    Best regards,
    Mike

    in reply to: Keep same style menu/logo as homepage #1428779

    Hey solinpaul2,
    Thanks for your question, it sounds like you are using the transparent header on your homepage, showing the transparent logo, while your other pages are not using the transparent header, so if you want all of your headers the same as the homepage you set the header for each page to transparent in the Header visibility and transparency setting.
    Enfold_Support_4200.jpeg
    Or you can change both logos to use the same image:
    Enfold_Support_4202.jpeg

    Best regards,
    Mike

    in reply to: Icon Image #1428778

    Hey katewoods94,
    Thanks for your question, the icons used in the Enfold theme, such as in the icon element, are in a icon-font format and not in a image format that most icons are when you download them.
    You can download the icon-fonts from Fontello.com and add them in the theme setting Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager, or you can use icons found elsewhere and convert them into the SVG file type and upload them into Fontello.com and create your own custom icon-fonts. Note that sometimes Fontello can be picky, so here is a way to fix them.
    Please note that icon-fonts can not have colors, so if you want to use color icons you should upload the images to your media library and then use css to show the images.
    One clever way to do this is to use a built-in icon-font that you would probably never use and then use some css to replace it with your icon image, see this thread.

    Best regards,
    Mike

    in reply to: Header widget follow up #1428777

    Hey biggsuccess,
    I added this CSS to the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) and (orientation: landscape) { 
    .responsive #top #wrap_all #main {
    	padding-top: 119px !important;
    }
    }

    and tested on my Android device, please clear your browser cache and check.
    Please note that testing with iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Add tools to the WYSIWYG Editor #1428776

    Hi,
    Thank you for sharing Guenni007 :)

    Best regards,
    Mike

    in reply to: Problems with Widget Translations #1428767

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 4,291 through 4,320 (of 34,625 total)