Forum Replies Created
-
AuthorPosts
-
January 21, 2021 at 1:21 am in reply to: how to change the title and content font size and colour in blog grid layout #1274250
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
January 19, 2021 at 2:24 pm in reply to: how to change the title and content font size and colour in blog grid layout #1273716Sorry Rikard.
The password is now as before – in the private data.Thanks
TiaJanuary 18, 2021 at 12:07 pm in reply to: how to change the title and content font size and colour in blog grid layout #1273309Hi 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;
}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
TiaThank you Mike, that’s a pity. I will try Vimeo.
Regards
TiaApril 17, 2019 at 12:55 pm in reply to: Error at the bottom of every page Warning: Creating default object from empty .. #1091982Hi 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
TiaApril 16, 2019 at 12:20 pm in reply to: Error at the bottom of every page Warning: Creating default object from empty .. #1091396Hi 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
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
TiaHi
I would really love an answer to my question above as I have to get back to my client.
Thanks
TiaDecember 22, 2018 at 9:34 pm in reply to: How to add File Size admin column in WordPress Media Library #1048665Hi Victoria
Thanks
Tia- This reply was modified 5 years, 11 months ago by Mike. Reason: moved password to Private Content area
December 21, 2018 at 1:04 pm in reply to: How to add File Size admin column in WordPress Media Library #1048163Hi 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>’;
}December 20, 2018 at 5:29 pm in reply to: How to add File Size admin column in WordPress Media Library #1047818Hi 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
TiaThank you Victoria. That worked.
Tia
Hi Rikard
I attach a link to a screenshot in the private content.
Thanks
TiaHi 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
TiaJune 26, 2018 at 11:37 am in reply to: Menu sub-text not showing on Desktop. Okay on mobile – Enfold Gym theme #977869Hi 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
TiaJune 25, 2018 at 9:21 pm in reply to: Menu sub-text not showing on Desktop. Okay on mobile – Enfold Gym theme #977655Sorry. 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 ContentJune 25, 2018 at 2:58 pm in reply to: Menu sub-text not showing on Desktop. Okay on mobile – Enfold Gym theme #977521Hi Victoria
I’ve sent access details in private content.
ThanksIt’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.
ThanksThe hosting is running php 5.6
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.
ThanksI 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 6Thanks. I found that I only had the problem in Chrome so you can close the ticket.
Regards
TiaThanks Rikard. That worked!
Great support as always – best theme, best team!Tia
Hi Rikard
I have given the site details in the private data.
Thanks
TiaThanks Ismael
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
TiaHi 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
TiaSeptember 20, 2016 at 2:32 pm in reply to: Problem changing custom map marker to the Enfold Google Maps Element #689246Hi Ismael
Thanks I will look into that.
See private comment
September 15, 2016 at 5:39 pm in reply to: Problem changing custom map marker to the Enfold Google Maps Element #687030Hi 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 -
AuthorPosts