paddor82
Forum Replies Created
-
Hey, same here! ?? I guess we are the first two guys who have updated to the latest version and now suffer from this. ??
That’s the template used for the entries in the calendar list view, not for the actual event’s page. I tested changing the size of the image in the list view using /wp-content/plugins/the-events-calendar/src/views/list/single-event.php, but in order to actually display a different image size in the list, you would need to additionally modify (overwrite) the CSS class
.tribe-events-list .tribe-events-loop .tribe-events-event-image
By the way: I believe these are the adjectives for the size (WordPress standard, source is the WP documentation):
(‘thumbnail’); // Thumbnail (default 150px x 150px max)
(‘medium’); // Medium resolution (default 300px x 300px max)
(‘medium_large’); // Medium Large resolution (default 768px x 0px max)
(‘large’); // Large resolution (default 1024px x 1024px max)
(‘full’); // Original image resolution (unmodified)- This reply was modified 6 years, 10 months ago by paddor82.
Oh, I have actually written “large” instead of the pixels. I do not know which adjectives are supported. Hopefully the theme developer could add some hints here. I see that “medium” produces a very small image, unfortunately. But “large” seems a bit smaller than the original one.
<?php echo tribe_event_featured_image( $event_id, 'large', false ); ?>
If it doesn’t work: Can you past the full path and name of the source file and the destination (to where you have copied and edited it)?
Are you using a child theme? I do so and hence have copied the file into the child theme -> [myTheme-child]/tribe-events/single-event.phpIf you don’t use a child theme, it should be [myTheme]/tribe-events/single-event.php
Just remove the /list/ folder from your destination path. And as said above, take the same file from the original location without “list” in the path (there are two files with the same name, one is in the list sub folder, one not (that’s the one you want to copy).
Just tried that and it seems working for me.
- This reply was modified 6 years, 11 months ago by paddor82.
Hi, you might want to copy /wp-content/plugins/the-events-calendar/src/views/single-event.php instead (means not the file of same name in the “list” sub folder!).
Forum: Plugins
In reply to: [BE Subpages Widget] Highlighting Current PageHi @mattv
I think she means highlighting the menu item to which the sub page belongs too. I have the same requirement. I have a parent page in the menu. When the parent page is displayed, the menu is highlighted. However, when a sub page is displayed, the corresponding menu is not highlighted anymore. I think it’s actually not directly related to this plug-in, but still a common requirement.
Thanks
Philippe
Forum: Plugins
In reply to: [BackUpWordPress] Backup will not completeSame problem here. Excluding wp-content/uploads helped. But still, this should be possible to backup too, and it’s unclear what the problem is.
Forum: Fixing WordPress
In reply to: The letters https:// and www don’t appear in url@bs161 glad it helped. Now regarding SSL (https in the URL) we’re leaving the responsibility of WordPress. But just quickly to point you into the right direction: Did you activate SSL on your hosting provider? If not, get in touch with them to request a (free or paid) SSL certificate for your webspace. Then add the https:// to the general settings in WordPress. Furthermore, you will probably need to create a redirection from https:// to https:// via a .htaccess file on your websites root directory. Please Google it for more information.
Forum: Fixing WordPress
In reply to: The letters https:// and www don’t appear in urlWhat’s the URL you’ve entered in the WordPress Settings – General – WordPress Address (URL) and Site Address (URL)?
Forum: Fixing WordPress
In reply to: The letters https:// and www don’t appear in urlFirst of all, does your page load? If it loads, where exactly are you facing a problem because of these missing strings? I’m sure at least https:// is there, but you probably don’t see it because the browser hides it.
By the way, on which WordPress version are you, on the latest one?
Hi Suzy
Well analyzed! That kind of confirms that it has something to do with that code or the remainders of it after removing it. However, it’s now pretty hard to figure out what could exactly happen.
Do you use any custom editor (like CKEditor) or page builder (like visual composer) plugins?
Philippe
Forum: Fixing WordPress
In reply to: WP database errorVery hard to analyze without knowing what you have done before that happened, and what the first error was before you have “optimized” the database. Also, how have you done this? With a plugin?
But it looks like it could have something to do with the permalinks rewriting. Go to “Settings – Permalinks” and try another option, e.g. plain. Save it and see if that helps.
Can you post or send me the address of your site?
And by the way, did you update the website URL on the Settings – General page after the move to the new address?