Forum Replies Created

Viewing 30 posts - 17,671 through 17,700 (of 34,221 total)
  • Author
    Posts
  • in reply to: Problem with Blog page #1172371

    Hey Eva_Lutions,
    Please include a user name so we can login and investigate.

    Best regards,
    Mike

    in reply to: Horizontal Gallery display wrong #1172170

    Hi,
    I took a look at one of the pages you were having this error on, url in Private Content area, and I see that your gallery is still outside of the “wrap_all” & “main” divs, but since your script is working well the page looks fine.
    I’m not sure how to rewrite your custom template to correct the structure, but this seems to be working good.
    Can you post your script for future users should they have a similar issue?
    Then I guess we can close this thread?

    Best regards,
    Mike

    in reply to: Creating columns smaller than 1/5 to enable more in a row #1172157

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Hoover Effect on a row element #1172151

    Hey gharry79,
    The following css will increase the size of the rows on hover and add the text “More About” above the titles, Please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home #brands .flex_column.avia-link-column.first:hover {
    	animation: grow 2s;
    	animation-fill-mode: forwards;
    }
    @keyframes grow {
      to {
          transform: scale(1.2)
      }
    }
    #top.home #brands .flex_column.avia-link-column.first:hover .av-special-heading-h1:before {
    	content:"More About\A";
    }

    Then clear your browser cache and any cache plugin, and check.
    Here is a screenshot of the expected results (click to play gif):
    video gif

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .html_entry_id_6219 #top.post-type-archive-product li.product.post-31871.first {
    	clear:left !important; 
    }

    Best regards,
    Mike

    in reply to: Text Box is different? #1172112

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Thank you for the video and the links, first I will point out that if your “post” was on another page then you could use the “page content” element to show it on another page, as you describe.
    But since you wish to get the content of a “post” we don’t have a built-in element for this, but we do have this function that you can add to your functions.php that will create a shortcode that will display the content of a post on another page as you describe.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function get_post_shortcode( $atts ) {
        $attributes = shortcode_atts(
            array(
                'id' => null
            ), $atts );
        $content = do_shortcode(get_post_field('post_content', $attributes['id']));
        return $content;
        
      }
      add_shortcode( 'get-post', 'get_post_shortcode' );

    then on your page add a “code block element” where you want the post to show and add this shortcode:

    [get-post id="1258"]

    note that the number “1258” is the post that you linked to and if you ever want to show a different post just change this number to the post ID of it.
    here is a screenshot of the backend with the code block element:
    2020-01-09-213028
    here is a screenshot of the frontend with the post showing as you described:
    2020-01-09-212919

    Best regards,
    Mike

    in reply to: Text Box is different? #1172046

    Hi,
    Thanks for the login, I found that you had the Visual Editor > Disable the visual editor when writing enabled in your user profile, I disabled it for you and now the visual & text tabs show, please check.
    2020-01-09-205100

    Best regards,
    Mike

    in reply to: READ MORE button #1171824

    Hi,
    Thank you for the login and screenshot, the read more tag is for standard editor posts to truncate the blog entries so that only the first part of a post is displayed on homepage. But the Advanced Layout Builder text element doesn’t show as a excerpt on the homepage, so the read more tag will not be seen. To show an excerpt of a post created with the Advanced Layout Builder you will have to manually create the excerpt by enabling the excerpt field from the option in the “screen options” of the default editor.

    The text element uses the same toolbar as the default editor, so that is the only reason why the button shows, I guess it should be hidden.

    Best regards,
    Mike

    in reply to: Social Icons in Header and Footer disappeared #1171808

    Hi,
    I have updated the file for you and the social icons are now showing, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: 404 error when accessing theme admin #1171796

    Hi,
    Thank you, I notice that if you go to the theme panel link /wp-admin/admin.php?page=avia and get the 404 and scroll down all of the theme settings show, incorrectly.
    ops, I see you already reported that.

    Best regards,
    Mike

    in reply to: Maintenance mode issues & social Icon issues #1171790

    Hi,
    I have seen this occur with CDN’s and server-side caching a couple of times, where it seemed that I was not logged in unless I went to /wp-admin/ where I would go to the admin panel and not the login screen as expected if I had actually been logged out.

    Best regards,
    Mike

    in reply to: Set a link in a widget title? #1171785

    Hi,
    Glad to hear this helped, shall we close this then?

    Best regards,
    Mike

    in reply to: 404 error when accessing theme admin #1171783

    Hi,
    Thank you for the login, I see that you have tried downgrading your PHP version, but have you tried upgrading to v7.3?
    The WordPress Site Health says PHP (7.2.24) is out of date.
    2020-01-09-054156

    Best regards,
    Mike

    in reply to: Social Icons dissapeared #1171670

    Hi,
    Das ist ein guter Plan. Sollten Sie weitere Hilfe benötigen, öffnen Sie bitte einen neuen Thread. Vielen Dank, dass Sie Enfold verwenden.
    Übersetzt mit Google

    Best regards,
    Mike

    in reply to: Maintenance mode issues & social Icon issues #1171668

    Hi,
    Glad to hear that this helped. Please let us know once you are done testing and if we should close this thread.

    Best regards,
    Mike

    in reply to: Enfold 4.6.4. Beta Social Icon Shortcodes #1171452

    Hi,
    *Update*
    Turns out that @Milan had been using “text” widgets for the shortcode instead of the “html” widget, switching corrected the issue. Please check your widgets.
    I will be bringing this to the attention of the dev team.
    correction, dev team is aware of this issue with the “text” widget and is working on it.

    Best regards,
    Mike

    in reply to: Update before xmas please? #1171451

    Hi,
    Thank you for the ftp login, turns our that your shortcode was added to the widget in the footer in a “text” widget instead of a “html” widget, I corrected for you and your shortcode is now showing correctly.
    I will bring this to the attention of the dev team.
    correction, dev team is aware of this issue with the “text” widget and is working on it.

    Best regards,
    Mike

    in reply to: Update before xmas please? #1171399

    Hi,
    Please see Private Content area.

    Best regards,
    Mike

    in reply to: Error showing #1171394

    Hi,
    Glad to hear you have been able to sort this out, and Thanks for sharing your solution.
    We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold 4.6.4. Beta Social Icon Shortcodes #1171391

    Hi,

    @hyperbrand
    when you updated did you overwrite the theme files or did you completely delete the theme and upload the new one?
    Please include an admin login & FTP access in the Private Content area so we can investigate.

    @Milan I have replied to your thread, let us continue there.

    Best regards,
    Mike

    in reply to: Update before xmas please? #1171390

    Hi,
    Thank you for the login, I can not reproduce your error on a clean install, your shortcode works on my install, when you updated did you overwrite the theme files or did you completely delete the theme and upload the new one?
    Please include ftp access so we can investigate.

    Best regards,
    Mike

    in reply to: Can't "Add to Gallery" #1171382

    Hi,
    I seem to be having trouble with the standard login page, do you have a custom login url?

    Best regards,
    Mike

    in reply to: Maintenance mode issues & social Icon issues #1171326

    Hi,
    The CORS error I posted above was copied from the browser console, and the url I posted was were the font was loading from, I went to take a screenshot of it for you but I found your social icons were disabled in your theme options, so I enabled them and found the font was now loading from your domain, so I’m not sure if someone made a change or not, perhaps she talked to a co-worker? Either way this is good. Anyways the “function-set-avia-frontend.php” file has not been updated, with the patch I posted above, but I did apply the temp css fix to your Quick CSS so the social icons will show:

    .social_bookmarks_twitter a::before, .av-social-link-twitter a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_instagram a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    

    2020-01-07-224156
    So if you wish you can just wait for the next update which will correct the “function-set-avia-frontend.php” file.
    Please clear your browser cache and check that you are also seeing the social icons, and also check if you continue to experience your other issues.
    As for checking for malware I like the plugin: Anti-Malware Security and Brute-Force Firewall

    Best regards,
    Mike

    in reply to: WhatsApp but not Yelp? #1171321

    Hi,
    I will add it to the feature request for the dev team, perhaps it has just overlooked compared to the other features they have been working on.

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top .logo {
        float: none !important; 
        margin: auto !important; 
    }
    .responsive .logo img {
        margin: auto;
    }
    .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
        left: 0 !important; 
    }
    .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
        right: 0px !important; 
        float: right !important; 
        width: 50% !important; 
    }
    .rtl .avia-menu.av_menu_icon_beside {
        margin-right: 0 !important; 
        padding-right: 0 !important; 
    }
    .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
        padding-right: 0 !important; 
        margin-right: 0 !important; 
    }
    ul#avia-menu-0.menu.av-main-nav {
    	display: flex !important;
    	flex-direction: row-reverse !important; 
    }
    }

    Then clear your browser cache and any cache plugin, and check.
    Expected results:
    2020-01-07-071409

    Best regards,
    Mike

    in reply to: Fontello icons missing, cors policy #1171032

    Hey tekniskakari,
    Thank you for the link, you are correct about the CORS policy, I see that some of your theme files are loading from “https://usercontent.one/wp/your-domain” instead of “your-domain” was this a temp url from your webhost or a CDN from your webhost?
    If this was a stagging (development) url and you moved it to your live domain, you will want to correct the url.
    If this is a Content Delivery Network (CDN) there may be an option within your settings to set the header to Access-Control-Allow-Origin *;
    otherwise, you could try this in your .htaccess file:

    <IfModule mod_headers.c>
        <FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$">
            Header set Access-Control-Allow-Origin "*"
        </FilesMatch>
    </IfModule>

    Best regards,
    Mike

    in reply to: WhatsApp but not Yelp? #1171019

    Hey Kevin,
    The WhatsApp was added to replace the Google+ when it shut down, I guess at the time it seemed to be more requested.
    Have you seen our documentation on adding social icons?
    Do you want help with implementing this?

    Best regards,
    Mike

    in reply to: Enfold 4.6.4. Beta Social Icon Shortcodes #1171011

    Hi,
    Thank you for reporting this, I have tested with the beta: 4.6.4-beta-2 and the icons are showing correctly, but they are not with 4.6.4-beta-1 so I assume this is the beta you are using.
    So this will be corrected when the update comes out, which should be very shortly after the final round of testing.
    Thank you for your patience.

    Best regards,
    Mike

    Hi,
    Thank you for your report, I tried to recreate this error on my localhost and only could with the pre-patch file: enfold\framework\php\function-set-avia-frontend.php that was also causing the missing social icons.
    If you have not tried patching this file please do so.
    Please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.
    If you are using a CDN or a server cache from your webhost, please clear these also.

    Best regards,
    Mike

Viewing 30 posts - 17,671 through 17,700 (of 34,221 total)