Forum Replies Created

Viewing 30 posts - 31 through 60 (of 76 total)
  • Author
    Posts
  • Hi Rikard
    Were you able to access the site to check out why the CSS doesn’t work for the title in the Blog Grid??

    I also found another strange problem. I have a button on a Color Section – but the button link is not working. Very strange. I show the page link below in the Private data.

    Many thanks for your help.

    Tia

    Sorry Rikard.
    The password is now as before – in the private data.

    Thanks
    Tia

    Hi Rikard

    Thank you for getting back to me.

    That code fixes most of the issues but still the title is white and large font even though the code should make it black and small font.
    I changed the font size to 8 (just to see if it was taking effect)

    Here’s what I used:

    .page-id-1064 .avia-content-slider h3.slide-entry-title {
    font-size: 8px;
    color: #000;
    }

    .page-id-1064 .avia-content-slider .slide-entry-excerpt {
    color: red;
    }

    .page-id-1064 .avia-content-slider .slide-meta .slide-meta-comments, .page-id-1064 .avia-content-slider .slide-meta .slide-meta-del {
    display: none;
    }

    in reply to: Membership sites with enfold #1158832

    Hi crtdude
    My requirements are less access/content restriction and more subscription management so I have decided to use MailChimp as a CRM instead.
    Hope you find what you need.

    Support: You can close this thread unless you have something for crtdude.

    Thanks
    Tia

    in reply to: How to turn off YouTube related videos #1153744

    Thank you Mike, that’s a pity. I will try Vimeo.

    Regards
    Tia

    Hi Rikard
    The php version is 7.2
    I see from SurigliaStudio’s thread that he identified an issue with SG Optimiser.
    I disabled the “Minify CSS Files” and “Combine CSS Files” in the SG Optimiser plugin and the error disappeared.
    I contacted SiteGround and told them that when I run a performance check on my site (neilpatel.com for example) it recommends that I minify CSS and Combine CSS files and if I re-enable this option in SG Optimiser the error will return.

    They said “I’m afraid that is correct, where the only option, is the theme developer is to release a fix with their next update”

    Do you agree that a fix in enfold is required? I would like to improve the performance of my site and need to know if I should look for another option to SG Optimiser or wait for an enfold fix.

    Thanks
    Tia

    Hi Rikard

    The site is a number of years old and has not had this error message until this week. I have not made any changes on the hosting side of things.

    I followed the link you gave and read up some other resources about this and it would appear to suggest I should edit the wp-config.php file – this sounds scary and not something I have done before. I can’t see how this error could have just appeared.

    However, I did download the the wp-config.php file, opened it in Dreamweaver and searched for DEBUG, and found that it is set OFF.
    The line says – define(‘WP_DEBUG’, false);

    Any other suggestions?

    Many thanks for your help.

    Tia

    in reply to: H1 Tags #1081500

    Hi Victoria
    Please see the link to my site in the private content. I have fixed some of the pages.

    The home page has an H1 now but most other pages do not.

    Thanks
    Tia

    in reply to: Enfold Hotel Demo WooCommerce question #1054576

    Hi
    I would really love an answer to my question above as I have to get back to my client.
    Thanks
    Tia

    Hi Victoria

    Thanks
    Tia

    • This reply was modified 5 years, 11 months ago by Mike. Reason: moved password to Private Content area

    Hi Victoria

    According to this article https://sridharkatakam.com/add-file-size-admin-column-wordpress-media-library/
    I should be adding the following code to the child theme php but I’m not sure how to do this.

    add_filter( ‘manage_media_columns’, ‘sk_media_columns_filesize’ );
    /**
    * Filter the Media list table columns to add a File Size column.
    *
    * @param array $posts_columns Existing array of columns displayed in the Media list table.
    * @return array Amended array of columns to be displayed in the Media list table.
    */
    function sk_media_columns_filesize( $posts_columns ) {
    $posts_columns[‘filesize’] = __( ‘File Size’, ‘my-theme-text-domain’ );

    return $posts_columns;
    }

    add_action( ‘manage_media_custom_column’, ‘sk_media_custom_column_filesize’, 10, 2 );
    /**
    * Display File Size custom column in the Media list table.
    *
    * @param string $column_name Name of the custom column.
    * @param int $post_id Current Attachment ID.
    */
    function sk_media_custom_column_filesize( $column_name, $post_id ) {
    if ( ‘filesize’ !== $column_name ) {
    return;
    }

    $bytes = filesize( get_attached_file( $post_id ) );

    echo size_format( $bytes, 2 );
    }

    add_action( ‘admin_print_styles-upload.php’, ‘sk_filesize_column_filesize’ );
    /**
    * Adjust File Size column on Media Library page in WP admin
    */
    function sk_filesize_column_filesize() {
    echo
    ‘<style>
    .fixed .column-filesize {
    width: 10%;
    }
    </style>’;
    }

    Hi Victoria

    I had already found the link you suggested https://premium.wpmudev.org/blog/wordpress-media-library-hidden-features/
    It shows a file size column in a screenshot of the media library but it doesn’t say how to make this happen.
    I have found suggestions that require editing the functions php file but I would rater not.

    It seems to easy – I must have missed something??

    Thanks
    Tia

    in reply to: avia_fonts error #999114

    Thank you Victoria. That worked.

    Tia

    in reply to: avia_fonts error #998886

    Hi Rikard
    I attach a link to a screenshot in the private content.
    Thanks
    Tia

    in reply to: avia_fonts error #998804

    Hi Basilis
    Do you mean the enfold theme files or the enfold-health demo content? If you mean the demo content then where can I get this from?
    Thanks
    Tia

    Hi Rikard
    I have sub-level text in the menu description fields and this shows up perfectly on my phone but not on desktop.
    Is there some other setting needed for desktop?
    Thanks
    Tia

    Sorry. I am blocking view of the pages while the site is in development.
    I still do not see the menu sub titles on the desktop. I see them fine on mobile.
    I will share the password in Private Content

    Hi Victoria
    I’ve sent access details in private content.
    Thanks

    in reply to: Site crashes on update to Theme #945820

    It’s okay. I restored an old version of enfold from a backup and the site is back.
    I’ll watch out for general updates to this issue as a number if people seem to be having problems.
    Thanks

    in reply to: Site crashes on update to Theme #945760

    The hosting is running php 5.6

    in reply to: Site crashes on update to Theme #945759

    Hi, can I get a link to an older version of enfold please? My site will work with other themes. I don’t want to mess about with changing header php files.
    Thanks

    in reply to: Site crashes on update to Theme #945621

    I have had the same problem with 2 sites. i’m afraid to update any more.

    The error my hosting company (BlueHost) said was:

    below is the error_log
    [23-Apr-2018 22:46:26 UTC] PHP Fatal error: Can’t use function return value in write context in /home1/kerrycam/public_html/wp-content/themes/enfold/header.php on line 6

    in reply to: Advanced Layout Editor won't load #746383

    Thanks. I found that I only had the problem in Chrome so you can close the ticket.

    Regards
    Tia

    in reply to: Portfolio Excerpt not visable #717243

    Thanks Rikard. That worked!
    Great support as always – best theme, best team!

    Tia

    in reply to: Portfolio Excerpt not visable #716605

    Hi Rikard

    I have given the site details in the private data.

    Thanks
    Tia

    in reply to: some enfold fi #705266

    Thanks Ismael

    in reply to: some enfold fi #702004

    Hi Rikard
    Could you please show me the lines I should include in a robots.txt that you approve with regard to Enfold files that should not be crawled?
    Thanks
    Tia

    in reply to: some enfold fi #700245

    Hi Basilis

    Yes, I understood that they should be blocked from Google but my question is should we not try to avoid getting 500 errors in the first place by maybe blocking them in the robots.txt?
    What robots.txt do you recommend? Can you show me a sample robots.txt that you approve?

    Thank you
    Tia

    Hi Ismael

    Thanks I will look into that.

    See private comment

    Hi Yigit
    I tried from the account I created for you and it still didn’t work – but I was using Chrome. I tried using Firefox Mozilla and it works fine!
    So I updated Chrome and restarted the browser but it still doesn’t work.

    Can you try with Chrome please?
    Thanks
    Tia

Viewing 30 posts - 31 through 60 (of 76 total)